-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum GenericScheduledExecutorServiceFactory
Utility class to create the individual ScheduledExecutorService instances for the GenericScheduledExecutorService class.
-
-
Method Summary
Modifier and Type Method Description static ScheduledExecutorService
create()
Creates a ScheduledExecutorService (either the default or given by a hook). static Array<GenericScheduledExecutorServiceFactory>
values()
static GenericScheduledExecutorServiceFactory
valueOf(String name)
-
-
Method Detail
-
create
static ScheduledExecutorService create()
Creates a ScheduledExecutorService (either the default or given by a hook).
-
values
static Array<GenericScheduledExecutorServiceFactory> values()
-
valueOf
static GenericScheduledExecutorServiceFactory valueOf(String name)
-
-
-
-