Uses of Interface
org.drools.core.time.impl.TimerJobInstance
Packages that use TimerJobInstance
-
Uses of TimerJobInstance in org.drools.core.common
Methods in org.drools.core.common that return types with arguments of type TimerJobInstanceModifier and TypeMethodDescriptiondefault Collection<TimerJobInstance>ReteEvaluator.getTimerJobInstances(long id) -
Uses of TimerJobInstance in org.drools.core.time
Fields in org.drools.core.time with type parameters of type TimerJobInstanceModifier and TypeFieldDescriptionprotected final Map<Long,TimerJobInstance> SelfRemovalJobContext.timerInstancesMethods in org.drools.core.time that return types with arguments of type TimerJobInstanceModifier and TypeMethodDescriptionTimerService.getTimerJobInstances(long id) This method may return null for some TimerService implementations that do not want the overhead of maintain this.Methods in org.drools.core.time with parameters of type TimerJobInstanceModifier and TypeMethodDescriptionvoidInternalSchedulerService.internalSchedule(TimerJobInstance timerJobInstance) Constructor parameters in org.drools.core.time with type arguments of type TimerJobInstanceModifierConstructorDescriptionEnqueuedSelfRemovalJobContext(JobContext jobContext, Map<Long, TimerJobInstance> timerInstances) SelfRemovalJobContext(JobContext jobContext, Map<Long, TimerJobInstance> timerInstances) -
Uses of TimerJobInstance in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement TimerJobInstanceFields in org.drools.core.time.impl with type parameters of type TimerJobInstanceModifier and TypeFieldDescriptionprotected PriorityQueue<TimerJobInstance>PseudoClockScheduler.queueprotected final Map<Long,TimerJobInstance> TrackableTimeJobFactoryManager.timerInstancesMethods in org.drools.core.time.impl that return TimerJobInstanceModifier and TypeMethodDescriptionDefaultTimerJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler) TimerJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler) TrackableTimeJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler) DefaultJobHandle.getTimerJobInstance()Methods in org.drools.core.time.impl that return types with arguments of type TimerJobInstanceModifier and TypeMethodDescriptionDefaultTimerJobFactoryManager.getTimerJobInstances()JDKTimerService.getTimerJobInstances(long id) PseudoClockScheduler.getTimerJobInstances(long id) TimerJobFactoryManager.getTimerJobInstances()TrackableTimeJobFactoryManager.getTimerJobInstances()Methods in org.drools.core.time.impl with parameters of type TimerJobInstanceModifier and TypeMethodDescriptionvoidDefaultTimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) voidTimerJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) voidTrackableTimeJobFactoryManager.addTimerJobInstance(TimerJobInstance instance) voidJDKTimerService.internalSchedule(TimerJobInstance timerJobInstance) voidPseudoClockScheduler.internalSchedule(TimerJobInstance timerJobInstance) voidDefaultTimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) voidTimerJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) voidTrackableTimeJobFactoryManager.removeTimerJobInstance(TimerJobInstance instance) voidDefaultJobHandle.setTimerJobInstance(TimerJobInstance scheduledJob) Constructor parameters in org.drools.core.time.impl with type arguments of type TimerJobInstanceModifierConstructorDescriptionprotectedTrackableTimeJobFactoryManager(Map<Long, TimerJobInstance> timerInstances)