|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipApplicationSessionActivationListener
Objects that are bound to a 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.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void sessionWillPassivate(SipApplicationSessionEvent se)
se - event identifying the application session about to be persistedvoid sessionDidActivate(SipApplicationSessionEvent se)
se - event identifying the activated application session
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||