Class PseudoClockScheduler

java.lang.Object
org.drools.core.time.impl.PseudoClockScheduler
All Implemented Interfaces:
Externalizable, Serializable, InternalSchedulerService, SchedulerService, SessionPseudoClock, TimerService, SessionClock, SessionPseudoClock

public class PseudoClockScheduler extends Object implements TimerService, SessionPseudoClock, Externalizable, InternalSchedulerService
A PseudoClockScheduler is a scheduler based on a user controlled clock that allows the user to explicitly control current time.
See Also: