org.camunda.bpm.engine.impl.cmd
Class MessageEventReceivedCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.MessageEventReceivedCmd
All Implemented Interfaces:
Serializable, Command<Void>

public class MessageEventReceivedCmd
extends Object
implements Command<Void>, Serializable

Author:
Daniel Meyer, Joram Barrez
See Also:
Serialized Form

Field Summary
protected  String executionId
           
protected  String messageName
           
protected  Map<String,Object> processVariables
           
 
Constructor Summary
MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables)
           
 
Method Summary
 Void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionId

protected final String executionId

processVariables

protected final Map<String,Object> processVariables

messageName

protected final String messageName
Constructor Detail

MessageEventReceivedCmd

public MessageEventReceivedCmd(String messageName,
                               String executionId,
                               Map<String,Object> processVariables)
Method Detail

execute

public Void execute(CommandContext commandContext)
Specified by:
execute in interface Command<Void>


Copyright © 2014 camunda services GmbH. All rights reserved.