Uses of Interface
org.drools.command.CommandService

Packages that use CommandService
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.command   
org.drools.command.impl   
org.drools.persistence   
org.drools.persistence.jpa   
 

Uses of CommandService in org.drools
 

Methods in org.drools that return CommandService
 CommandService SessionConfiguration.getCommandService(org.drools.KnowledgeBase kbase, org.drools.runtime.Environment environment)
           
 

Uses of CommandService in org.drools.command
 

Subinterfaces of CommandService in org.drools.command
 interface Interceptor
           
 interface SingleSessionCommandService
           
 

Methods in org.drools.command that return CommandService
 CommandService Interceptor.getNext()
           
 

Methods in org.drools.command with parameters of type CommandService
 void Interceptor.setNext(CommandService commandService)
           
 

Uses of CommandService in org.drools.command.impl
 

Classes in org.drools.command.impl that implement CommandService
 class AbstractInterceptor
           
 class AsynchronousInterceptor
           
 class DefaultCommandService
           
 class LoggingInterceptor
           
 

Methods in org.drools.command.impl that return CommandService
 CommandService CommandBasedStatefulKnowledgeSession.getCommandService()
           
 CommandService AbstractInterceptor.getNext()
           
 

Methods in org.drools.command.impl with parameters of type CommandService
 void AbstractInterceptor.setNext(CommandService commandService)
           
 

Constructors in org.drools.command.impl with parameters of type CommandService
CommandBasedStatefulKnowledgeSession(CommandService commandService)
           
 

Uses of CommandService in org.drools.persistence
 

Classes in org.drools.persistence that implement CommandService
 class SingleSessionCommandService
           
 

Uses of CommandService in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa with parameters of type CommandService
 void JpaJDKTimerService.setCommandService(CommandService commandService)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.