de.jw.cloud42.core.domain
Class RemoteResult

java.lang.Object
  extended by de.jw.cloud42.core.domain.RemoteResult

public class RemoteResult
extends java.lang.Object

A RemoteResult encapsulates return information of remotly executed commands.

Author:
fbitzer

Constructor Summary
RemoteResult()
           
 
Method Summary
 java.lang.String getExceptionMessage()
           
 int getExitCode()
           
 java.lang.String getStdErr()
           
 java.lang.String getStdOut()
           
 void setExceptionMessage(java.lang.String exceptionMessage)
           
 void setExitCode(int exitCode)
           
 void setStdErr(java.lang.String stdErr)
           
 void setStdOut(java.lang.String stdOut)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteResult

public RemoteResult()
Method Detail

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.