|
|||||||||
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
com.latencybusters.lbm.UMQIndexAssignedInfo
public class UMQIndexAssignedInfo
Constructor Summary | |
---|---|
UMQIndexAssignedInfo(int flags,
long queueId,
java.lang.String queue,
UMQIndexInfo indexInfo)
Creates a UMQIndexAssignedInfo object and initializes fields to the supplied values. |
Method Summary |
---|
Methods inherited from class com.latencybusters.lbm.UMQQueueIndexInfo |
---|
indexInfo |
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 |
---|
public UMQIndexAssignedInfo(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 that has assigned the receiver this index.indexInfo
- UMQ index information object.
LBMEInvalException
- An invalid parameter was specified.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |