public static enum EntryCacheCommon.ConfigPhase extends Enum<EntryCacheCommon.ConfigPhase>
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryCacheCommon.ConfigPhase |
valueOf(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.
|
public static final EntryCacheCommon.ConfigPhase PHASE_INIT
public static final EntryCacheCommon.ConfigPhase PHASE_ACCEPTABLE
public static final EntryCacheCommon.ConfigPhase PHASE_APPLY
public static EntryCacheCommon.ConfigPhase[] values()
for (EntryCacheCommon.ConfigPhase c : EntryCacheCommon.ConfigPhase.values()) System.out.println(c);
public static EntryCacheCommon.ConfigPhase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.