|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MfTransactionMetricsMBean contains the computed metrics related to transactions exposed for monitoring purpose.
Field Summary |
Fields inherited from interface com.sun.mfwk.util.instrum.MfStatusMBean |
AVAIL_CONGESTED, AVAIL_DEGRADED, AVAIL_NORMAL, OPS_FAILED, OPS_RUNNING, OPS_STARTING, OPS_STOPPED, OPS_STOPPING |
Method Summary | |
long |
getAccumulatedResponseTime()
Get the accumulated response time of this URI since the reference time. |
long |
getAccumulatedServiceTime()
Get the accumulated service time of this URI since the reference time. |
long |
getAccumulatedSqResponseTime()
Get the accumulated squared response time of this URI since the reference time. |
long |
getAccumulatedSqServiceTime()
Get the accumulated squared Service time of this URI since the reference time. |
long |
getMaxResponseTime()
Get the maximum response time of this URI since the reference time. |
long |
getMaxServiceTime()
Get the maximum service time of this URI since the reference time. |
long |
getMinResponseTime()
Get the minimum response time of this URI since the reference time. |
long |
getMinServiceTime()
Get the minimum service time of this URI since the reference time. |
long |
getNbAbortedRequests()
Get the number of aborted requests for this URI. |
long |
getNbFailedRequests()
Get the number of failed requests for this URI. |
long |
getNbInRequests()
Get the number of requests received by this URI. |
long |
getNbOutRequests()
Get the number of requests responded by this URI. |
long |
getSingleAccumulatedServiceTime()
Get the accumulated service time of this URI since the reference time. |
long |
getSingleAccumulatedSqServiceTime()
Get the accumulated squared Service time of this URI since the reference time. |
long |
getSingleMaxServiceTime()
Get the maximum service time of this URI since the reference time. |
long |
getSingleMinServiceTime()
Get the minimum service time of this URI since the reference time. |
long |
getSingleNbAbortedRequests()
Get the number of aborted requests for this URI. |
long |
getSingleNbFailedRequests()
Get the number of failed requests for this URI. |
java.lang.String |
getUri()
Get the URI associated to the transaction metrics. |
Methods inherited from interface com.sun.mfwk.util.instrum.MfMetricMBean |
disableMonitoring, enableMonitoring, isMonitoringEnabled, resetMetrics |
Methods inherited from interface com.sun.mfwk.util.instrum.MfStatusMBean |
getAvailabilityState, getAvailStateLastChange, getDegradedTime, getOperationalState, getOpsStateLastChange, getRunningTime |
Method Detail |
public java.lang.String getUri()
public long getNbInRequests()
public long getNbOutRequests()
public long getNbFailedRequests()
public long getNbAbortedRequests()
public long getMaxResponseTime()
public long getMinResponseTime()
public long getAccumulatedResponseTime()
public long getAccumulatedSqResponseTime()
public long getMinServiceTime()
public long getMaxServiceTime()
public long getAccumulatedServiceTime()
public long getAccumulatedSqServiceTime()
public long getSingleNbFailedRequests()
public long getSingleNbAbortedRequests()
public long getSingleMinServiceTime()
public long getSingleMaxServiceTime()
public long getSingleAccumulatedServiceTime()
public long getSingleAccumulatedSqServiceTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |