UM .NET API
6.16.1
|
Base class for UMQ info objects associated with a queue instance. This class encapsulates the information required for any UMQ info object that is associated with a queue instance. This includes both the information required to identify the queue (Id and Name) as well as the information needed to identify the queue instance (Index and Name). More...
Public Member Functions | |
UMQQueueInstanceInfo (int flags, long queueId, String queue, long index, String queueInstance) | |
Creates a UMQQueueInstanceInfo object and initializes fields to the supplied values. More... | |
long | queueInstanceIndex () |
Gets the index of the queue instance associated with this info object. More... | |
String | queueInstanceName () |
Gets the name of the queue instance associated with this info object. 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 instance. This class encapsulates the information required for any UMQ info object that is associated with a queue instance. This includes both the information required to identify the queue (Id and Name) as well as the information needed to identify the queue instance (Index and Name).
UME 3.0
com.latencybusters.lbm.UMQQueueInstanceInfo.UMQQueueInstanceInfo | ( | int | flags, |
long | queueId, | ||
String | queue, | ||
long | index, | ||
String | queueInstance | ||
) |
Creates a UMQQueueInstanceInfo 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. |
index | The index of the instance of the queue. |
queueInstance | The instance of the queue. |
|
inherited |
Get informational flags for this info object.
|
inherited |
Get Queue Id for the queue associated with this info object.
long com.latencybusters.lbm.UMQQueueInstanceInfo.queueInstanceIndex | ( | ) |
Gets the index of the queue instance associated with this info object.
String com.latencybusters.lbm.UMQQueueInstanceInfo.queueInstanceName | ( | ) |
Gets the name of the queue instance associated with this info object.
References com.latencybusters.lbm.LBM.UME_MAX_STORE_STRLEN.
|
inherited |
Get Queue name for the queue associated with this info object.
References com.latencybusters.lbm.LBM.UMQ_MAX_QUEUE_STRLEN.