|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.UMQQueueInfo
com.latencybusters.lbm.UMQQueueIndexInfo
public class UMQQueueIndexInfo
| Constructor Summary | |
|---|---|
protected |
UMQQueueIndexInfo()
|
|
UMQQueueIndexInfo(int flags,
long queueId,
java.lang.String queue,
UMQIndexInfo indexInfo)
Creates a UMQQueueIndexInfo object and initializes fields to the supplied values. |
| Method Summary | |
|---|---|
UMQIndexInfo |
indexInfo()
Get UMQ index information for this info object. |
| Methods inherited from class com.latencybusters.lbm.UMQQueueInfo |
|---|
flags, queueId, queueName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected UMQQueueIndexInfo()
public UMQQueueIndexInfo(int flags,
long queueId,
java.lang.String queue,
UMQIndexInfo indexInfo)
throws LBMEInvalException
flags - Informational flags.queueId - Queue Id of the queue.queue - The name of the queue the receiver has received this event from.indexInfo - UMQ index information object.
LBMEInvalException - An invalid parameter was specified.| Method Detail |
|---|
public UMQIndexInfo indexInfo()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||