| Package | Description |
|---|---|
| org.drools.core.time | |
| org.drools.core.time.impl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Long,TimerJobInstance> |
SelfRemovalJobContext.timerInstances |
| Modifier and Type | Method and Description |
|---|---|
Collection<TimerJobInstance> |
TimerService.getTimerJobInstances(long id)
This method may return null for some TimerService implementations that do not want the overhead of maintain this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalSchedulerService.internalSchedule(TimerJobInstance timerJobInstance) |
| Constructor and Description |
|---|
EnqueuedSelfRemovalJobContext(JobContext jobContext,
Map<Long,TimerJobInstance> timerInstances) |
SelfRemovalJobContext(JobContext jobContext,
Map<Long,TimerJobInstance> timerInstances) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTimerJobInstance |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Long,TimerJobInstance> |
TrackableTimeJobFactoryManager.timerInstances |
| 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) |
TimerJobInstance |
DefaultJobHandle.getTimerJobInstance() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TimerJobInstance> |
DefaultTimerJobFactoryManager.getTimerJobInstances() |
Collection<TimerJobInstance> |
TimerJobFactoryManager.getTimerJobInstances() |
Collection<TimerJobInstance> |
TrackableTimeJobFactoryManager.getTimerJobInstances() |
Collection<TimerJobInstance> |
JDKTimerService.getTimerJobInstances(long id) |
Collection<TimerJobInstance> |
PseudoClockScheduler.getTimerJobInstances(long id) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) |
void |
TimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) |
void |
TrackableTimeJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) |
void |
JDKTimerService.internalSchedule(TimerJobInstance timerJobInstance) |
void |
PseudoClockScheduler.internalSchedule(TimerJobInstance timerJobInstance) |
void |
DefaultTimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) |
void |
TimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) |
void |
TrackableTimeJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) |
void |
DefaultJobHandle.setTimerJobInstance(TimerJobInstance scheduledJob) |
| Constructor and Description |
|---|
TrackableTimeJobFactoryManager(Map<Long,TimerJobInstance> timerInstances) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.