Package oms3.ngmf.util
Class Control
- java.lang.Object
-
- oms3.ngmf.util.Control
-
public class Control extends Object
Cluster control shell.- Author:
- od
-
-
Constructor Summary
Constructors Constructor Description Control()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)-v -c ec2:1-4 -exec ls -lvoidprocess(String[] args)voidrunCExec(List<String> nodes, String cmd)voidrunCGet(List<String> nodes, String from, String to)voidrunCPut(List<String> nodes, String from, String to)
-
-
-
Constructor Detail
-
Control
public Control() throws IOException- Throws:
IOException
-
-
Method Detail
-
process
public void process(String[] args)
-
main
public static void main(String[] args) throws IOException
-v -c ec2:1-4 -exec ls -l- Parameters:
args-- Throws:
IOException
-
-