|
UM Java API
6.17
|
Public Member Functions | |
| UMESourceEventDeregistrationCompleteInfo () | |
| UMESourceEventDeregistrationCompleteInfo (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.UMESourceEventDeregistrationCompleteInfo.UMESourceEventDeregistrationCompleteInfo | ( | ) |
Creates a UMESourceEventDeregistrationCompleteInfo object and initializes all fields to 0.
| com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.UMESourceEventDeregistrationCompleteInfo | ( | 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.UMESourceEventDeregistrationCompleteInfo.flags(), and com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.sequenceNumber().
| int com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.flags | ( | ) |
Get flags concerning this registration complete message.
Referenced by com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.sequenceNumber(), and com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.UMESourceEventDeregistrationCompleteInfo().
| long com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.sequenceNumber | ( | ) |
Get the starting sequence number.
References com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.flags().
Referenced by com.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo.UMESourceEventDeregistrationCompleteInfo().