org.apache.commons.monitoring.web.session
Class MonitoringSessionListener

java.lang.Object
  extended by org.apache.commons.monitoring.web.session.MonitoringSessionListener
All Implemented Interfaces:
EventListener, HttpSessionListener

public class MonitoringSessionListener
extends Object
implements HttpSessionListener


Constructor Summary
MonitoringSessionListener()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent httpSessionEvent)
           
 void sessionDestroyed(HttpSessionEvent httpSessionEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitoringSessionListener

public MonitoringSessionListener()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent httpSessionEvent)
Specified by:
sessionCreated in interface HttpSessionListener

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent httpSessionEvent)
Specified by:
sessionDestroyed in interface HttpSessionListener


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.