|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMQQueueMessageStatus
public class UMQQueueMessageStatus
Class containing the current status of a UMQ message as reported by the queue daemon.
Constructor Summary | |
---|---|
UMQQueueMessageStatus()
|
Method Summary | |
---|---|
int |
flags()
Get informational flags associated with the message in the queue; currently always returns 0. |
LBMMessage |
message()
Gets the actual message data in the form of a normal LBMMessage object, if available. |
UMQMessageId |
queueMessageId()
Gets the UMQ message ID of the message. |
int |
status()
Get the status of the message within the queue, or LBM#UMQ_QUEUE_MSG_STATUS_UNKNOWN if the status is unavailable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMQQueueMessageStatus()
Method Detail |
---|
public UMQMessageId queueMessageId()
public LBMMessage message()
public int status()
LBM.UMQ_QUEUE_MSG_STATUS_UNKNOWN
,
LBM.UMQ_QUEUE_MSG_STATUS_UNASSIGNED
,
LBM.UMQ_QUEUE_MSG_STATUS_ASSIGNED
,
LBM.UMQ_QUEUE_MSG_STATUS_REASSIGNING
,
LBM.UMQ_QUEUE_MSG_STATUS_CONSUMED
public int flags()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |