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

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

Public Member Functions

 UMQMessageId (UInt64 regId, UInt64 stamp)
 Creates a UMQMessageId object and initializes fields to the supplied values. More...
 
UInt64 registrationId ()
 Get the registration Id associated with this message id. More...
 
UInt64 msgStamp ()
 Get the message stamp associated with this message id. More...
 

Detailed Description

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

UME 3.0

Constructor & Destructor Documentation

com.latencybusters.lbm.UMQMessageId.UMQMessageId ( UInt64  regId,
UInt64  stamp 
)

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

LBMEInvalException An invalid parameter was specified.

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.

Member Function Documentation

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

Get the message stamp associated with this message id.

Returns
Message stamp associated with this message id.

Referenced by com.latencybusters.lbm.LBMContext.setUMQMessageStable().

UInt64 com.latencybusters.lbm.UMQMessageId.registrationId ( )

Get the registration Id associated with this message id.

Returns
Registration Id associated with this message id.

Referenced by com.latencybusters.lbm.LBMContext.setUMQMessageStable().


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