com.inprise.vbroker.Activation
Class State
java.lang.Object
com.inprise.vbroker.Activation.State
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class State
- extends java.lang.Object
- implements IDLEntity
Indicates the status of an object implementation registered with the OAD.
The enumeration can take the following values -
ACTIVE - The server is active.
INACTIVE - There is not active.
WAITING_FOR_ACTIVATION - The OAD is in the process of activating this server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
_ACTIVE
public static final int _ACTIVE
- See Also:
- Constant Field Values
_INACTIVE
public static final int _INACTIVE
- See Also:
- Constant Field Values
_WAITING_FOR_ACTIVATION
public static final int _WAITING_FOR_ACTIVATION
- See Also:
- Constant Field Values
ACTIVE
public static final State ACTIVE
INACTIVE
public static final State INACTIVE
WAITING_FOR_ACTIVATION
public static final State WAITING_FOR_ACTIVATION
value
public int value()
from_int
public static State from_int(int _vis_value)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online