Uses of Class
org.mobicents.servlet.sip.core.session.SipApplicationSessionKey

Packages that use SipApplicationSessionKey
org.jboss.web.tomcat.service.session   
org.mobicents.servlet.sip.core.dispatchers   
org.mobicents.servlet.sip.core.session   
 

Uses of SipApplicationSessionKey in org.jboss.web.tomcat.service.session
 

Fields in org.jboss.web.tomcat.service.session declared as SipApplicationSessionKey
protected  SipApplicationSessionKey ClusteredSipSession.sipAppSessionParentKey
           
 

Methods in org.jboss.web.tomcat.service.session with parameters of type SipApplicationSessionKey
 ClusteredSipApplicationSession JBossCacheSipManager.findLocalSipApplicationSession(SipApplicationSessionKey key, boolean create)
          Returns the given sip application session if it is being actively managed by this manager.
protected  MobicentsSipApplicationSession ClusteredSipManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
 MobicentsSipApplicationSession JBossCacheSipManager.getSipApplicationSession(SipApplicationSessionKey key, boolean create)
          Retrieve a sip application session from its key.
protected  ClusteredSipApplicationSession JBossCacheSipManager.loadSipApplicationSession(SipApplicationSessionKey key, boolean create)
          Loads a session from the distributed store.
 ClusteredSipApplicationSession ClusteredSipManagerDelegate.putSipApplicationSession(SipApplicationSessionKey key, ClusteredSipApplicationSession session)
           
 MobicentsSipApplicationSession JBossCacheSipManager.removeSipApplicationSession(SipApplicationSessionKey key)
          Removes a sip application session from the manager by its key
 

Constructors in org.jboss.web.tomcat.service.session with parameters of type SipApplicationSessionKey
AttributeBasedClusteredSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
ClusteredSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext, boolean useJK)
           
FieldBasedClusteredSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
JBossCacheClusteredSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
SessionBasedClusteredSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
 

Uses of SipApplicationSessionKey in org.mobicents.servlet.sip.core.dispatchers
 

Methods in org.mobicents.servlet.sip.core.dispatchers that return SipApplicationSessionKey
protected static SipApplicationSessionKey MessageDispatcher.makeAppSessionKey(SipContext sipContext, SipServletRequestImpl sipServletRequestImpl, java.lang.String applicationName)
           
 

Uses of SipApplicationSessionKey in org.mobicents.servlet.sip.core.session
 

Fields in org.mobicents.servlet.sip.core.session declared as SipApplicationSessionKey
protected  SipApplicationSessionKey SipApplicationSessionImpl.key
           
 

Fields in org.mobicents.servlet.sip.core.session with type parameters of type SipApplicationSessionKey
protected  java.util.concurrent.ConcurrentHashMap<SipApplicationSessionKey,MobicentsSipApplicationSession> SipManagerDelegate.sipApplicationSessions
           
 

Methods in org.mobicents.servlet.sip.core.session that return SipApplicationSessionKey
 SipApplicationSessionKey MobicentsSipApplicationSession.getKey()
           
 SipApplicationSessionKey SipApplicationSessionImpl.getKey()
           
static SipApplicationSessionKey SessionManagerUtil.getSipApplicationSessionKey(java.lang.String applicationName, java.lang.String id, boolean isAppGeneratedKey)
          Computes the sip application session key from the input parameters.
static SipApplicationSessionKey SessionManagerUtil.parseSipApplicationSessionKey(java.lang.String sipApplicationKey)
          Parse a sip application key that was previously generated and put as an http request param through the encodeURL method of SipApplicationSession
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type SipApplicationSessionKey
protected abstract  MobicentsSipApplicationSession SipManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
protected  MobicentsSipApplicationSession SipStandardManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
 MobicentsSipApplicationSession SipStandardManager.getSipApplicationSession(SipApplicationSessionKey key, boolean create)
          Retrieve a sip application session from its key.
 MobicentsSipApplicationSession SipManager.getSipApplicationSession(SipApplicationSessionKey key, boolean create)
          Retrieve a sip application session from its key.
 MobicentsSipApplicationSession SipManagerDelegate.getSipApplicationSession(SipApplicationSessionKey key, boolean create)
          Retrieve a sip application session from its key.
 MobicentsSipApplicationSession SipStandardManager.removeSipApplicationSession(SipApplicationSessionKey key)
          Removes a sip application session from the manager by its key
 MobicentsSipApplicationSession SipManager.removeSipApplicationSession(SipApplicationSessionKey key)
          Removes a sip application session from the manager by its key
 MobicentsSipApplicationSession SipManagerDelegate.removeSipApplicationSession(SipApplicationSessionKey key)
          Removes a sip application session from the manager by its key
 void SipApplicationSessionImpl.setKey(SipApplicationSessionKey key)
           
 

Constructors in org.mobicents.servlet.sip.core.session with parameters of type SipApplicationSessionKey
SipApplicationSessionImpl(SipApplicationSessionKey key, SipContext sipContext)
           
 



Copyright © 2009. All Rights Reserved.