com.ibm.pdp.product.tools.extension
Class RppSubCommandResult

java.lang.Object
  extended by com.ibm.pdp.product.tools.extension.RppSubCommandResult
All Implemented Interfaces:
IRppSubCommandResult

public class RppSubCommandResult
extends java.lang.Object
implements IRppSubCommandResult

Concrete IRppSubCommandResult class.


Field Summary
static java.lang.String copyright
           
 
Constructor Summary
RppSubCommandResult(int code, java.lang.String message)
          Constructor.
 
Method Summary
 int getCode()
          Returns the command result code
 java.lang.String getMessage()
          Returns the result message.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

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

RppSubCommandResult

public RppSubCommandResult(int code,
                           java.lang.String message)
Constructor.

Parameters:
code -
message -
Method Detail

getCode

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

Specified by:
getCode in interface IRppSubCommandResult
Returns:

getMessage

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

Specified by:
getMessage in interface IRppSubCommandResult
Returns: