org.apache.agila.services
Class InstanceServiceInfo
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceServiceInfo
public InstanceServiceInfo(int numRunning,
int numSuspended,
int stopped,
int completed)
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.