public class RetrieveJournalEntries extends CallServiceProgramProcedure implements CallServiceProgramParameterFormat
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | FORMAT_RJNE0100 | 
| static java.lang.String | FORMAT_RJNE0200 | 
| static int | KEY_COMMIT_CYCLE_IDENTIFIERKEY_COMMIT_CYCLE_IDENTIFIER corresponds to CMTCYCID parameter of RCVJRNE
 Command. | 
| static int | KEY_DEPENDENT_ENTRIESKEY_DEPENDENT_ENTRIES corresponds to DEPENT parameter of RCVJRNE Command. | 
| static int | KEY_DIRECTORY_SUBTREEKEY_DIRECTORY_SUBTREE corresponds to SUBTREE parameter of RCVJRNE
 Command. | 
| static int | KEY_ENDING_SEQUENCE_NUMBERKEY_ENDING_SEQUENCE_NUMBER corresponds to TOENT parameter of RCVJRNE
 Command. | 
| static int | KEY_ENDING_TIME_STAMPKEY_ENDING_TIME_STAMP corresponds to TOTIME parameter of RCVJRNE Command. | 
| static int | KEY_FILEKEY_FILE corresponds to FILE parameter of RCVJRNE Command. | 
| static int | KEY_FORMAT_MINIMIZED_DATAKEY_FORMAT_MINIMIZED_DATA corresponds to FMTMINDTA parameter of RCVJRNE
 Command. | 
| static int | KEY_INCLUDE_ENTRIESKEY_INCLUDE_ENTRIES corresponds to INCENT parameter of RCVJRNE Command. | 
| static int | KEY_JOBKEY_JOB corresponds to JOB parameter of RCVJRNE Command. | 
| static int | KEY_JOURNAL_CODESKEY_JOURNAL_CODES corresponds to JRNCDE parameter of RCVJRNE Command. | 
| static int | KEY_JOURNAL_ENTRY_TYPESKEY_JOURNAL_ENTRY_TYPES corresponds to ENTTYP parameter of RCVJRNE
 Command. | 
| static int | KEY_NAME_PATTERNKEY_NAME_PATTERN corresponds to PATTERN parameter of RCVJRNE Command. | 
| static int | KEY_NULL_VALUE_INDICATORS_LENGTHKEY_NULL_VALUE_INDICATORS_LENGTH corresponds to NULLINDLEN parameter of
 RCVJRNE Command. | 
| static int | KEY_NUMBER_OF_ENTRIESKEY_NUMBER_OF_ENTRIES corresponds to NBRENT parameter of RCVJRNE Command. | 
| static int | KEY_OBJECTKEY_OBJECT corresponds to OBJ parameter of RCVJRNE Command. | 
| static int | KEY_OBJECT_FILE_IDENTIFIERKEY_OBJECT_FILE_IDENTIFIER corresponds to OBJFID parameter of RCVJRNE
 Command. | 
| static int | KEY_OBJECT_PATHKEY_OBJECT_PATH corresponds to OBJPATH parameter of RCVJRNE Command. | 
| static int | KEY_PROGRAMKEY_PROGRAM corresponds to PGM parameter of RCVJRNE Command. | 
| static int | KEY_RANGE_OF_JOURNAL_RECEIVERSKEY_RANGE_OF_JOURNAL_RECEIVERS corresponds to RCVRNG parameter of RCVJRNE
 Command. | 
| static int | KEY_STARTING_SEQUENCE_NUMBERKEY_STARTING_SEQUENCE_NUMBER corresponds to FROMENT parameter of RCVJRNE
 Command. | 
| static int | KEY_STARTING_TIME_STAMPKEY_STARTING_TIME_STAMP corresponds to FROMTIME parameter of RCVJRNE
 Command. | 
| static int | KEY_USER_PROFILEKEY_USER_PROFILE corresponds to USRPRF parameter of RCVJRNE Command. | 
RETURN_VALUE_FORMAT_INTEGER, RETURN_VALUE_FORMAT_INTEGER_AND_ERROR_NUMBER, RETURN_VALUE_FORMAT_NONE, RETURN_VALUE_FORMAT_POINTERPARAMETER_FORMAT_BY_REFERENCE, PARAMETER_FORMAT_BY_VALUE| Constructor and Description | 
|---|
| RetrieveJournalEntries() | 
| RetrieveJournalEntries(int lengthOfReceiverVariable,
                      java.lang.String journalName,
                      java.lang.String journalLibrary,
                      java.lang.String format,
                      RetrieveJournalEntriesListener listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fillInputData(int parmIndex,
             byte[] buffer,
             int offset)This method is used to fill an output buffer with the parameter information
 before the procedure is called. | 
| java.lang.String | getFormatName() | 
| java.lang.String | getJournalLibrary() | 
| java.lang.String | getJournalName() | 
| int | getLengthOfReceiverVariable() | 
| RetrieveJournalEntriesListener | getListener() | 
| int | getParameterCount()This method is called to get the number of parameters used
 by the service program procedure call. | 
| int | getParameterFormat(int parmIndex)This method is used to obtain the format of the specified parameter | 
| int | getParameterLength(int parmIndex)This method is used to obtain the length of the specified parameter | 
| RetrieveJournalEntriesSelectionListener | getSelectionListener() | 
| void | setFormatName(java.lang.String format) | 
| void | setJournalLibrary(java.lang.String lib) | 
| void | setJournalName(java.lang.String name) | 
| void | setLengthOfReceiverVariable(int length) | 
| void | setListener(RetrieveJournalEntriesListener listener) | 
| void | setOutputData(int parmIndex,
             byte[] buffer,
             int offset)This method is used to set the internal value of the parameter from a dataBuffer | 
| void | setSelectionListener(RetrieveJournalEntriesSelectionListener selection) | 
getExportName, getNumberOfParameters, getParameterFormat, getParameterInputData, getParameterInputLength, getParameterOutputLength, getParameterType, getProgramLibrary, getProgramName, getReturnValueErrorNumber, getReturnValueFormat, getReturnValueInteger, getReturnValuePointer, getServiceProgramLibrary, getServiceProgramName, getTempDataBuffer, newCall, setExportName, setParameterFormat, setParameterOutputData, setReturnValueFormat, setServiceProgramLibrary, setServiceProgramNamepublic static final java.lang.String FORMAT_RJNE0100
public static final java.lang.String FORMAT_RJNE0200
public static final int KEY_RANGE_OF_JOURNAL_RECEIVERS
public static final int KEY_STARTING_SEQUENCE_NUMBER
public static final int KEY_STARTING_TIME_STAMP
public static final int KEY_ENDING_SEQUENCE_NUMBER
public static final int KEY_ENDING_TIME_STAMP
public static final int KEY_NUMBER_OF_ENTRIES
public static final int KEY_JOURNAL_CODES
public static final int KEY_JOURNAL_ENTRY_TYPES
public static final int KEY_JOB
public static final int KEY_PROGRAM
public static final int KEY_USER_PROFILE
public static final int KEY_COMMIT_CYCLE_IDENTIFIER
public static final int KEY_DEPENDENT_ENTRIES
public static final int KEY_INCLUDE_ENTRIES
public static final int KEY_NULL_VALUE_INDICATORS_LENGTH
public static final int KEY_FILE
public static final int KEY_OBJECT
public static final int KEY_OBJECT_PATH
public static final int KEY_OBJECT_FILE_IDENTIFIER
public static final int KEY_DIRECTORY_SUBTREE
public static final int KEY_NAME_PATTERN
public static final int KEY_FORMAT_MINIMIZED_DATA
public RetrieveJournalEntries()
public RetrieveJournalEntries(int lengthOfReceiverVariable,
                      java.lang.String journalName,
                      java.lang.String journalLibrary,
                      java.lang.String format,
                      RetrieveJournalEntriesListener listener)
public RetrieveJournalEntriesSelectionListener getSelectionListener()
public void setSelectionListener(RetrieveJournalEntriesSelectionListener selection)
public int getParameterCount()
CallServiceProgramParameterFormatgetParameterCount in interface CallServiceProgramParameterFormatpublic int getParameterLength(int parmIndex)
CallServiceProgramParameterFormatgetParameterLength in interface CallServiceProgramParameterFormatparmIndex - 0-based parameter identifier.public int getParameterFormat(int parmIndex)
CallServiceProgramParameterFormatgetParameterFormat in interface CallServiceProgramParameterFormatparmIndex - 0-based parameter identifier.public void fillInputData(int parmIndex,
                 byte[] buffer,
                 int offset)
CallServiceProgramParameterFormatfillInputData in interface CallServiceProgramParameterFormatparmIndex - 0-based parameter identifierbuffer - buffer containing the dataoffset - offset to where the data should be placedpublic void setOutputData(int parmIndex,
                 byte[] buffer,
                 int offset)
CallServiceProgramParameterFormatsetOutputData in interface CallServiceProgramParameterFormatparmIndex - 0-based parameter identifierbuffer - buffer containing the dataoffset - offset to where the data should be retrievedpublic int getLengthOfReceiverVariable()
public void setLengthOfReceiverVariable(int length)
public java.lang.String getJournalName()
public void setJournalName(java.lang.String name)
public java.lang.String getJournalLibrary()
public void setJournalLibrary(java.lang.String lib)
public java.lang.String getFormatName()
public void setFormatName(java.lang.String format)
public RetrieveJournalEntriesListener getListener()
public void setListener(RetrieveJournalEntriesListener listener)