org.apache.yoko.orb.IMR
Class ServerStatus
java.lang.Object
org.apache.yoko.orb.IMR.ServerStatus
- All Implemented Interfaces:
- Serializable, IDLEntity
public class ServerStatus
- extends Object
- implements IDLEntity
This enumeration contains the various states of a server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_FORKED
public static final int _FORKED
- See Also:
- Constant Field Values
FORKED
public static final ServerStatus FORKED
_STARTING
public static final int _STARTING
- See Also:
- Constant Field Values
STARTING
public static final ServerStatus STARTING
_RUNNING
public static final int _RUNNING
- See Also:
- Constant Field Values
RUNNING
public static final ServerStatus RUNNING
_STOPPING
public static final int _STOPPING
- See Also:
- Constant Field Values
STOPPING
public static final ServerStatus STOPPING
_STOPPED
public static final int _STOPPED
- See Also:
- Constant Field Values
STOPPED
public static final ServerStatus STOPPED
ServerStatus
protected ServerStatus(int value)
value
public int value()
from_int
public static ServerStatus from_int(int value)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.