Uses of Class
org.mobicents.servlet.sip.core.session.SipSessionEventType

Packages that use SipSessionEventType
org.mobicents.servlet.sip.core.session   
org.mobicents.servlet.sip.message   
 

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

Methods in org.mobicents.servlet.sip.core.session that return SipSessionEventType
static SipSessionEventType SipSessionEventType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SipSessionEventType[] SipSessionEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mobicents.servlet.sip.core.session with parameters of type SipSessionEventType
 void MobicentsSipSession.notifySipSessionListeners(SipSessionEventType creation)
           
 void SipSessionImpl.notifySipSessionListeners(SipSessionEventType sipSessionEventType)
          Notifies the listeners that a lifecycle event occured on that sip session
 

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

Methods in org.mobicents.servlet.sip.message with parameters of type SipSessionEventType
 void MobicentsSipSessionFacade.notifySipSessionListeners(SipSessionEventType creation)
           
 



Copyright © 2011. All Rights Reserved.