public class EventSequencer<E>
extends java.lang.Object
| Constructor and Description |
|---|
EventSequencer() |
| Modifier and Type | Method and Description |
|---|---|
long |
getExpectedID() |
java.util.List<E> |
getQueuedEvents() |
java.util.List<E> |
queueEvent(long inSeqNum,
E inEvent) |
java.util.List<E> |
setQueueOnly(boolean inQueueOnly) |
java.util.List<E> |
setSeqNumber(long inSeqNum) |