Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

Uses of Interface
org.drools.runtime.StatefulKnowledgeSession

Packages that use StatefulKnowledgeSession
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   
 

Uses of StatefulKnowledgeSession in org.drools
 

Methods in org.drools that return StatefulKnowledgeSession
 StatefulKnowledgeSession KBaseUnit.newStatefulKnowledegSession(String ksessionName)
          Instance a new StatefulKnowledgeSession identified by the gievn name from the KnowledgeBase wrapped by this KBaseUnit
 StatefulKnowledgeSession KnowledgeBase.newStatefulKnowledgeSession()
          Create a new StatefulKnowledgeSession using the default session configuration.
 StatefulKnowledgeSession KnowledgeBase.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf, Environment environment)
          Create a new StatefulKnowledgeSession using the given session configuration and/or environment.
 

Methods in org.drools that return types with arguments of type StatefulKnowledgeSession
 Collection<StatefulKnowledgeSession> KnowledgeBase.getStatefulKnowledgeSessions()
          Return a collection of the StatefulKnowledgeSessions that exist in this KnowledgeBase.
 

Uses of StatefulKnowledgeSession in org.drools.impl
 

Methods in org.drools.impl that return StatefulKnowledgeSession
 StatefulKnowledgeSession KnowledgeStoreServiceImpl.loadStatefulKnowledgeSession(int id, KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 StatefulKnowledgeSession KnowledgeStoreServiceImpl.newStatefulKnowledgeSession(KnowledgeBase kbase, KnowledgeSessionConfiguration configuration, Environment environment)
           
 

Uses of StatefulKnowledgeSession in org.drools.impl.adapters
 

Classes in org.drools.impl.adapters that implement StatefulKnowledgeSession
 class StatefulKnowledgeSessionAdapter
           
 

Methods in org.drools.impl.adapters that return StatefulKnowledgeSession
 StatefulKnowledgeSession KnowledgeBaseAdapter.newStatefulKnowledgeSession()
           
 StatefulKnowledgeSession KnowledgeBaseAdapter.newStatefulKnowledgeSession(KnowledgeSessionConfiguration conf, Environment environment)
           
 

Methods in org.drools.impl.adapters that return types with arguments of type StatefulKnowledgeSession
static List<StatefulKnowledgeSession> StatefulKnowledgeSessionAdapter.adaptStatefulKnowledgeSession(Collection<org.kie.internal.runtime.StatefulKnowledgeSession> sessions)
           
 Collection<StatefulKnowledgeSession> KnowledgeBaseAdapter.getStatefulKnowledgeSessions()
           
 

Uses of StatefulKnowledgeSession in org.drools.marshalling
 

Methods in org.drools.marshalling that return StatefulKnowledgeSession
 StatefulKnowledgeSession Marshaller.unmarshall(InputStream stream)
          Creates StatefulKnowledgeSession using default KnowledgeSessionConfiguration and Environment.
 StatefulKnowledgeSession Marshaller.unmarshall(InputStream stream, KnowledgeSessionConfiguration config, Environment environment)
          Creates StatefulKnowledgeSession using the given KnowledgeSessionConfiguration and Environment.
 

Methods in org.drools.marshalling with parameters of type StatefulKnowledgeSession
 void Marshaller.marshall(OutputStream stream, StatefulKnowledgeSession ksession)
          Marshalls the given StatefulKnowledgeSession into the provided OutputStream
 void Marshaller.unmarshall(InputStream stream, StatefulKnowledgeSession ksession)
          Unmarshall the stream into the StatefulKnowledgeSession.
 

Uses of StatefulKnowledgeSession in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa that return StatefulKnowledgeSession
 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)
           
 


Knowledge API Legacy5 Adapter 6.0.0.CR4-Pre1

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