public interface QueueStatus
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
getException()
Get the exception produced by the queue, or
null if hasException() returns false . |
java.lang.String |
getQueueName()
Get the queue name.
|
Scheduler |
getScheduler()
Get the Scheduler that produced this QueueStatus.
|
java.util.Map<java.lang.String,java.lang.String> |
getSchedulerSpecficInformation()
Get scheduler specific information on the queue.
|
boolean |
hasException()
Did the queue produce an exception ?
|
Scheduler getScheduler()
java.lang.String getQueueName()
boolean hasException()
java.lang.Exception getException()
null
if hasException()
returns false
.java.util.Map<java.lang.String,java.lang.String> getSchedulerSpecficInformation()