static enum TaskExecutorConfigurationImpl.ConfigurationProperty extends java.lang.Enum<TaskExecutorConfigurationImpl.ConfigurationProperty> implements IConfigurationProperty
Enum Constant and Description |
---|
TASK_CLEANUPINTERVALINSECS |
TASK_MAXLIFEINSECS |
TASK_MAXNUMRESCHEDULES |
TASK_RECOVERERDELAYINMILLIS |
TASK_RESCHEDULEDELAYINMILLIS |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static TaskExecutorConfigurationImpl.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskExecutorConfigurationImpl.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskExecutorConfigurationImpl.ConfigurationProperty TASK_MAXLIFEINSECS
public static final TaskExecutorConfigurationImpl.ConfigurationProperty TASK_CLEANUPINTERVALINSECS
public static final TaskExecutorConfigurationImpl.ConfigurationProperty TASK_MAXNUMRESCHEDULES
public static final TaskExecutorConfigurationImpl.ConfigurationProperty TASK_RESCHEDULEDELAYINMILLIS
public static final TaskExecutorConfigurationImpl.ConfigurationProperty TASK_RECOVERERDELAYINMILLIS
public static TaskExecutorConfigurationImpl.ConfigurationProperty[] values()
for (TaskExecutorConfigurationImpl.ConfigurationProperty c : TaskExecutorConfigurationImpl.ConfigurationProperty.values()) System.out.println(c);
public static TaskExecutorConfigurationImpl.ConfigurationProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()
getKey
in interface IConfigurationProperty