| Package | Description |
|---|---|
| org.drools.core |
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
|
| org.drools.core.time | |
| org.drools.core.time.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract TimerJobFactoryManager |
TimerJobFactoryType.createInstance() |
TimerJobFactoryManager |
SessionConfiguration.getTimerJobFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
TimerJobFactoryManager |
TimerService.getTimerJobFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimerService.setTimerJobFactoryManager(TimerJobFactoryManager timerJobFactoryManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandServiceTimerJobFactoryManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTimerJobFactoryManager |
class |
ThreadSafeTrackableTimeJobFactoryManager |
class |
TrackableTimeJobFactoryManager |
| Modifier and Type | Field and Description |
|---|---|
protected TimerJobFactoryManager |
JDKTimerService.jobFactoryManager |
| Modifier and Type | Method and Description |
|---|---|
TimerJobFactoryManager |
PseudoClockScheduler.getTimerJobFactoryManager() |
TimerJobFactoryManager |
JDKTimerService.getTimerJobFactoryManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
PseudoClockScheduler.setTimerJobFactoryManager(TimerJobFactoryManager timerJobFactoryManager) |
void |
JDKTimerService.setTimerJobFactoryManager(TimerJobFactoryManager timerJobFactoryManager) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.