public class OpenListOfJobLogMessages extends java.lang.Object implements OpenListProgram<OpenListOfJobLogMessagesOLJL0100,OpenListOfJobLogMessagesOLJL0100Listener>
| Constructor and Description |
|---|
OpenListOfJobLogMessages() |
OpenListOfJobLogMessages(int lengthOfReceiverVariable,
int numberOfRecordsToReturn,
OpenListOfJobLogMessagesOLJL0100 format) |
| Modifier and Type | Method and Description |
|---|---|
OpenListOfJobLogMessagesOLJL0100Listener |
getFormatListener()
The format listener gets called by the formatter once the output data has been formatted.
|
OpenListOfJobLogMessagesOLJL0100 |
getFormatter()
The formatter is the class that handles formatting the output data for each entry in the list.
|
ListInformation |
getListInformation() |
int |
getNumberOfParameters()
Returns the number of parameters for this program.
|
int |
getNumberOfRecordsToReturn() |
byte[] |
getParameterInputData(int parmIndex)
Returns the input data of the parameter at the specified index.
|
int |
getParameterInputLength(int parmIndex)
Returns the input length of the parameter at the specified index.
|
int |
getParameterOutputLength(int parmIndex)
Returns the output length of the parameter at the specified index.
|
int |
getParameterType(int parmIndex)
Returns the type of parameter at the specified index.
|
java.lang.String |
getProgramLibrary()
Returns the library of the program object.
|
java.lang.String |
getProgramName()
Returns the name of the program object.
|
OpenListOfJobLogMessagesSelectionListener |
getSelectionListener() |
byte[] |
getTempDataBuffer()
The implementor can create their own temp byte array for the output parameter size and reuse it each time a call is performed,
or for more than one parameter on the same call.
|
void |
newCall()
Invoked before any other methods on this interface by CommandConnection whenever this Program is called.
|
void |
setFormatListener(OpenListOfJobLogMessagesOLJL0100Listener listener) |
void |
setFormatter(OpenListOfJobLogMessagesOLJL0100 format) |
void |
setNumberOfRecordsToReturn(int numberOfRecordsToReturn) |
void |
setParameterOutputData(int parmIndex,
byte[] data,
int maxLength)
Sets the output data for the parameter at the specified index.
|
void |
setSelectionListener(OpenListOfJobLogMessagesSelectionListener listener) |
public OpenListOfJobLogMessages()
public OpenListOfJobLogMessages(int lengthOfReceiverVariable,
int numberOfRecordsToReturn,
OpenListOfJobLogMessagesOLJL0100 format)
public java.lang.String getProgramName()
ProgramgetProgramName in interface Programpublic java.lang.String getProgramLibrary()
ProgramgetProgramLibrary in interface Programpublic int getNumberOfParameters()
ProgramgetNumberOfParameters in interface Programpublic final byte[] getTempDataBuffer()
ProgramgetTempDataBuffer in interface Programpublic OpenListOfJobLogMessagesSelectionListener getSelectionListener()
public void setSelectionListener(OpenListOfJobLogMessagesSelectionListener listener)
public OpenListOfJobLogMessagesOLJL0100 getFormatter()
OpenListProgramgetFormatter in interface OpenListProgram<OpenListOfJobLogMessagesOLJL0100,OpenListOfJobLogMessagesOLJL0100Listener>public void setFormatter(OpenListOfJobLogMessagesOLJL0100 format)
setFormatter in interface OpenListProgram<OpenListOfJobLogMessagesOLJL0100,OpenListOfJobLogMessagesOLJL0100Listener>public OpenListOfJobLogMessagesOLJL0100Listener getFormatListener()
OpenListProgramgetFormatListener in interface OpenListProgram<OpenListOfJobLogMessagesOLJL0100,OpenListOfJobLogMessagesOLJL0100Listener>public void setFormatListener(OpenListOfJobLogMessagesOLJL0100Listener listener)
setFormatListener in interface OpenListProgram<OpenListOfJobLogMessagesOLJL0100,OpenListOfJobLogMessagesOLJL0100Listener>public void newCall()
Programpublic ListInformation getListInformation()
getListInformation in interface OpenListProgram<OpenListOfJobLogMessagesOLJL0100,OpenListOfJobLogMessagesOLJL0100Listener>public int getNumberOfRecordsToReturn()
public void setNumberOfRecordsToReturn(int numberOfRecordsToReturn)
public int getParameterInputLength(int parmIndex)
ProgramgetParameterInputLength in interface Programpublic int getParameterOutputLength(int parmIndex)
ProgramgetParameterOutputLength in interface Programpublic int getParameterType(int parmIndex)
ProgramgetParameterType in interface ProgramParameterpublic byte[] getParameterInputData(int parmIndex)
ProgramgetParameterInputData in interface Programpublic void setParameterOutputData(int parmIndex,
byte[] data,
int maxLength)
ProgramsetParameterOutputData in interface Program