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 | Method and Description |
---|---|
TimerJobFactoryType |
SessionConfigurationImpl.getTimerJobFactoryType() |
abstract TimerJobFactoryType |
SessionConfiguration.getTimerJobFactoryType() |
TimerJobFactoryType |
SessionConfigurationDelegate.getTimerJobFactoryType() |
static TimerJobFactoryType |
TimerJobFactoryType.resolveTimerJobFactoryType(String id) |
static TimerJobFactoryType |
TimerJobFactoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerJobFactoryType[] |
TimerJobFactoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionConfigurationImpl.setTimerJobFactoryType(TimerJobFactoryType timerJobFactoryType) |
abstract void |
SessionConfiguration.setTimerJobFactoryType(TimerJobFactoryType timerJobFactoryType) |
void |
SessionConfigurationDelegate.setTimerJobFactoryType(TimerJobFactoryType timerJobFactoryType) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.