
public static enum ODistributedServerManager.NODE_STATUS extends Enum<ODistributedServerManager.NODE_STATUS>
| Enum Constant and Description |
|---|
OFFLINE |
ONLINE |
SHUTTINGDOWN |
STARTING |
| Modifier and Type | Method and Description |
|---|---|
static ODistributedServerManager.NODE_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODistributedServerManager.NODE_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODistributedServerManager.NODE_STATUS OFFLINE
public static final ODistributedServerManager.NODE_STATUS STARTING
public static final ODistributedServerManager.NODE_STATUS ONLINE
public static final ODistributedServerManager.NODE_STATUS SHUTTINGDOWN
public static ODistributedServerManager.NODE_STATUS[] values()
for (ODistributedServerManager.NODE_STATUS c : ODistributedServerManager.NODE_STATUS.values()) System.out.println(c);
public static ODistributedServerManager.NODE_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 nameNullPointerException - if the argument is nullCopyright © 2009–2016 Orient Technologies. All rights reserved.