UM Java API
6.16.1
|
Public Member Functions | |
UMERegistrationIdExCallbackInfo () | |
UMERegistrationIdExCallbackInfo (String source, long sourceRegId, String store, int storeIndex, int flags, Object sourceCbArg) throws LBMEInvalException | |
long | sourceRegistrationId () |
int | storeIndex () |
String | store () |
String | source () |
int | flags () |
Object | sourceClientObject () |
UME Registration ID Extended Callback Info class. Contains information passed to user-supplied UME registration ID callbacks.
com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.UMERegistrationIdExCallbackInfo | ( | ) |
Creates a UMERegistrationIdExCallbackInfo object and sets all fields to 0/null.
com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.UMERegistrationIdExCallbackInfo | ( | String | source, |
long | sourceRegId, | ||
String | store, | ||
int | storeIndex, | ||
int | flags, | ||
Object | sourceCbArg | ||
) | throws LBMEInvalException |
Creates a UMERegistrationIdExCallbackInfo object and initializes fields to the given values.
source | Name (IP address) of the source. |
sourceRegId | Reg ID of the source. |
store | Name (IP address) of the store. |
storeIndex | Index of the store. |
flags | Informational flags. |
sourceCbArg | Client callback object, set by LBMSourceCreationCallback. |
LBMEInvalException |
References com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.flags(), com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.source(), com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.store(), and com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.storeIndex().
int com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.flags | ( | ) |
Get informational flags.
Referenced by com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.UMERegistrationIdExCallbackInfo().
String com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.source | ( | ) |
Get the source name (IP address).
Referenced by com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.UMERegistrationIdExCallbackInfo().
Object com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.sourceClientObject | ( | ) |
Get source client object.
long com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.sourceRegistrationId | ( | ) |
Get the source's registration ID.
String com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.store | ( | ) |
Get the store name (IP address).
Referenced by com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.UMERegistrationIdExCallbackInfo().
int com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.storeIndex | ( | ) |
Get the store's index.
Referenced by com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.UMERegistrationIdExCallbackInfo().