Interface ResponseTimeCounterMBean
- All Known Implementing Classes:
ResponseTimeCounter
public interface ResponseTimeCounterMBean
-
Method Details
-
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() -
enable
void enable(boolean value) -
isEnabled
boolean isEnabled()
-