com.ibm.jtopenlite.command.program.journal

Class RetrieveJournalReceiverInformation

    • Field Detail

    • Constructor Detail

      • RetrieveJournalReceiverInformation

        public RetrieveJournalReceiverInformation()
      • RetrieveJournalReceiverInformation

        public RetrieveJournalReceiverInformation(int lengthOfReceiverVariable,
                                          java.lang.String receiverName,
                                          java.lang.String receiverLibrary,
                                          java.lang.String format,
                                          RetrieveJournalReceiverInformationListener listener)
    • Method Detail

      • getParameterFormat

        public int getParameterFormat(int parmIndex)
        Description copied from interface: CallServiceProgramParameterFormat
        This method is used to obtain the format of the specified parameter
        Specified by:
        getParameterFormat in interface CallServiceProgramParameterFormat
        Parameters:
        parmIndex - 0-based parameter identifier.
        Returns:
        parameter format which is one of the following: PARAMETER_FORMAT_BY_VALUE PARAMETER_FORMAT_BY_REFERENCE
      • fillInputData

        public void fillInputData(int parmIndex,
                         byte[] buffer,
                         int offset)
        Description copied from interface: CallServiceProgramParameterFormat
        This method is used to fill an output buffer with the parameter information before the procedure is called.
        Specified by:
        fillInputData in interface CallServiceProgramParameterFormat
        Parameters:
        parmIndex - 0-based parameter identifier
        buffer - buffer containing the data
        offset - offset to where the data should be placed
      • setOutputData

        public void setOutputData(int parmIndex,
                         byte[] buffer,
                         int offset)
        Description copied from interface: CallServiceProgramParameterFormat
        This method is used to set the internal value of the parameter from a dataBuffer
        Specified by:
        setOutputData in interface CallServiceProgramParameterFormat
        Parameters:
        parmIndex - 0-based parameter identifier
        buffer - buffer containing the data
        offset - offset to where the data should be retrieved
      • getLengthOfReceiverVariable

        public int getLengthOfReceiverVariable()
      • setLengthOfReceiverVariable

        public void setLengthOfReceiverVariable(int length)
      • getReceiverName

        public java.lang.String getReceiverName()
      • setReceiverName

        public void setReceiverName(java.lang.String name)
      • getReceiverLibrary

        public java.lang.String getReceiverLibrary()
      • setReceiverLibrary

        public void setReceiverLibrary(java.lang.String lib)
      • getFormatName

        public java.lang.String getFormatName()
      • setFormatName

        public void setFormatName(java.lang.String format)