private static enum Configuration.DynamicProperty extends java.lang.Enum<Configuration.DynamicProperty>
Enum Constant and Description |
---|
cacheManagerName |
defaultCacheConfiguration |
maxBytesLocalDisk |
maxBytesLocalHeap |
Modifier and Type | Method and Description |
---|---|
(package private) abstract void |
applyChange(java.beans.PropertyChangeEvent evt,
Configuration.RuntimeCfg config) |
static Configuration.DynamicProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.DynamicProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Configuration.DynamicProperty cacheManagerName
public static final Configuration.DynamicProperty defaultCacheConfiguration
public static final Configuration.DynamicProperty maxBytesLocalHeap
public static final Configuration.DynamicProperty maxBytesLocalDisk
public static Configuration.DynamicProperty[] values()
for (Configuration.DynamicProperty c : Configuration.DynamicProperty.values()) System.out.println(c);
public static Configuration.DynamicProperty 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 nullabstract void applyChange(java.beans.PropertyChangeEvent evt, Configuration.RuntimeCfg config)