Serialized Form


Package org.jboss.web.tomcat.service.session

Class org.jboss.web.tomcat.service.session.AttributeBasedClusteredSipApplicationSession extends JBossCacheClusteredSipApplicationSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads all non-transient state from the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be read should override this method and writeExternal().

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes all non-transient state to the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be written should override this method and append it.

Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.AttributeBasedClusteredSipSession extends JBossCacheClusteredSipSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads all non-transient state from the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be read should override this method and writeExternal().

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes all non-transient state to the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be written should override this method and append it.

Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.ClusteredSession extends org.apache.catalina.session.StandardSession implements Serializable

serialVersionUID: -758573655613558722L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.web.tomcat.service.session.ClusteredSipApplicationSession extends SipApplicationSessionImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads all non-transient state from the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be read should override this method and writeExternal().

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes all non-transient state to the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be written should override this method and append it.

Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.ClusteredSipSession extends SipSessionImpl implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads all non-transient state from the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be read should override this method and writeExternal().

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes all non-transient state to the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be written should override this method and append it.

Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.ClusteringNotSupportedException extends java.lang.Exception implements Serializable

serialVersionUID: -2365801349845482947L

Class org.jboss.web.tomcat.service.session.ConvergedAttributeBasedClusteredSession extends org.jboss.web.tomcat.service.session.AttributeBasedClusteredSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.web.tomcat.service.session.ConvergedFieldBasedClusteredSession extends org.jboss.web.tomcat.service.session.FieldBasedClusteredSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.web.tomcat.service.session.ConvergedSessionBasedClusteredSession extends org.jboss.web.tomcat.service.session.SessionBasedClusteredSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.web.tomcat.service.session.FieldBasedClusteredSipApplicationSession extends JBossCacheClusteredSipApplicationSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads all non-transient state from the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be read should override this method and writeExternal().

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes all non-transient state to the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be written should override this method and append it.

Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.FieldBasedClusteredSipSession extends JBossCacheClusteredSipSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads all non-transient state from the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be read should override this method and writeExternal().

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes all non-transient state to the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be written should override this method and append it.

Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.JBossCacheClusteredSession extends org.jboss.web.tomcat.service.session.ClusteredSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput arg0)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput arg0)
                   throws java.io.IOException
Throws:
java.io.IOException

Class org.jboss.web.tomcat.service.session.JBossCacheClusteredSipApplicationSession extends ClusteredSipApplicationSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads all non-transient state from the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be read should override this method and writeExternal().

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes all non-transient state to the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be written should override this method and append it.

Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.JBossCacheClusteredSipSession extends ClusteredSipSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Reads all non-transient state from the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be read should override this method and writeExternal().

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Externalizable.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Writes all non-transient state to the ObjectOutput except the attribute map. Subclasses that wish the attribute map to be written should override this method and append it.

Throws:
java.io.IOException
See Also:
Externalizable.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.SessionBasedClusteredSipApplicationSession extends JBossCacheClusteredSipApplicationSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Overrides the superclass version by additionally reading the attributes map.

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
ClusteredSession.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Overrides the superclass version by appending the attributes map. Does not write any attributes whose names are found in ClusteredSession.excludedAttributes.

Throws:
java.io.IOException
See Also:
ClusteredSession.writeExternal(java.io.ObjectOutput)

Class org.jboss.web.tomcat.service.session.SessionBasedClusteredSipSession extends JBossCacheClusteredSipSession implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Overrides the superclass version by additionally reading the attributes map.

This method is deliberately public so it can be used to reset the internal state of a session object using serialized contents replicated from another JVM via JBossCache.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
ClusteredSession.readExternal(java.io.ObjectInput)

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Overrides the superclass version by appending the attributes map. Does not write any attributes whose names are found in ClusteredSession.excludedAttributes.

Throws:
java.io.IOException
See Also:
ClusteredSession.writeExternal(java.io.ObjectOutput)

Package org.mobicents.servlet.sip.address

Class org.mobicents.servlet.sip.address.AddressImpl extends ParameterableImpl implements Serializable

Serialized Fields

address

javax.sip.address.Address address

Class org.mobicents.servlet.sip.address.GenericURIImpl extends URIImpl implements Serializable

Class org.mobicents.servlet.sip.address.ParameterableHeaderImpl extends ParameterableImpl implements Serializable

Serialized Fields

value

java.lang.String value

Class org.mobicents.servlet.sip.address.ParameterableImpl extends java.lang.Object implements Serializable

Serialized Fields

parameters

gov.nist.core.NameValueList parameters

isModifiable

boolean isModifiable

Class org.mobicents.servlet.sip.address.SipURIImpl extends URIImpl implements Serializable

Class org.mobicents.servlet.sip.address.TelURLImpl extends URIImpl implements Serializable

Serialized Fields

telUrl

javax.sip.address.TelURL telUrl

Class org.mobicents.servlet.sip.address.URIImpl extends ParameterableImpl implements Serializable

Serialized Fields

uri

javax.sip.address.URI uri

Package org.mobicents.servlet.sip.annotations

Class org.mobicents.servlet.sip.annotations.AnnotationVerificationException extends java.lang.Exception implements Serializable


Package org.mobicents.servlet.sip.core.dispatchers

Class org.mobicents.servlet.sip.core.dispatchers.DispatcherException extends java.lang.Exception implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.mobicents.servlet.sip.core.session

Class org.mobicents.servlet.sip.core.session.ConvergedSession extends org.apache.catalina.session.StandardSession implements Serializable

Serialized Fields

convergedSessionDelegate

ConvergedSessionDelegate convergedSessionDelegate

Class org.mobicents.servlet.sip.core.session.SipApplicationSessionKey extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

applicationName

java.lang.String applicationName

isAppGeneratedKey

boolean isAppGeneratedKey

Class org.mobicents.servlet.sip.core.session.SipSessionKey extends java.lang.Object implements Serializable

Serialized Fields

fromAddress

java.lang.String fromAddress

fromTag

java.lang.String fromTag

toAddress

java.lang.String toAddress

toTag

java.lang.String toTag

callId

java.lang.String callId

applicationName

java.lang.String applicationName

Class org.mobicents.servlet.sip.core.session.SipSessionsUtilImpl extends java.lang.Object implements Serializable


Package org.mobicents.servlet.sip.core.timers

Class org.mobicents.servlet.sip.core.timers.TimerServiceImpl extends java.lang.Object implements Serializable


Package org.mobicents.servlet.sip.message

Class org.mobicents.servlet.sip.message.B2buaHelperImpl extends java.lang.Object implements Serializable

Serialized Fields

sessionMap

java.util.Map<K,V> sessionMap

Class org.mobicents.servlet.sip.message.SipFactoryFacade extends java.lang.Object implements Serializable

Serialized Fields

sipFactoryImpl

SipFactoryImpl sipFactoryImpl

Class org.mobicents.servlet.sip.message.SipFactoryImpl extends java.lang.Object implements Serializable

Serialized Fields

useLoadBalancer

boolean useLoadBalancer

loadBalancerToUse

BalancerDescription loadBalancerToUse

Class org.mobicents.servlet.sip.message.SipServletMessageImpl extends java.lang.Object implements Serializable

Serialized Fields

message

javax.sip.message.Message message

attributes

java.util.Map<K,V> attributes

transaction

javax.sip.Transaction transaction

transactionApplicationData

TransactionApplicationData transactionApplicationData

defaultEncoding

java.lang.String defaultEncoding

headerForm

SipServletMessage.HeaderForm headerForm

localAddr

java.net.InetAddress localAddr

localPort

int localPort

remoteAddr

java.net.InetAddress remoteAddr

remotePort

int remotePort

transport

java.lang.String transport

currentApplicationName

java.lang.String currentApplicationName

isMessageSent

boolean isMessageSent

dialog

javax.sip.Dialog dialog

Class org.mobicents.servlet.sip.message.SipServletRequestImpl extends SipServletMessageImpl implements Serializable

Serialized Fields

linkedRequest

SipServletRequestImpl linkedRequest

createDialog

boolean createDialog

poppedRoute

Address poppedRoute

routingDirective

SipApplicationRoutingDirective routingDirective

routingState

RoutingState routingState

routingRegion

SipApplicationRoutingRegion routingRegion
Routing region.


isInitial

boolean isInitial

isFinalResponseGenerated

boolean isFinalResponseGenerated

is1xxResponseGenerated

boolean is1xxResponseGenerated

Class org.mobicents.servlet.sip.message.SipServletResponseImpl extends SipServletMessageImpl implements Serializable

Serialized Fields

response

javax.sip.message.Response response

originalRequest

SipServletRequestImpl originalRequest

proxyBranch

ProxyBranch proxyBranch

isProxiedResponse

boolean isProxiedResponse

isResponseForwardedUpstream

boolean isResponseForwardedUpstream

isAckGenerated

boolean isAckGenerated

isPrackGenerated

boolean isPrackGenerated

Class org.mobicents.servlet.sip.message.TransactionApplicationData extends java.lang.Object implements Serializable


Package org.mobicents.servlet.sip.proxy

Class org.mobicents.servlet.sip.proxy.ProxyBranchImpl extends java.lang.Object implements Serializable

Serialized Fields

proxy

ProxyImpl proxy

recordRoutingEnabled

boolean recordRoutingEnabled

recurse

boolean recurse

started

boolean started

timedOut

boolean timedOut

proxyBranchTimeout

int proxyBranchTimeout

canceled

boolean canceled

isAddToPath

boolean isAddToPath

waitingForPrack

boolean waitingForPrack

Class org.mobicents.servlet.sip.proxy.ProxyImpl extends java.lang.Object implements Serializable

Serialized Fields

recurse

boolean recurse

proxyTimeout

int proxyTimeout

seqSearchTimeout

int seqSearchTimeout

supervised

boolean supervised

recordRoutingEnabled

boolean recordRoutingEnabled

parallel

boolean parallel

addToPath

boolean addToPath

isNoCancel

boolean isNoCancel

started

boolean started

ackReceived

boolean ackReceived

tryingSent

boolean tryingSent

finalBranchForSubsequentRequests

ProxyBranchImpl finalBranchForSubsequentRequests

previousNode

SipURI previousNode

callerFromHeader

java.lang.String callerFromHeader

Package org.mobicents.servlet.sip.startup

Class org.mobicents.servlet.sip.startup.SipStandardContext extends org.apache.catalina.core.StandardContext implements Serializable

Serialized Fields

applicationName

java.lang.String applicationName

smallIcon

java.lang.String smallIcon

largeIcon

java.lang.String largeIcon

description

java.lang.String description

proxyTimeout

int proxyTimeout

sipApplicationSessionTimeout

int sipApplicationSessionTimeout

listeners

SipListenersHolder listeners

mainServlet

java.lang.String mainServlet

sipFactoryFacade

SipFactoryFacade sipFactoryFacade

sipSessionsUtil

SipSessionsUtilImpl sipSessionsUtil

sipLoginConfig

SipLoginConfig sipLoginConfig

namingContextName

java.lang.String namingContextName

sipApplicationKeyMethod

java.lang.reflect.Method sipApplicationKeyMethod

sipApplicationListeners

java.util.List<E> sipApplicationListeners
The set of sip application listener class names configured for this application, in the order they were encountered in the sip.xml file.


sipServletMappings

java.util.List<E> sipServletMappings
The set of sip servlet mapping configured for this application.


sipApplicationDispatcher

SipApplicationDispatcher sipApplicationDispatcher

childrenMap

java.util.Map<K,V> childrenMap

Class org.mobicents.servlet.sip.startup.SipStandardEngine extends org.apache.catalina.core.StandardEngine implements Serializable


Package org.mobicents.servlet.sip.startup.failover

Class org.mobicents.servlet.sip.startup.failover.BalancerDescription extends java.lang.Object implements Serializable

Serialized Fields

address

java.net.InetAddress address

sipPort

int sipPort

Package org.mobicents.servlet.sip.startup.loading

Class org.mobicents.servlet.sip.startup.loading.SipLoginConfig extends org.apache.catalina.deploy.LoginConfig implements Serializable

Serialized Fields

identityAssertionSchemes

java.util.HashMap<K,V> identityAssertionSchemes

Class org.mobicents.servlet.sip.startup.loading.SipSecurityCollection extends org.apache.catalina.deploy.SecurityCollection implements Serializable

Serialized Fields

servletNames

java.util.List<E> servletNames

sipMethods

java.util.List<E> sipMethods

Class org.mobicents.servlet.sip.startup.loading.SipSecurityConstraint extends org.apache.catalina.deploy.SecurityConstraint implements Serializable

Serialized Fields

proxyAuthentication

boolean proxyAuthentication

Class org.mobicents.servlet.sip.startup.loading.SipServletImpl extends org.apache.catalina.core.StandardWrapper implements Serializable

Serialized Fields

icon

java.lang.String icon

servletName

java.lang.String servletName

displayName

java.lang.String displayName

description

java.lang.String description



Copyright © 2009. All Rights Reserved.