UM Java API  6.16
com.latencybusters.lbm.UMQMessageId Class Reference

Public Member Functions

 UMQMessageId (long regId, long stamp) throws LBMEInvalException
 
BigInteger registrationId ()
 
BigInteger msgStamp ()
 

Detailed Description

UMQ Message ID class. Contains information required to identify a UMQ message

Since
UME 3.0

Constructor & Destructor Documentation

com.latencybusters.lbm.UMQMessageId.UMQMessageId ( long  regId,
long  stamp 
) throws LBMEInvalException

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

Parameters
regIdThe 64-bit registration Id of the source context where the message originated.
stampA 64-bit identifier that indicates the individual message from the given source context.
Exceptions
LBMEInvalExceptionAn invalid parameter was specified.
Since
UME 3.0

Member Function Documentation

BigInteger com.latencybusters.lbm.UMQMessageId.msgStamp ( )

Get the message stamp associated with this message id.

Returns
Message stamp associated with this message id.
Since
UME 3.0
BigInteger com.latencybusters.lbm.UMQMessageId.registrationId ( )

Get the registration Id associated with this message id.

Returns
Registration Id associated with this message id.
Since
UME 3.0

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