org.jboss.web.tomcat.service.session
Class ClusteredSipManagerDelegate
java.lang.Object
org.mobicents.servlet.sip.core.session.SipManagerDelegate
org.jboss.web.tomcat.service.session.ClusteredSipManagerDelegate
public class ClusteredSipManagerDelegate
- extends SipManagerDelegate
- Author:
- Jean Deruelle
|
Field Summary |
protected static java.lang.String |
info
The descriptive information about this implementation. |
| Methods inherited from class org.mobicents.servlet.sip.core.session.SipManagerDelegate |
changeSessionKey, createDerivedSipSession, dumpSipApplicationSessions, dumpSipSessions, findSipApplicationSession, getAllSipApplicationSessions, getAllSipSessions, getContainer, getSipApplicationSession, getSipFactoryImpl, getSipSession, removeAllSessions, removeSipApplicationSession, removeSipSession, setContainer, setSipFactoryImpl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
info
protected static final java.lang.String info
- The descriptive information about this implementation.
- See Also:
- Constant Field Values
ClusteredSipManagerDelegate
public ClusteredSipManagerDelegate(int replicationGranularity)
- Parameters:
replicationGranularity -
getNewMobicentsSipApplicationSession
protected MobicentsSipApplicationSession getNewMobicentsSipApplicationSession(SipApplicationSessionKey key,
SipContext sipContext)
- Specified by:
getNewMobicentsSipApplicationSession in class SipManagerDelegate
getNewMobicentsSipSession
protected MobicentsSipSession getNewMobicentsSipSession(SipSessionKey key,
SipFactoryImpl sipFactoryImpl,
MobicentsSipApplicationSession mobicentsSipApplicationSession)
- Specified by:
getNewMobicentsSipSession in class SipManagerDelegate
putSipSession
public ClusteredSipSession putSipSession(SipSessionKey key,
ClusteredSipSession session)
putSipApplicationSession
public ClusteredSipApplicationSession putSipApplicationSession(SipApplicationSessionKey key,
ClusteredSipApplicationSession session)
Copyright © 2008. All Rights Reserved.