|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueueStatistics
Interface that represents the overall state of the queue.
Method Summary | |
---|---|
int |
getFailed()
Returns the amount of process in Failed status in the queue. |
int |
getQueued()
Returns the amount of process in Queued status in the queue. |
int |
getRunning()
Returns the amount of process in Running status in the queue. |
int |
getScheduled()
Returns the amount of process in Scheduled status in the queue. |
int |
getTotal()
Returns the total amount of processes in the queue. |
Method Detail |
---|
int getScheduled()
int getQueued()
int getRunning()
int getFailed()
int getTotal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |