com.ibm.jtopenlite.command.program.journal

Interface RetrieveJournalEntriesSelectionListener

  • All Known Implementing Classes:
    RetrieveJournalEntriesSelection


    public interface RetrieveJournalEntriesSelectionListener
    Listener interface used to pass parameters to a call to RetrieveJournalEntries, which uses the QjoRetrieveJournalEntries API.
    • Method Detail

      • getNumberOfVariableLengthRecords

        int getNumberOfVariableLengthRecords()
      • getVariableLengthRecordKey

        int getVariableLengthRecordKey(int index)
      • getVariableLengthRecordDataLength

        int getVariableLengthRecordDataLength(int index)
      • setVariableLengthRecordData

        void setVariableLengthRecordData(int index,
                                       byte[] buffer,
                                       int offset)