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

Packages that use MobicentsSipApplicationSession
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.core.timers   
org.mobicents.servlet.sip.message   
 

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
           
protected  java.util.concurrent.ConcurrentHashMap<java.lang.String,MobicentsSipApplicationSession> SipManagerDelegate.sipApplicationSessionsByAppGeneratedKey
           
 

Methods in org.mobicents.servlet.sip.core.session that return MobicentsSipApplicationSession
protected  MobicentsSipApplicationSession SipManagerDelegate.createSipApplicationSession(SipApplicationSessionKey key, boolean create)
           
 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
 MobicentsSipApplicationSession ConvergedStandardSession.getApplicationSession(boolean create)
           
 MobicentsSipApplicationSession ConvergedSessionDelegate.getApplicationSession(boolean create)
           
 MobicentsSipApplicationSession ConvergedSession.getApplicationSession(boolean create)
           
 MobicentsSipApplicationSession ConvergedSessionFacade.getApplicationSession(boolean create)
           
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> SipManager.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  MobicentsSipSession SipManagerDelegate.createSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
           
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
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.
 

Uses of MobicentsSipApplicationSession in org.mobicents.servlet.sip.message
 

Classes in org.mobicents.servlet.sip.message that implement MobicentsSipApplicationSession
 class MobicentsSipApplicationSessionFacade
          The purpose of this class is to be a facade to the real sip application session as well as a serializable session class that can be put as a session attribute in other sessions or even its own session.
 

Methods in org.mobicents.servlet.sip.message that return MobicentsSipApplicationSession
 MobicentsSipApplicationSession MobicentsSipApplicationSessionFacade.getMobicentstSipApplicationSession()
           
 MobicentsSipApplicationSession MobicentsSipSessionFacade.getSipApplicationSession()
           
 

Constructors in org.mobicents.servlet.sip.message with parameters of type MobicentsSipApplicationSession
MobicentsSipApplicationSessionFacade(MobicentsSipApplicationSession sipApplicationSession)
           
 



Copyright © 2009. All Rights Reserved.