org.apache.agila.services
Class InstanceServiceInfo

java.lang.Object
  extended by org.apache.agila.services.InstanceServiceInfo
All Implemented Interfaces:
java.io.Serializable

public class InstanceServiceInfo
extends java.lang.Object
implements java.io.Serializable

Version:
$Id: $
Author:
Geir Magnusson Jr.
See Also:
Serialized Form

Constructor Summary
InstanceServiceInfo(int numRunning, int numSuspended, int stopped, int completed)
           
 
Method Summary
 int getNumCompletedInstances()
           
 int getNumRunningInstances()
           
 int getNumStoppedInstances()
           
 int getNumSuspendedInstances()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceServiceInfo

public InstanceServiceInfo(int numRunning,
                           int numSuspended,
                           int stopped,
                           int completed)
Method Detail

getNumRunningInstances

public int getNumRunningInstances()

getNumSuspendedInstances

public int getNumSuspendedInstances()

getNumStoppedInstances

public int getNumStoppedInstances()

getNumCompletedInstances

public int getNumCompletedInstances()


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.