|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.illeva.jordino.core.MessageQueue
This is a FIFO queue to park the incoming messages.
Constructor Summary | |
MessageQueue()
Build a park zone. |
Method Summary | |
javax.mail.internet.MimeMessage |
pop()
Return an incoming message to process. |
void |
push(javax.mail.Message aMsg)
Populate the park zone with incoming messages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageQueue()
Method Detail |
public javax.mail.internet.MimeMessage pop()
public void push(javax.mail.Message aMsg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |