|
UM .NET API
6.17
|
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. More...
Public Member Functions | |
| UMQQueueInfo (int flags, long queueId, String queue) | |
| Creates a UMQQueueInfo object and initializes fields to the supplied values. More... | |
| int | flags () |
| Get informational flags for this info object. More... | |
| long | queueId () |
| Get Queue Id for the queue associated with this info object. More... | |
| String | queueName () |
| Get Queue name for the queue associated with this info object. More... | |
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.
| com.latencybusters.lbm.UMQQueueInfo.UMQQueueInfo | ( | int | flags, |
| long | queueId, | ||
| String | queue | ||
| ) |
Creates a UMQQueueInfo object and initializes fields to the supplied values.
LBMEInvalException An invalid parameter was specified.
| flags | Informational flags. |
| queueId | Queue Id of the queue. |
| queue | The name of the queue the receiver registered with. |
| int com.latencybusters.lbm.UMQQueueInfo.flags | ( | ) |
Get informational flags for this info object.
| long com.latencybusters.lbm.UMQQueueInfo.queueId | ( | ) |
Get Queue Id for the queue associated with this info object.
| String com.latencybusters.lbm.UMQQueueInfo.queueName | ( | ) |
Get Queue name for the queue associated with this info object.
References com.latencybusters.lbm.LBM.UMQ_MAX_QUEUE_STRLEN.