public class AxisHTTPSessionListener extends Object implements 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(HttpSessionEvent event)
No-op for now
|
void |
sessionDestroyed(HttpSessionEvent event)
Called when a session is destroyed by the servlet engine.
|
public void sessionCreated(HttpSessionEvent event)
sessionCreated
in interface HttpSessionListener
public void sessionDestroyed(HttpSessionEvent event)
sessionDestroyed
in interface HttpSessionListener
event
- the event descriptor passed in by the servlet engineCopyright © The Apache Software Foundation. All Rights Reserved.