public static class ContainerMonitorListener.ContainerMonitorState
extends java.lang.Object
| Constructor and Description |
|---|
ContainerMonitorListener.ContainerMonitorState(int free,
int running,
int completed,
int failed)
Instantiates a new container monitor state.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCompleted()
Gets the completed count.
|
int |
getFailed()
Gets the failed count.
|
int |
getFree()
Gets the free count.
|
int |
getRunning()
Gets the running count.
|
java.lang.String |
toString() |
public ContainerMonitorListener.ContainerMonitorState(int free,
int running,
int completed,
int failed)
free - the free countrunning - the running countcompleted - the completed countfailed - the failed countpublic int getFree()
public int getRunning()
public int getCompleted()
public int getFailed()
public java.lang.String toString()
toString in class java.lang.Object