org.apache.axis.transport.http
Class AxisHTTPSessionListener
java.lang.Object
org.apache.axis.transport.http.AxisHTTPSessionListener
- HttpSessionListener
public class AxisHTTPSessionListener
extends java.lang.Object
implements HttpSessionListener
A simple listener for Servlet 2.3 session lifecycle events.
- Glen Daniels (gdaniels@apache.org)
void | sessionCreated(HttpSessionEvent event) - No-op for now
|
void | sessionDestroyed(HttpSessionEvent event) - Called when a session is destroyed by the servlet engine.
|
log
protected static Log log
sessionCreated
public void sessionCreated(HttpSessionEvent event)
No-op for now
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent event)
Called when a session is destroyed by the servlet engine. We use
the relevant HttpSession to look up an AxisHttpSession, and destroy
all the appropriate objects stored therein.
event
- the event descriptor passed in by the servlet engine
Copyright © 2005 Apache Web Services Project. All Rights Reserved.