org.apache.commons.monitoring.web.discovery
Class GaugeDiscoveryListener

java.lang.Object
  extended by org.apache.commons.monitoring.web.discovery.GaugeDiscoveryListener
All Implemented Interfaces:
EventListener, ServletContextListener

public class GaugeDiscoveryListener
extends Object
implements ServletContextListener


Constructor Summary
GaugeDiscoveryListener()
           
 
Method Summary
 void contextDestroyed(ServletContextEvent sce)
           
 void contextInitialized(ServletContextEvent sce)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GaugeDiscoveryListener

public GaugeDiscoveryListener()
Method Detail

contextInitialized

public void contextInitialized(ServletContextEvent sce)
Specified by:
contextInitialized in interface ServletContextListener

contextDestroyed

public void contextDestroyed(ServletContextEvent sce)
Specified by:
contextDestroyed in interface ServletContextListener


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