Uses of Interface
org.drools.Service

Packages that use Service
org.drools The KnowledgeBase and its factory. 
org.drools.builder The builder package is responsible for building knowledge definitions from artifact resources. 
org.drools.concurrent   
org.drools.io io library for working with Resources See ResourceFactory for more details  
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
org.drools.util   
org.jbpm.bpmn2   
org.jbpm.marshalling.impl   
org.jbpm.process   
org.jbpm.process.builder   
org.jbpm.process.instance   
 

Uses of Service in org.drools
 

Subinterfaces of Service in org.drools
 interface KnowledgeBaseFactoryService
          KnowledgeBaseFactoryService is the interface implemented by KnowledgeBaseFactory.
 

Uses of Service in org.drools.builder
 

Subinterfaces of Service in org.drools.builder
 interface KnowledgeBuilderFactoryService
          KnowledgeBuilderFactoryService is used by the KnowledgeBuilderFactory to "provide" it's concrete implementation.
 

Uses of Service in org.drools.concurrent
 

Subinterfaces of Service in org.drools.concurrent
 interface ExecutorProvider
           
 

Uses of Service in org.drools.io
 

Subinterfaces of Service in org.drools.io
 interface ResourceFactoryService
          ResourceFactoryService is used by the ResourceFactory to "provide" it's concrete implementation.
 

Uses of Service in org.drools.marshalling
 

Subinterfaces of Service in org.drools.marshalling
 interface MarshallerProvider
          This api is experimental and thus the classes and the interfaces returned are subject to change.
 

Uses of Service in org.drools.util
 

Subinterfaces of Service in org.drools.util
 interface ServiceRegistry
           
 

Classes in org.drools.util that implement Service
 class ServiceRegistryImpl
          This is an internal class, not for public consumption.
 

Uses of Service in org.jbpm.bpmn2
 

Classes in org.jbpm.bpmn2 that implement Service
 class BPMN2ProcessProviderImpl
           
 

Uses of Service in org.jbpm.marshalling.impl
 

Classes in org.jbpm.marshalling.impl that implement Service
 class ProcessMarshallerFactoryServiceImpl
           
 

Uses of Service in org.jbpm.process
 

Classes in org.jbpm.process that implement Service
 class ProcessBaseFactoryService
           
 

Uses of Service in org.jbpm.process.builder
 

Classes in org.jbpm.process.builder that implement Service
 class ProcessBuilderFactoryServiceImpl
           
 

Uses of Service in org.jbpm.process.instance
 

Classes in org.jbpm.process.instance that implement Service
 class ProcessRuntimeFactoryServiceImpl
           
 



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