| Package | Description |
|---|---|
| org.mobicents.servlet.sip.notification |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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 © 2016. All Rights Reserved.