Class StopwatchMXBeanImpl
java.lang.Object
org.javasimon.jmx.AbstractSimonMXBeanImpl
org.javasimon.jmx.StopwatchMXBeanImpl
org.nuxeo.runtime.management.stopwatchs.StopwatchMXBeanImpl
- All Implemented Interfaces:
org.javasimon.jmx.SimonSuperMXBean
,org.javasimon.jmx.StopwatchMXBean
,StopwatchMXBean
@Deprecated(since="11.4")
public class StopwatchMXBeanImpl
extends org.javasimon.jmx.StopwatchMXBeanImpl
implements StopwatchMXBean
Deprecated.
since 11.4: use dropwizard metrics timer instead
- Author:
- matic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doFillMap
(org.javasimon.StopwatchSample sample, Map<String, Serializable> map, Class<?> clazz) Deprecated.Deprecated.Deprecated.Methods inherited from class org.javasimon.jmx.StopwatchMXBeanImpl
addTime, getLast, getLastAsString, getType, sample, sampleAndReset, simon
Methods inherited from class org.javasimon.jmx.AbstractSimonMXBeanImpl
getChildrenNames, getFirstUsage, getFirstUsageAsString, getLastUsage, getLastUsageAsString, getName, getNote, getParentName, getState, isEnabled, reset, setNote, setState
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.javasimon.jmx.SimonSuperMXBean
getChildrenNames, getFirstUsage, getFirstUsageAsString, getLastUsage, getLastUsageAsString, getName, getNote, getParentName, getState, getType, isEnabled, reset, setNote, setState
Methods inherited from interface org.javasimon.jmx.StopwatchMXBean
addTime, getLast, getLastAsString, sample, sampleAndReset
-
Constructor Details
-
StopwatchMXBeanImpl
public StopwatchMXBeanImpl(org.javasimon.Stopwatch stopwatch) Deprecated.
-
-
Method Details
-
sampleAsString
Deprecated.- Specified by:
sampleAsString
in interfaceStopwatchMXBean
-
doFillMap
protected void doFillMap(org.javasimon.StopwatchSample sample, Map<String, Serializable> map, Class<?> clazz) Deprecated. -
sampleAsMap
Deprecated.- Specified by:
sampleAsMap
in interfaceStopwatchMXBean
-