UM Java API  6.16
com.latencybusters.lbm.UMQSourceEventULBReceiverInfo Class Reference
Inheritance diagram for com.latencybusters.lbm.UMQSourceEventULBReceiverInfo:
com.latencybusters.lbm.UMQSourceEventULBMessageInfo

Public Member Functions

 UMQSourceEventULBReceiverInfo (int flags, long regId, long assignId, long appSetIdx, String receiver) throws LBMEInvalException
 
int flags ()
 
long registrationId ()
 
long assignmentId ()
 
long applicationSetIndex ()
 
String receiver ()
 

Detailed Description

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.

Since
UMQ 1.1

Constructor & Destructor Documentation

com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.UMQSourceEventULBReceiverInfo ( int  flags,
long  regId,
long  assignId,
long  appSetIdx,
String  receiver 
) throws LBMEInvalException

Creates a UMQSourceEventULBReceiverInfo object and initializes fields to the supplied values.

Parameters
flagsInformational flags.
regIdRegistration ID of the receiver.
assignIdThe Assignment ID of the receiver.
appSetIdxThe application set index the receiver is in.
receiverThe receivers immediate message target string.
Exceptions
LBMEInvalExceptionAn invalid parameter was specified.
Since
UMQ 1.1

References com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.flags(), and com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.receiver().

Member Function Documentation

long com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.applicationSetIndex ( )

Get Application Set index for the receiver associated with this info object.

Returns
Application Set index for the receiver associated with this info object.
Since
UMQ 1.1
long com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.assignmentId ( )

Get Assignment ID for the receiver associated with this info object.

Returns
Assignment ID of the receiver associated with this info object.
Since
UMQ 1.1
int com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.flags ( )
String com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.receiver ( )

Get immediate message target string for the receiver associated with this info object.

Returns
Immediate message target string for the receiver associated with this info object.
Since
UMQ 1.1

References com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.flags().

Referenced by com.latencybusters.lbm.UMQSourceEventULBMessageInfo.UMQSourceEventULBMessageInfo(), and com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.UMQSourceEventULBReceiverInfo().

long com.latencybusters.lbm.UMQSourceEventULBReceiverInfo.registrationId ( )

Get Registration ID for the receiver associated with this info object.

Returns
Registration ID of the receiver associated with this info object.
Since
UMQ 1.1

The documentation for this class was generated from the following file: