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

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.cmd.GetVariablesCmd
All Implemented Interfaces:
Serializable, Command<Map<String,Object>>

public class GetVariablesCmd
extends Object
implements Command<Map<String,Object>>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  String executionId
           
protected  List<String> variableNames
           
 
Constructor Summary
GetVariablesCmd(String executionId, List<String> variableNames)
           
 
Method Summary
 Map<String,Object> execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionId

protected String executionId

variableNames

protected List<String> variableNames
Constructor Detail

GetVariablesCmd

public GetVariablesCmd(String executionId,
                       List<String> variableNames)
Method Detail

execute

public Map<String,Object> execute(Environment environment)
Specified by:
execute in interface Command<Map<String,Object>>


Copyright © 2011 OW2 Consortium. All Rights Reserved.