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

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

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


Constructor Summary
PentahoCacheSessionListener()
           
 
Method Summary
 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

PentahoCacheSessionListener

public PentahoCacheSessionListener()
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