Package org.drools.core.fluent.impl
Class PseudoClockRunner
- java.lang.Object
-
- org.drools.core.fluent.impl.PseudoClockRunner
-
- All Implemented Interfaces:
InternalLocalRunner,org.kie.api.runtime.CommandExecutor,org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
- Direct Known Subclasses:
AbstractInterceptor
public class PseudoClockRunner extends Object implements InternalLocalRunner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.runtime.InternalLocalRunner
InternalLocalRunner.SingleBatchExecutable, InternalLocalRunner.SingleCommandExecutable
-
-
Constructor Summary
Constructors Constructor Description PseudoClockRunner()PseudoClockRunner(long startTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.RequestContextcreateContext()org.kie.api.runtime.RequestContextexecute(org.kie.api.runtime.Executable executable, org.kie.api.runtime.RequestContext ctx)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.runtime.InternalLocalRunner
execute, execute, execute
-
-
-
-
Method Detail
-
execute
public org.kie.api.runtime.RequestContext execute(org.kie.api.runtime.Executable executable, org.kie.api.runtime.RequestContext ctx)- Specified by:
executein interfaceorg.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
-
createContext
public org.kie.api.runtime.RequestContext createContext()
- Specified by:
createContextin interfaceorg.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
-
-