|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMQSourceEventULBReceiverInfo
public class UMQSourceEventULBReceiverInfo
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.
Constructor Summary | |
---|---|
UMQSourceEventULBReceiverInfo(int flags,
long regId,
long assignId,
long appSetIdx,
java.lang.String receiver)
Creates a UMQSourceEventULBReceiverInfo object and initializes fields to the supplied values. |
Method Summary | |
---|---|
long |
applicationSetIndex()
Get Application Set index for the receiver associated with this info object. |
long |
assignmentId()
Get Assignment ID for the receiver associated with this info object. |
int |
flags()
Get informational flags for this info object. |
java.lang.String |
receiver()
Get immediate message target string for the receiver associated with this info object. |
long |
registrationId()
Get Registration ID for the receiver 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 |
---|
public UMQSourceEventULBReceiverInfo(int flags, long regId, long assignId, long appSetIdx, java.lang.String receiver) throws LBMEInvalException
flags
- Informational flags.regID
- Registration ID of the receiver.appSetIdx
- The application set index the receiver is in.receiver
- The receivers immediate message target string.
LBMEInvalException
- An invalid parameter was specified.Method Detail |
---|
public int flags()
public long registrationId()
public long assignmentId()
public long applicationSetIndex()
public java.lang.String receiver()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |