gr.uoa.di.madgik.execution.engine
Class EngineStatus

java.lang.Object
  extended by gr.uoa.di.madgik.execution.engine.EngineStatus

public class EngineStatus
extends Object

This class acts as a placeholder for statistics concerning the status of the execution engine instance on a node.

Author:
gpapanikos

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

NumberOfPlans

public int NumberOfPlans
The Number of plans currently managed by the node.


NumberOfRunningPlans

public int NumberOfRunningPlans
The Number of running plans.


NumberOfCompletedPlans

public int NumberOfCompletedPlans
The Number of completed plans.


NumberOfReadyPlans

public int NumberOfReadyPlans
The Number of ready plans.


NumberOfPausedPlans

public int NumberOfPausedPlans
The Number of paused plans.


NumberOfCancelingPlans

public int NumberOfCancelingPlans
The Number of canceling plans.


PercentageOfUtilization

public float PercentageOfUtilization
The percentage of utilization.

Constructor Detail

EngineStatus

public EngineStatus()


Copyright © 2013. All Rights Reserved.