com.ibm.jtopenlite.command

Class CommandResult

    • 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 List<Message> getMessagesList()