org.apache.axis.transport.http

Class AxisHTTPSessionListener

public class AxisHTTPSessionListener extends Object implements HttpSessionListener

A simple listener for Servlet 2.3 session lifecycle events.

Author: Glen Daniels (gdaniels@apache.org)

UNKNOWN:

Field Summary
protected static Loglog
Method Summary
voidsessionCreated(HttpSessionEvent event)
No-op for now
voidsessionDestroyed(HttpSessionEvent event)
Called when a session is destroyed by the servlet engine.

Field Detail

log

protected static Log log

Method Detail

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.

Parameters: event the event descriptor passed in by the servlet engine

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.