Package com.microstrategy.utils.log
Class SessionListener
- java.lang.Object
-
- com.microstrategy.utils.log.SessionListener
-
- All Implemented Interfaces:
java.util.EventListener,javax.servlet.http.HttpSessionListener
public class SessionListener extends java.lang.Object implements javax.servlet.http.HttpSessionListener
-
-
Constructor Summary
Constructors Constructor Description SessionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsessionCreated(javax.servlet.http.HttpSessionEvent arg0)voidsessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
-
-
-
Method Detail
-
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent arg0)
- Specified by:
sessionCreatedin interfacejavax.servlet.http.HttpSessionListener
-
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent arg0)
- Specified by:
sessionDestroyedin interfacejavax.servlet.http.HttpSessionListener
-
-