fedora.server.utilities.status
Class ServerState
java.lang.Object
fedora.server.utilities.status.ServerState
public class ServerState
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NEW_SERVER
public static final ServerState NEW_SERVER
NOT_STARTING
public static final ServerState NOT_STARTING
STARTING
public static final ServerState STARTING
STARTED
public static final ServerState STARTED
STARTUP_FAILED
public static final ServerState STARTUP_FAILED
STOPPING
public static final ServerState STOPPING
STOPPED
public static final ServerState STOPPED
STOPPED_WITH_ERR
public static final ServerState STOPPED_WITH_ERR
STATES
public static final ServerState[] STATES
getName
public java.lang.String getName()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
fromString
public static ServerState fromString(java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception