flux
Class SCPAction.SCPActionResult

java.lang.Object
  extended by flux.SCPAction.SCPActionResult
All Implemented Interfaces:
Serializable, Cloneable
Enclosing interface:
SCPAction

public static class SCPAction.SCPActionResult
extends Object
implements Serializable, Cloneable

The response from SCPAction that executes a remote command.

See Also:
Serialized Form

Field Summary
 int result
          The process's exit code, as returned by the operating system.
 String stderr
          The standard error (stderr) from the completed process.
 String stdout
          The standard output (stdout) from the completed process.
 
Constructor Summary
SCPAction.SCPActionResult()
           
 
Method Summary
protected  Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public int result
The process's exit code, as returned by the operating system.


stderr

public transient String stderr
The standard error (stderr) from the completed process. This field is transient, so its value, if any, will not be stored to the database.


stdout

public transient String stdout
The standard output (stdout) from the completed process. This field is transient, so its value, if any, will not be stored to the database.

Constructor Detail

SCPAction.SCPActionResult

public SCPAction.SCPActionResult()
Method Detail

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


© 2012 Flux Corporation. All rights reserved.