Uses of Interface
org.logicblaze.lingo.jms.ReplyHandler

Packages that use ReplyHandler
org.logicblaze.lingo.jms The classes required to configure a JMS based implementation of Lingo together with the extension point interfaces. 
org.logicblaze.lingo.jms.impl The implementation classes for the JMS based Lingo binding. 
 

Uses of ReplyHandler in org.logicblaze.lingo.jms
 

Methods in org.logicblaze.lingo.jms with parameters of type ReplyHandler
 void Requestor.request(javax.jms.Destination destination, javax.jms.Message requestMessage, ReplyHandler handler, long timeout)
          Sends a request and provides a handler for all responses until the request is considered dead (or it is timed out).
 

Uses of ReplyHandler in org.logicblaze.lingo.jms.impl
 

Classes in org.logicblaze.lingo.jms.impl that implement ReplyHandler
 class AsyncReplyHandler
           
 class FutureHandler
          A FutureResult which implements ReplyHandler so that it can be used as a handler for a correlation ID
 class ResultJoinHandler
          A ReplyHandler which can handle join multiple results to the same request which are then aggregated together into a single value.
 

Methods in org.logicblaze.lingo.jms.impl that return ReplyHandler
 ReplyHandler AsyncReplyHandler.getParent()
           
 

Methods in org.logicblaze.lingo.jms.impl with parameters of type ReplyHandler
 void MultiplexingRequestor.registerHandler(java.lang.String correlationID, ReplyHandler handler, long timeout)
           
 void MultiplexingRequestor.request(javax.jms.Destination destination, javax.jms.Message message, ReplyHandler handler, long timeout)
           
 void OneWayRequestor.request(javax.jms.Destination destination, javax.jms.Message requestMessage, ReplyHandler handler, long timeout)
           
 void AsyncReplyHandler.setParent(ReplyHandler parent)
           
 



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