|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.sip.DialogState
This class contains the enumerations that define the underlying state of an existing dialog. There are four explicit states for a dialog, namely:
Field Summary | |
static int |
_COMPLETED
This constant value indicates the internal value of the "Completed" constant. |
static int |
_CONFIRMED
This constant value indicates the internal value of the "Confirmed" constant. |
static int |
_EARLY
This constant value indicates the internal value of the "Early" constant. |
static int |
_TERMINATED
This constant value indicates the internal value of the "Terminated" constant. |
static DialogState |
COMPLETED
This constant value indicates that the dialog state is "Completed". |
static DialogState |
CONFIRMED
This constant value indicates that the dialog state is "Confirmed". |
static DialogState |
EARLY
This constant value indicates that the dialog state is "Early". |
static DialogState |
TERMINATED
This constant value indicates that the dialog state is "Terminated". |
Method Summary | |
static DialogState |
getObject(int dialogState)
This method returns the object value of the DialogState |
int |
getValue()
This method returns the integer value of the DialogState |
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 |
public static final int _EARLY
public static final DialogState EARLY
public static final int _CONFIRMED
public static final DialogState CONFIRMED
public static final int _COMPLETED
public static final DialogState COMPLETED
public static final int _TERMINATED
public static final DialogState TERMINATED
Method Detail |
public static DialogState getObject(int dialogState)
public int getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
JAIN SIP API v1.1 - 23rd June 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |