UM Java API
6.16.1
|
Public Member Functions | |
UMERegistrationCompleteInfo () | |
UMERegistrationCompleteInfo (int flags, long sequenceNumber) throws LBMEInvalException | |
UMERegistrationCompleteInfo (int flags, long sequenceNumber, long sid) throws LBMEInvalException | |
int | flags () |
long | sequenceNumber () |
long | sourceSessionId () |
UME Registration Complete Info class. Contains extended information for UME receiver registration complete messages.
com.latencybusters.lbm.UMERegistrationCompleteInfo.UMERegistrationCompleteInfo | ( | ) |
Creates a UMERegistrationCompleteInfo object and initializes fields to 0.
com.latencybusters.lbm.UMERegistrationCompleteInfo.UMERegistrationCompleteInfo | ( | int | flags, |
long | sequenceNumber | ||
) | throws LBMEInvalException |
Creates a UMERegistrationCompleteInfo object and initializes fields to the supplied values.
flags | Informational flags. |
sequenceNumber | Starting sequence number (must be >= 0). |
LBMEInvalException | if sequenceNumber < 0. |
References com.latencybusters.lbm.UMERegistrationCompleteInfo.flags(), and com.latencybusters.lbm.UMERegistrationCompleteInfo.sequenceNumber().
com.latencybusters.lbm.UMERegistrationCompleteInfo.UMERegistrationCompleteInfo | ( | int | flags, |
long | sequenceNumber, | ||
long | sid | ||
) | throws LBMEInvalException |
Creates a UMERegistrationCompleteInfo object and initializes fields to the supplied values.
flags | Informational flags. |
sequenceNumber | Starting sequence number (must be >= 0). |
sid | Source specified session ID. |
LBMEInvalException | if sequenceNumber < 0. |
References com.latencybusters.lbm.UMERegistrationCompleteInfo.flags(), and com.latencybusters.lbm.UMERegistrationCompleteInfo.sequenceNumber().
int com.latencybusters.lbm.UMERegistrationCompleteInfo.flags | ( | ) |
Get informational flags for this registration complete message.
Referenced by com.latencybusters.lbm.UMERegistrationCompleteInfo.UMERegistrationCompleteInfo().
long com.latencybusters.lbm.UMERegistrationCompleteInfo.sequenceNumber | ( | ) |
Get starting sequence number for this registration complete message.
Referenced by com.latencybusters.lbm.UMERegistrationCompleteInfo.UMERegistrationCompleteInfo().
long com.latencybusters.lbm.UMERegistrationCompleteInfo.sourceSessionId | ( | ) |
Get the sources session id. Note that the session id is an unsigned 64 bit value being represented here as a signed long.