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.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.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

Serialized Fields

applicationName

java.lang.String applicationName

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.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

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


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.loading

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

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 © 2008. All Rights Reserved.