static enum ThreadPoolConfigImpl.ConfigurationProperty extends java.lang.Enum<ThreadPoolConfigImpl.ConfigurationProperty> implements IConfigurationProperty
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static ThreadPoolConfigImpl.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadPoolConfigImpl.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_DAEMON
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_DETAILEDDUMP
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_MAXIDLETIMEMS
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_MAXQUEUED
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_MAXSTOPTIME
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_MAXTHREADS
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_MINTHREADS
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_NAME
public static final ThreadPoolConfigImpl.ConfigurationProperty SERVER_THREADPOOL_PRIORITY
public static ThreadPoolConfigImpl.ConfigurationProperty[] values()
for (ThreadPoolConfigImpl.ConfigurationProperty c : ThreadPoolConfigImpl.ConfigurationProperty.values()) System.out.println(c);
public static ThreadPoolConfigImpl.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