org.ow2.orchestra.pvm.internal.cmd
Class SetVariablesCmd

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.cmd.AbstractCommand<T>
      extended by org.ow2.orchestra.pvm.internal.cmd.VariablesCmd<Execution>
          extended by org.ow2.orchestra.pvm.internal.cmd.SetVariablesCmd
All Implemented Interfaces:
Serializable, Command<Execution>

public class SetVariablesCmd
extends VariablesCmd<Execution>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String executionId
           
 
Fields inherited from class org.ow2.orchestra.pvm.internal.cmd.VariablesCmd
variables
 
Constructor Summary
SetVariablesCmd(String executionId)
           
SetVariablesCmd(String executionId, String key, Object variable)
           
 
Method Summary
 Execution execute(Environment environment)
           
 String getExecutionId()
           
 
Methods inherited from class org.ow2.orchestra.pvm.internal.cmd.VariablesCmd
addVariable, getVariables, setVariables
 
Methods inherited from class org.ow2.orchestra.pvm.internal.cmd.AbstractCommand
getExecution, getExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionId

protected String executionId
Constructor Detail

SetVariablesCmd

public SetVariablesCmd(String executionId)

SetVariablesCmd

public SetVariablesCmd(String executionId,
                       String key,
                       Object variable)
Method Detail

execute

public Execution execute(Environment environment)

getExecutionId

public String getExecutionId()


Copyright © 2011 OW2 Consortium. All Rights Reserved.