|
${header} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmeteor.util.MeteorMessageQueue
The idea is to separate the Incoming and Outgoing messages from the processing
of these messages
The concept is that:
| Constructor Summary | |
MeteorMessageQueue()
|
|
| Method Summary | |
java.lang.Object |
dequeue()
|
void |
enqueue(java.lang.Object element)
|
void |
setSize(int i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MeteorMessageQueue()
| Method Detail |
public void setSize(int i)
public void enqueue(java.lang.Object element)
public java.lang.Object dequeue()
|
${header} | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||