SipApplicationSessionActivationListenerpublic interface SipApplicationSessionStateListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
sessionDidActivate(javax.servlet.sip.SipApplicationSessionEvent applicationSessionEvent)
Deprecated.
Notification that the session has just been activated.
|
void |
sessionWillPassivate(javax.servlet.sip.SipApplicationSessionEvent applicationSessionEvent)
Deprecated.
Notification that the session is about to be passivated.
|
void sessionWillPassivate(javax.servlet.sip.SipApplicationSessionEvent applicationSessionEvent)
applicationSessionEvent - event identifying the session about to be persistedvoid sessionDidActivate(javax.servlet.sip.SipApplicationSessionEvent applicationSessionEvent)
applicationSessionEvent - event identifying the activated session