UMQ Registration Complete Info class. Contains extended information for UMQ receiver registration complete messages.
More...
UMQ Registration Complete Info class. Contains extended information for UMQ receiver registration complete messages.
| com.latencybusters.lbm.UMQRegistrationCompleteInfo.UMQRegistrationCompleteInfo |
( |
int |
flags, |
|
|
long |
queueId, |
|
|
long |
assignmentId, |
|
|
String |
queue |
|
) |
| |
Creates a UMQRegistrationCompleteInfo object and initializes fields to the supplied values.
LBMEInvalException An invalid parameter was specified.
- Parameters
-
| flags | Informational flags. |
| queueId | Queue Id of the queue. |
| assignmentId | The generated Assignment ID for the receiver with the queue. |
| queue | The name of the queue the receiver registered with. |
| virtual long com.latencybusters.lbm.UMQRegistrationCompleteInfo.assignmentId |
( |
| ) |
|
|
virtual |
Get generated Assignment ID for this registration complete message.
- Returns
- The generated Assignment ID for the receiver with the queue.
| 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:
- UMQRegistrationCompleteInfo.cs