Uses of Interface
org.drools.runtime.Environment

Packages that use Environment
org.drools The KnowledgeBase and its factory. 
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.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)
           
 



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