|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MBoxBase.Message | |
|---|---|
| org.miv.mbox | |
| Uses of MBoxBase.Message in org.miv.mbox |
|---|
| Fields in org.miv.mbox with type parameters of type MBoxBase.Message | |
|---|---|
protected ArrayList<MBoxBase.Message> |
MBoxBase.messages
List of unread messages. |
protected ArrayList<MBoxBase.Message> |
MBoxBase.mtmp
Temporary array to store messages when sent to the listener to avoid blocking the Receiver that can post messages during the execution of messages. |
| Methods in org.miv.mbox that return types with arguments of type MBoxBase.Message | |
|---|---|
ArrayList<MBoxBase.Message> |
MBoxBase.popPendingMessages()
Like MBoxBase.processMessages() but instead of calling the
MBoxBase.processMessage(String, Object[]) method for each message, returns the list of
pending messages. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||