NIST SIP Parser and Stack (v1.2) API

Uses of Class
javax.sip.TransactionState

Packages that use TransactionState
gov.nist.javax.sip.stack This package contains the classes for building a SIP stack.  
javax.sip This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. 
 

Uses of TransactionState in gov.nist.javax.sip.stack
 

Methods in gov.nist.javax.sip.stack that return TransactionState
 TransactionState SIPTransaction.getState()
          Gets the current state of this transaction.
 

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.TRYING
          This constant value indicates that the transaction state is "Trying".
static TransactionState TransactionState.PROCEEDING
          This constant value indicates that the transaction state is "Proceeding".
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.TERMINATED
          This constant value indicates that the transaction state is "Terminated".
 

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.
 


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.