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 HttpSessionListenerpublic void sessionDestroyed(HttpSessionEvent event)
sessionDestroyed in interface HttpSessionListenerevent - the event descriptor passed in by the servlet engineCopyright © The Apache Software Foundation. All Rights Reserved.