Package org.activiti.engine.impl.cmd
Class MessageEventReceivedCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.NeedsActiveExecutionCmd<Void>
-
- org.activiti.engine.impl.cmd.MessageEventReceivedCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class MessageEventReceivedCmd extends NeedsActiveExecutionCmd<Void>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanasyncprotected StringmessageNameprotected Map<String,Object>payload-
Fields inherited from class org.activiti.engine.impl.cmd.NeedsActiveExecutionCmd
executionId
-
-
Constructor Summary
Constructors Constructor Description MessageEventReceivedCmd(String messageName, String executionId, boolean async)MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Voidexecute(CommandContext commandContext, ExecutionEntity execution)Subclasses should implement this method.protected voidexecuteInternal(CommandContext commandContext, ExecutionEntity execution)-
Methods inherited from class org.activiti.engine.impl.cmd.NeedsActiveExecutionCmd
execute, getSuspendedExceptionMessage
-
-
-
-
Method Detail
-
execute
protected Void execute(CommandContext commandContext, ExecutionEntity execution)
Description copied from class:NeedsActiveExecutionCmdSubclasses should implement this method. The providedExecutionEntityis guaranteed to be active (ie. not suspended).- Specified by:
executein classNeedsActiveExecutionCmd<Void>
-
executeInternal
protected void executeInternal(CommandContext commandContext, ExecutionEntity execution)
-
-