|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.jtopenlite.command.CommandResult
public class CommandResult
The result of calling a program or command.
CommandConnection.call(java.lang.String, java.lang.String, com.ibm.jtopenlite.command.Parameter[]),
CommandConnection.execute(java.lang.String)| Method Summary | |
|---|---|
Message[] |
getMessages()
Returns any messages that were issued during the call. |
int |
getReturnCode()
Returns the return code from the call, if any. |
boolean |
succeeded()
Returns true if the call was successful. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean succeeded()
public int getReturnCode()
public Message[] getMessages()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||