org.jboss.portal.portlet.session
Class SessionListener

java.lang.Object
  extended by 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

Constructor Summary
SessionListener()
           
 
Method Summary
static void activate()
           
 void attributeAdded(HttpSessionBindingEvent event)
           
 void attributeRemoved(HttpSessionBindingEvent event)
           
 void attributeReplaced(HttpSessionBindingEvent event)
           
static java.util.List desactivate()
           
 void sessionCreated(HttpSessionEvent event)
           
 void sessionDestroyed(HttpSessionEvent event)
           
 
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

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