Apache CXF API

org.apache.cxf.management.counters
Interface ResponseTimeCounterMBean

All Known Implementing Classes:
ResponseTimeCounter

public interface ResponseTimeCounterMBean


Method Summary
 Number getAvgResponseTime()
          Get the Average Response Time NOTE: if the invocation number is 0, this method will return -1
 Number getMaxResponseTime()
           
 Number getMinResponseTime()
           
 Number getNumCheckedApplicationFaults()
           
 Number getNumInvocations()
           
 Number getNumLogicalRuntimeFaults()
           
 Number getNumRuntimeFaults()
           
 Number getNumUnCheckedApplicationFaults()
           
 Number getTotalHandlingTime()
           
 void reset()
           
 

Method Detail

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 API

Apache CXF