Package | Description |
---|---|
org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
Modifier and Type | Field and Description |
---|---|
static TimerJobFactoryType |
TimerJobFactoryType.DEFAULT |
static TimerJobFactoryType |
TimerJobFactoryType.JPA |
static TimerJobFactoryType |
TimerJobFactoryType.THREAD_SAFE_TRACKABLE |
static TimerJobFactoryType |
TimerJobFactoryType.TRACKABLE |
Modifier and Type | Method and Description |
---|---|
abstract TimerJobFactoryType |
SessionConfiguration.getTimerJobFactoryType() |
TimerJobFactoryType |
SessionConfigurationImpl.getTimerJobFactoryType() |
static TimerJobFactoryType |
TimerJobFactoryType.resolveTimerJobFactoryType(String id) |
Modifier and Type | Method and Description |
---|---|
static void |
TimerJobFactoryType.register(TimerJobFactoryType type) |
abstract void |
SessionConfiguration.setTimerJobFactoryType(TimerJobFactoryType timerJobFactoryType) |
void |
SessionConfigurationImpl.setTimerJobFactoryType(TimerJobFactoryType timerJobFactoryType) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.