com.ibm.websphere.management.cmdframework
Interface TaskCommandResult
- All Superinterfaces:
- CommandResult, java.io.Serializable
- All Known Implementing Classes:
- TaskCommandResultImpl
public interface TaskCommandResult
- extends CommandResult
A task command may optionally set the result for individual command. This
interface allows user to get the result of specific step.
getStepResult
CommandResult getStepResult(java.lang.String stepName)
- Gets the command step results.
- Parameters:
stepName
- step name.
- Returns:
- the result of the specified step. If the result is not set for the
specified step, then it returns null.