UM .NET API
6.16.1
|
UMQ ULB Receiver Info class. This info object is both delivered with a source event and acts as a base class for other ULB source events. In both cases, this object holds information about a ULB receiver. More...
Public Member Functions | |
UMQSourceEventULBReceiverInfo (int flags, UInt64 regId, uint assignId, uint appSetIdx, String receiver) | |
Creates a UMQSourceEventULBReceiverInfo object and initializes fields to the supplied values. More... | |
int | flags () |
Get informational flags for this info object. More... | |
UInt64 | registrationId () |
Get Registration ID for the receiver. More... | |
uint | assignmentId () |
Get Assignment ID for the receiver. More... | |
uint | applicationSetIndex () |
Get Application Set Index the receiver is in. More... | |
String | receiver () |
Get receivers immediate message target string for the receiver associated with this info object. More... | |
UMQ ULB Receiver Info class. This info object is both delivered with a source event and acts as a base class for other ULB source events. In both cases, this object holds information about a ULB receiver.
com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.UMQSourceEventULBReceiverInfo | ( | int | flags, |
UInt64 | regId, | ||
uint | assignId, | ||
uint | appSetIdx, | ||
String | receiver | ||
) |
Creates a UMQSourceEventULBReceiverInfo object and initializes fields to the supplied values.
LBMEInvalException An invalid parameter was specified.
flags | Informational flags. |
regId | Registration ID of the receiver. |
assignId | The assignment ID of the receiver. |
appSetIdx | The application set index the receiver is in. |
receiver | The receivers immediate message target string. |
uint com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.applicationSetIndex | ( | ) |
Get Application Set Index the receiver is in.
uint com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.assignmentId | ( | ) |
Get Assignment ID for the receiver.
int com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.flags | ( | ) |
Get informational flags for this info object.
String com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.receiver | ( | ) |
Get receivers immediate message target string for the receiver associated with this info object.
References com.latencybusters.lbm.LBM.UMQ_ULB_MAX_RECEIVER_STRLEN.
UInt64 com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.registrationId | ( | ) |
Get Registration ID for the receiver.