| Package | Description |
|---|---|
| org.drools.core.time.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
JDKTimerService
A default Scheduler implementation that uses the
JDK built-in ScheduledThreadPoolExecutor as the
scheduler and the system clock as the clock.
|
class |
PseudoClockScheduler
A PseudoClockScheduler is a scheduler based on a user controlled clock
that allows the user to explicitly control current time.
|
| Modifier and Type | Field and Description |
|---|---|
protected InternalSchedulerService |
DefaultTimerJobInstance.scheduler |
| Modifier and Type | Method and Description |
|---|---|
TimerJobInstance |
DefaultTimerJobFactoryManager.createTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
TimerJobInstance |
TimerJobFactoryManager.createTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
TimerJobInstance |
TrackableTimeJobFactoryManager.createTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
| Constructor and Description |
|---|
DefaultTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.