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 Summary
Methods Modifier and Type Method and Description int
getNumberOfVariableLengthRecords()
int
getVariableLengthRecordDataLength(int index)
int
getVariableLengthRecordKey(int index)
void
setVariableLengthRecordData(int index, byte[] buffer, int offset)
-
-
-
Method Detail
-
getNumberOfVariableLengthRecords
int getNumberOfVariableLengthRecords()
-
getVariableLengthRecordKey
int getVariableLengthRecordKey(int index)
-
getVariableLengthRecordDataLength
int getVariableLengthRecordDataLength(int index)
-
setVariableLengthRecordData
void setVariableLengthRecordData(int index, byte[] buffer, int offset)
-
-