|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.client.AppSequenceBuffer
public class AppSequenceBuffer
Constructor Summary | |
---|---|
AppSequenceBuffer()
Constructor. |
|
AppSequenceBuffer(int size)
Constructor. |
Method Summary | |
---|---|
boolean |
checkAndUpdate(EndpointReference epr,
AppSequence appSeq)
|
boolean |
contains(EndpointReference epr)
Return true if the buffer contains an entry with the given epr, else false. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppSequenceBuffer()
public AppSequenceBuffer(int size)
size
- number of entries the buffer can hold.Method Detail |
---|
public boolean contains(EndpointReference epr)
epr
- the EndpointReference to search for.
public boolean checkAndUpdate(EndpointReference epr, AppSequence appSeq)
epr
- other
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |