org.rhq.enterprise.gui.startup
Class SessionCacheListener

java.lang.Object
  extended by org.rhq.enterprise.gui.startup.SessionCacheListener
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionListener

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


Constructor Summary
SessionCacheListener()
           
 
Method Summary
 void sessionCreated(javax.servlet.http.HttpSessionEvent event)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionCacheListener

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


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.