NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

Uses of Class
javax.sip.TransactionState

Packages that use TransactionState
gov.nist.javax.sip.stack This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 
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 gov.nist.javax.sip.stack
 

Fields in gov.nist.javax.sip.stack declared as TransactionState
static TransactionState SIPTransaction.CALLING_STATE
          CALLING State.
static TransactionState SIPTransaction.COMPLETED_STATE
          Completed state.
static TransactionState SIPTransaction.CONFIRMED_STATE
          Confirmed state.
static TransactionState SIPTransaction.INITIAL_STATE
          Initialized but no state assigned.
static TransactionState SIPTransaction.PROCEEDING_STATE
          Proceeding state.
static TransactionState SIPTransaction.TERMINATED_STATE
          Terminated state.
static TransactionState SIPTransaction.TRYING_STATE
          Trying state.
 

Methods in gov.nist.javax.sip.stack that return TransactionState
 TransactionState SIPServerTransaction.getState()
          Return the current transaction state according to the RFC 3261 transaction state machine.
 TransactionState SIPTransaction.getState()
          Gets the current state of this transaction.
 

Methods in gov.nist.javax.sip.stack with parameters of type TransactionState
 void SIPClientTransaction.setState(TransactionState newState)
          Sets a timeout after which the connection is closed (provided the server does not use the connection for outgoing requests in this time period) and calls the superclass to set state.
 void SIPServerTransaction.setState(TransactionState newState)
          Sets a timeout after which the connection is closed (provided the server does not use the connection for outgoing requests in this time period) and calls the superclass to set state.
 void SIPTransaction.setState(TransactionState newState)
          Changes the 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.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.
 


NIST-SIP: The Reference Implementation for JAIN-SIP 1.2

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