Class containing information about UMQ Registration Success Context Events. This info object is delivered with a UMQ Registration Success Context Event, containing information identifying the queue, queue instance, and registration id associated with the registration success event.
More...
Class containing information about UMQ Registration Success Context Events. This info object is delivered with a UMQ Registration Success Context Event, containing information identifying the queue, queue instance, and registration id associated with the registration success event.
com.latencybusters.lbm.UMQContextEventRegistrationSuccessInfo.UMQContextEventRegistrationSuccessInfo |
( |
int |
flags, |
|
|
long |
queueId, |
|
|
String |
queue, |
|
|
long |
index, |
|
|
String |
queueInstance, |
|
|
UInt64 |
regId |
|
) |
| |
Creates a UMQContextEventRegistrationSuccessInfo 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. |
regId | 64-bit unsigned registration Ids. |
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.
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 |
UInt64 com.latencybusters.lbm.UMQContextEventRegistrationSuccessInfo.registrationId |
( |
| ) |
|
Get the registration Id associated with this registration success info object.
- Returns
- Registration Id associated with this registration success info object.
The documentation for this class was generated from the following file:
- UMQContextEventRegistrationSuccessInfo.cs