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, 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
 

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 StandardSasTimerTask.getSipApplicationSession()
           
 MobicentsSipApplicationSession SipApplicationSessionTimerTask.getSipApplicationSession()
          Retrieve the sip application Session associated with the timer task
 MobicentsSipApplicationSession DefaultSasTimerTask.getSipApplicationSession()
           
 

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 DefaultSipApplicationSessionTimerService.createSipApplicationSessionTimerTask(MobicentsSipApplicationSession sipApplicationSession)
           
 void StandardSasTimerTask.setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
           
 void DefaultSasTimerTask.setSipApplicationSession(MobicentsSipApplicationSession sipApplicationSession)
           
 

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 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
 SipApplicationSessionTimerTask SipApplicationSessionTimerService.createSipApplicationSessionTimerTask(MobicentsSipApplicationSession sipApplicationSession)
           
 void SipContext.enterSipApp(MobicentsSipApplicationSession sipApplicationSession, MobicentsSipSession sipSession)
           
 void SipContext.exitSipApp(MobicentsSipApplicationSession sipApplicationSession, MobicentsSipSession sipSession)
           
 



Copyright © 2010. All Rights Reserved.