IBM WebSphere Application ServerTM
Release 8

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.


Method Summary
 CommandResult 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.

IBM WebSphere Application ServerTM
Release 8