Drools :: Core 6.1.0.Beta1

Uses of Interface
org.drools.core.time.TimerService

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

Uses of TimerService in org.drools.core
 

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

Uses of TimerService in org.drools.core.common
 

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

Uses of TimerService in org.drools.core.impl
 

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

Uses of TimerService in org.drools.core.reteoo
 

Methods in org.drools.core.reteoo that return TimerService
 TimerService DisposedReteooWorkingMemory.getTimerService()
           
 

Uses of TimerService in org.drools.core.time
 

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

Uses of TimerService in org.drools.core.time.impl
 

Classes in org.drools.core.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.
 


Drools :: Core 6.1.0.Beta1

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