public static enum SaRMIServerInfo.ServerState extends Enum<SaRMIServerInfo.ServerState>
Enum Constant and Description |
---|
NEW
New server.
|
OVERLOAD
Overloaded server.
|
RUNNING
Running server.
|
STOPPED
Stopped server.
|
WRONG
Wrong server.
|
Modifier and Type | Method and Description |
---|---|
static SaRMIServerInfo.ServerState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaRMIServerInfo.ServerState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaRMIServerInfo.ServerState NEW
public static final SaRMIServerInfo.ServerState RUNNING
public static final SaRMIServerInfo.ServerState OVERLOAD
public static final SaRMIServerInfo.ServerState STOPPED
public static final SaRMIServerInfo.ServerState WRONG
public static SaRMIServerInfo.ServerState[] values()
for (SaRMIServerInfo.ServerState c : SaRMIServerInfo.ServerState.values()) System.out.println(c);
public static SaRMIServerInfo.ServerState 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 © 2020 Hyland Software Germany GmbH. All rights reserved.