org.pentaho.platform.web.http.session
Class PentahoHttpSessionListener

java.lang.Object
  extended by org.pentaho.platform.web.http.session.PentahoHttpSessionListener

public class PentahoHttpSessionListener
extends Object


Constructor Summary
PentahoHttpSessionListener()
           
 
Method Summary
static void deregisterHttpSession(String id)
           
static void registerHttpSession(String sessionId, String processId, String activityId, String objectName, String userName, String id, long start)
           
 void sessionCreated(HttpSessionEvent event)
           
 void sessionDestroyed(HttpSessionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoHttpSessionListener

public PentahoHttpSessionListener()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent event)

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent event)

registerHttpSession

public static void registerHttpSession(String sessionId,
                                       String processId,
                                       String activityId,
                                       String objectName,
                                       String userName,
                                       String id,
                                       long start)

deregisterHttpSession

public static void deregisterHttpSession(String id)