public class RetrieveJournalReceiverInformation extends CallServiceProgramProcedure implements CallServiceProgramParameterFormat
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FORMAT_RRCV0100 |
RETURN_VALUE_FORMAT_INTEGER, RETURN_VALUE_FORMAT_INTEGER_AND_ERROR_NUMBER, RETURN_VALUE_FORMAT_NONE, RETURN_VALUE_FORMAT_POINTER
PARAMETER_FORMAT_BY_REFERENCE, PARAMETER_FORMAT_BY_VALUE
Constructor and Description |
---|
RetrieveJournalReceiverInformation() |
RetrieveJournalReceiverInformation(int lengthOfReceiverVariable,
java.lang.String receiverName,
java.lang.String receiverLibrary,
java.lang.String format,
RetrieveJournalReceiverInformationListener listener) |
RetrieveJournalReceiverInformation(java.lang.String receiverName,
java.lang.String receiverLibrary,
RetrieveJournalReceiverInformationListener 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() |
int |
getLengthOfReceiverVariable() |
RetrieveJournalReceiverInformationListener |
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
|
java.lang.String |
getReceiverLibrary() |
java.lang.String |
getReceiverName() |
void |
setFormatName(java.lang.String format) |
void |
setLengthOfReceiverVariable(int length) |
void |
setListener(RetrieveJournalReceiverInformationListener 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 |
setReceiverLibrary(java.lang.String lib) |
void |
setReceiverName(java.lang.String name) |
getExportName, getNumberOfParameters, getParameterFormat, getParameterInputData, getParameterInputLength, getParameterOutputLength, getParameterType, getProgramLibrary, getProgramName, getReturnValueErrorNumber, getReturnValueFormat, getReturnValueInteger, getReturnValuePointer, getServiceProgramLibrary, getServiceProgramName, getTempDataBuffer, newCall, setExportName, setParameterFormat, setParameterOutputData, setReturnValueFormat, setServiceProgramLibrary, setServiceProgramName
public static final java.lang.String FORMAT_RRCV0100
public RetrieveJournalReceiverInformation()
public RetrieveJournalReceiverInformation(java.lang.String receiverName, java.lang.String receiverLibrary, RetrieveJournalReceiverInformationListener listener)
public RetrieveJournalReceiverInformation(int lengthOfReceiverVariable, java.lang.String receiverName, java.lang.String receiverLibrary, java.lang.String format, RetrieveJournalReceiverInformationListener listener)
public int getParameterCount()
CallServiceProgramParameterFormat
getParameterCount
in interface CallServiceProgramParameterFormat
public int getParameterLength(int parmIndex)
CallServiceProgramParameterFormat
getParameterLength
in interface CallServiceProgramParameterFormat
parmIndex
- 0-based parameter identifier.public int getParameterFormat(int parmIndex)
CallServiceProgramParameterFormat
getParameterFormat
in interface CallServiceProgramParameterFormat
parmIndex
- 0-based parameter identifier.public void fillInputData(int parmIndex, byte[] buffer, int offset)
CallServiceProgramParameterFormat
fillInputData
in interface CallServiceProgramParameterFormat
parmIndex
- 0-based parameter identifierbuffer
- buffer containing the dataoffset
- offset to where the data should be placedpublic void setOutputData(int parmIndex, byte[] buffer, int offset)
CallServiceProgramParameterFormat
setOutputData
in interface CallServiceProgramParameterFormat
parmIndex
- 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 getReceiverName()
public void setReceiverName(java.lang.String name)
public java.lang.String getReceiverLibrary()
public void setReceiverLibrary(java.lang.String lib)
public java.lang.String getFormatName()
public void setFormatName(java.lang.String format)
public RetrieveJournalReceiverInformationListener getListener()
public void setListener(RetrieveJournalReceiverInformationListener listener)