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

java.lang.Object
  extended by org.pentaho.platform.web.http.session.PentahoHttpSessionListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

public class PentahoHttpSessionListener
extends Object
implements javax.servlet.http.HttpSessionListener


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(javax.servlet.http.HttpSessionEvent event)
           
 void sessionDestroyed(javax.servlet.http.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(javax.servlet.http.HttpSessionEvent event)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

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)