public abstract class AbstractMessagingReader extends java.lang.Object implements IMessagingReader
Modifier and Type | Field and Description |
---|---|
protected IAmakReadableMessageBox |
messageBox
The msgbox is the delegate of all the "retrieved operations"
|
protected java.util.Collection<IAmakEnvelope> |
messagesOfTheCycle
The retrieved messages of cycle
|
Constructor and Description |
---|
AbstractMessagingReader() |
Modifier and Type | Method and Description |
---|---|
void |
readMsgbox()
Retrieve the new received messages.
|
void |
setReadableMessageBox(IAmakReadableMessageBox messageBox) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessages
protected IAmakReadableMessageBox messageBox
protected java.util.Collection<IAmakEnvelope> messagesOfTheCycle
public void setReadableMessageBox(IAmakReadableMessageBox messageBox)
setReadableMessageBox
in interface IMessagingReader
public void readMsgbox()
IMessagingReader
readMsgbox
in interface IMessagingReader