Modifier and Type | Method and Description |
---|---|
Collection<? extends Object> |
GetObjectsInEntryPointCommand.getObjects(StatefulKnowledgeSessionImpl session) |
Collection<? extends Object> |
GetObjectsInEntryPointCommand.getObjects(StatefulKnowledgeSessionImpl session,
org.kie.api.runtime.ObjectFilter filter) |
Modifier and Type | Field and Description |
---|---|
protected StatefulKnowledgeSessionImpl |
NamedEntryPoint.wm |
Constructor and Description |
---|
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
StatefulKnowledgeSessionImpl wm) |
NamedEntryPoint(EntryPointId entryPoint,
EntryPointNode entryPointNode,
StatefulKnowledgeSessionImpl wm,
ReentrantLock lock) |
NamedEntryPoint(EntryPointId entryPoint,
StatefulKnowledgeSessionImpl wm,
FactHandleFactory handleFactory,
ReentrantLock lock,
ObjectStore objectStore) |
TruthMaintenanceSystem(StatefulKnowledgeSessionImpl wm,
InternalWorkingMemoryEntryPoint ep) |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSessionImpl |
InternalKnowledgeBase.createSession(long id,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl |
KnowledgeBaseImpl.createSession(long id,
FactHandleFactory handleFactory,
long propagationContext,
SessionConfiguration config,
InternalAgenda agenda,
org.kie.api.runtime.Environment environment) |
StatefulKnowledgeSessionImpl |
StatefulSessionPool.get() |
StatefulKnowledgeSessionImpl |
KnowledgeBaseImpl.internalCreateStatefulKnowledgeSession(org.kie.api.runtime.Environment environment,
SessionConfiguration sessionConfig,
boolean fromPool) |
StatefulKnowledgeSessionImpl |
StatefulKnowledgeSessionImpl.setStateless(boolean stateless) |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeBaseImpl.addStatefulSession(StatefulKnowledgeSessionImpl wm) |
void |
InternalKnowledgeBase.disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession) |
void |
KnowledgeBaseImpl.disposeStatefulSession(StatefulKnowledgeSessionImpl statefulSession) |
void |
StatefulSessionPool.release(StatefulKnowledgeSessionImpl session) |
Constructor and Description |
---|
StatefulSessionPool(KnowledgeBaseImpl kbase,
int initialSize,
Supplier<StatefulKnowledgeSessionImpl> supplier) |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSessionImpl |
ReadSessionResult.getSession() |
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
ReadSessionResult(StatefulKnowledgeSessionImpl session,
ProtobufMessages.KnowledgeSession deserializedMessage) |
Modifier and Type | Method and Description |
---|---|
static InternalProcessRuntime |
ProcessRuntimeFactory.newProcessRuntime(StatefulKnowledgeSessionImpl workingMemory) |
Modifier and Type | Method and Description |
---|---|
StatefulKnowledgeSessionImpl |
StatefulKnowledgeSessionInfo.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulKnowledgeSessionInfo.setSession(StatefulKnowledgeSessionImpl session) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.