UM Java API  6.16
com.latencybusters.lbm.UMQQueueMessageStatus Class Reference

Public Member Functions

UMQMessageId queueMessageId ()
 
LBMMessage message ()
 
int status ()
 
int flags ()
 

Detailed Description

Class containing the current status of a UMQ message as reported by the queue daemon.

Member Function Documentation

int com.latencybusters.lbm.UMQQueueMessageStatus.flags ( )

Get informational flags associated with the message in the queue; currently always returns 0.

Returns
the informational flags.

References com.latencybusters.lbm.LBMMessage.promote(), and com.latencybusters.lbm.UMQQueueMessageStatus.status().

LBMMessage com.latencybusters.lbm.UMQQueueMessageStatus.message ( )

Gets the actual message data in the form of a normal LBMMessage object, if available. If not available, this will return null.

Returns
the LBMMessage object, if available; null otherwise.
UMQMessageId com.latencybusters.lbm.UMQQueueMessageStatus.queueMessageId ( )

Gets the UMQ message ID of the message.

Returns
the UMQ message ID.
int com.latencybusters.lbm.UMQQueueMessageStatus.status ( )

The documentation for this class was generated from the following file: