UMQ Stability Ack Info class. This info object is delivered with a source event indicating that a message is stable (i.e. has been acknowledged by a queue instance).
More...
UMQ Stability Ack Info class. This info object is delivered with a source event indicating that a message is stable (i.e. has been acknowledged by a queue instance).
| com.latencybusters.lbm.UMQSourceEventAckInfo.UMQSourceEventAckInfo |
( |
int |
flags, |
|
|
long |
queueId, |
|
|
String |
queue, |
|
|
long |
index, |
|
|
String |
queueInstance, |
|
|
UMQMessageId |
msgId, |
|
|
uint |
firstSequenceNumber, |
|
|
uint |
lastSequenceNumber, |
|
|
Object |
clientObject |
|
) |
| |
Creates a UMQSourceEventAckInfo object and initializes fields to the supplied values.
LBMEInvalException An invalid parameter was specified.
- Parameters
-
| flags | Informational flags. |
| queueId | Queue Id of the queue. |
| queue | The name of the queue the receiver registered with. |
| index | The index of the instance of the queue. |
| queueInstance | The instance of the queue. |
| msgId | The registration Id of the source context where the message being acknowledged originated. |
| firstSequenceNumber | The sequence number of the first fragment associated with the acknowledgment message. |
| lastSequenceNumber | The sequence number of the last fragment associated with the acknowledgment message. |
| clientObject | The client object associated with the acknowledgment message. |
| virtual Object com.latencybusters.lbm.UMQSourceEventAckInfo.clientObject |
( |
| ) |
|
|
virtual |
Get the client-supplied callback object.
- Returns
- Client-supplied object.
| virtual uint com.latencybusters.lbm.UMQSourceEventAckInfo.firstSequenceNumber |
( |
| ) |
|
|
virtual |
Get the sequence number of the first fragment of the message being acknowledged.
- Returns
- Sequence number of the first fragment of the message being acknowledged.
| int com.latencybusters.lbm.UMQQueueInfo.flags |
( |
| ) |
|
|
inherited |
Get informational flags for this info object.
- Returns
- Flags.
| virtual uint com.latencybusters.lbm.UMQSourceEventAckInfo.lastSequenceNumber |
( |
| ) |
|
|
virtual |
Get the sequence number of the last fragment of the message being acknowledged.
- Returns
- Sequence number of the last fragment of the message being acknowledged.
| virtual UMQMessageId com.latencybusters.lbm.UMQSourceEventAckInfo.messageIdInfo |
( |
| ) |
|
|
virtual |
Get the message Id object identifying the message being acknowledged.
- Returns
- A UMQMessageId object identifying the message being acknowledged.
| long com.latencybusters.lbm.UMQQueueInfo.queueId |
( |
| ) |
|
|
inherited |
Get Queue Id for the queue associated with this info object.
- Returns
- Queue Id for the queue associated with this info object.
| long com.latencybusters.lbm.UMQQueueInstanceInfo.queueInstanceIndex |
( |
| ) |
|
|
inherited |
Gets the index of the queue instance associated with this info object.
- Returns
- Index of the queue instance associated with this info object.
| String com.latencybusters.lbm.UMQQueueInstanceInfo.queueInstanceName |
( |
| ) |
|
|
inherited |
| String com.latencybusters.lbm.UMQQueueInfo.queueName |
( |
| ) |
|
|
inherited |
The documentation for this class was generated from the following file: