public static class WorkEvents.StatusResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
StatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBusyCount() |
int |
getIdleCount() |
int |
getWaitCount() |
int |
getWorkerCount() |
void |
setBusyCount(int busyCount) |
void |
setIdleCount(int idleCount) |
void |
setWaitCount(int waitCount) |
void |
setWorkerCount(int workerCount) |
public int getIdleCount()
public void setIdleCount(int idleCount)
public int getWorkerCount()
public void setWorkerCount(int workerCount)
public int getBusyCount()
public void setBusyCount(int busyCount)
public int getWaitCount()
public void setWaitCount(int waitCount)