Uses of Interface
org.drools.core.time.InternalSchedulerService
-
Packages that use InternalSchedulerService Package Description org.drools.core.time.impl -
-
Uses of InternalSchedulerService in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement InternalSchedulerService Modifier and Type Class Description classJDKTimerServiceA default Scheduler implementation that uses the JDK built-in ScheduledThreadPoolExecutor as the scheduler and the system clock as the clock.classPseudoClockSchedulerA 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 InternalSchedulerService Modifier and Type Field Description protected InternalSchedulerServiceDefaultTimerJobInstance. schedulerMethods in org.drools.core.time.impl with parameters of type InternalSchedulerService 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)Constructors in org.drools.core.time.impl with parameters of type InternalSchedulerService Constructor Description DefaultTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
-