|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.execution.engine.EngineStatus
public class EngineStatus
This class acts as a placeholder for statistics concerning the status of the execution engine instance on a node.
| Field Summary | |
|---|---|
int |
NumberOfCancelingPlans
The Number of canceling plans. |
int |
NumberOfCompletedPlans
The Number of completed plans. |
int |
NumberOfPausedPlans
The Number of paused plans. |
int |
NumberOfPlans
The Number of plans currently managed by the node. |
int |
NumberOfReadyPlans
The Number of ready plans. |
int |
NumberOfRunningPlans
The Number of running plans. |
float |
PercentageOfUtilization
The percentage of utilization. |
| Constructor Summary | |
|---|---|
EngineStatus()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int NumberOfPlans
public int NumberOfRunningPlans
public int NumberOfCompletedPlans
public int NumberOfReadyPlans
public int NumberOfPausedPlans
public int NumberOfCancelingPlans
public float PercentageOfUtilization
| Constructor Detail |
|---|
public EngineStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||