|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMESourceEventRegistrationSuccessInfo
public class UMESourceEventRegistrationSuccessInfo
UME Source Event Registration Success Info class.
Retrieved with the LBMSourceEvent.registrationSuccessInfo()
method. Contains extended registration success info.
Constructor Summary | |
---|---|
UMESourceEventRegistrationSuccessInfo()
Creates a UMESourceEventRegistrationSuccessInfo object and initializes all fields to 0/null. |
|
UMESourceEventRegistrationSuccessInfo(int flags,
long registrationId,
long sequenceNumber,
int storeIndex,
java.lang.String store)
Creates a UMESourceEventRegistrationSuccessInfo object and initializes fields to the given values. |
Method Summary | |
---|---|
int |
flags()
Returns store registration type flags. |
long |
registrationId()
Returns the source's registration ID. |
long |
sequenceNumber()
Returns source's starting sequence number. |
java.lang.String |
store()
Returns the name (IP address) of the store registered with. |
int |
storeIndex()
Returns the index of the store this source successfully registered to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMESourceEventRegistrationSuccessInfo()
public UMESourceEventRegistrationSuccessInfo(int flags, long registrationId, long sequenceNumber, int storeIndex, java.lang.String store) throws LBMEInvalException
flags
- Informational flags concerning the type of store registration.registrationId
- The source's registration ID with this store (must be >= 0).storeIndex
- Index of the store (must be >= 0).store
- Name of the store.sequenceNumber
- The sequence number to start at, according to the store.
LBMEInvalException
- if registrationId or storeIndex are < 0.Method Detail |
---|
public int flags()
public long registrationId()
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 |