|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.reteoo | |
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 |
InternalKnowledgeRuntime.getTimerService()
|
TimerService |
InternalWorkingMemory.getTimerService()
Returns the TimerService instance (session clock) for this session. |
TimerService |
AbstractWorkingMemory.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.reteoo |
---|
Methods in org.drools.reteoo that return TimerService | |
---|---|
TimerService |
DisposedReteooWorkingMemory.getTimerService()
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |