Uses of Interface
org.drools.core.time.TimerService
-
Packages that use TimerService Package Description org.drools.core This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactoryorg.drools.core.common org.drools.core.reteoo org.drools.core.time.impl -
-
Uses of TimerService in org.drools.core
Methods in org.drools.core that return TimerService Modifier and Type Method Description abstract TimerServiceClockType. createInstance()TimerServiceSessionConfiguration. createTimerService() -
Uses of TimerService in org.drools.core.common
Methods in org.drools.core.common that return TimerService Modifier and Type Method Description TimerServiceInternalKnowledgeRuntime. getTimerService()TimerServiceReteEvaluator. getTimerService() -
Uses of TimerService in org.drools.core.reteoo
Methods in org.drools.core.reteoo that return TimerService Modifier and Type Method Description TimerServiceRuntimeComponentFactory. createTimerService(ReteEvaluator reteEvaluator) -
Uses of TimerService in org.drools.core.time.impl
Classes in org.drools.core.time.impl that implement TimerService 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.
-