public class SipApplicationSessionActivationEvent extends SipApplicationSessionEvent
source| Constructor and Description |
|---|
SipApplicationSessionActivationEvent(SipApplicationSession session,
SessionActivationNotificationCause cause)
Constructs an event that notifies an object that it has been activated/passivated for a session.
|
| Modifier and Type | Method and Description |
|---|---|
SessionActivationNotificationCause |
getCause()
Returns the cause on why the listener is called for the application session.
|
getApplicationSessiongetSource, toStringpublic SipApplicationSessionActivationEvent(SipApplicationSession session, SessionActivationNotificationCause cause)
session - the session for which the notification is generatedcause - the root cause on why the notification has been generated (failover, replication, ...)public SessionActivationNotificationCause getCause()
Copyright © 2016. All Rights Reserved.