|
UM Java API
6.17
|
Public Member Functions | |
| UMEDeregistrationCompleteInfo () | |
| UMEDeregistrationCompleteInfo (int flags, long sequenceNumber) throws LBMEInvalException | |
| int | flags () |
| long | sequenceNumber () |
UME Registration Complete Info class. Contains extended information for UME receiver registration complete messages.
| com.latencybusters.lbm.UMEDeregistrationCompleteInfo.UMEDeregistrationCompleteInfo | ( | ) |
Creates a UMEDeregistrationCompleteInfo object and initializes fields to 0.
| com.latencybusters.lbm.UMEDeregistrationCompleteInfo.UMEDeregistrationCompleteInfo | ( | int | flags, |
| long | sequenceNumber | ||
| ) | throws LBMEInvalException |
Creates a UMEDeregistrationCompleteInfo 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.UMEDeregistrationCompleteInfo.flags(), and com.latencybusters.lbm.UMEDeregistrationCompleteInfo.sequenceNumber().
| int com.latencybusters.lbm.UMEDeregistrationCompleteInfo.flags | ( | ) |
Get informational flags for this deregistration complete message.
Referenced by com.latencybusters.lbm.UMEDeregistrationCompleteInfo.UMEDeregistrationCompleteInfo().
| long com.latencybusters.lbm.UMEDeregistrationCompleteInfo.sequenceNumber | ( | ) |
Get starting sequence number for this deregistration complete message.
Referenced by com.latencybusters.lbm.UMEDeregistrationCompleteInfo.UMEDeregistrationCompleteInfo().