Serialized Form


Package org.mobicents.slee.resource.sip11.wrappers

Class org.mobicents.slee.resource.sip11.wrappers.ACKDummyTransaction extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ackRequest

javax.sip.message.Request ackRequest

appData

java.lang.Object appData

branchId

java.lang.String branchId

Class org.mobicents.slee.resource.sip11.wrappers.ClientTransactionWrapper extends SuperTransactionWrapper implements Serializable

Serialized Fields

association

ClientTransactionAssociation association

Class org.mobicents.slee.resource.sip11.wrappers.DialogTerminatedEventWrapper extends javax.sip.DialogTerminatedEvent implements Serializable

serialVersionUID: -7093769756555291840L

Class org.mobicents.slee.resource.sip11.wrappers.DialogWrapper extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

wrappedDialog

javax.sip.Dialog wrappedDialog

sipActivityHandle

SipActivityHandle sipActivityHandle

initiatingTransctionId

java.lang.String initiatingTransctionId

ra

SipResourceAdaptor ra

ongoingClientTransactions

java.util.concurrent.ConcurrentHashMap<K,V> ongoingClientTransactions

ongoingServerTransactions

java.util.concurrent.ConcurrentHashMap<K,V> ongoingServerTransactions

lastCancelableTransactionId

java.lang.String lastCancelableTransactionId

provider

SleeSipProviderImpl provider

forkInitialActivityHandle

SipActivityHandle forkInitialActivityHandle
Indicates sip activity handle for initial dialog activity created for this dialog - created as first. Child dialogs are represented by dialog activities with the same wrappedDialog object. wrappedDialog.getApplicationData() returns always initial dialog activity or one that won race to get 2xx response


forkState

org.mobicents.slee.resource.sip11.wrappers.DialogWrapper.DialogForkState forkState

localRouteSet

java.util.ArrayList<E> localRouteSet
Used when: DialogWrapper.forkInitialActivityHandle !=null or Dialog is null.


routeSetOnRequest

boolean routeSetOnRequest
Used to detect how route set has been created - in case of responses we want to override local route set, since in case of forks, route set on request will be propably bad :)


localToTag

java.lang.String localToTag
Represents local ToTag - see comment above


reqeustURI

javax.sip.address.SipURI reqeustURI

localSequenceNumber

java.util.concurrent.atomic.AtomicLong localSequenceNumber

toTag2DialogHandle

java.util.concurrent.ConcurrentHashMap<K,V> toTag2DialogHandle
Cotnains activity handles of fork children.


fromAddress

javax.sip.address.Address fromAddress

toAddress

javax.sip.address.Address toAddress

callIdToReUse

javax.sip.header.CallIdHeader callIdToReUse

autoGeneratedFromTag

java.lang.String autoGeneratedFromTag

Class org.mobicents.slee.resource.sip11.wrappers.RequestEventWrapper extends javax.sip.RequestEvent implements Serializable

Class org.mobicents.slee.resource.sip11.wrappers.ResponseEventWrapper extends javax.sip.ResponseEvent implements Serializable

Class org.mobicents.slee.resource.sip11.wrappers.ServerTransactionWrapper extends SuperTransactionWrapper implements Serializable

Class org.mobicents.slee.resource.sip11.wrappers.TimeoutEventWrapper extends javax.sip.TimeoutEvent implements Serializable

serialVersionUID: 8699229560432305798L

Class org.mobicents.slee.resource.sip11.wrappers.TransactionTerminatedEventWrapper extends javax.sip.TransactionTerminatedEvent implements Serializable

serialVersionUID: 7363453023732951366L



Copyright © 2009. All Rights Reserved.