com.ibm.wsspi.zos.command.processing

Interface CommandResponses



  • public interface CommandResponses
    Command Responses interface.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getCommandResponses(java.lang.String command, java.util.List<java.lang.String> responses)
      Get a list of responses for a command.
    • Method Detail

      • getCommandResponses

        int getCommandResponses(java.lang.String command,
                              java.util.List<java.lang.String> responses)
        Get a list of responses for a command.
        Parameters:
        command - The command.
        responses - A list that the responses get added to.
        Returns:
        A return code. non zero indicates an error happened.