Class ExecutionErrorHandlerInterceptor
- java.lang.Object
-
- org.drools.core.fluent.impl.PseudoClockRunner
-
- org.drools.core.command.impl.AbstractInterceptor
-
- org.jbpm.runtime.manager.impl.error.ExecutionErrorHandlerInterceptor
-
- All Implemented Interfaces:
org.drools.core.runtime.ChainableRunner
,org.drools.core.runtime.InternalLocalRunner
,org.kie.api.runtime.CommandExecutor
,org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
public class ExecutionErrorHandlerInterceptor extends org.drools.core.command.impl.AbstractInterceptor
-
-
Constructor Summary
Constructors Constructor Description ExecutionErrorHandlerInterceptor(org.kie.api.runtime.Environment env)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.RequestContext
execute(org.kie.api.runtime.Executable executable, org.kie.api.runtime.RequestContext ctx)
protected boolean
hasInterceptorInStack()
protected org.kie.api.runtime.RequestContext
internalExecute(org.kie.api.runtime.Executable executable, org.kie.api.runtime.RequestContext ctx)
-
Methods inherited from class org.drools.core.command.impl.AbstractInterceptor
executeNext, getNext, setNext
-
-
-
-
Method Detail
-
execute
public final org.kie.api.runtime.RequestContext execute(org.kie.api.runtime.Executable executable, org.kie.api.runtime.RequestContext ctx)
- Specified by:
execute
in interfaceorg.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
- Overrides:
execute
in classorg.drools.core.fluent.impl.PseudoClockRunner
-
internalExecute
protected org.kie.api.runtime.RequestContext internalExecute(org.kie.api.runtime.Executable executable, org.kie.api.runtime.RequestContext ctx)
-
hasInterceptorInStack
protected boolean hasInterceptorInStack()
-
-