public class RBrokerStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
executingTasks
|
boolean |
isIdle
Flag indicating if
RBroker is idle. |
int |
pendingTasks
|
| Constructor and Description |
|---|
RBrokerStatus(int pendingTasks,
int executingTasks) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |