|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.geronimo.messaging.interceptors.MsgQueue
A named queue. It is a staging repository for Msgs.
| Constructor Summary | |
MsgQueue(String aName)
Creates a queue having the specified name. |
|
| Method Summary | |
void |
add(Msg aMessage)
Adds a Message to this queue. |
Msg |
remove()
Removes a Message from this queue. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public MsgQueue(String aName)
aName - Name of the queue.| Method Detail |
public void add(Msg aMessage)
aMessage - Message to be queued.public Msg remove()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||