org.apache.cxf.management.counters
Class PerformanceCounter
java.lang.Object
org.apache.cxf.management.counters.PerformanceCounter
- All Implemented Interfaces:
- Counter, PerformanceCounterMBean, ManagedComponent
public class PerformanceCounter
- extends Object
- implements PerformanceCounterMBean, Counter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerformanceCounter
public PerformanceCounter(ObjectName on)
getNumInvocations
public Number getNumInvocations()
- Specified by:
getNumInvocations
in interface Counter
- Specified by:
getNumInvocations
in interface PerformanceCounterMBean
increase
public void increase(MessageHandlingTimeRecorder mhtr)
- Specified by:
increase
in interface Counter
getObjectName
public ObjectName getObjectName()
throws JMException
- Specified by:
getObjectName
in interface ManagedComponent
- Throws:
JMException
Apache CXF