|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandService | |
|---|---|
| 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 | |
| Uses of CommandService in org.drools.core |
|---|
| Methods in org.drools.core that return CommandService | |
|---|---|
CommandService |
SessionConfiguration.getCommandService(org.kie.internal.KnowledgeBase kbase,
org.kie.api.runtime.Environment environment)
|
| Uses of CommandService in org.drools.core.command |
|---|
| Subinterfaces of CommandService in org.drools.core.command | |
|---|---|
interface |
Interceptor
|
interface |
SingleSessionCommandService
|
| Methods in org.drools.core.command that return CommandService | |
|---|---|
CommandService |
Interceptor.getNext()
|
| Methods in org.drools.core.command with parameters of type CommandService | |
|---|---|
void |
Interceptor.setNext(CommandService commandService)
|
| Uses of CommandService in org.drools.core.command.impl |
|---|
| Classes in org.drools.core.command.impl that implement CommandService | |
|---|---|
class |
AbstractInterceptor
|
class |
AsynchronousInterceptor
|
class |
DefaultCommandService
|
class |
FireAllRulesInterceptor
|
class |
LoggingInterceptor
|
| Methods in org.drools.core.command.impl that return CommandService | |
|---|---|
CommandService |
CommandBasedStatefulKnowledgeSession.getCommandService()
|
CommandService |
AbstractInterceptor.getNext()
|
| Methods in org.drools.core.command.impl with parameters of type CommandService | |
|---|---|
void |
AbstractInterceptor.setNext(CommandService commandService)
|
| Constructors in org.drools.core.command.impl with parameters of type CommandService | |
|---|---|
CommandBasedEntryPoint(CommandService commandService,
String entryPoint)
|
|
CommandBasedStatefulKnowledgeSession(CommandService commandService)
|
|
| Uses of CommandService in org.drools.core.command.runtime |
|---|
| Constructors in org.drools.core.command.runtime with parameters of type CommandService | |
|---|---|
DestroySessionCommand(CommandService commandService)
|
|
| Uses of CommandService in org.drools.core.time.impl |
|---|
| Methods in org.drools.core.time.impl that return CommandService | |
|---|---|
CommandService |
TimerJobFactoryManager.getCommandService()
|
CommandService |
DefaultTimerJobFactoryManager.getCommandService()
|
CommandService |
TrackableTimeJobFactoryManager.getCommandService()
|
| Methods in org.drools.core.time.impl with parameters of type CommandService | |
|---|---|
void |
TimerJobFactoryManager.setCommandService(CommandService commandService)
|
void |
DefaultTimerJobFactoryManager.setCommandService(CommandService commandService)
|
void |
TrackableTimeJobFactoryManager.setCommandService(CommandService commandService)
|
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||