UM Java API
6.16.1
|
Public Member Functions | |
UMESourceEventRegistrationCompleteInfo () | |
UMESourceEventRegistrationCompleteInfo (int flags, long sequenceNumber) throws LBMEInvalException | |
int | flags () |
long | sequenceNumber () |
UME Source Event Registration Complete Info class. Contains the starting sequence number for a source returned from a UME store.
com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.UMESourceEventRegistrationCompleteInfo | ( | ) |
Creates a UMESourceEventRegistrationCompleteInfo object and initializes all fields to 0.
com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.UMESourceEventRegistrationCompleteInfo | ( | int | flags, |
long | sequenceNumber | ||
) | throws LBMEInvalException |
Creates a UMESourcEventRegistrationCompleteInfo 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.UMESourceEventRegistrationCompleteInfo.flags(), and com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.sequenceNumber().
int com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.flags | ( | ) |
Get flags concerning this registration complete message.
Referenced by com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.sequenceNumber(), and com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.UMESourceEventRegistrationCompleteInfo().
long com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.sequenceNumber | ( | ) |
Get the starting sequence number.
References com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.flags().
Referenced by com.latencybusters.lbm.UMESourceEventRegistrationCompleteInfo.UMESourceEventRegistrationCompleteInfo().