UM .NET API
6.16.1
|
UMQ Source Event Registration Complete Info class. This info object is delivered with a source event indicating that registration is complete to all involved queue instances. More...
Public Member Functions | |
UMQSourceEventRegistrationCompleteInfo (int flags, long queueId, String queue) | |
Creates a UMQSourceEventRegistrationCompleteInfo object and initializes fields to the supplied values. More... | |
int | flags () |
Get informational flags for this info object. More... | |
long | queueId () |
Get Queue Id for the queue associated with this info object. More... | |
String | queueName () |
Get Queue name for the queue associated with this info object. More... | |
UMQ Source Event Registration Complete Info class. This info object is delivered with a source event indicating that registration is complete to all involved queue instances.
com.latencybusters.lbm.UMQSourceEventRegistrationCompleteInfo.UMQSourceEventRegistrationCompleteInfo | ( | int | flags, |
long | queueId, | ||
String | queue | ||
) |
Creates a UMQSourceEventRegistrationCompleteInfo object and initializes fields to the supplied values.
LBMEInvalException An invalid parameter was specified.
flags | Informational flags. |
queueId | Queue Id of the queue. |
queue | The name of the queue the receiver registered with. |
|
inherited |
Get informational flags for this info object.
|
inherited |
Get Queue Id for the queue associated with this info object.
|
inherited |
Get Queue name for the queue associated with this info object.
References com.latencybusters.lbm.LBM.UMQ_MAX_QUEUE_STRLEN.