Uses of Class
org.mobicents.servlet.sip.notification.SessionActivationNotificationCause

Packages that use SessionActivationNotificationCause
org.mobicents.servlet.sip.notification Mobicents SIP Servlets Extensions for applications to get specific, more detailed notifications than currently available in JSR 289 
 

Uses of SessionActivationNotificationCause in org.mobicents.servlet.sip.notification
 

Methods in org.mobicents.servlet.sip.notification that return SessionActivationNotificationCause
 SessionActivationNotificationCause SipApplicationSessionActivationEvent.getCause()
          Returns the cause on why the listener is called for the application session.
 SessionActivationNotificationCause SipSessionActivationEvent.getCause()
          Returns the cause on why the listener is called for the application session.
static SessionActivationNotificationCause SessionActivationNotificationCause.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SessionActivationNotificationCause[] SessionActivationNotificationCause.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mobicents.servlet.sip.notification with parameters of type SessionActivationNotificationCause
SipApplicationSessionActivationEvent(SipApplicationSession session, SessionActivationNotificationCause cause)
          Constructs an event that notifies an object that it has been activated/passivated for a session.
SipSessionActivationEvent(SipSession session, SessionActivationNotificationCause cause)
          Constructs an event that notifies an object that it has been activated/passivated for a session.
 



Copyright © 2011. All Rights Reserved.