Class CounterMXBeanImpl

java.lang.Object
org.javasimon.jmx.AbstractSimonMXBeanImpl
org.javasimon.jmx.CounterMXBeanImpl
org.nuxeo.runtime.management.counters.CounterMXBeanImpl
All Implemented Interfaces:
org.javasimon.jmx.CounterMXBean, org.javasimon.jmx.SimonSuperMXBean, CounterMXBean

@Deprecated(since="11.4") public class CounterMXBeanImpl extends org.javasimon.jmx.CounterMXBeanImpl implements CounterMXBean
Deprecated.
since 11.4: use dropwizard metrics instead
Author:
matic
  • Constructor Summary

    Constructors
    Constructor
    Description
    CounterMXBeanImpl(org.javasimon.Counter counter)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doFillMap(org.javasimon.jmx.CounterSample sample, Map<String,Serializable> map, Class<?> clazz)
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class org.javasimon.jmx.CounterMXBeanImpl

    decrease, decrease, getType, increase, increase, sample, sampleAndReset, set, 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.CounterMXBean

    decrease, decrease, increase, increase, sample, sampleAndReset, set

    Methods inherited from interface org.javasimon.jmx.SimonSuperMXBean

    getChildrenNames, getFirstUsage, getFirstUsageAsString, getLastUsage, getLastUsageAsString, getName, getNote, getParentName, getState, getType, isEnabled, reset, setNote, setState