network.manager
Class SSHCommandRunner

java.lang.Object
  extended bynetwork.manager.SSHCommandRunner

public class SSHCommandRunner
extends java.lang.Object


Constructor Summary
SSHCommandRunner(java.lang.String hostname)
          Creates a new instance of SSHCommandRunner
 
Method Summary
 void execute(java.lang.String command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHCommandRunner

public SSHCommandRunner(java.lang.String hostname)
Creates a new instance of SSHCommandRunner

Method Detail

execute

public void execute(java.lang.String command)
             throws java.lang.Exception
Throws:
java.lang.Exception