Package com.codahale.metrics
Class JmxReporter.JmxCounter
java.lang.Object
com.codahale.metrics.JmxReporter.AbstractBean
com.codahale.metrics.JmxReporter.JmxCounter
- All Implemented Interfaces:
JmxReporter.JmxCounterMBean
,JmxReporter.MetricMBean
- Enclosing class:
JmxReporter
private static class JmxReporter.JmxCounter
extends JmxReporter.AbstractBean
implements JmxReporter.JmxCounterMBean
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.codahale.metrics.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.codahale.metrics.JmxReporter.MetricMBean
objectName
-
Field Details
-
metric
-
-
Constructor Details
-
JmxCounter
-
-
Method Details
-
getCount
public long getCount()- Specified by:
getCount
in interfaceJmxReporter.JmxCounterMBean
-