Uses of Interface
org.drools.core.time.impl.TimerJobInstance
-
Packages that use TimerJobInstance Package Description org.drools.core.common org.drools.core.time org.drools.core.time.impl -
-
Uses of TimerJobInstance in org.drools.core.common
Methods in org.drools.core.common that return types with arguments of type TimerJobInstance Modifier and Type Method Description default java.util.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 TimerJobInstance Modifier and Type Field Description protected java.util.Map<java.lang.Long,TimerJobInstance>SelfRemovalJobContext. timerInstancesMethods in org.drools.core.time that return types with arguments of type TimerJobInstance Modifier and Type Method Description java.util.Collection<TimerJobInstance>TimerService. 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 TimerJobInstance Modifier and Type Method Description voidInternalSchedulerService. internalSchedule(TimerJobInstance timerJobInstance)Constructor parameters in org.drools.core.time with type arguments of type TimerJobInstance Constructor Description EnqueuedSelfRemovalJobContext(JobContext jobContext, java.util.Map<java.lang.Long,TimerJobInstance> timerInstances)SelfRemovalJobContext(JobContext jobContext, java.util.Map<java.lang.Long,TimerJobInstance> timerInstances) -
Uses of TimerJobInstance in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement TimerJobInstance Modifier and Type Class Description classDefaultTimerJobInstanceFields in org.drools.core.time.impl with type parameters of type TimerJobInstance Modifier and Type Field Description protected java.util.Map<java.lang.Long,TimerJobInstance>TrackableTimeJobFactoryManager. timerInstancesMethods in org.drools.core.time.impl that return TimerJobInstance Modifier and Type Method Description TimerJobInstanceDefaultTimerJobFactoryManager. createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)TimerJobInstanceTimerJobFactoryManager. createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)TimerJobInstanceTrackableTimeJobFactoryManager. createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)TimerJobInstanceDefaultJobHandle. getTimerJobInstance()Methods in org.drools.core.time.impl that return types with arguments of type TimerJobInstance Modifier and Type Method Description java.util.Collection<TimerJobInstance>DefaultTimerJobFactoryManager. getTimerJobInstances()java.util.Collection<TimerJobInstance>JDKTimerService. getTimerJobInstances(long id)java.util.Collection<TimerJobInstance>PseudoClockScheduler. getTimerJobInstances(long id)java.util.Collection<TimerJobInstance>TimerJobFactoryManager. getTimerJobInstances()java.util.Collection<TimerJobInstance>TrackableTimeJobFactoryManager. getTimerJobInstances()Methods in org.drools.core.time.impl with parameters of type TimerJobInstance Modifier and Type Method Description voidDefaultTimerJobFactoryManager. 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 TimerJobInstance Constructor Description TrackableTimeJobFactoryManager(java.util.Map<java.lang.Long,TimerJobInstance> timerInstances)
-