org.apache.cxf.management.counters
Interface ResponseTimeCounterMBean
- All Known Implementing Classes:
- ResponseTimeCounter
public interface ResponseTimeCounterMBean
getNumInvocations
Number getNumInvocations()
getNumCheckedApplicationFaults
Number getNumCheckedApplicationFaults()
getNumLogicalRuntimeFaults
Number getNumLogicalRuntimeFaults()
getNumRuntimeFaults
Number getNumRuntimeFaults()
getNumUnCheckedApplicationFaults
Number getNumUnCheckedApplicationFaults()
getAvgResponseTime
Number getAvgResponseTime()
- Get the Average Response Time
NOTE: if the invocation number is 0, this method
will return -1
getMaxResponseTime
Number getMaxResponseTime()
getMinResponseTime
Number getMinResponseTime()
getTotalHandlingTime
Number getTotalHandlingTime()
reset
void reset()
Apache CXF