|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.structures.MessageIdBuffer
public class MessageIdBuffer
Constructor Summary | |
---|---|
MessageIdBuffer()
|
|
MessageIdBuffer(int size)
|
Method Summary | |
---|---|
void |
clear()
|
boolean |
contains(URI msgId)
|
boolean |
containsOrEnqueue(URI msgId)
Returns true, if buffer contains msg id, else false. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageIdBuffer()
public MessageIdBuffer(int size)
size
- size of the message buffer to allocateMethod Detail |
---|
public boolean contains(URI msgId)
public boolean containsOrEnqueue(URI msgId)
msgId
- the message to check presence of or to enqueue
true
if msg
was already present,
false
if it was just enqueuedpublic void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |