|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpSessionListener
Implementations of this interface are notified of changes to the list of active sessions in a web application. To receive notification events, the implementation class must be configured in the deployment descriptor for the web application.
HttpSessionEvent
Method Summary | |
---|---|
void |
sessionCreated(HttpSessionEvent se)
Notification that a session was created. |
void |
sessionDestroyed(HttpSessionEvent se)
Notification that a session is about to be invalidated. |
Method Detail |
---|
void sessionCreated(HttpSessionEvent se)
se
- the notification eventvoid sessionDestroyed(HttpSessionEvent se)
se
- the notification event
|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved.