public interface JaxRsMonitoringInfoRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method and Description | 
|---|---|
| long | getExecutionTimeAverage()Deprecated.  Provides the average execution time (in ms) per execution. | 
| long | getExecutionTimeHigh()Deprecated.  Provides the highest time taken (in ms) by an execution. | 
| long | getExecutionTimeLow()Deprecated.  Provides the lowest time taken (in ms) by an execution. | 
| long | getExecutionTimeTotal()Deprecated.  Provides the total execution time (in ms) of all the requests. | 
| long | getInvocationCount()Deprecated.  Provides the total invocation count. | 
| long | getLastInvocationTime()Deprecated.  Provides the last invocation time. | 
| long | getStartTime()Deprecated.  The start time of this MBean. | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerlong getStartTime()
The start time of this MBean.
long getInvocationCount()
Provides the total invocation count.
long getLastInvocationTime()
Provides the last invocation time. Returns 0 if it was never invoked.
long getExecutionTimeTotal()
Provides the total execution time (in ms) of all the requests. Returns 0 if it was never invoked.
long getExecutionTimeAverage()
Provides the average execution time (in ms) per execution. Returns 0 if it was never invoked.
long getExecutionTimeLow()
Provides the lowest time taken (in ms) by an execution. Returns 0 if it was never invoked.
long getExecutionTimeHigh()
Provides the highest time taken (in ms) by an execution. Returns 0 if it was never invoked.