Package de.hybris.platform.metrics
Class HybrisJmxReporter.JmxCounter
- java.lang.Object
-
- de.hybris.platform.metrics.HybrisJmxReporter.AbstractBean
-
- de.hybris.platform.metrics.HybrisJmxReporter.JmxCounter
-
- All Implemented Interfaces:
HybrisJmxReporter.JmxCounterMBean,HybrisJmxReporter.MetricMBean
- Enclosing class:
- HybrisJmxReporter
protected static class HybrisJmxReporter.JmxCounter extends HybrisJmxReporter.AbstractBean implements HybrisJmxReporter.JmxCounterMBean
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJmxCounter(com.codahale.metrics.Counter metric, javax.management.ObjectName objectName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCount()-
Methods inherited from class de.hybris.platform.metrics.HybrisJmxReporter.AbstractBean
objectName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.metrics.HybrisJmxReporter.MetricMBean
objectName
-
-
-
-
Method Detail
-
getCount
public long getCount()
- Specified by:
getCountin interfaceHybrisJmxReporter.JmxCounterMBean
-
-