com.sun.n1.sps.model.executor
Interface ExecNativeOutput


public interface ExecNativeOutput

Encapsulates an exec native output for the CLUI.


Method Summary
 java.lang.String getError()
          Returns the exec native stderr.
 java.lang.String getExitCode()
          Returns the exit code for the exec native output.
 java.lang.String getOutput()
          Returns the exec native output.
 StepID getStepID()
          Returns the stepID of the exec native step that executed this command.
 TaskID getTaskID()
          Returns the task Id that this exec native output belongs to.
 

Method Detail

getOutput

java.lang.String getOutput()
Returns the exec native output.

Returns:
The exec native output.

getError

java.lang.String getError()
Returns the exec native stderr.

Returns:
The exec native stderr.

getExitCode

java.lang.String getExitCode()
Returns the exit code for the exec native output.

Returns:
the exit code for the exec native output.

getTaskID

TaskID getTaskID()
Returns the task Id that this exec native output belongs to.

Returns:
The task Id.

getStepID

StepID getStepID()
Returns the stepID of the exec native step that executed this command.

Returns:
The step Id.