org.mobicents.servlet.sip.core.session
Class SipStandardManagerDelegate

java.lang.Object
  extended by org.mobicents.servlet.sip.core.session.SipManagerDelegate
      extended by org.mobicents.servlet.sip.core.session.SipStandardManagerDelegate

public class SipStandardManagerDelegate
extends SipManagerDelegate

Author:
Jean Deruelle

Field Summary
 
Fields inherited from class org.mobicents.servlet.sip.core.session.SipManagerDelegate
container, expiredSipApplicationSessions, expiredSipSessions, maxActiveSipApplicationSessions, maxActiveSipSessions, rejectedSipApplicationSessions, rejectedSipSessions, sipApplicationSessionAverageAliveTime, sipApplicationSessionCounter, sipApplicationSessionMaxAliveTime, sipApplicationSessions, sipFactoryImpl, sipSessionAverageAliveTime, sipSessionCounter, sipSessionMaxAliveTime, sipSessions
 
Constructor Summary
SipStandardManagerDelegate()
           
 
Method Summary
protected  MobicentsSipApplicationSession getNewMobicentsSipApplicationSession(SipApplicationSessionKey key, SipContext sipContext)
           
protected  MobicentsSipSession getNewMobicentsSipSession(SipSessionKey key, SipFactoryImpl sipFactoryImpl, MobicentsSipApplicationSession mobicentsSipApplicationSession)
           
 
Methods inherited from class org.mobicents.servlet.sip.core.session.SipManagerDelegate
changeSessionKey, createDerivedSipSession, dumpSipApplicationSessions, dumpSipSessions, findSipApplicationSession, getActiveSipApplicationSessions, getActiveSipSessions, getAllSipApplicationSessions, getAllSipSessions, getContainer, getExpiredSipApplicationSessions, getExpiredSipSessions, getMaxActiveSipApplicationSessions, getMaxActiveSipSessions, getNumberOfSipApplicationSessions, getNumberOfSipSessions, getRejectedSipApplicationSessions, getRejectedSipSessions, getSipApplicationSession, getSipApplicationSessionAverageAliveTime, getSipApplicationSessionCounter, getSipApplicationSessionMaxAliveTime, getSipFactoryImpl, getSipSession, getSipSessionAverageAliveTime, getSipSessionCounter, getSipSessionMaxAliveTime, removeAllSessions, removeSipApplicationSession, removeSipSession, setContainer, setExpiredSipApplicationSessions, setExpiredSipSessions, setMaxActiveSipApplicationSessions, setMaxActiveSipSessions, setRejectedSipApplicationSessions, setRejectedSipSessions, setSipApplicationSessionAverageAliveTime, setSipApplicationSessionCounter, setSipApplicationSessionMaxAliveTime, setSipFactoryImpl, setSipSessionAverageAliveTime, setSipSessionCounter, setSipSessionMaxAliveTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SipStandardManagerDelegate

public SipStandardManagerDelegate()
Method Detail

getNewMobicentsSipSession

protected MobicentsSipSession getNewMobicentsSipSession(SipSessionKey key,
                                                        SipFactoryImpl sipFactoryImpl,
                                                        MobicentsSipApplicationSession mobicentsSipApplicationSession)
Specified by:
getNewMobicentsSipSession in class SipManagerDelegate

getNewMobicentsSipApplicationSession

protected MobicentsSipApplicationSession getNewMobicentsSipApplicationSession(SipApplicationSessionKey key,
                                                                              SipContext sipContext)
Specified by:
getNewMobicentsSipApplicationSession in class SipManagerDelegate


Copyright © 2008. All Rights Reserved.