com.ibm.websphere.management.cmdframework
Interface TaskCommandResult
All Superinterfaces:
CommandResult, java.io.Serializable
All known implementing classes:
- public interface TaskCommandResult
- extends CommandResult
Method Summary
| Modifier and Type | Method and Description |
|---|---|
getStepResult(java.lang.String stepName)
Gets the command step results.
|
| Methods inherited from interface com.ibm.websphere.management.cmdframework.CommandResult |
|---|
getException, getMessages, getResult, isSuccessful |
Method Detail
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.