public interface ContainerMonitor
Modifier and Type | Method and Description |
---|---|
void |
addContainerMonitorStateListener(ContainerMonitorListener listener)
Adds the container monitor state listener.
|
int |
completedCount()
Gets a count of completed containers.
|
int |
failedCount()
Gets a count of failed containers.
|
int |
freeCount()
Gets a count of free containers.
|
int |
runningCount()
Gets a count of running containers.
|
int freeCount()
int runningCount()
int failedCount()
int completedCount()
void addContainerMonitorStateListener(ContainerMonitorListener listener)
listener
- the ContainerMonitorListener