public class ExecResponse
extends java.lang.Object
Container for execution result data.
| Constructor and Description |
|---|
ExecResponse()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getEndTime() |
java.lang.StringBuffer |
getErrorData() |
long |
getExecutionDuration() |
int |
getExitCode() |
java.lang.StringBuffer |
getOutputData() |
long |
getStartTime() |
void |
setEndTime(long endTime)
This attribute defines the system command execution end time (timestamp).
|
void |
setErrorData(java.lang.StringBuffer errorData)
This attribute defines the system command execution error buffer.
|
void |
setExecutionDuration(long executionDuration)
This attribute defines the system command execution duration.
|
void |
setExitCode(int exitCode)
This attribute defines the system command execution exit code.
|
void |
setOutputData(java.lang.StringBuffer outputData)
This attribute defines the system command execution output buffer.
|
void |
setStartTime(long startTime)
This attribute defines the system command execution start time (timestamp).
|
public int getExitCode()
public void setExitCode(int exitCode)
This attribute defines the system command execution exit code.
exitCode - the system command execution exit code.public long getStartTime()
public void setStartTime(long startTime)
This attribute defines the system command execution start time (timestamp).
startTime - the system command execution start time.public long getEndTime()
public void setEndTime(long endTime)
This attribute defines the system command execution end time (timestamp).
endTime - the system command execution end time.public long getExecutionDuration()
public void setExecutionDuration(long executionDuration)
This attribute defines the system command execution duration.
executionDuration - the system command execution duration.public java.lang.StringBuffer getOutputData()
public void setOutputData(java.lang.StringBuffer outputData)
This attribute defines the system command execution output buffer.
outputData - the system command execution output buffer.public java.lang.StringBuffer getErrorData()
public void setErrorData(java.lang.StringBuffer errorData)
This attribute defines the system command execution error buffer.
errorData - the system command execution error buffer.Copyright © 2005-2014 FuseSource. All Rights Reserved.