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

Public Member Functions

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

Constructor & Destructor Documentation

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

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

Parameters
flagsInformational flags.
queueIdQueue Id of the queue.
queueThe name of the queue the receiver is now eligible to receive new index assignments from.
Exceptions
LBMEInvalExceptionAn invalid parameter was specified.
Since
UMQ 2.1

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


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