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
ConstructorsModifierConstructorDescriptionprotectedJmxCounter(com.codahale.metrics.Counter metric, ObjectName objectName) -
Method Summary
Methods inherited from class de.hybris.platform.metrics.HybrisJmxReporter.AbstractBean
objectNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.metrics.HybrisJmxReporter.MetricMBean
objectName
-
Constructor Details
-
JmxCounter
-
-
Method Details
-
getCount
public long getCount()- Specified by:
getCountin interfaceHybrisJmxReporter.JmxCounterMBean
-