Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mobicents.slee.runtime
Class SbbObjectState  view SbbObjectState download SbbObjectState.java

java.lang.Object
  extended byorg.mobicents.slee.runtime.SbbObjectState

public final class SbbObjectState
extends java.lang.Object


Field Summary
private static int _DOES_NOT_EXIST
           
private static int _POOLED
           
private static int _READY
           
static SbbObjectState DOES_NOT_EXIST
           
private static int m_size
           
static SbbObjectState POOLED
           
static SbbObjectState READY
           
private  int sbbObjectState
           
private static SbbObjectState[] sbbObjectStateArray
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

SbbObjectState

private SbbObjectState(int sbbObjectState)
Constructor for the activityContextState

Method Detail

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.