com.ibm.jtopenlite.command

Class CommandResult

  • java.lang.Object
    • com.ibm.jtopenlite.command.CommandResult
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Message[] getMessages()
      Returns any messages that were issued during the call.
      java.util.List<Message> getMessagesList() 
      int getReturnCode()
      Returns the return code from the call, if any.
      boolean succeeded()
      Returns true if the call was successful.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • succeeded

        public boolean succeeded()
        Returns true if the call was successful.
      • getReturnCode

        public int getReturnCode()
        Returns the return code from the call, if any.
      • getMessages

        public Message[] getMessages()
        Returns any messages that were issued during the call.
      • getMessagesList

        public java.util.List<Message> getMessagesList()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object