java.lang.Object
org.mobicents.slee.runtime.SbbObjectState
- public final class SbbObjectState
- extends java.lang.Object
|
Constructor Summary |
private |
SbbObjectState(int sbbObjectState)
Constructor for the activityContextState |
|
Method Summary |
static SbbObjectState |
getObject(int sbbObjectState)
This method returns the object value of the activityContextState |
int |
getValue()
This method returns the integer value of the activityContextState |
java.lang.String |
toString()
This method returns a string version of this class. |
sbbObjectState
private int sbbObjectState
m_size
private static int m_size
sbbObjectStateArray
private static SbbObjectState[] sbbObjectStateArray
_POOLED
private static final int _POOLED
- See Also:
- Constant Field Values
POOLED
public static final SbbObjectState POOLED
_READY
private static final int _READY
- See Also:
- Constant Field Values
READY
public static final SbbObjectState READY
_DOES_NOT_EXIST
private static final int _DOES_NOT_EXIST
- See Also:
- Constant Field Values
DOES_NOT_EXIST
public static final SbbObjectState DOES_NOT_EXIST
SbbObjectState
private SbbObjectState(int sbbObjectState)
- Constructor for the activityContextState
getObject
public static SbbObjectState getObject(int sbbObjectState)
- This method returns the object value of the activityContextState
getValue
public int getValue()
- This method returns the integer value of the activityContextState
toString
public java.lang.String toString()
- This method returns a string version of this class.