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()
getMaxResponseTime
Number getMaxResponseTime()
getMinResponseTime
Number getMinResponseTime()
getTotalHandlingTime
Number getTotalHandlingTime()
reset
void reset()
Apache CXF