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

Public Member Functions

 UMQRegistrationCompleteInfo (int flags, long queueId, long assignmentId, String queue) throws LBMEInvalException
 
long assignmentId ()
 
int flags ()
 
long queueId ()
 
String queueName ()
 

Detailed Description

UMQ Registration Complete Info class. Contains extended information for UMQ receiver registration complete messages.

Since
UME 3.0

Constructor & Destructor Documentation

com.latencybusters.lbm.UMQRegistrationCompleteInfo.UMQRegistrationCompleteInfo ( int  flags,
long  queueId,
long  assignmentId,
String  queue 
) throws LBMEInvalException

Creates a UMQRegistrationCompleteInfo object and initializes fields to the supplied values.

Parameters
flagsInformational flags.
queueIdQueue Id of the queue.
assignmentIdThe generated Assignment ID for the receiver with the queue.
queueThe name of the queue the receiver registered with.
Exceptions
LBMEInvalExceptionAn invalid parameter was specified.
Since
UME 3.0

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

Member Function Documentation

long com.latencybusters.lbm.UMQRegistrationCompleteInfo.assignmentId ( )

Get generated Assignment ID for this registration complete message.

Returns
The generated Assignment ID for the receiver with the queue.
Since
UME 3.0

Referenced by com.latencybusters.lbm.UMQRegistrationCompleteInfo.UMQRegistrationCompleteInfo().

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().


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