|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerJobInstance | |
|---|---|
| org.drools.marshalling.impl | |
| org.drools.time | |
| org.drools.time.impl | |
| Uses of TimerJobInstance in org.drools.marshalling.impl |
|---|
| Method parameters in org.drools.marshalling.impl with type arguments of type TimerJobInstance | |
|---|---|
static void |
OutputMarshaller.writeTimers(Collection<TimerJobInstance> timers,
MarshallerWriteContext outCtx)
|
| Uses of TimerJobInstance in org.drools.time |
|---|
| Methods in org.drools.time that return types with arguments of type TimerJobInstance | |
|---|---|
Collection<TimerJobInstance> |
TimerService.getTimerJobInstances()
This method may return null for some TimerService implementations that do not want the overhead of maintain this. |
| Methods in org.drools.time with parameters of type TimerJobInstance | |
|---|---|
void |
InternalSchedulerService.internalSchedule(TimerJobInstance timerJobInstance)
|
| Constructor parameters in org.drools.time with type arguments of type TimerJobInstance | |
|---|---|
SelfRemovalJobContext(JobContext jobContext,
Map<Long,TimerJobInstance> timerInstances)
|
|
| Uses of TimerJobInstance in org.drools.time.impl |
|---|
| Classes in org.drools.time.impl that implement TimerJobInstance | |
|---|---|
class |
DefaultTimerJobInstance
|
| Methods in org.drools.time.impl that return TimerJobInstance | |
|---|---|
TimerJobInstance |
TimerJobFactoryManager.createTimerJobInstance(Job job,
JobContext ctx,
Trigger trigger,
JobHandle handle,
InternalSchedulerService scheduler)
|
TimerJobInstance |
DefaultTimerJobFactoryManager.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()
|
| Methods in org.drools.time.impl that return types with arguments of type TimerJobInstance | |
|---|---|
Collection<TimerJobInstance> |
JDKTimerService.getTimerJobInstances()
|
Collection<TimerJobInstance> |
TimerJobFactoryManager.getTimerJobInstances()
|
Collection<TimerJobInstance> |
DefaultTimerJobFactoryManager.getTimerJobInstances()
|
Collection<TimerJobInstance> |
TrackableTimeJobFactoryManager.getTimerJobInstances()
|
Collection<TimerJobInstance> |
PseudoClockScheduler.getTimerJobInstances()
|
| Methods in org.drools.time.impl with parameters of type TimerJobInstance | |
|---|---|
void |
TimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance)
|
void |
DefaultTimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance)
|
void |
TrackableTimeJobFactoryManager.addTimerJobInstance(TimerJobInstance instance)
|
void |
JDKTimerService.internalSchedule(TimerJobInstance timerJobInstance)
|
void |
PseudoClockScheduler.internalSchedule(TimerJobInstance timerJobInstance)
|
void |
TimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance)
|
void |
DefaultTimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance)
|
void |
TrackableTimeJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance)
|
void |
DefaultJobHandle.setTimerJobInstance(TimerJobInstance scheduledJob)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||