public class AppSequenceBuffer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
MAX_BUFFER_SIZE |
| Constructor and Description |
|---|
AppSequenceBuffer()
Constructor.
|
AppSequenceBuffer(int size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAndUpdate(EndpointReference epr,
AppSequence appSeq) |
boolean |
contains(EndpointReference epr)
Return true if the buffer contains an entry with the given epr, else false.
|
protected static final int MAX_BUFFER_SIZE
public AppSequenceBuffer()
public AppSequenceBuffer(int size)
size - number of entries the buffer can hold.public boolean contains(EndpointReference epr)
epr - the EndpointReference to search for.public boolean checkAndUpdate(EndpointReference epr, AppSequence appSeq)
epr - appSeq -