|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMERegistrationSuccessInfo
public class UMERegistrationSuccessInfo
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.
Constructor Summary | |
---|---|
UMERegistrationSuccessInfo()
Creates a UMERegistrationSuccessInfo object and initializes all fields to 0/null. |
|
UMERegistrationSuccessInfo(int flags,
long sourceRegId,
long receiverRegId,
long sequenceNumber,
int storeIndex,
java.lang.String store)
Creates a UMERegistrationSuccessInfo object and initializes fields to supplied values. |
Method Summary | |
---|---|
int |
flags()
Get registration success flags. |
long |
receiverRegistrationId()
Get receiver registration ID. |
long |
sequenceNumber()
Get starting sequence number. |
long |
sourceRegistrationId()
Get source registration ID. |
java.lang.String |
store()
Get name (IP address) of the store successfully registered with. |
int |
storeIndex()
Get index of the store successfully registered with. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMERegistrationSuccessInfo()
public UMERegistrationSuccessInfo(int flags, long sourceRegId, long receiverRegId, long sequenceNumber, int storeIndex, java.lang.String store) throws LBMEInvalException
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.Method Detail |
---|
public int flags()
public long sourceRegistrationId()
public long receiverRegistrationId()
public long sequenceNumber()
public int storeIndex()
public java.lang.String store()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |