|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents runtime statistics for a particular process type.
{@link ProcessRuntimeMBean#getStatistics}
Method Summary | |
double |
getAvgExecTime()
Returns the average execution time of the instances that are selected. |
int |
getNumAborted()
Returns the number of aborted instances of the process represented by this statistics object. |
int |
getNumAll()
Returns the number of all the instances for which these statistics are returned. |
int |
getNumCompleted()
Returns the number of successfully completed instances of the process represented by this statistics object. |
int |
getNumExceededSLA()
Returns the number of instances that exceeded the SLA set for this process. |
int |
getNumFrozen()
Returns the number of frozen instances of the process represented by this statistics object. |
int |
getNumRunning()
Returns the number of running instances of the process represented by this statistics object. |
int |
getNumSuspended()
Returns the number of suspended instances of the process represented by this statistics object. |
int |
getNumTerminated()
Returns the number of terminated instances of the process represented by this statistics object. |
String |
getServiceURI()
Returns the service URI of the process for which the statistics are computed |
Method Detail |
public String getServiceURI()
public int getNumRunning()
public int getNumSuspended()
public int getNumAborted()
public int getNumCompleted()
public int getNumExceededSLA()
0
is returned.
public int getNumFrozen()
public int getNumTerminated()
public int getNumAll()
public double getAvgExecTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |