org.logicblaze.lingo.jms.impl
Class FutureResultHandler

java.lang.Object
  extended byEDU.oswego.cs.dl.util.concurrent.FutureResult
      extended byorg.logicblaze.lingo.jms.impl.FutureResultHandler
All Implemented Interfaces:
ReplyHandler

public class FutureResultHandler
extends EDU.oswego.cs.dl.util.concurrent.FutureResult
implements ReplyHandler

A FutureResult which implements ReplyHandler so that it can be used as a handler for a correlation ID

Version:
$Revision: 1.1 $

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

FutureResultHandler

public FutureResultHandler()
Method Detail

handle

public boolean handle(Message message)
Description copied from interface: ReplyHandler
Processes the message, returning true if this is the last method of a lifecycle so that the handler can be discarded

Specified by:
handle in interface ReplyHandler


Copyright © 2005 LogicBlaze, Inc.. All Rights Reserved.