FileDocCategorySizeDatePackage
HttpSessionActivationListener.javaAPI DocGlassfish v2 API2775Fri May 04 22:34:20 BST 2007javax.servlet.http

HttpSessionActivationListener

public interface HttpSessionActivationListener implements EventListener
Objects that are bound to a session may listen to container events notifying them that sessions will be passivated and that session will be activated. A container that migrates session between VMs or persists sessions is required to notify all attributes bound to sessions implementing HttpSessionActivationListener.
since
2.3

Fields Summary
Constructors Summary
Methods Summary
public voidsessionDidActivate(javax.servlet.http.HttpSessionEvent se)
Notification that the session has just been activated.

public voidsessionWillPassivate(javax.servlet.http.HttpSessionEvent se)
Notification that the session is about to be passivated.