UM .NET API  6.16
com.latencybusters.lbm.UMQIndexReleasedInfo Class Reference

Class containing information about UMQ index released events. This info object is delivered with a UMQ Index Released receiver event, containing information identifying the queue, queue instance, and index information associated with the index released event. More...

Inheritance diagram for com.latencybusters.lbm.UMQIndexReleasedInfo:
com.latencybusters.lbm.UMQQueueIndexInfo com.latencybusters.lbm.UMQQueueInfo

Public Member Functions

 UMQIndexReleasedInfo (int flags, long queueId, String queue, UMQIndexInfo indexInfo)
 Creates a UMQIndexReleasedInfo object and initializes fields to the supplied values. More...
 
UMQIndexInfo indexInfo ()
 Get UMQ index information for this info object.
 
int flags ()
 Get informational flags for this info object. More...
 
long queueId ()
 Get Queue Id for the queue associated with this info object. More...
 
String queueName ()
 Get Queue name for the queue associated with this info object. More...
 

Detailed Description

Class containing information about UMQ index released events. This info object is delivered with a UMQ Index Released receiver event, containing information identifying the queue, queue instance, and index information associated with the index released event.

Constructor & Destructor Documentation

com.latencybusters.lbm.UMQIndexReleasedInfo.UMQIndexReleasedInfo ( int  flags,
long  queueId,
String  queue,
UMQIndexInfo  indexInfo 
)

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

LBMEInvalException An invalid parameter was specified.

Parameters
flagsInformational flags.
queueIdQueue Id of the queue.
queueThe name of the queue releasing the receiver's index assignment.
indexInfoUMQ Index information object.

Member Function Documentation

int com.latencybusters.lbm.UMQQueueInfo.flags ( )
inherited

Get informational flags for this info object.

Returns
Flags.
long com.latencybusters.lbm.UMQQueueInfo.queueId ( )
inherited

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

Returns
Queue Id for the queue associated with this info object.
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.

References com.latencybusters.lbm.LBM.UMQ_MAX_QUEUE_STRLEN.


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