Uses of Interface
org.drools.core.time.InternalSchedulerService
Packages that use InternalSchedulerService
-
Uses of InternalSchedulerService in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement InternalSchedulerServiceModifier and TypeClassDescriptionclassA default Scheduler implementation that uses the JDK built-in ScheduledThreadPoolExecutor as the scheduler and the system clock as the clock.classA PseudoClockScheduler is a scheduler based on a user controlled clock that allows the user to explicitly control current time.Fields in org.drools.core.time.impl declared as InternalSchedulerServiceModifier and TypeFieldDescriptionprotected InternalSchedulerServiceDefaultTimerJobInstance.schedulerMethods in org.drools.core.time.impl with parameters of type InternalSchedulerServiceModifier 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) Constructors in org.drools.core.time.impl with parameters of type InternalSchedulerServiceModifierConstructorDescriptionDefaultTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)