UM .NET API
6.16.1
|
This class encapsulates information about a message sent to a queue. An object of type UMQSourceEventMessageIdInfo will be delivered with a source event of type LBM.SRC_EVENT_UMQ_MESSAGE_ID_INFO to notify the application of the message id that has been assigned to the message by the queue. More...
Public Member Functions | |
UMQSourceEventMessageIdInfo (int flags, UMQMessageId msgId, Object clientObject) | |
Creates a UMQSourceEventMessageIdInfo object and initializes fields to the supplied values. More... | |
int | flags () |
Get informational flags for this info object. More... | |
virtual UMQMessageId | messageId () |
Get the message Id object identifying the message. More... | |
Object | clientObject () |
Get the client object provided when the message was sent. More... | |
This class encapsulates information about a message sent to a queue. An object of type UMQSourceEventMessageIdInfo will be delivered with a source event of type LBM.SRC_EVENT_UMQ_MESSAGE_ID_INFO to notify the application of the message id that has been assigned to the message by the queue.
com.latencybusters.lbm.UMQSourceEventMessageIdInfo.UMQSourceEventMessageIdInfo | ( | int | flags, |
UMQMessageId | msgId, | ||
Object | clientObject | ||
) |
Creates a UMQSourceEventMessageIdInfo object and initializes fields to the supplied values.
LBMEInvalException An invalid parameter was specified.
Object com.latencybusters.lbm.UMQSourceEventMessageIdInfo.clientObject | ( | ) |
Get the client object provided when the message was sent.
UME 3.0
int com.latencybusters.lbm.UMQSourceEventMessageIdInfo.flags | ( | ) |
Get informational flags for this info object.
|
virtual |
Get the message Id object identifying the message.