Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Uses of Interface
org.drools.runtime.Environment

Packages that use Environment
org.drools The KnowledgeBase and its factory. 
org.drools.impl   
org.drools.impl.adapters   
org.drools.marshalling Marshalling classes are used to marshall and unmarshal StatefulKnowledgeSessions See MarshallerFactory for more detailed information. 
org.drools.persistence.jpa   
org.drools.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of Environment in org.drools
 

Methods in org.drools that return Environment
static Environment KnowledgeBaseFactory.newEnvironment()
           
 Environment KnowledgeBaseFactoryService.newEnvironment()
          Instantiate and return an Environment
 

Methods in org.drools with parameters of type Environment
 StatefulKnowledgeSession KnowledgeBase.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf, Environment environment)
          Create a new StatefulKnowledgeSession using the given session configuration and/or environment.
 

Uses of Environment in org.drools.impl
 

Methods in org.drools.impl that return Environment
 Environment KnowledgeBaseFactoryServiceImpl.newEnvironment()
           
 

Methods in org.drools.impl with parameters of type Environment
 StatefulKnowledgeSession KnowledgeStoreServiceImpl.loadStatefulKnowledgeSession(int id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 StatefulKnowledgeSession KnowledgeStoreServiceImpl.newStatefulKnowledgeSession(KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 

Uses of Environment in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement Environment
 class EnvironmentAdapter
           
 

Methods in org.drools.impl.adapters that return Environment
 Environment KnowledgeRuntimeAdapter.getEnvironment()
           
 

Methods in org.drools.impl.adapters with parameters of type Environment
 StatefulKnowledgeSession KnowledgeBaseAdapter.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf, Environment environment)
           
 void EnvironmentAdapter.setDelegate(Environment delegate)
           
 

Uses of Environment in org.drools.marshalling
 

Methods in org.drools.marshalling with parameters of type Environment
 StatefulKnowledgeSession Marshaller.unmarshall(InputStream stream, KnowledgeSessionConfiguration config, Environment environment)
          Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment.
 

Uses of Environment in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa with parameters of type Environment
 StatefulKnowledgeSession KnowledgeStoreService.loadStatefulKnowledgeSession(int id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
static StatefulKnowledgeSession JPAKnowledgeService.loadStatefulKnowledgeSession(int id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 StatefulKnowledgeSession KnowledgeStoreService.newStatefulKnowledgeSession(KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
static StatefulKnowledgeSession JPAKnowledgeService.newStatefulKnowledgeSession(KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 

Uses of Environment in org.drools.runtime
 

Methods in org.drools.runtime that return Environment
 Environment KnowledgeRuntime.getEnvironment()
           
 

Methods in org.drools.runtime with parameters of type Environment
 void Environment.setDelegate(Environment delegate)
           
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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