|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.UMQMessageId
public class UMQMessageId
UMQ Message ID class. Contains information required to identify a UMQ message
| Constructor Summary | |
|---|---|
UMQMessageId(long regId,
long stamp)
Creates a UMQMessageId object and initializes fields to the supplied values. |
|
| Method Summary | |
|---|---|
java.math.BigInteger |
msgStamp()
Get the message stamp associated with this message id. |
java.math.BigInteger |
registrationId()
Get the registration Id associated with this message id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UMQMessageId(long regId,
long stamp)
throws LBMEInvalException
regId - The 64-bit registration Id of the source context where the message originated.stamp - A 64-bit identifier that indicates the individual message from the given source context.
LBMEInvalException - An invalid parameter was specified.| Method Detail |
|---|
public java.math.BigInteger registrationId()
public java.math.BigInteger msgStamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||