UM Java API
6.16.1
|
Public Member Functions | |
UMERegistrationSuccessInfo () | |
UMERegistrationSuccessInfo (int flags, long sourceRegId, long receiverRegId, long sequenceNumber, int storeIndex, String store) throws LBMEInvalException | |
int | flags () |
long | sourceRegistrationId () |
long | receiverRegistrationId () |
long | sequenceNumber () |
int | storeIndex () |
String | store () |
long | sourceSessionId () |
UME Registration Success Info class. Contains extended information for UME registration success messages, like flags indicating any conditions on store registration, source and receiver registration IDs, and the store's name and group index.
com.latencybusters.lbm.UMERegistrationSuccessInfo.UMERegistrationSuccessInfo | ( | ) |
Creates a UMERegistrationSuccessInfo object and initializes all fields to 0/null.
Referenced by com.latencybusters.lbm.UMERegistrationSuccessInfo.UMERegistrationSuccessInfo().
com.latencybusters.lbm.UMERegistrationSuccessInfo.UMERegistrationSuccessInfo | ( | int | flags, |
long | sourceRegId, | ||
long | receiverRegId, | ||
long | sequenceNumber, | ||
int | storeIndex, | ||
String | store | ||
) | throws LBMEInvalException |
Creates a UMERegistrationSuccessInfo object and initializes fields to supplied values.
flags | Flags concerning the type of registration. |
sourceRegId | Source registration ID (must be >= 0). |
receiverRegId | Receiver registration ID (must be >= 0). |
storeIndex | Index of store registered with (must be >= 0). |
store | Name (IP address) of store registered with. |
sequenceNumber | The starting sequence number according to the store. |
LBMEInvalException | if sourceRegId, receiverRegId, or storeIndex are < 0. |
References com.latencybusters.lbm.UMERegistrationSuccessInfo.flags(), com.latencybusters.lbm.UMERegistrationSuccessInfo.sequenceNumber(), com.latencybusters.lbm.UMERegistrationSuccessInfo.store(), com.latencybusters.lbm.UMERegistrationSuccessInfo.storeIndex(), and com.latencybusters.lbm.UMERegistrationSuccessInfo.UMERegistrationSuccessInfo().
int com.latencybusters.lbm.UMERegistrationSuccessInfo.flags | ( | ) |
Get registration success flags.
Referenced by com.latencybusters.lbm.UMERegistrationSuccessInfo.UMERegistrationSuccessInfo().
long com.latencybusters.lbm.UMERegistrationSuccessInfo.receiverRegistrationId | ( | ) |
Get receiver registration ID.
long com.latencybusters.lbm.UMERegistrationSuccessInfo.sequenceNumber | ( | ) |
Get starting sequence number.
Referenced by com.latencybusters.lbm.UMERegistrationSuccessInfo.UMERegistrationSuccessInfo().
long com.latencybusters.lbm.UMERegistrationSuccessInfo.sourceRegistrationId | ( | ) |
Get source registration ID.
long com.latencybusters.lbm.UMERegistrationSuccessInfo.sourceSessionId | ( | ) |
Get the sources session id if set. Note that the session id is an unsigned 64 bit value being represented here as signed.
String com.latencybusters.lbm.UMERegistrationSuccessInfo.store | ( | ) |
Get name (IP address) of the store successfully registered with.
Referenced by com.latencybusters.lbm.UMERegistrationSuccessInfo.UMERegistrationSuccessInfo().
int com.latencybusters.lbm.UMERegistrationSuccessInfo.storeIndex | ( | ) |
Get index of the store successfully registered with.
Referenced by com.latencybusters.lbm.UMERegistrationSuccessInfo.UMERegistrationSuccessInfo().