|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.NotificationBroadcasterSupport
com.sun.mfwk.util.instrum.MfStatus
com.sun.mfwk.util.instrum.MfMetric
com.sun.mfwk.trans.MfTransactionMetrics
MfTransactionMetrics contains the computed metrics related to a transaction type
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 |
Constructor Summary | |
MfTransactionMetrics()
|
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. |
void |
resetMetrics()
Reset all the metrics. |
Methods inherited from class com.sun.mfwk.util.instrum.MfMetric |
disableMonitoring, enableMonitoring, handleNotification, isMonitoringEnabled, postDeregister, postRegister, preDeregister, preRegister |
Methods inherited from class com.sun.mfwk.util.instrum.MfStatus |
getAvailabilityState, getAvailStateLastChange, getDegradedTime, getOperationalState, getOpsStateLastChange, getRunningTime, setAvailabilityState, setAvailStateLastChange, setDegradedTime, setOperationalState, setOpsStateLastChange, setRunningTime |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.mfwk.util.instrum.MfMetricMBean |
disableMonitoring, enableMonitoring, isMonitoringEnabled |
Methods inherited from interface com.sun.mfwk.util.instrum.MfStatusMBean |
getAvailabilityState, getAvailStateLastChange, getDegradedTime, getOperationalState, getOpsStateLastChange, getRunningTime |
Constructor Detail |
public MfTransactionMetrics()
Method Detail |
public java.lang.String getUri()
getUri
in interface MfTransactionMetricsMBean
public long getNbInRequests()
getNbInRequests
in interface MfTransactionMetricsMBean
public long getNbOutRequests()
getNbOutRequests
in interface MfTransactionMetricsMBean
public long getNbFailedRequests()
getNbFailedRequests
in interface MfTransactionMetricsMBean
public long getNbAbortedRequests()
getNbAbortedRequests
in interface MfTransactionMetricsMBean
public long getMaxResponseTime()
getMaxResponseTime
in interface MfTransactionMetricsMBean
public long getMinResponseTime()
getMinResponseTime
in interface MfTransactionMetricsMBean
public long getAccumulatedResponseTime()
getAccumulatedResponseTime
in interface MfTransactionMetricsMBean
public long getAccumulatedSqResponseTime()
getAccumulatedSqResponseTime
in interface MfTransactionMetricsMBean
public long getMinServiceTime()
getMinServiceTime
in interface MfTransactionMetricsMBean
public long getMaxServiceTime()
getMaxServiceTime
in interface MfTransactionMetricsMBean
public long getAccumulatedServiceTime()
getAccumulatedServiceTime
in interface MfTransactionMetricsMBean
public long getAccumulatedSqServiceTime()
getAccumulatedSqServiceTime
in interface MfTransactionMetricsMBean
public long getSingleMinServiceTime()
MfTransactionMetricsMBean
getSingleMinServiceTime
in interface MfTransactionMetricsMBean
public long getSingleMaxServiceTime()
MfTransactionMetricsMBean
getSingleMaxServiceTime
in interface MfTransactionMetricsMBean
public long getSingleAccumulatedServiceTime()
MfTransactionMetricsMBean
getSingleAccumulatedServiceTime
in interface MfTransactionMetricsMBean
public long getSingleAccumulatedSqServiceTime()
MfTransactionMetricsMBean
getSingleAccumulatedSqServiceTime
in interface MfTransactionMetricsMBean
public long getSingleNbFailedRequests()
MfTransactionMetricsMBean
getSingleNbFailedRequests
in interface MfTransactionMetricsMBean
public long getSingleNbAbortedRequests()
MfTransactionMetricsMBean
getSingleNbAbortedRequests
in interface MfTransactionMetricsMBean
public void resetMetrics()
resetMetrics
in interface MfMetricMBean
resetMetrics
in class MfMetric
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |