Package org.jbpm.test.jobexec
Class CheckCallCommand
- java.lang.Object
-
- org.jbpm.test.jobexec.CheckCallCommand
-
- All Implemented Interfaces:
org.kie.api.executor.Command
public class CheckCallCommand extends Object implements org.kie.api.executor.Command
If this class is used by more than one test, then this class needs to be changed so that multiple tests do not cause deadlocks by using the same CyclicBarrier instance. At the moment, this test is only used by the
-
-
Constructor Summary
Constructors Constructor Description CheckCallCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.executor.ExecutionResults
execute(org.kie.api.executor.CommandContext ctx)
static CyclicBarrier
getBarrier()
-
-
-
Method Detail
-
getBarrier
public static CyclicBarrier getBarrier()
-
-