Serialized Form
|
Package org.jboss.web.tomcat.service.session |
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)
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
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
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)
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
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
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
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
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)
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 |
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
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)
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)
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)
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 |
|
Package org.mobicents.servlet.sip.core.dispatchers |
errorCode
int errorCode
|
Package org.mobicents.servlet.sip.core.session |
convergedSessionDelegate
ConvergedSessionDelegate convergedSessionDelegate
id
java.lang.String id
applicationName
java.lang.String applicationName
isAppGeneratedKey
boolean isAppGeneratedKey
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
|
Package org.mobicents.servlet.sip.core.timers |
|
Package org.mobicents.servlet.sip.message |
sessionMap
java.util.Map<K,V> sessionMap
sipFactoryImpl
SipFactoryImpl sipFactoryImpl
useLoadBalancer
boolean useLoadBalancer
loadBalancerToUse
BalancerDescription loadBalancerToUse
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
linkedRequest
SipServletRequestImpl linkedRequest
createDialog
boolean createDialog
popedRouteHeader
javax.sip.header.RouteHeader popedRouteHeader
routingDirective
SipApplicationRoutingDirective routingDirective
routingState
RoutingState routingState
routingRegion
SipApplicationRoutingRegion routingRegion
- Routing region.
isInitial
boolean isInitial
isFinalResponseGenerated
boolean isFinalResponseGenerated
is1xxResponseGenerated
boolean is1xxResponseGenerated
response
javax.sip.message.Response response
originalRequest
SipServletRequestImpl originalRequest
proxyBranch
ProxyBranch proxyBranch
isProxiedResponse
boolean isProxiedResponse
isResponseForwardedUpstream
boolean isResponseForwardedUpstream
isAckGenerated
boolean isAckGenerated
isPrackGenerated
boolean isPrackGenerated
|
Package org.mobicents.servlet.sip.proxy |
proxy
ProxyImpl proxy
recordRoutingEnabled
boolean recordRoutingEnabled
recurse
boolean recurse
started
boolean started
timedOut
boolean timedOut
proxyBranchTimeout
int proxyBranchTimeout
canceled
boolean canceled
isAddToPath
boolean isAddToPath
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
|
Package org.mobicents.servlet.sip.startup |
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
|
Package org.mobicents.servlet.sip.startup.failover |
address
java.net.InetAddress address
sipPort
int sipPort
|
Package org.mobicents.servlet.sip.startup.loading |
identityAssertionSchemes
java.util.HashMap<K,V> identityAssertionSchemes
servletNames
java.util.List<E> servletNames
sipMethods
java.util.List<E> sipMethods
proxyAuthentication
boolean proxyAuthentication
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.