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<?>commandprotected ControllableThreadcontrollableThread 
- 
Constructor Summary
Constructors Constructor Description ControlledCommand(ControllableThread controllableThread, Command<?> command) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectexecute(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 java.lang.Object execute(CommandContext commandContext)
 
 - 
 
 -