java.lang.Objectorg.objectweb.telosys.admin.SessionListener
| Constructor Summary | |
SessionListener()
|
|
| Method Summary | |
static java.util.Hashtable |
getSessions()
Returns the list of the current active sessions |
void |
sessionCreated(javax.servlet.http.HttpSessionEvent sessionEvent)
|
void |
sessionDestroyed(javax.servlet.http.HttpSessionEvent sessionEvent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SessionListener()
| Method Detail |
public void sessionCreated(javax.servlet.http.HttpSessionEvent sessionEvent)
sessionCreated in interface javax.servlet.http.HttpSessionListenerpublic void sessionDestroyed(javax.servlet.http.HttpSessionEvent sessionEvent)
sessionDestroyed in interface javax.servlet.http.HttpSessionListenerpublic static final java.util.Hashtable getSessions()