|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMERegistrationIdExCallbackInfo
public class UMERegistrationIdExCallbackInfo
UME Registration ID Extended Callback Info class. Contains information passed to user-supplied UME registration ID callbacks.
Constructor Summary | |
---|---|
UMERegistrationIdExCallbackInfo()
Creates a UMERegistrationIdExCallbackInfo object and sets all fields to 0/null. |
|
UMERegistrationIdExCallbackInfo(java.lang.String source,
long sourceRegId,
java.lang.String store,
int storeIndex,
int flags,
java.lang.Object sourceCbArg)
Creates a UMERegistrationIdExCallbackInfo object and initializes fields to the given values. |
Method Summary | |
---|---|
int |
flags()
Get informational flags. |
java.lang.String |
source()
Get the source name (IP address). |
java.lang.Object |
sourceClientObject()
Get source client object. |
long |
sourceRegistrationId()
Get the source's registration ID. |
java.lang.String |
store()
Get the store name (IP address). |
int |
storeIndex()
Get the store's index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMERegistrationIdExCallbackInfo()
public UMERegistrationIdExCallbackInfo(java.lang.String source, long sourceRegId, java.lang.String store, int storeIndex, int flags, java.lang.Object sourceCbArg) throws LBMEInvalException
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
Method Detail |
---|
public long sourceRegistrationId()
public int storeIndex()
public java.lang.String store()
public java.lang.String source()
public int flags()
public java.lang.Object sourceClientObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |