Package | Description |
---|---|
org.drools.core.common | |
org.drools.core.impl |
Modifier and Type | Field and Description |
---|---|
protected RuleRuntimeEventSupport |
SharedWorkingMemoryContext.workingMemoryEventSupport
The eventSupport
|
Modifier and Type | Method and Description |
---|---|
RuleRuntimeEventSupport |
EventSupport.getRuleRuntimeEventSupport() |
RuleRuntimeEventSupport |
SharedWorkingMemoryContext.getWorkingMemoryEventSupport() |
Modifier and Type | Method and Description |
---|---|
InternalWorkingMemory |
WorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
InternalWorkingMemory |
PhreakWorkingMemoryFactory.createWorkingMemory(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
InternalFactHandle initialFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
void |
InternalWorkingMemory.setRuleRuntimeEventSupport(RuleRuntimeEventSupport workingMemoryEventSupport) |
Modifier and Type | Field and Description |
---|---|
protected RuleRuntimeEventSupport |
StatefulKnowledgeSessionImpl.ruleRuntimeEventSupport
The eventSupport
|
Modifier and Type | Method and Description |
---|---|
RuleRuntimeEventSupport |
StatefulKnowledgeSessionImpl.getRuleRuntimeEventSupport() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulKnowledgeSessionImpl.setRuleRuntimeEventSupport(RuleRuntimeEventSupport ruleRuntimeEventSupport) |
Constructor and Description |
---|
StatefulKnowledgeSessionImpl(long id,
InternalKnowledgeBase kBase,
FactHandleFactory handleFactory,
boolean initInitFactHandle,
long propagationContext,
SessionConfiguration config,
org.kie.api.runtime.Environment environment,
RuleRuntimeEventSupport workingMemoryEventSupport,
AgendaEventSupport agendaEventSupport,
RuleEventListenerSupport ruleEventListenerSupport,
InternalAgenda agenda) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.