|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.emory.mathcs.backport.java.util.concurrent.FutureTask
org.logicblaze.lingo.jms.impl.FutureHandler
public class FutureHandler
A FutureResult
which implements
ReplyHandler
so that it can be used as a
handler for a correlation ID
Constructor Summary | |
---|---|
FutureHandler()
|
Method Summary | |
---|---|
boolean |
handle(javax.jms.Message message)
Processes the message, returning true if this is the last method of a lifecycle so that the handler can be discarded |
void |
set(java.lang.Object result)
|
Methods inherited from class edu.emory.mathcs.backport.java.util.concurrent.FutureTask |
---|
cancel, done, get, get, isCancelled, isDone, run, runAndReset, setException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FutureHandler()
Method Detail |
---|
public void set(java.lang.Object result)
set
in class edu.emory.mathcs.backport.java.util.concurrent.FutureTask
public boolean handle(javax.jms.Message message) throws javax.jms.JMSException
ReplyHandler
handle
in interface ReplyHandler
javax.jms.JMSException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |