UM .NET API
6.16.1
|
UME Deregistration Success Info class. More...
Public Member Functions | |
UMEDeregistrationSuccessInfo () | |
Creates a UMEDeregistrationSuccessInfo object and initializes all fields to 0/null. | |
UMEDeregistrationSuccessInfo (int flags, uint sourceRegId, uint receiverRegId, uint sequenceNumber, ushort storeIndex, string store) | |
Creates a UMEDeregistrationSuccessInfo object and initializes fields to supplied values. More... | |
int | flags () |
Get deregistration success flags. More... | |
uint | sourceRegistrationId () |
Get source registration ID. More... | |
uint | receiverRegistrationId () |
Get receiver registration ID. More... | |
uint | sequenceNumber () |
Get starting sequence number. More... | |
ushort | storeIndex () |
Get index of the store successfully registered with. More... | |
string | store () |
Get name (IP address) of the store successfully registered with. More... | |
UME Deregistration Success Info class.
Contains extended information for UME deregistration success messages, like flags indicating any conditions on store deregistration, source and receiver registration IDs, and the store's name and group index.
com.latencybusters.lbm.UMEDeregistrationSuccessInfo.UMEDeregistrationSuccessInfo | ( | int | flags, |
uint | sourceRegId, | ||
uint | receiverRegId, | ||
uint | sequenceNumber, | ||
ushort | storeIndex, | ||
string | store | ||
) |
Creates a UMEDeregistrationSuccessInfo object and initializes fields to supplied values.
flags | Flags concerning the type of deregistration. |
sourceRegId | Source registration ID (must be >= 0). |
receiverRegId | Receiver registration ID (must be >= 0). |
sequenceNumber | Starting sequence number. |
storeIndex | Index of store registered with (must be >= 0). |
store | Name (IP address) of store registered with. |
com.latencybusters.lbm.LBMEInvalException | UME source registration ID was < 0. |
com.latencybusters.lbm.LBMEInvalException | UME receiver registration ID was < 0. |
com.latencybusters.lbm.LBMEInvalException | UME sequence number was < 0. |
com.latencybusters.lbm.LBMEInvalException | UME store index was < 0. |
int com.latencybusters.lbm.UMEDeregistrationSuccessInfo.flags | ( | ) |
Get deregistration success flags.
uint com.latencybusters.lbm.UMEDeregistrationSuccessInfo.receiverRegistrationId | ( | ) |
Get receiver registration ID.
uint com.latencybusters.lbm.UMEDeregistrationSuccessInfo.sequenceNumber | ( | ) |
Get starting sequence number.
uint com.latencybusters.lbm.UMEDeregistrationSuccessInfo.sourceRegistrationId | ( | ) |
Get source registration ID.
string com.latencybusters.lbm.UMEDeregistrationSuccessInfo.store | ( | ) |
Get name (IP address) of the store successfully registered with.
ushort com.latencybusters.lbm.UMEDeregistrationSuccessInfo.storeIndex | ( | ) |
Get index of the store successfully registered with.