|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMQSourceEventMessageIdInfo
public class UMQSourceEventMessageIdInfo
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.
Constructor Summary | |
---|---|
UMQSourceEventMessageIdInfo(int flags,
UMQMessageId msgId,
java.lang.Object clientObject)
Creates a UMQSourceEventMessageIdInfo object and initializes fields to the supplied values. |
Method Summary | |
---|---|
java.lang.Object |
clientObject()
Get the client object provided when the message was sent. |
int |
flags()
Get informational flags for this info object. |
UMQMessageId |
messageId()
Get the message Id object identifying the message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMQSourceEventMessageIdInfo(int flags, UMQMessageId msgId, java.lang.Object clientObject) throws LBMEInvalException
LBMEInvalException
- An invalid parameter was specified.Method Detail |
---|
public int flags()
public UMQMessageId messageId()
public java.lang.Object clientObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |