|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEDU.oswego.cs.dl.util.concurrent.FutureResult
org.logicblaze.lingo.jms.impl.FutureResultHandler
A FutureResult
which implements ReplyHandler
so that it can be used as a handler
for a correlation ID
Field Summary |
Fields inherited from class EDU.oswego.cs.dl.util.concurrent.FutureResult |
exception_, ready_, value_ |
Constructor Summary | |
FutureResultHandler()
|
Method Summary | |
boolean |
handle(Message message)
Processes the message, returning true if this is the last method of a lifecycle so that the handler can be discarded |
Methods inherited from class EDU.oswego.cs.dl.util.concurrent.FutureResult |
clear, doGet, get, getException, isReady, peek, set, setException, setter, timedGet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FutureResultHandler()
Method Detail |
public boolean handle(Message message)
ReplyHandler
handle
in interface ReplyHandler
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |