|
|||||||||
| 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.UMQRegistrationCompleteInfo
public class UMQRegistrationCompleteInfo
UMQ Registration Complete Info class. Contains extended information for UMQ receiver registration complete messages.
| Constructor Summary | |
|---|---|
UMQRegistrationCompleteInfo(int flags,
long queueId,
long assignmentId,
java.lang.String queue)
Creates a UMQRegistrationCompleteInfo object and initializes fields to the supplied values. |
|
| Method Summary | |
|---|---|
long |
assignmentId()
Get generated Assignment ID for this registration complete message. |
| 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 UMQRegistrationCompleteInfo(int flags,
long queueId,
long assignmentId,
java.lang.String queue)
throws LBMEInvalException
flags - Informational flags.queueId - Queue Id of the queue.assignmentId - The generated Assignment ID for the receiver with the queue.queue - The name of the queue the receiver registered with.
LBMEInvalException - An invalid parameter was specified.| Method Detail |
|---|
public long assignmentId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||