Package | Description |
---|---|
org.drools.core.time | |
org.drools.core.time.impl |
Modifier and Type | Method and Description |
---|---|
Collection<TimerJobInstance> |
TimerService.getTimerJobInstances(int 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 |
---|
SelfRemovalJobContext(JobContext jobContext,
Map<Long,TimerJobInstance> timerInstances) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTimerJobInstance |
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> |
PseudoClockScheduler.getTimerJobInstances(int id) |
Collection<TimerJobInstance> |
JDKTimerService.getTimerJobInstances(int id) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) |
void |
TimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) |
void |
TrackableTimeJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) |
void |
PseudoClockScheduler.internalSchedule(TimerJobInstance timerJobInstance) |
void |
JDKTimerService.internalSchedule(TimerJobInstance timerJobInstance) |
void |
DefaultTimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) |
void |
TimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) |
void |
TrackableTimeJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) |
void |
DefaultJobHandle.setTimerJobInstance(TimerJobInstance scheduledJob) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.