Drools :: Core 6.1.0.Final

Uses of Class
org.drools.core.impl.StatefulKnowledgeSessionImpl

Packages that use StatefulKnowledgeSessionImpl
org.drools.core.command.runtime.rule   
org.drools.core.common   
org.drools.core.impl   
org.drools.core.marshalling.impl   
org.drools.core.runtime.process   
org.drools.core.util.debug   
 

Uses of StatefulKnowledgeSessionImpl in org.drools.core.command.runtime.rule
 

Methods in org.drools.core.command.runtime.rule with parameters of type StatefulKnowledgeSessionImpl
 Collection<? extends Object> GetObjectsCommand.getObjects(StatefulKnowledgeSessionImpl session)
           
 Collection<? extends Object> GetObjectsInEntryPointCommand.getObjects(StatefulKnowledgeSessionImpl session)
           
 Collection<? extends Object> GetObjectsCommand.getObjects(StatefulKnowledgeSessionImpl session, org.kie.api.runtime.ObjectFilter filter)
           
 Collection<? extends Object> GetObjectsInEntryPointCommand.getObjects(StatefulKnowledgeSessionImpl session, org.kie.api.runtime.ObjectFilter filter)
           
 

Uses of StatefulKnowledgeSessionImpl in org.drools.core.common
 

Constructors in org.drools.core.common with parameters of type StatefulKnowledgeSessionImpl
NamedEntryPoint(EntryPointId entryPoint, EntryPointNode entryPointNode, StatefulKnowledgeSessionImpl wm)
           
NamedEntryPoint(EntryPointId entryPoint, EntryPointNode entryPointNode, StatefulKnowledgeSessionImpl wm, ReentrantLock lock)
           
TruthMaintenanceSystem(StatefulKnowledgeSessionImpl wm, NamedEntryPoint ep)
           
 

Uses of StatefulKnowledgeSessionImpl in org.drools.core.impl
 

Methods in org.drools.core.impl that return StatefulKnowledgeSessionImpl
 StatefulKnowledgeSessionImpl SessionsCache.getCachedSession(SessionConfiguration config)
           
 StatefulKnowledgeSessionImpl InternalKnowledgeBase.getCachedSession(SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.getCachedSession(SessionConfiguration config, org.kie.api.runtime.Environment environment)
           
 StatefulKnowledgeSessionImpl[] KnowledgeBaseImpl.getStatefulSessions()
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.newStatefulSession()
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.newStatefulSession(boolean keepReference)
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.newStatefulSession(InputStream stream)
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.newStatefulSession(InputStream stream, boolean keepReference)
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.newStatefulSession(InputStream stream, boolean keepReference, SessionConfiguration conf)
           
 StatefulKnowledgeSessionImpl KnowledgeBaseImpl.newStatefulSession(SessionConfiguration sessionConfig, org.kie.api.runtime.Environment environment)
           
 

Methods in org.drools.core.impl with parameters of type StatefulKnowledgeSessionImpl
 void KnowledgeBaseImpl.addStatefulSession(StatefulKnowledgeSessionImpl wm)
           
 void InternalKnowledgeBase.disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession)
           
 void KnowledgeBaseImpl.disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession)
           
 void InternalKnowledgeBase.retractObject(org.kie.api.runtime.rule.FactHandle handle, PropagationContext context, StatefulKnowledgeSessionImpl workingMemory)
           
 void KnowledgeBaseImpl.retractObject(org.kie.api.runtime.rule.FactHandle handle, PropagationContext context, StatefulKnowledgeSessionImpl workingMemory)
          Retract a fact object.
 void SessionsCache.store(StatefulKnowledgeSessionImpl session)
           
 

Uses of StatefulKnowledgeSessionImpl in org.drools.core.marshalling.impl
 

Methods in org.drools.core.marshalling.impl that return StatefulKnowledgeSessionImpl
static StatefulKnowledgeSessionImpl ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id)
          Create a new session into which to read the stream data
static StatefulKnowledgeSessionImpl ProtobufInputMarshaller.readSession(MarshallerReaderContext context, int id, org.kie.api.runtime.Environment environment, SessionConfiguration config)
           
static StatefulKnowledgeSessionImpl ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session, StatefulKnowledgeSessionImpl session, InternalAgenda agenda, MarshallerReaderContext context)
           
static StatefulKnowledgeSessionImpl ProtobufInputMarshaller.readSession(StatefulKnowledgeSessionImpl session, MarshallerReaderContext context)
          Stream the data into an existing session
 

Methods in org.drools.core.marshalling.impl with parameters of type StatefulKnowledgeSessionImpl
static StatefulKnowledgeSessionImpl ProtobufInputMarshaller.readSession(ProtobufMessages.KnowledgeSession _session, StatefulKnowledgeSessionImpl session, InternalAgenda agenda, MarshallerReaderContext context)
           
static StatefulKnowledgeSessionImpl ProtobufInputMarshaller.readSession(StatefulKnowledgeSessionImpl session, MarshallerReaderContext context)
          Stream the data into an existing session
 

Uses of StatefulKnowledgeSessionImpl in org.drools.core.runtime.process
 

Methods in org.drools.core.runtime.process with parameters of type StatefulKnowledgeSessionImpl
static InternalProcessRuntime ProcessRuntimeFactory.newProcessRuntime(StatefulKnowledgeSessionImpl workingMemory)
           
 

Uses of StatefulKnowledgeSessionImpl in org.drools.core.util.debug
 

Methods in org.drools.core.util.debug that return StatefulKnowledgeSessionImpl
 StatefulKnowledgeSessionImpl StatefulKnowledgeSessionInfo.getSession()
           
 

Methods in org.drools.core.util.debug with parameters of type StatefulKnowledgeSessionImpl
 void StatefulKnowledgeSessionInfo.setSession(StatefulKnowledgeSessionImpl session)
           
 


Drools :: Core 6.1.0.Final

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