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   
org.mobicents.servlet.sip.startup   
 

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.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)
           
 MobicentsSipApplicationSession SipManagerDelegate.findSipApplicationSession(javax.servlet.http.HttpSession httpSession)
          Retrieves the sip application session holding the converged http session in parameter
 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 ConvergedSessionFacade.getApplicationSession(boolean create)
           
 MobicentsSipApplicationSession ConvergedSession.getApplicationSession(boolean create)
           
 MobicentsSipApplicationSession ConvergedStandardSession.getApplicationSession(boolean create)
           
 MobicentsSipApplicationSession ConvergedSessionDelegate.getApplicationSession(boolean create)
           
protected abstract  MobicentsSipApplicationSession SipManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
protected  MobicentsSipApplicationSession SipStandardManagerDelegate.getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
 MobicentsSipApplicationSession MobicentsSipSession.getSipApplicationSession()
           
 MobicentsSipApplicationSession SipSessionImpl.getSipApplicationSession()
           
 MobicentsSipApplicationSession SipManagerDelegate.getSipApplicationSession(SipApplicationSessionKey key, boolean create)
          Retrieve a sip application session from its key.
 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 DistributableSipManager.getSipApplicationSession(SipApplicationSessionKey key, boolean create, boolean localOnly)
          Retrieve a sip application session from its key.
 MobicentsSipApplicationSession SipManagerDelegate.removeSipApplicationSession(SipApplicationSessionKey key)
          Removes a sip application session from the manager by 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
 

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

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 SipManagerDelegate.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession sipApplicationSessionImpl)
          Retrieve a sip session from its key.
 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 DistributableSipManager.getSipSession(SipSessionKey key, boolean create, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession MobicentsSipApplicationSession, boolean localOnly)
          Retrieve a sip session from its key.
protected  void SipManagerDelegate.scheduleExpirationTimer(MobicentsSipApplicationSession sipApplicationSession)
           
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
 

Fields in org.mobicents.servlet.sip.core.timers with type parameters of type MobicentsSipApplicationSession
protected  java.util.concurrent.ScheduledFuture<MobicentsSipApplicationSession> DefaultSasTimerTask.expirationTimerFuture
           
 

Methods in org.mobicents.servlet.sip.core.timers that return MobicentsSipApplicationSession
 MobicentsSipApplicationSession ServletTimerImpl.getApplicationSession()
           
 MobicentsSipApplicationSession DefaultSasTimerTask.getSipApplicationSession()
           
 MobicentsSipApplicationSession StandardSasTimerTask.getSipApplicationSession()
           
 MobicentsSipApplicationSession SipApplicationSessionTimerTask.getSipApplicationSession()
          Retrieve the sip application Session associated with the timer task
 

Methods in org.mobicents.servlet.sip.core.timers that return types with arguments of type MobicentsSipApplicationSession
 java.util.concurrent.ScheduledFuture<MobicentsSipApplicationSession> DefaultSasTimerTask.getScheduledFuture()
           
 

Methods in org.mobicents.servlet.sip.core.timers with parameters of type MobicentsSipApplicationSession
 SipApplicationSessionTimerTask StandardSipApplicationSessionTimerService.createSipApplicationSessionTimerTask(MobicentsSipApplicationSession sipApplicationSession)
           
 SipApplicationSessionTimerTask SipApplicationSessionTimerService.createSipApplicationSessionTimerTask(MobicentsSipApplicationSession sipApplicationSession)
           
 SipApplicationSessionTimerTask DefaultSipApplicationSessionTimerService.createSipApplicationSessionTimerTask(MobicentsSipApplicationSession sipApplicationSession)
           
 void ServletTimerImpl.setApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
           
 void DefaultSasTimerTask.setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
           
 void StandardSasTimerTask.setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
           
 void SipApplicationSessionTimerTask.setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
          Set the sip application Session associated with the timer task
 

Method parameters in org.mobicents.servlet.sip.core.timers with type arguments of type MobicentsSipApplicationSession
 void DefaultSasTimerTask.setScheduledFuture(java.util.concurrent.ScheduledFuture<MobicentsSipApplicationSession> schedule)
           
 

Constructors in org.mobicents.servlet.sip.core.timers with parameters of type MobicentsSipApplicationSession
DefaultSasTimerTask(MobicentsSipApplicationSession 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.
StandardSasTimerTask(MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 

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 SipFactoryImpl.createApplicationSession(SipContext sipContext)
          Creates an application session associated with the context
 MobicentsSipApplicationSession MobicentsSipApplicationSessionFacade.getMobicentstSipApplicationSession()
           
 MobicentsSipApplicationSession MobicentsSipSessionFacade.getSipApplicationSession()
           
 

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

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

Methods in org.mobicents.servlet.sip.startup with parameters of type MobicentsSipApplicationSession
 void SipContext.enterSipApp(MobicentsSipApplicationSession sipApplicationSession, MobicentsSipSession sipSession, boolean checkIsManagedThread)
          notify the application that we are going to access it with the sipapplicationsession and sip session in parameter and tells whether or not to check if we are in a managed thread to check if we should lock the session or not
 void SipContext.exitSipApp(MobicentsSipApplicationSession sipApplicationSession, MobicentsSipSession sipSession)
          notify the application that we are going to exit it with the sipapplicationsession and sip session in parameter
 



Copyright © 2011. All Rights Reserved.