public static enum LBProxyHolder.State extends Enum<LBProxyHolder.State>
Enum Constant and Description |
---|
AVAILABLE |
BACKUP |
NOT_AVAILABLE |
Modifier and Type | Method and Description |
---|---|
static LBProxyHolder.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LBProxyHolder.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LBProxyHolder.State NOT_AVAILABLE
public static final LBProxyHolder.State BACKUP
public static final LBProxyHolder.State AVAILABLE
public static LBProxyHolder.State[] values()
for (LBProxyHolder.State c : LBProxyHolder.State.values()) System.out.println(c);
public static LBProxyHolder.State 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 © GigaSpaces.