|
|||||||||
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.UMQDeregistrationCompleteInfo
public class UMQDeregistrationCompleteInfo
UMQ Deregistration Complete Info class. Contains extended information for UMQ receiver deregistration complete messages. This info object is supplied with a message indicating the a receiver has successfully deregistered with a queue.
Constructor Summary | |
---|---|
UMQDeregistrationCompleteInfo(int flags,
long queueId,
java.lang.String queue)
Creates a UMQDeregistrationCompleteInfo object and initializes fields to the supplied values. |
Method Summary |
---|
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 UMQDeregistrationCompleteInfo(int flags, long queueId, java.lang.String queue) throws LBMEInvalException
flags
- Informational flags.queueId
- Queue Id of the queue.queue
- The name of the queue the receiver registered with.
LBMEInvalException
- An invalid parameter was specified.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |