|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutorService | |
---|---|
org.drools | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
org.drools.concurrent | |
org.drools.reteoo |
Uses of ExecutorService in org.drools |
---|
Methods in org.drools that return ExecutorService | |
---|---|
static ExecutorService |
RuleBaseConfiguration.determineExecutorService(String className)
|
ExecutorService |
RuleBaseConfiguration.getExecutorService()
|
Methods in org.drools with parameters of type ExecutorService | |
---|---|
void |
RuleBaseConfiguration.setExecutorService(ExecutorService executorService)
|
Uses of ExecutorService in org.drools.concurrent |
---|
Classes in org.drools.concurrent that implement ExecutorService | |
---|---|
class |
DefaultExecutorService
|
Uses of ExecutorService in org.drools.reteoo |
---|
Constructors in org.drools.reteoo with parameters of type ExecutorService | |
---|---|
ReteooStatefulSession(int id,
InternalRuleBase ruleBase,
ExecutorService executorService)
|
|
ReteooStatelessSession(WorkingMemory workingMemory,
ExecutorService executorService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |