Spec-Zone .ru
спецификации, руководства, описания, API


javax.servlet.http
Interface HttpSessionListener

All Superinterfaces:
java.util.EventListener

public interface HttpSessionListener
extends java.util.EventListener

Interface for receiving notification events about HttpSession lifecycle changes.

In order to receive these notification events, the implementation class must be either declared in the deployment descriptor of the web application, annotated with WebListener, or registered via one of the addListener methods defined on ServletContext.

Implementations of this interface are invoked at their sessionCreated(javax.servlet.http.HttpSessionEvent) method in the order in which they have been declared, and at their sessionDestroyed(javax.servlet.http.HttpSessionEvent) method in reverse order.

Since:
Servlet 2.3
See Also:
HttpSessionEvent

Method Summary
 void sessionCreated(HttpSessionEvent se)
          Receives notification that a session has been created.
 void sessionDestroyed(HttpSessionEvent se)
          Receives notification that a session is about to be invalidated.
 

Method Detail

sessionCreated

void sessionCreated(HttpSessionEvent se)
Receives notification that a session has been created.

Parameters:
se - the HttpSessionEvent containing the session

sessionDestroyed

void sessionDestroyed(HttpSessionEvent se)
Receives notification that a session is about to be invalidated.

Parameters:
se - the HttpSessionEvent containing the session


Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

free hit counter