Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Uses of Interface
org.drools.runtime.KnowledgeSessionConfiguration

Packages that use KnowledgeSessionConfiguration
org.drools The KnowledgeBase and its factory. 
org.drools.agent The KnowlegeAgent provides automatic loading, caching and re-loading, of resources and is configured from a properties files. 
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 KnowledgeSessionConfiguration in org.drools
 

Methods in org.drools that return KnowledgeSessionConfiguration
static KnowledgeSessionConfiguration KnowledgeBaseFactory.newKnowledgeSessionConfiguration()
          Create a KnowledgeSessionConfiguration on which properties can be set.
 KnowledgeSessionConfiguration KnowledgeBaseFactoryService.newKnowledgeSessionConfiguration()
          Instantiate and return a new KnowledgeSessionConfiguration
static KnowledgeSessionConfiguration KnowledgeBaseFactory.newKnowledgeSessionConfiguration(Properties properties)
          Create a KnowledgeSessionConfiguration on which properties can be set.
 KnowledgeSessionConfiguration KnowledgeBaseFactoryService.newKnowledgeSessionConfiguration(Properties properties)
          Instantiate and return a new KnowledgeSessionConfiguration
 

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

Uses of KnowledgeSessionConfiguration in org.drools.agent
 

Methods in org.drools.agent with parameters of type KnowledgeSessionConfiguration
 StatelessKnowledgeSession KnowledgeAgent.newStatelessKnowledgeSession(KnowledgeSessionConfiguration conf)
          StatelessKnowledgeSession created from here will always have the execute() method called against the latest built KnowledgeBase
 

Uses of KnowledgeSessionConfiguration in org.drools.impl
 

Methods in org.drools.impl that return KnowledgeSessionConfiguration
 KnowledgeSessionConfiguration KnowledgeBaseFactoryServiceImpl.newKnowledgeSessionConfiguration()
           
 KnowledgeSessionConfiguration KnowledgeBaseFactoryServiceImpl.newKnowledgeSessionConfiguration(Properties properties)
           
 

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

Uses of KnowledgeSessionConfiguration in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement KnowledgeSessionConfiguration
 class KnowledgeSessionConfigurationAdapter
           
 

Methods in org.drools.impl.adapters that return KnowledgeSessionConfiguration
 KnowledgeSessionConfiguration KnowledgeRuntimeAdapter.getSessionConfiguration()
           
 

Methods in org.drools.impl.adapters with parameters of type KnowledgeSessionConfiguration
 StatefulKnowledgeSession KnowledgeBaseAdapter.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf, Environment environment)
           
 StatelessKnowledgeSession KnowledgeBaseAdapter.newStatelessKnowledgeSession(KnowledgeSessionConfiguration conf)
           
 

Uses of KnowledgeSessionConfiguration in org.drools.marshalling
 

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

Uses of KnowledgeSessionConfiguration in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa with parameters of type KnowledgeSessionConfiguration
 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 KnowledgeSessionConfiguration in org.drools.runtime
 

Methods in org.drools.runtime that return KnowledgeSessionConfiguration
 KnowledgeSessionConfiguration KnowledgeRuntime.getSessionConfiguration()
           
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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