org.objectweb.telosys.admin
Class SessionListener

java.lang.Object
  extended byorg.objectweb.telosys.admin.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
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

SessionListener

public SessionListener()
Method Detail

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent sessionEvent)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent sessionEvent)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

getSessions

public static final java.util.Hashtable getSessions()
Returns the list of the current active sessions

Returns: