Package org.camunda.bpm.qa.upgrade.util
Class ControlledCommand
- java.lang.Object
-
- org.camunda.bpm.qa.upgrade.util.ControlledCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected Command<?>
command
protected ControllableThread
controllableThread
-
Constructor Summary
Constructors Constructor Description ControlledCommand(ControllableThread controllableThread, Command<?> command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(CommandContext commandContext)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
-
-
-
Field Detail
-
controllableThread
protected ControllableThread controllableThread
-
command
protected Command<?> command
-
-
Constructor Detail
-
ControlledCommand
public ControlledCommand(ControllableThread controllableThread, Command<?> command)
-
-
Method Detail
-
execute
public Object execute(CommandContext commandContext)
-
-