|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipApplicationSessionListener
Implementations of this interface can receive notifications about invalidated and/or activated SipApplicationSession objects in the SIP application they are part of. To receive notification events, the implementation class must be configured in the deployment descriptor for the servlet application.
| Method Summary | |
|---|---|
void |
sessionCreated(SipApplicationSessionEvent ev)
Notification that a session was created. |
void |
sessionDestroyed(SipApplicationSessionEvent ev)
Notification that a session was invalidated. |
void |
sessionExpired(SipApplicationSessionEvent ev)
Notification that an application session has expired. |
void |
sessionReadyToInvalidate(SipApplicationSessionEvent ev)
Notification that a SipApplicationSession is in the ready-to-invalidate state. |
| Method Detail |
|---|
void sessionCreated(SipApplicationSessionEvent ev)
void sessionDestroyed(SipApplicationSessionEvent ev)
void sessionExpired(SipApplicationSessionEvent ev)
void sessionReadyToInvalidate(SipApplicationSessionEvent ev)
ev - the notification event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||