|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMQQueueInfo
public class UMQQueueInfo
Base class for UMQ info objects associated with a queue. This class encapsulates the basic information required for any UMQ info object that is associated with a queue, namely the identifying information for the queue (Id and Name) and a set of flags to indicate other information contained in the object.
Constructor Summary | |
---|---|
protected |
UMQQueueInfo()
|
|
UMQQueueInfo(int flags,
long queueId,
java.lang.String queue)
Creates a UMQQueueInfo object and initializes fields to the supplied values. |
Method Summary | |
---|---|
int |
flags()
Get informational flags for this info object. |
long |
queueId()
Get Queue Id for the queue associated with this info object. |
java.lang.String |
queueName()
Get Queue name for the queue associated with this info object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected UMQQueueInfo()
public UMQQueueInfo(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.Method Detail |
---|
public int flags()
public long queueId()
public java.lang.String queueName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |