org.apache.cxf.management.counters
Class ResponseTimeCounter
java.lang.Object
org.apache.cxf.management.counters.ResponseTimeCounter
- All Implemented Interfaces:
- Counter, ResponseTimeCounterMBean, ManagedComponent
public class ResponseTimeCounter
- extends java.lang.Object
- implements ResponseTimeCounterMBean, Counter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseTimeCounter
public ResponseTimeCounter(javax.management.ObjectName on)
increase
public void increase(MessageHandlingTimeRecorder mhtr)
- Specified by:
increase
in interface Counter
getObjectName
public javax.management.ObjectName getObjectName()
- Specified by:
getObjectName
in interface ManagedComponent
getAvgResponseTime
public java.lang.Number getAvgResponseTime()
- Specified by:
getAvgResponseTime
in interface ResponseTimeCounterMBean
getMaxResponseTime
public java.lang.Number getMaxResponseTime()
- Specified by:
getMaxResponseTime
in interface ResponseTimeCounterMBean
getMinResponseTime
public java.lang.Number getMinResponseTime()
- Specified by:
getMinResponseTime
in interface ResponseTimeCounterMBean
getNumInvocations
public java.lang.Number getNumInvocations()
- Specified by:
getNumInvocations
in interface Counter
- Specified by:
getNumInvocations
in interface ResponseTimeCounterMBean
getNumCheckedApplicationFaults
public java.lang.Number getNumCheckedApplicationFaults()
- Specified by:
getNumCheckedApplicationFaults
in interface ResponseTimeCounterMBean
getNumLogicalRuntimeFaults
public java.lang.Number getNumLogicalRuntimeFaults()
- Specified by:
getNumLogicalRuntimeFaults
in interface ResponseTimeCounterMBean
getNumRuntimeFaults
public java.lang.Number getNumRuntimeFaults()
- Specified by:
getNumRuntimeFaults
in interface ResponseTimeCounterMBean
getNumUnCheckedApplicationFaults
public java.lang.Number getNumUnCheckedApplicationFaults()
- Specified by:
getNumUnCheckedApplicationFaults
in interface ResponseTimeCounterMBean
getTotalHandlingTime
public java.lang.Number getTotalHandlingTime()
- Specified by:
getTotalHandlingTime
in interface ResponseTimeCounterMBean
Apache CXF