Uses of Interface
org.drools.core.time.Job
-
Packages that use Job Package Description org.drools.core.phreak org.drools.core.reteoo org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.org.drools.core.time org.drools.core.time.impl -
-
Uses of Job in org.drools.core.phreak
Classes in org.drools.core.phreak that implement Job Modifier and Type Class Description static classPhreakTimerNode.TimerNodeJob -
Uses of Job in org.drools.core.reteoo
Classes in org.drools.core.reteoo that implement Job Modifier and Type Class Description static classObjectTypeNode.ExpireJob -
Uses of Job in org.drools.core.rule
Classes in org.drools.core.rule that implement Job Modifier and Type Class Description static classSlidingTimeWindow.BehaviorJob -
Uses of Job in org.drools.core.time
Classes in org.drools.core.time that implement Job Modifier and Type Class Description classSelfRemovalJobMethods in org.drools.core.time that return Job Modifier and Type Method Description JobSelfRemovalJob. getJob()Methods in org.drools.core.time with parameters of type Job Modifier and Type Method Description JobHandleScheduler. scheduleJob(Job job, JobContext ctx, Trigger trigger)Schedule a job for later executionJobHandleSchedulerService. scheduleJob(Job job, JobContext ctx, Trigger trigger)Schedule a job for later executionConstructors in org.drools.core.time with parameters of type Job Constructor Description SelfRemovalJob(Job job) -
Uses of Job in org.drools.core.time.impl
Methods in org.drools.core.time.impl that return Job Modifier and Type Method Description protected JobDefaultJobHandle. getJob()JobDefaultTimerJobInstance. getJob()JobTimerJobInstance. getJob()Methods in org.drools.core.time.impl with parameters of type Job 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)JobHandleJDKTimerService. scheduleJob(Job job, JobContext ctx, Trigger trigger)JobHandlePseudoClockScheduler. scheduleJob(Job job, JobContext ctx, Trigger trigger)Constructors in org.drools.core.time.impl with parameters of type Job Constructor Description DefaultTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
-