Uses of Interface
org.drools.time.SchedulerService

Packages that use SchedulerService
org.drools.persistence.jpa   
org.drools.time   
org.drools.time.impl   
 

Uses of SchedulerService in org.drools.persistence.jpa
 

Classes in org.drools.persistence.jpa that implement SchedulerService
 class JpaJDKTimerService
          A default Scheduler implementation that uses the JDK built-in ScheduledThreadPoolExecutor as the scheduler and the system clock as the clock.
 

Uses of SchedulerService in org.drools.time
 

Subinterfaces of SchedulerService in org.drools.time
 interface TimerService
          An interface for all timer service implementations used in a drools session.
 

Uses of SchedulerService in org.drools.time.impl
 

Classes in org.drools.time.impl that implement SchedulerService
 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.
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.