org.ow2.jasmine.vmm.agent.driver.util
Class RemoteExec.Result

java.lang.Object
  extended by org.ow2.jasmine.vmm.agent.driver.util.RemoteExec.Result
Enclosing class:
RemoteExec

public static class RemoteExec.Result
extends java.lang.Object

Result of a remote SSH invocation


Field Summary
 java.lang.String error
          standard error
 int exitCode
          exit code of the remote command
 java.lang.String output
          standard output
 
Constructor Summary
RemoteExec.Result()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exitCode

public int exitCode
exit code of the remote command


output

public java.lang.String output
standard output


error

public java.lang.String error
standard error

Constructor Detail

RemoteExec.Result

public RemoteExec.Result()


Copyright © 2009 OW2 Consortium. All Rights Reserved.