org.apache.cocoon.auth.impl
Class ServletSessionListener

java.lang.Object
  extended byorg.apache.cocoon.auth.impl.ServletSessionListener
All Implemented Interfaces:
EventListener, HttpSessionActivationListener

public class ServletSessionListener
extends Object
implements HttpSessionActivationListener

This session listener keeps track of expired sessions. It can be used in conjunction with the StandardApplicationManager This listener has not been tested yet.

Version:
$Id: ServletSessionListener.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Constructor Summary
ServletSessionListener()
           
 
Method Summary
 void sessionDidActivate(HttpSessionEvent event)
           
 void sessionWillPassivate(HttpSessionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletSessionListener

public ServletSessionListener()
Method Detail

sessionDidActivate

public void sessionDidActivate(HttpSessionEvent event)
Specified by:
sessionDidActivate in interface HttpSessionActivationListener
See Also:
HttpSessionActivationListener.sessionDidActivate(javax.servlet.http.HttpSessionEvent)

sessionWillPassivate

public void sessionWillPassivate(HttpSessionEvent event)
Specified by:
sessionWillPassivate in interface HttpSessionActivationListener
See Also:
HttpSessionActivationListener.sessionWillPassivate(javax.servlet.http.HttpSessionEvent)


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.