public class AxisHTTPSessionListener
extends java.lang.Object
implements javax.servlet.http.HttpSessionListener
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
AxisHTTPSessionListener() |
Modifier and Type | Method and Description |
---|---|
void |
sessionCreated(javax.servlet.http.HttpSessionEvent event)
No-op for now
|
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Called when a session is destroyed by the servlet engine.
|
public void sessionCreated(javax.servlet.http.HttpSessionEvent event)
sessionCreated
in interface javax.servlet.http.HttpSessionListener
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
event
- the event descriptor passed in by the servlet engineCopyright ? 2005 Apache Web Services Project. All Rights Reserved.