org.apache.axis.transport.http
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.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerevent - the event descriptor passed in by the servlet engineCopyright ? 2005 Apache Web Services Project. All Rights Reserved.