org.jboss.soa.esb.services.jbpm.cmd
Class CommandExecutor
java.lang.Object
org.jboss.soa.esb.services.jbpm.cmd.CommandExecutor
public class CommandExecutor
- extends java.lang.Object
Executes jBPM commands.
- Author:
- schifest@heuristica.com.ar, Kurt Stam
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CANCEL_PROCESS_INSTANCE_EXECUTOR
protected static final Command CANCEL_PROCESS_INSTANCE_EXECUTOR
SIGNAL_EXECUTOR
protected static final Command SIGNAL_EXECUTOR
CALLBACK_EXECUTOR
protected static final Command CALLBACK_EXECUTOR
_values
protected static final java.util.Map<Constants.OpCode,Command> _values
CommandExecutor
public CommandExecutor()
getInstance
public static CommandExecutor getInstance()
getCommand
public Command getCommand(java.lang.String commandString)
throws ConfigurationException
- Throws:
ConfigurationException
getJbpmCommandService
public static org.jbpm.command.CommandService getJbpmCommandService()
- Encapsulate obtention of jBPM CommandService.
- Returns:
- CommandService