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  boolean exclusive
           
protected  String executionId
           
protected  String messageName
           
protected  Map<String,Object> processVariables
           
 
Constructor Summary
MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables)
           
MessageEventReceivedCmd(String messageName, String executionId, Map<String,Object> processVariables, boolean exclusive)
           
 
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

exclusive

protected boolean exclusive
Constructor Detail

MessageEventReceivedCmd

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

MessageEventReceivedCmd

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

execute

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


Copyright © 2015 camunda services GmbH. All rights reserved.