|
|||||||||
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.UMQIndexReleasedInfo
public class UMQIndexReleasedInfo
Constructor Summary | |
---|---|
UMQIndexReleasedInfo(int flags,
long queueId,
java.lang.String queue,
UMQIndexInfo indexInfo)
Creates a UMQIndexReleasedInfo 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 UMQIndexReleasedInfo(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 released the given index assignment for the receiver.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 |