org.apache.lenya.util
Class SessionListener

java.lang.Object
  extended by org.apache.lenya.util.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
 java.util.WeakHashMap getAllSessions()
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent se)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
           
 
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 se)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

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

getAllSessions

public java.util.WeakHashMap getAllSessions()


Copyright © 1999-2006 Apache Software Foundation. All Rights Reserved.