UM Java API  6.16
com.latencybusters.lbm.UMQQueueIndexInfo Class Reference
Inheritance diagram for com.latencybusters.lbm.UMQQueueIndexInfo:
com.latencybusters.lbm.UMQQueueInfo com.latencybusters.lbm.UMQIndexAssignedInfo com.latencybusters.lbm.UMQIndexReleasedInfo

Public Member Functions

 UMQQueueIndexInfo (int flags, long queueId, String queue, UMQIndexInfo indexInfo) throws LBMEInvalException
 
UMQIndexInfo indexInfo ()
 
int flags ()
 
long queueId ()
 
String queueName ()
 

Constructor & Destructor Documentation

com.latencybusters.lbm.UMQQueueIndexInfo.UMQQueueIndexInfo ( int  flags,
long  queueId,
String  queue,
UMQIndexInfo  indexInfo 
) throws LBMEInvalException

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

Parameters
flagsInformational flags.
queueIdQueue Id of the queue.
queueThe name of the queue the receiver has received this event from.
indexInfoUMQ index information object.
Exceptions
LBMEInvalExceptionAn invalid parameter was specified.
Since
UMQ 2.1

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

Member Function Documentation

UMQIndexInfo com.latencybusters.lbm.UMQQueueIndexInfo.indexInfo ( )

Get UMQ index information for this info object.

Returns
UMQ index information associated with this info object.
Since
UMQ 1.2

Referenced by com.latencybusters.lbm.UMQIndexAssignedInfo.UMQIndexAssignedInfo(), com.latencybusters.lbm.UMQIndexReleasedInfo.UMQIndexReleasedInfo(), and com.latencybusters.lbm.UMQQueueIndexInfo.UMQQueueIndexInfo().

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: