MessageEntry |
AbstractQueue.getExpiredMessage(java.lang.Object transactionId,
long timeout) |
Get the next expired message from the queue but wait only a specific period of time.
|
MessageEntry |
QueuePullTransaction.getExpiredMessage(long timeout) |
Get an expired message from the queue but wait only a specific period of time.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId,
long timeout) |
Get a message from the queue but wait only a specific period of time.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId,
Selector selector,
int viewId,
long timeout) |
Get the next message from the view but wait only a specific period of time.
|
MessageEntry |
AbstractQueue.getMessage(java.lang.Object transactionId,
Selector selector,
long timeout) |
Get a message from the queue that matches the selector but wait only a specific period of time.
|
MessageEntry |
QueuePullTransaction.getMessage(long timeout) |
Get a message from the queue but wait only a specific period of time.
|
MessageEntry |
QueuePullTransaction.getMessage(long timeout,
Selector selector) |
Get a message from the queue that matches the selector but wait only a specific period of time.
|