Uses of Interface
org.drools.time.TimerService

Packages that use TimerService
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
org.drools.common   
org.drools.impl   
org.drools.persistence.jpa   
org.drools.time   
org.drools.time.impl   
 

Uses of TimerService in org.drools
 

Methods in org.drools that return TimerService
 TimerService SessionConfiguration.newTimerService()
           
 

Uses of TimerService in org.drools.common
 

Methods in org.drools.common that return TimerService
 TimerService AbstractWorkingMemory.getTimerService()
           
 TimerService InternalWorkingMemory.getTimerService()
          Returns the TimerService instance (session clock) for this session.
 TimerService InternalKnowledgeRuntime.getTimerService()
           
 

Uses of TimerService in org.drools.impl
 

Methods in org.drools.impl that return TimerService
 TimerService StatefulKnowledgeSessionImpl.getTimerService()
           
 

Uses of TimerService in org.drools.persistence.jpa
 

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

Methods in org.drools.persistence.jpa that return types with arguments of type TimerService
 Class<? extends TimerService> KnowledgeStoreServiceImpl.getTimerServiceClass()
           
 

Method parameters in org.drools.persistence.jpa with type arguments of type TimerService
 void KnowledgeStoreServiceImpl.setTimerServiceClass(Class<? extends TimerService> timerServiceClass)
           
 

Uses of TimerService in org.drools.time
 

Methods in org.drools.time that return TimerService
static TimerService TimerServiceFactory.getTimerService(SessionConfiguration config)
           
 

Uses of TimerService in org.drools.time.impl
 

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