public interface SipApplicationSessionActivationListener extends EventListener
SipApplicationSession may listen to container events
notifying them when the application session to which they are bound will be passivated or
activated. A container that migrates application sessions between VMs or persists them is
required to notify all attributes implementing this listener and that are bound to those
application sessions of the events.| Modifier and Type | Method and Description |
|---|---|
void |
sessionDidActivate(SipApplicationSessionEvent se)
Notification that the application session has just been activated.
|
void |
sessionWillPassivate(SipApplicationSessionEvent se)
Notification that the application session is about to be passivated.
|
void sessionWillPassivate(SipApplicationSessionEvent se)
se - event identifying the application session about to be persistedvoid sessionDidActivate(SipApplicationSessionEvent se)
se - event identifying the activated application sessionCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.