org.glassfish.paas.gfplugin
Class RemoteCommandResult
java.lang.Object
org.glassfish.paas.gfplugin.RemoteCommandResult
- All Implemented Interfaces:
- CommandResult
public class RemoteCommandResult
- extends Object
- implements CommandResult
- Author:
- bhavanishankar@java.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteCommandResult
public RemoteCommandResult(int exitStatus,
String output,
Throwable t)
getExitStatus
public CommandResult.ExitStatus getExitStatus()
- Specified by:
getExitStatus in interface CommandResult
getOutput
public String getOutput()
- Specified by:
getOutput in interface CommandResult
getFailureCause
public Throwable getFailureCause()
- Specified by:
getFailureCause in interface CommandResult
Copyright © 2012. All Rights Reserved.