Class ResponseTimeCounter
java.lang.Object
org.apache.cxf.management.counters.ResponseTimeCounter
- All Implemented Interfaces:
Counter,ResponseTimeCounterMBean,org.apache.cxf.management.ManagedComponent
-
Field Summary
Fields inherited from interface org.apache.cxf.management.counters.Counter
PERFORMANCE_COUNTER -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResponseTimeCounter
-
-
Method Details
-
increase
-
reset
public void reset()- Specified by:
resetin interfaceResponseTimeCounterMBean
-
getObjectName
- Specified by:
getObjectNamein interfaceorg.apache.cxf.management.ManagedComponent
-
getAvgResponseTime
Description copied from interface:ResponseTimeCounterMBeanGet the Average Response Time NOTE: if the invocation number is 0, this method will return -1- Specified by:
getAvgResponseTimein interfaceResponseTimeCounterMBean
-
getMaxResponseTime
- Specified by:
getMaxResponseTimein interfaceResponseTimeCounterMBean
-
getMinResponseTime
- Specified by:
getMinResponseTimein interfaceResponseTimeCounterMBean
-
getNumInvocations
- Specified by:
getNumInvocationsin interfaceCounter- Specified by:
getNumInvocationsin interfaceResponseTimeCounterMBean
-
getNumCheckedApplicationFaults
- Specified by:
getNumCheckedApplicationFaultsin interfaceResponseTimeCounterMBean
-
getNumLogicalRuntimeFaults
- Specified by:
getNumLogicalRuntimeFaultsin interfaceResponseTimeCounterMBean
-
getNumRuntimeFaults
- Specified by:
getNumRuntimeFaultsin interfaceResponseTimeCounterMBean
-
getNumUnCheckedApplicationFaults
- Specified by:
getNumUnCheckedApplicationFaultsin interfaceResponseTimeCounterMBean
-
getTotalHandlingTime
- Specified by:
getTotalHandlingTimein interfaceResponseTimeCounterMBean
-
enable
public void enable(boolean value) - Specified by:
enablein interfaceResponseTimeCounterMBean
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceCounter- Specified by:
isEnabledin interfaceResponseTimeCounterMBean
-