com.yammer.metrics.reporting
Class JmxReporter.Gauge

java.lang.Object
  extended by com.yammer.metrics.reporting.JmxReporter.AbstractBean
      extended by com.yammer.metrics.reporting.JmxReporter.Gauge
All Implemented Interfaces:
JmxReporter.GaugeMBean, JmxReporter.MetricMBean
Enclosing class:
JmxReporter

public static class JmxReporter.Gauge
extends JmxReporter.AbstractBean
implements JmxReporter.GaugeMBean


Constructor Summary
JmxReporter.Gauge(GaugeMetric<?> metric, ObjectName objectName)
           
 
Method Summary
 Object getValue()
           
 
Methods inherited from class com.yammer.metrics.reporting.JmxReporter.AbstractBean
objectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.yammer.metrics.reporting.JmxReporter.MetricMBean
objectName
 

Constructor Detail

JmxReporter.Gauge

public JmxReporter.Gauge(GaugeMetric<?> metric,
                         ObjectName objectName)
Method Detail

getValue

public Object getValue()
Specified by:
getValue in interface JmxReporter.GaugeMBean


Copyright © 2011. All Rights Reserved.