Knowledge API Legacy5 Adapter 6.0.0.Beta3

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.impl   
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   
 

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.impl
 

Classes in org.drools.impl that implement Service
 class KnowledgeBaseFactoryServiceImpl
           
 class KnowledgeBuilderFactoryServiceImpl
           
 class ResourceFactoryServiceImpl
           
 

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.
 


Knowledge API Legacy5 Adapter 6.0.0.Beta3

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