org.ow2.orchestra.pvm.internal.cmd
Class GetVariablesCmd
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executionId
protected String executionId
variableNames
protected List<String> variableNames
GetVariablesCmd
public GetVariablesCmd(String executionId,
List<String> variableNames)
execute
public Map<String,Object> execute(Environment environment)
- Specified by:
execute in interface Command<Map<String,Object>>
Copyright © 2011 OW2 Consortium. All Rights Reserved.