|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Implementations of this interface recieve notifications about
invalidated SipApplicationSession objects in the
SIP application they are part of. To recieve 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. |
| Method Detail |
public void sessionCreated(SipApplicationSessionEvent ev)
ev - the notification eventpublic void sessionDestroyed(SipApplicationSessionEvent ev)
ev - the notification eventpublic void sessionExpired(SipApplicationSessionEvent ev)
SipApplicationSession.setExpires(int).ev - the notification event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||