|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MfResourceMetricsMBean contains the generic metrics related to a resource.
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 |
getAccumulatedOperationTime()
Get the accumulated operation time since the reference time. |
long |
getAccumulatedSqOperationTime()
Get the accumulated squared operation time since the reference time. |
long |
getFailedOperations()
Get the number of failed operations. |
long |
getMaxOperationTime()
Get the maximum operation time since the reference time. |
long |
getMinOperationTime()
Get the minimum operation time since the reference time. |
long |
getNbOperations()
Get the number of operations. |
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 long getFailedOperations()
public long getNbOperations()
public long getMinOperationTime()
public long getMaxOperationTime()
public long getAccumulatedOperationTime()
public long getAccumulatedSqOperationTime()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |