de.jw.cloud42.core.domain
Class RemoteResult
java.lang.Object
de.jw.cloud42.core.domain.RemoteResult
public class RemoteResult
- extends java.lang.Object
A RemoteResult encapsulates return information of remotly executed commands.
- Author:
- fbitzer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteResult
public RemoteResult()
getStdErr
public java.lang.String getStdErr()
- Returns:
- the stdErr
setStdErr
public void setStdErr(java.lang.String stdErr)
- Parameters:
stdErr - the stdErr to set
getStdOut
public java.lang.String getStdOut()
- Returns:
- the stdOut
setStdOut
public void setStdOut(java.lang.String stdOut)
- Parameters:
stdOut - the stdOut to set
getExceptionMessage
public java.lang.String getExceptionMessage()
- Returns:
- the exceptionMessage
setExceptionMessage
public void setExceptionMessage(java.lang.String exceptionMessage)
- Parameters:
exceptionMessage - the exceptionMessage to set
getExitCode
public int getExitCode()
setExitCode
public void setExitCode(int exitCode)
Copyright © 2010 just works! Software. All Rights Reserved.