|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.virtualweaver.xotics.dialect.xape.engine.XapQueue
This is the message queue used to receive every XapResponse
object.
Constructor Summary | |
XapQueue()
The unique constructor. |
Method Summary | |
XapMessage |
getMessage(long timeout)
Method to receive a message. |
void |
putMessage(XapMessage o)
Method to send a message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XapQueue()
Method Detail |
public void putMessage(XapMessage o)
o
- a message object to put into the queue.public XapMessage getMessage(long timeout)
timeout
- a duration in milliseconds. Special value -1 means no limit, 0 means non blocking
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |