|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Implementations of this interface may are notified of changes to the list of active sessions in a web application. To recieve notification events, the implementation class must be configured in the deployment descriptor for the web application.
HttpSessionEventClass-Level Live Code Examples:
Code examples whose scope spans several methods in this interface belong here. Code examples that illustrate how to use specific methods are found in the Method Detail section below.
| Method Summary | |
void |
sessionCreated(HttpSessionEvent se)
Notification that a session was created. |
void |
sessionDestroyed(HttpSessionEvent se)
Notification that a session was invalidated. |
| Method Detail |
public void sessionCreated(HttpSessionEvent se)
se - the notification eventpublic void sessionDestroyed(HttpSessionEvent se)
se - the notification event
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||