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

Packages that use Service
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 Service in org.drools.runtime.pipeline
 

Methods in org.drools.runtime.pipeline that return Service
 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.
 

Methods in org.drools.runtime.pipeline with parameters of type Service
 void ServiceExceptionHandler.handleException(Service service, Object object, Exception exception)
           
 void Service.handleException(Service service, Object object, Exception exception)
           
 

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

Classes in org.drools.runtime.pipeline.impl that implement Service
 class JmsMessenger
           
 

Methods in org.drools.runtime.pipeline.impl that return Service
 Service JmsMessengerProviderImpl.newJmsMessenger(Pipeline pipeline, Properties properties, String destinationName, ResultHandlerFactory resultHandlerFactory)
           
 

Methods in org.drools.runtime.pipeline.impl with parameters of type Service
 void BaseService.handleException(Service service, Object object, Exception exception)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.