Uses of Interface
org.drools.time.InternalSchedulerService

Packages that use InternalSchedulerService
org.drools.time.impl   
 

Uses of InternalSchedulerService in org.drools.time.impl
 

Classes in org.drools.time.impl that implement InternalSchedulerService
 class JDKTimerService
          A default Scheduler implementation that uses the JDK built-in ScheduledThreadPoolExecutor as the scheduler and the system clock as the clock.
 class PseudoClockScheduler
          A PseudoClockScheduler is a scheduler based on a user controlled clock that allows the user to explicitly control current time.
 

Fields in org.drools.time.impl declared as InternalSchedulerService
protected  InternalSchedulerService DefaultTimerJobInstance.scheduler
           
 

Methods in org.drools.time.impl with parameters of type InternalSchedulerService
 TimerJobInstance TimerJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 TimerJobInstance TrackableTimeJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 TimerJobInstance DefaultTimerJobFactoryManager.createTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 

Constructors in org.drools.time.impl with parameters of type InternalSchedulerService
DefaultTimerJobInstance(Job job, JobContext ctx, Trigger trigger, JobHandle handle, InternalSchedulerService scheduler)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.