Uses of Interface
org.mobicents.servlet.sip.core.session.MobicentsSipApplicationSession

Packages that use MobicentsSipApplicationSession
org.jboss.web.tomcat.service.session   
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.core.timers   
 

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

Classes in org.jboss.web.tomcat.service.session that implement MobicentsSipApplicationSession
 class AttributeBasedClusteredSipApplicationSession
          Implementation of a clustered sip application session for the JBossCacheManager.
 class ClusteredSipApplicationSession
          Abstract base class for sip session clustering based on SipApplicationSessionImpl.
 class FieldBasedClusteredSipApplicationSession
           Implementation of a clustered sip application session for the JBossCacheManager.
 class JBossCacheClusteredSipApplicationSession
          Common superclass of ClusteredSipApplicationSession types that use JBossCache as their distributed cache.
 class SessionBasedClusteredSipApplicationSession
          Implementation of a clustered sip application session for the JBossCacheManager.
 

Methods in org.jboss.web.tomcat.service.session that return MobicentsSipApplicationSession
 MobicentsSipApplicationSession JBossCacheSipManager.findSipApplicationSession(javax.servlet.http.HttpSession httpSession)
          Retrieves the sip application session holding the converged http session in parameter
protected  MobicentsSipApplicationSession ClusteredSipManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
 MobicentsSipApplicationSession JBossCacheSipManager.getSipApplicationSession(SipApplicationSessionKey key, boolean create)
          Retrieve a sip application session from its key.
 MobicentsSipApplicationSession JBossCacheSipManager.removeSipApplicationSession(SipApplicationSessionKey key)
          Removes a sip application session from the manager by its key
 

Methods in org.jboss.web.tomcat.service.session with parameters of type MobicentsSipApplicationSession
 ClusteredSipSession JBossCacheSipManager.findLocalSipSession(SipSessionKey key, boolean create, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Returns the given sip session if it is being actively managed by this manager.
protected  MobicentsSipSession ClusteredSipManagerDelegate.getNewMobicentsSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 MobicentsSipSession JBossCacheSipManager.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Retrieve a sip session from its key.
protected  ClusteredSipSession JBossCacheSipManager.loadSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Loads a session from the distributed store.
 

Constructors in org.jboss.web.tomcat.service.session with parameters of type MobicentsSipApplicationSession
AttributeBasedClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
ClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession, boolean useJK)
           
FieldBasedClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
JBossCacheClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
SessionBasedClusteredSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 

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

Classes in org.mobicents.servlet.sip.core.session that implement MobicentsSipApplicationSession
 class SipApplicationSessionImpl
          Implementation of the SipApplicationSession interface.
 

Fields in org.mobicents.servlet.sip.core.session declared as MobicentsSipApplicationSession
protected  MobicentsSipApplicationSession SipSessionImpl.sipApplicationSession
           
 

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

Methods in org.mobicents.servlet.sip.core.session that return MobicentsSipApplicationSession
 MobicentsSipApplicationSession SipApplicationSessionImpl.SipApplicationSessionTimerTask.call()
           
 MobicentsSipApplicationSession SipStandardManager.findSipApplicationSession(javax.servlet.http.HttpSession httpSession)
          Retrieves the sip application session holding the converged http session in parameter
 MobicentsSipApplicationSession SipManager.findSipApplicationSession(javax.servlet.http.HttpSession httpSession)
          Retrieves the sip application session holding the converged http session in parameter
 MobicentsSipApplicationSession SipManagerDelegate.findSipApplicationSession(javax.servlet.http.HttpSession httpSession)
          Retrieves the sip application session holding the converged http session in parameter
protected abstract  MobicentsSipApplicationSession SipManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
protected  MobicentsSipApplicationSession SipStandardManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
 MobicentsSipApplicationSession SipSessionImpl.getSipApplicationSession()
           
 MobicentsSipApplicationSession MobicentsSipSession.getSipApplicationSession()
           
 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
 

Methods in org.mobicents.servlet.sip.core.session that return types with arguments of type MobicentsSipApplicationSession
 java.util.Iterator<MobicentsSipApplicationSession> SipStandardManager.getAllSipApplicationSessions()
          
 java.util.Iterator<MobicentsSipApplicationSession> SipManagerDelegate.getAllSipApplicationSessions()
          Retrieve all sip application sessions currently hold by the session manager
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type MobicentsSipApplicationSession
protected abstract  MobicentsSipSession SipManagerDelegate.getNewMobicentsSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
protected  MobicentsSipSession SipStandardManagerDelegate.getNewMobicentsSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 MobicentsSipSession SipStandardManager.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Retrieve a sip session from its key.
 MobicentsSipSession SipManager.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession MobicentsSipApplicationSession)
          Retrieve a sip session from its key.
 MobicentsSipSession SipManagerDelegate.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Retrieve a sip session from its key.
protected  void SipSessionImpl.setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
           
 

Constructors in org.mobicents.servlet.sip.core.session with parameters of type MobicentsSipApplicationSession
SipApplicationSessionImpl.SipApplicationSessionTimerTask(MobicentsSipApplicationSession mobicentsSipApplicationSession)
          Default Constructor
SipSessionImpl(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 

Uses of MobicentsSipApplicationSession in org.mobicents.servlet.sip.core.timers
 

Constructors in org.mobicents.servlet.sip.core.timers with parameters of type MobicentsSipApplicationSession
ServletTimerImpl(java.io.Serializable info, long delay, boolean fixedDelay, long period, TimerListener listener, MobicentsSipApplicationSession appSession)
          Constructor for repeating times
ServletTimerImpl(java.io.Serializable info, long delay, TimerListener listener, MobicentsSipApplicationSession appSession)
          Constructor for non-repeating timer.
 



Copyright © 2008. All Rights Reserved.