Package org.camunda.bpm.engine.impl.cmd
Class MessageEventReceivedCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
-
- All Implemented Interfaces:
java.io.Serializable
,Command<java.lang.Void>
public class MessageEventReceivedCmd extends java.lang.Object implements Command<java.lang.Void>, java.io.Serializable
- Author:
- Daniel Meyer, Joram Barrez
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
exclusive
protected java.lang.String
executionId
protected java.lang.String
messageName
protected java.util.Map<java.lang.String,java.lang.Object>
processVariables
protected java.util.Map<java.lang.String,java.lang.Object>
processVariablesLocal
-
Constructor Summary
Constructors Constructor Description MessageEventReceivedCmd(java.lang.String messageName, java.lang.String executionId, java.util.Map<java.lang.String,java.lang.Object> processVariables)
MessageEventReceivedCmd(java.lang.String messageName, java.lang.String executionId, java.util.Map<java.lang.String,java.lang.Object> processVariables, java.util.Map<java.lang.String,java.lang.Object> processVariablesLocal)
MessageEventReceivedCmd(java.lang.String messageName, java.lang.String executionId, java.util.Map<java.lang.String,java.lang.Object> processVariables, java.util.Map<java.lang.String,java.lang.Object> processVariablesLocal, boolean exclusive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
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
-
executionId
protected final java.lang.String executionId
-
processVariables
protected final java.util.Map<java.lang.String,java.lang.Object> processVariables
-
processVariablesLocal
protected final java.util.Map<java.lang.String,java.lang.Object> processVariablesLocal
-
messageName
protected final java.lang.String messageName
-
exclusive
protected boolean exclusive
-
-
Constructor Detail
-
MessageEventReceivedCmd
public MessageEventReceivedCmd(java.lang.String messageName, java.lang.String executionId, java.util.Map<java.lang.String,java.lang.Object> processVariables)
-
MessageEventReceivedCmd
public MessageEventReceivedCmd(java.lang.String messageName, java.lang.String executionId, java.util.Map<java.lang.String,java.lang.Object> processVariables, java.util.Map<java.lang.String,java.lang.Object> processVariablesLocal)
-
MessageEventReceivedCmd
public MessageEventReceivedCmd(java.lang.String messageName, java.lang.String executionId, java.util.Map<java.lang.String,java.lang.Object> processVariables, java.util.Map<java.lang.String,java.lang.Object> processVariablesLocal, boolean exclusive)
-
-
Method Detail
-
execute
public java.lang.Void execute(CommandContext commandContext)
-
-