public interface DistributionQueueMBean
DistributionQueue
.Modifier and Type | Method and Description |
---|---|
int |
getHeadDequeuingAttempts()
Get the first item (in a FIFO strategy, the next to be processed) dequeuing attempts from the queue.
|
Calendar |
getHeadEnqueuingDate()
Get the first item (in a FIFO strategy, the next to be processed) date time when joined the queue.
|
String |
getHeadId()
Get the first item ID (in a FIFO strategy, the next to be processed) from the queue.
|
String |
getHeadStatus()
Get the first item (in a FIFO strategy, the next to be processed) state.
|
String |
getName()
Get this queue name
|
int |
getSize()
Get the current size of the queue.
|
String |
getState()
Get the state associated with the status of this queue
|
String |
getType()
Get the type of this queue.
|
boolean |
isEmpty()
Check if the queue is empty
|
String getName()
String getType()
int getSize()
boolean isEmpty()
true
if the queue is empty, false
otherwiseString getState()
String getHeadId()
null
if the queue is emptyint getHeadDequeuingAttempts()
-1
if the queue is emptyString getHeadStatus()
null
if the queue is emptyCalendar getHeadEnqueuingDate()
null
if the queue is emptyCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.