javax.servlet.http
Interface HttpSessionActivationListener
- EventListener
public interface HttpSessionActivationListener
extends 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.
$Revision: 1.2 $ $Date: 2004/09/23 08:05:29 $
sessionDidActivate
public void sessionDidActivate(HttpSessionEvent se)
Notification that the session has just been activated.
sessionWillPassivate
public void sessionWillPassivate(HttpSessionEvent se)
Notification that the session is about to be passivated.
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.