UM Java API  6.16
com.latencybusters.lbm.UMQContextEventRegistrationCompleteInfo Class Reference
Inheritance diagram for com.latencybusters.lbm.UMQContextEventRegistrationCompleteInfo:
com.latencybusters.lbm.UMQQueueInfo

Public Member Functions

 UMQContextEventRegistrationCompleteInfo (int flags, long queueId, String queue, long regId) throws LBMEInvalException
 
BigInteger registrationId ()
 
int flags ()
 
long queueId ()
 
String queueName ()
 

Detailed Description

Class containing information about UMQ Registration Complete Context Events. This info object is delivered with a UMQ Registration Complete Context Event, containing information identifying the queue and registration id associated with the registration complete event.

Since
UME 3.0

Constructor & Destructor Documentation

com.latencybusters.lbm.UMQContextEventRegistrationCompleteInfo.UMQContextEventRegistrationCompleteInfo ( int  flags,
long  queueId,
String  queue,
long  regId 
) throws LBMEInvalException

Creates a UMQContextEventRegistrationCompleteInfo object, and initializes fields to the supplied values.

Parameters
flagsInformational flags.
queueIdQueue Id of the queue.
queueThe name of the queue the receiver registered with.
regIdSince UMQ uses 64-bit unsigned registration Ids, and Java does not support unsigned primitive types the registration Id must be supplied as a byte array in big-endian order.
Exceptions
LBMEInvalExceptionAn invalid parameter was specified.
Since
UME 3.0

References com.latencybusters.lbm.UMQQueueInfo.flags(), and com.latencybusters.lbm.UMQQueueInfo.queueId().

Member Function Documentation

String com.latencybusters.lbm.UMQQueueInfo.queueName ( )
inherited

Get Queue name for the queue associated with this info object.

Returns
Queue name for the queue associated with this info object.
Since
UME 3.0

References com.latencybusters.lbm.UMQQueueInfo.flags(), and com.latencybusters.lbm.UMQQueueInfo.queueId().

BigInteger com.latencybusters.lbm.UMQContextEventRegistrationCompleteInfo.registrationId ( )

Get the registration Id associated with this registration complete info object.

Returns
Registration Id associated with this registration complete info object.
Since
UME 3.0

The documentation for this class was generated from the following file: