public class SipSessionActivationEvent extends SipSessionEvent
source| Constructor and Description |
|---|
SipSessionActivationEvent(SipSession 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.
|
getSessiongetSource, toStringpublic SipSessionActivationEvent(SipSession 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 © 2015. All Rights Reserved.