|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionState | |
---|---|
javax.sip | This package contains the main interfaces that model the architecture from both an application developer and a stack vendor view. |
Uses of TransactionState in javax.sip |
---|
Fields in javax.sip declared as TransactionState | |
---|---|
static TransactionState |
TransactionState.CALLING
This constant value indicates that the transaction state is "Calling". |
static TransactionState |
TransactionState.COMPLETED
This constant value indicates that the transaction state is "Completed". |
static TransactionState |
TransactionState.CONFIRMED
This constant value indicates that the transaction state is "Confirmed". |
static TransactionState |
TransactionState.PROCEEDING
This constant value indicates that the transaction state is "Proceeding". |
static TransactionState |
TransactionState.TERMINATED
This constant value indicates that the transaction state is "Terminated". |
static TransactionState |
TransactionState.TRYING
This constant value indicates that the transaction state is "Trying". |
Methods in javax.sip that return TransactionState | |
---|---|
static TransactionState |
TransactionState.getObject(int transactionState)
This method returns the object value of the TransactionState |
TransactionState |
Transaction.getState()
Returns the current state of the transaction. |
|
JAIN-SIP 2.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |