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

Packages that use MobicentsSipSession
org.jboss.web.tomcat.service.session   
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.message   
 

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

Classes in org.jboss.web.tomcat.service.session that implement MobicentsSipSession
 class AttributeBasedClusteredSipSession
          Implementation of a clustered sip session for the JBossCacheManager.
 class ClusteredSipSession
          Abstract base class for sip session clustering based on SipSessionImpl.
 class FieldBasedClusteredSipSession
           Implementation of a clustered sip session for the JBossCacheManager.
 class JBossCacheClusteredSipSession
          Common superclass of ClusteredSipSession types that use JBossCache as their distributed cache.
 class SessionBasedClusteredSipSession
          Implementation of a clustered sip session for the JBossCacheManager.
 

Methods in org.jboss.web.tomcat.service.session that return MobicentsSipSession
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.
 MobicentsSipSession JBossCacheSipManager.removeSipSession(SipSessionKey key)
          Removes a sip session from the manager by its key
 

Methods in org.jboss.web.tomcat.service.session that return types with arguments of type MobicentsSipSession
 java.util.Iterator<MobicentsSipSession> JBossCacheSipManager.getAllSipSessions()
          
 

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

Classes in org.mobicents.servlet.sip.core.session that implement MobicentsSipSession
 class SipSessionImpl
          Implementation of the SipSession interface.
 

Fields in org.mobicents.servlet.sip.core.session declared as MobicentsSipSession
protected  MobicentsSipSession SipSessionImpl.parentSession
           
 

Fields in org.mobicents.servlet.sip.core.session with type parameters of type MobicentsSipSession
protected  java.util.concurrent.ConcurrentHashMap<java.lang.String,MobicentsSipSession> SipSessionImpl.derivedSipSessions
           
protected  java.util.concurrent.ConcurrentHashMap<SipSessionKey,MobicentsSipSession> SipManagerDelegate.sipSessions
           
protected  java.util.concurrent.ConcurrentHashMap<java.lang.String,MobicentsSipSession> SipApplicationSessionImpl.sipSessions
           
 

Methods in org.mobicents.servlet.sip.core.session that return MobicentsSipSession
protected  MobicentsSipSession SipManagerDelegate.createDerivedSipSession(MobicentsSipSession parentSipSession, SipSessionKey sessionKey)
          clone the parent sip session given in parameter except its attributes (they will be shared) and add it to the internal map of derived sessions identifying it by its ToTag
 MobicentsSipSession SipSessionImpl.findDerivedSipSession(java.lang.String toTag)
          Find the derived sip session identified by its to tag
 MobicentsSipSession MobicentsSipSession.findDerivedSipSession(java.lang.String toTag)
          Find the derived sip session identified by its to tag
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.
 MobicentsSipSession SipSessionImpl.removeDerivedSipSession(java.lang.String toTag)
          Removes the derived sip session identified by the To tag in parameter
 MobicentsSipSession MobicentsSipSession.removeDerivedSipSession(java.lang.String toTag)
          Removes the derived sip session identified by the To tag in parameter
 MobicentsSipSession SipApplicationSessionImpl.removeSipSession(MobicentsSipSession mobicentsSipSession)
           
 MobicentsSipSession SipStandardManager.removeSipSession(SipSessionKey key)
          Removes a sip session from the manager by its key
 MobicentsSipSession SipManager.removeSipSession(SipSessionKey key)
          Removes a sip session from the manager by its key
 MobicentsSipSession SipManagerDelegate.removeSipSession(SipSessionKey key)
          Removes a sip session from the manager by its key
 

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

Methods in org.mobicents.servlet.sip.core.session with parameters of type MobicentsSipSession
 void SipSessionImpl.addDerivedSipSessions(MobicentsSipSession derivedSession)
          Add the derived sip session it will be identified by the To tag from its key
 void MobicentsSipSession.addDerivedSipSessions(MobicentsSipSession derivedSession)
          Add the derived sip session it will be identified by the To tag from its key
 void MobicentsSipApplicationSession.addSipSession(MobicentsSipSession mobicentsSipSession)
           
 void SipApplicationSessionImpl.addSipSession(MobicentsSipSession mobicentsSipSession)
           
protected  MobicentsSipSession SipManagerDelegate.createDerivedSipSession(MobicentsSipSession parentSipSession, SipSessionKey sessionKey)
          clone the parent sip session given in parameter except its attributes (they will be shared) and add it to the internal map of derived sessions identifying it by its ToTag
 void MobicentsSipApplicationSession.onSipSessionReadyToInvalidate(MobicentsSipSession mobicentsSipSession)
           
 void SipApplicationSessionImpl.onSipSessionReadyToInvalidate(MobicentsSipSession mobicentsSipSession)
           
 MobicentsSipSession SipApplicationSessionImpl.removeSipSession(MobicentsSipSession mobicentsSipSession)
           
 void SipSessionImpl.setParentSession(MobicentsSipSession mobicentsSipSession)
          
 void MobicentsSipSession.setParentSession(MobicentsSipSession mobicentsSipSession)
           
 

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

Fields in org.mobicents.servlet.sip.message declared as MobicentsSipSession
protected  MobicentsSipSession SipServletMessageImpl.session
           
 

Methods in org.mobicents.servlet.sip.message that return MobicentsSipSession
 MobicentsSipSession SipServletMessageImpl.getSipSession()
          Retrieve the sip session implementation
 

Methods in org.mobicents.servlet.sip.message with parameters of type MobicentsSipSession
 void SipServletMessageImpl.setSipSession(MobicentsSipSession session)
           
 

Constructors in org.mobicents.servlet.sip.message with parameters of type MobicentsSipSession
SipServletMessageImpl(javax.sip.message.Message message, SipFactoryImpl sipFactoryImpl, javax.sip.Transaction transaction, MobicentsSipSession sipSession, javax.sip.Dialog dialog)
           
SipServletRequestImpl(javax.sip.message.Request request, SipFactoryImpl sipFactoryImpl, MobicentsSipSession sipSession, javax.sip.Transaction transaction, javax.sip.Dialog dialog, boolean createDialog)
           
SipServletResponseImpl(javax.sip.message.Response response, SipFactoryImpl sipFactoryImpl, javax.sip.Transaction transaction, MobicentsSipSession session, javax.sip.Dialog dialog)
          Constructor
 



Copyright © 2009. All Rights Reserved.