Uses of Interface
org.logicblaze.lingo.ResultJoinStrategy

Packages that use ResultJoinStrategy
org.logicblaze.lingo The core APIs and classes in Lingo to provide the Metadata Strategy and to add the full Message Exchange Pattern metadata to the Spring RemoteInvocation POJO. 
org.logicblaze.lingo.jms.impl The implementation classes for the JMS based Lingo binding. 
 

Uses of ResultJoinStrategy in org.logicblaze.lingo
 

Classes in org.logicblaze.lingo that implement ResultJoinStrategy
 class DefaultResultJoinStrategy
          A default implementation of ResultJoinStrategy which will add together collection results, unblock the calling thread when there is a single result and let the handler timeout with whatever the default handler timeout policy is.
 

Methods in org.logicblaze.lingo that return ResultJoinStrategy
 ResultJoinStrategy SimpleMetadataStrategy.getResultJoinStrategy()
           
 ResultJoinStrategy MetadataStrategy.getResultJoinStrategy(org.aopalliance.intercept.MethodInvocation methodInvocation, MethodMetadata metadata)
          Returns the strategy for joining multiple results together when communicating with multiple back end servers over topics.
 ResultJoinStrategy SimpleMetadataStrategy.getResultJoinStrategy(org.aopalliance.intercept.MethodInvocation methodInvocation, MethodMetadata metadata)
           
 ResultJoinStrategy CachingMetadataStrategy.getResultJoinStrategy(org.aopalliance.intercept.MethodInvocation methodInvocation, MethodMetadata metadata)
           
 

Methods in org.logicblaze.lingo with parameters of type ResultJoinStrategy
 void SimpleMetadataStrategy.setResultJoinStrategy(ResultJoinStrategy joinStrategy)
           
 

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

Constructors in org.logicblaze.lingo.jms.impl with parameters of type ResultJoinStrategy
ResultJoinHandler(Marshaller marshaller, ResultJoinStrategy joinStrategy)
           
 



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