|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<EntryCacheCommon.ConfigPhase>
org.opends.server.extensions.EntryCacheCommon.ConfigPhase
public static enum EntryCacheCommon.ConfigPhase
Configuration phases. Each value identifies a configuration step: - PHASE_INIT when invoking method initializeEntryCache() - PHASE_ACCEPTABLE when invoking method isConfigurationChangeAcceptable() - PHASE_APPLY when invoking method applyConfigurationChange()
Enum Constant Summary | |
---|---|
PHASE_ACCEPTABLE
Indicates that entry cache is in configuration check phase. |
|
PHASE_APPLY
Indicates that entry cache is applying its configuration. |
|
PHASE_INIT
Indicates that entry cache is in initialization check phase. |
Method Summary | |
---|---|
static EntryCacheCommon.ConfigPhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EntryCacheCommon.ConfigPhase[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final EntryCacheCommon.ConfigPhase PHASE_INIT
public static final EntryCacheCommon.ConfigPhase PHASE_ACCEPTABLE
public static final EntryCacheCommon.ConfigPhase PHASE_APPLY
Method Detail |
---|
public static EntryCacheCommon.ConfigPhase[] values()
for (EntryCacheCommon.ConfigPhase c : EntryCacheCommon.ConfigPhase.values()) System.out.println(c);
public static EntryCacheCommon.ConfigPhase 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 name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |