org.jboss.portal.portlet.session
Class SessionListener
java.lang.Object
org.jboss.portal.portlet.session.SessionListener
- Direct Known Subclasses:
- PortletSessionListener
public class SessionListener
- extends java.lang.Object
Listener for various session events that modifies the subsession associated with the current thread of execution.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionListener
public SessionListener()
attributeAdded
public void attributeAdded(HttpSessionBindingEvent event)
attributeRemoved
public void attributeRemoved(HttpSessionBindingEvent event)
attributeReplaced
public void attributeReplaced(HttpSessionBindingEvent event)
sessionCreated
public void sessionCreated(HttpSessionEvent event)
sessionDestroyed
public void sessionDestroyed(HttpSessionEvent event)
activate
public static void activate()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
desactivate
public static java.util.List desactivate()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException