com.ibm.pdp.product.tools.extension
Interface IRppSubCommandResult

All Known Implementing Classes:
RppSubCommandResult

public interface IRppSubCommandResult

This interface represents the result of a command execution.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 int getCode()
          Returns the command result code
 java.lang.String getMessage()
          Returns the result message.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getCode

int getCode()
Returns the command result code. - 0 when the command is successful.

Returns:

getMessage

java.lang.String getMessage()
Returns the result message.

Returns: