org.apache.commons.monitoring.gauges
Class DefaultGaugeManager

java.lang.Object
  extended by org.apache.commons.monitoring.gauges.DefaultGaugeManager
All Implemented Interfaces:
GaugeManager

public final class DefaultGaugeManager
extends Object
implements GaugeManager


Constructor Summary
DefaultGaugeManager(DataStore dataStore)
           
 
Method Summary
 void addGauge(Gauge gauge)
           
 void stop()
           
 void stopGauge(Role role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGaugeManager

public DefaultGaugeManager(DataStore dataStore)
Method Detail

stop

public void stop()
Specified by:
stop in interface GaugeManager

stopGauge

public void stopGauge(Role role)
Specified by:
stopGauge in interface GaugeManager

addGauge

public void addGauge(Gauge gauge)
Specified by:
addGauge in interface GaugeManager


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