|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AbstractLauncher.Status>
com.gemstone.gemfire.distributed.AbstractLauncher.Status
public static enum AbstractLauncher.Status
The Status enumerated type represents the various lifecycle states of a GemFire service (such as a Cache Server, a Locator or a Manager).
| Enum Constant Summary | |
|---|---|
NOT_RESPONDING
|
|
ONLINE
|
|
STARTING
|
|
STOPPED
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the description of the Status enum type. |
String |
toString()
Gets a String representation of the Status enum type. |
static AbstractLauncher.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbstractLauncher.Status |
valueOfDescription(String description)
Looks up the Status enum type by description. |
static AbstractLauncher.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AbstractLauncher.Status NOT_RESPONDING
public static final AbstractLauncher.Status ONLINE
public static final AbstractLauncher.Status STARTING
public static final AbstractLauncher.Status STOPPED
| Method Detail |
|---|
public static AbstractLauncher.Status[] values()
for (AbstractLauncher.Status c : AbstractLauncher.Status.values()) System.out.println(c);
public static AbstractLauncher.Status valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static AbstractLauncher.Status valueOfDescription(String description)
description - a String value describing the Locator's status.
public String getDescription()
public String toString()
toString in class Enum<AbstractLauncher.Status>getDescription()
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||