flux
Class SCPAction.SCPActionResult
java.lang.Object
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. |
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.
SCPAction.SCPActionResult
public SCPAction.SCPActionResult()
clone
protected Object clone()
throws CloneNotSupportedException
- Overrides:
clone
in class Object
- Throws:
CloneNotSupportedException
© 2000-2011 Flux Corporation. All rights reserved.