org.apache.axis.transport.http

Class AxisHTTPSessionListener

Implemented Interfaces:
HttpSessionListener

public class AxisHTTPSessionListener
extends java.lang.Object
implements HttpSessionListener

A simple listener for Servlet 2.3 session lifecycle events.
Author:
Glen Daniels (gdaniels@apache.org)

Field Summary

protected static Log
log

Method Summary

void
sessionCreated(HttpSessionEvent event)
No-op for now
void
sessionDestroyed(HttpSessionEvent event)
Called when a session is destroyed by the servlet engine.

Field Details

log

protected static Log log

Method Details

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.