Uses of Interface
org.drools.runtime.pipeline.ResultHandlerFactory

Packages that use ResultHandlerFactory
org.drools.runtime.pipeline The PipelineFactory and associated classes are there to help with the automation of getting information into and out of Drools. 
org.drools.runtime.pipeline.impl   
 

Uses of ResultHandlerFactory in org.drools.runtime.pipeline
 

Methods in org.drools.runtime.pipeline with parameters of type ResultHandlerFactory
 Service JmsMessengerProvider.newJmsMessenger(Pipeline pipeline, Properties properties, String destinationName, ResultHandlerFactory resultHandlerFactory)
           
static Service PipelineFactory.newJmsMessenger(Pipeline pipeline, Properties properties, String destinationName, ResultHandlerFactory resultHandlerFactory)
          Creates a new JmsMessenger which runs as a service in it's own thread.
 

Uses of ResultHandlerFactory in org.drools.runtime.pipeline.impl
 

Methods in org.drools.runtime.pipeline.impl with parameters of type ResultHandlerFactory
 Service JmsMessengerProviderImpl.newJmsMessenger(Pipeline pipeline, Properties properties, String destinationName, ResultHandlerFactory resultHandlerFactory)
           
 

Constructors in org.drools.runtime.pipeline.impl with parameters of type ResultHandlerFactory
JmsMessenger.JmsMessengerRunner(JmsMessenger feeder, javax.jms.MessageConsumer consumer, Pipeline pipeline, ResultHandlerFactory resultHandlerFactory)
           
JmsMessenger(Pipeline pipeline, Properties properties, String destinationName, ResultHandlerFactory resultHandlerFactory)
           
 



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.