|
Java EE 5 SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpSessionAttributeListener
This listener interface can be implemented in order to get notifications of changes to the attribute lists of sessions within this web application.
Method Summary | |
---|---|
void |
attributeAdded(HttpSessionBindingEvent se)
Notification that an attribute has been added to a session. |
void |
attributeRemoved(HttpSessionBindingEvent se)
Notification that an attribute has been removed from a session. |
void |
attributeReplaced(HttpSessionBindingEvent se)
Notification that an attribute has been replaced in a session. |
Method Detail |
---|
void attributeAdded(HttpSessionBindingEvent se)
void attributeRemoved(HttpSessionBindingEvent se)
void attributeReplaced(HttpSessionBindingEvent se)
|
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.