com.jalios.jcms
Class JcmsSessionTrackerListener
java.lang.Object
   com.jalios.jcms.JcmsSessionTrackerListener
com.jalios.jcms.JcmsSessionTrackerListener
- All Implemented Interfaces: 
- EventListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener
- public class JcmsSessionTrackerListener 
- extends Object- implements javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener
This listener class tracks the addition, replacement or removal of
 the TRACKING_ATTRIBUTE_NAME attribute to the J2EE session.
 It updates the JcmsSessionTracker in consequence.
- Since:
- jcms-5.0.0
- Version:
- $Revision: 14756 $
- Author:
- Olivier Jaquemet
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
TRACKING_ATTRIBUTE_NAME
public static final String TRACKING_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
JcmsSessionTrackerListener
public JcmsSessionTrackerListener()
attributeAdded
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent be)
- 
- Specified by:
- attributeAddedin interface- javax.servlet.http.HttpSessionAttributeListener
 
- 
 
attributeReplaced
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent be)
- 
- Specified by:
- attributeReplacedin interface- javax.servlet.http.HttpSessionAttributeListener
 
- 
 
attributeRemoved
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent be)
- 
- Specified by:
- attributeRemovedin interface- javax.servlet.http.HttpSessionAttributeListener
 
- 
 
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- 
- Specified by:
- sessionCreatedin interface- javax.servlet.http.HttpSessionListener
 
- 
 
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- 
- Specified by:
- sessionDestroyedin interface- javax.servlet.http.HttpSessionListener
 
- 
 
Copyright © 2001-2007 Jalios SA. All Rights Reserved.