|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMESourceEventDeregistrationSuccessInfo
public class UMESourceEventDeregistrationSuccessInfo
UME Source Event Deregistration Success Info class.
Retrieved with the LBMSourceEvent.deregistrationSuccessInfo()
method. Contains extended Deregistration success info.
Constructor Summary | |
---|---|
UMESourceEventDeregistrationSuccessInfo()
Creates a UMESourceEventDeregistrationSuccessInfo object and initializes all fields to 0/null. |
|
UMESourceEventDeregistrationSuccessInfo(int flags,
long registrationId,
long sequenceNumber,
int storeIndex,
java.lang.String store)
Creates a UMESourceEventDeregistrationSuccessInfo 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 UMESourceEventDeregistrationSuccessInfo()
public UMESourceEventDeregistrationSuccessInfo(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 |