UM Java API  6.16
com.latencybusters.lbm.UMQQueueInfo Class Reference
Inheritance diagram for com.latencybusters.lbm.UMQQueueInfo:
com.latencybusters.lbm.UMQContextEventRegistrationCompleteInfo com.latencybusters.lbm.UMQDeregistrationCompleteInfo com.latencybusters.lbm.UMQIndexAssignmentEligibilityStartCompleteInfo com.latencybusters.lbm.UMQIndexAssignmentEligibilityStopCompleteInfo com.latencybusters.lbm.UMQQueueIndexInfo com.latencybusters.lbm.UMQQueueInstanceInfo com.latencybusters.lbm.UMQRegistrationCompleteInfo com.latencybusters.lbm.UMQSourceEventRegistrationCompleteInfo

Public Member Functions

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

Detailed Description

Base class for UMQ info objects associated with a queue. This class encapsulates the basic information required for any UMQ info object that is associated with a queue, namely the identifying information for the queue (Id and Name) and a set of flags to indicate other information contained in the object.

Since
UME 3.0

Constructor & Destructor Documentation

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

Creates a UMQQueueInfo 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.
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 ( )

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: