com.yammer.metrics.reporting
Class JmxReporter.Counter

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

public static class JmxReporter.Counter
extends JmxReporter.AbstractBean
implements JmxReporter.CounterMBean


Constructor Summary
JmxReporter.Counter(CounterMetric metric, ObjectName objectName)
           
 
Method Summary
 long getCount()
           
 
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.Counter

public JmxReporter.Counter(CounterMetric metric,
                           ObjectName objectName)
Method Detail

getCount

public long getCount()
Specified by:
getCount in interface JmxReporter.CounterMBean


Copyright © 2011. All Rights Reserved.