Class containing information about UMQ index assignment events. This info object is delivered with a UMQ Index Assigned receiver event, containing information identifying the queue, queue instance, and index information associated with the index assigned event.
More...
Class containing information about UMQ index assignment events. This info object is delivered with a UMQ Index Assigned receiver event, containing information identifying the queue, queue instance, and index information associated with the index assigned event.
com.latencybusters.lbm.UMQIndexAssignedInfo.UMQIndexAssignedInfo |
( |
int |
flags, |
|
|
long |
queueId, |
|
|
String |
queue, |
|
|
UMQIndexInfo |
indexInfo |
|
) |
| |
Creates a UMQIndexAssignedInfo 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 at which the receiver was assigned the index. |
indexInfo | UMQ Index information object. |
int com.latencybusters.lbm.UMQQueueInfo.flags |
( |
| ) |
|
|
inherited |
Get informational flags for this info object.
- Returns
- Flags.
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.
String com.latencybusters.lbm.UMQQueueInfo.queueName |
( |
| ) |
|
|
inherited |
The documentation for this class was generated from the following file: