Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
org.drools.core.command | |
org.drools.core.command.impl | |
org.drools.core.command.runtime | |
org.drools.core.time.impl |
Modifier and Type | Method and Description |
---|---|
CommandService |
SessionConfiguration.getCommandService(org.kie.internal.KnowledgeBase kbase,
org.kie.api.runtime.Environment environment) |
Modifier and Type | Interface and Description |
---|---|
interface |
Interceptor |
interface |
SingleSessionCommandService |
Modifier and Type | Method and Description |
---|---|
CommandService |
Interceptor.getNext() |
Modifier and Type | Method and Description |
---|---|
void |
Interceptor.setNext(CommandService commandService) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterceptor |
class |
AsynchronousInterceptor |
class |
DefaultCommandService |
class |
FireAllRulesInterceptor |
class |
LoggingInterceptor |
Modifier and Type | Method and Description |
---|---|
CommandService |
CommandBasedStatefulKnowledgeSession.getCommandService() |
CommandService |
AbstractInterceptor.getNext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractInterceptor.setNext(CommandService commandService) |
Constructor and Description |
---|
CommandBasedEntryPoint(CommandService commandService,
String entryPoint) |
CommandBasedStatefulKnowledgeSession(CommandService commandService) |
Constructor and Description |
---|
DestroySessionCommand(CommandService commandService) |
Modifier and Type | Method and Description |
---|---|
CommandService |
TimerJobFactoryManager.getCommandService() |
CommandService |
TrackableTimeJobFactoryManager.getCommandService() |
CommandService |
DefaultTimerJobFactoryManager.getCommandService() |
Modifier and Type | Method and Description |
---|---|
void |
TimerJobFactoryManager.setCommandService(CommandService commandService) |
void |
TrackableTimeJobFactoryManager.setCommandService(CommandService commandService) |
void |
DefaultTimerJobFactoryManager.setCommandService(CommandService commandService) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.