|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.exec.marshaler.ExecResponse
public class ExecResponse
Container for execution result data.
| Constructor Summary | |
|---|---|
ExecResponse()
Default constructor. |
|
| Method Summary | |
|---|---|
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). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecResponse()
Default constructor.
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||