|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.UMESourceEventDeregistrationCompleteInfo
public class UMESourceEventDeregistrationCompleteInfo
UME Source Event Registration Complete Info class. Contains the starting sequence number for a source returned from a UME store.
| Constructor Summary | |
|---|---|
UMESourceEventDeregistrationCompleteInfo()
Creates a UMESourceEventDeregistrationCompleteInfo object and initializes all fields to 0. |
|
UMESourceEventDeregistrationCompleteInfo(int flags,
long sequenceNumber)
Creates a UMESourcEventRegistrationCompleteInfo object and initializes fields to the supplied values. |
|
| Method Summary | |
|---|---|
int |
flags()
Get flags concerning this registration complete message. |
long |
sequenceNumber()
Get the starting sequence number. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UMESourceEventDeregistrationCompleteInfo()
public UMESourceEventDeregistrationCompleteInfo(int flags,
long sequenceNumber)
throws LBMEInvalException
flags - Informational flags.sequenceNumber - Starting sequence number (must be >= 0).
LBMEInvalException - if sequenceNumber < 0.| Method Detail |
|---|
public int flags()
public long sequenceNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||