org.mycore.common.events
Class MCRHttpSessionListener
java.lang.Object
org.mycore.common.events.MCRHttpSessionListener
- All Implemented Interfaces:
- EventListener, HttpSessionBindingListener, HttpSessionListener
public class MCRHttpSessionListener
- extends Object
- implements HttpSessionListener, HttpSessionBindingListener
Handles different HttpSession events.
This class is used to free up MCRSessions when their associated HttpSession
is destroyed or a new MCRSession replaces an old one.
- Author:
- Thomas Scheffler (yagee)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
Logger LOGGER
MCRHttpSessionListener
public MCRHttpSessionListener()
sessionCreated
public void sessionCreated(HttpSessionEvent hse)
- Specified by:
sessionCreated in interface HttpSessionListener
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent hse)
- Specified by:
sessionDestroyed in interface HttpSessionListener
valueBound
public void valueBound(HttpSessionBindingEvent hsbe)
- Specified by:
valueBound in interface HttpSessionBindingListener
valueUnbound
public void valueUnbound(HttpSessionBindingEvent hsbe)
- Specified by:
valueUnbound in interface HttpSessionBindingListener