All Packages Class Hierarchy
$
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- callProgram(String).
Method in class com.ibm.as400.data.ProgramCallDocument
- Calls the named program.
- clone().
Method in class com.ibm.as400.data.ProgramCallDocument
- Clones
The setSystem and setDocument methods must be called prior to using
the object.
- getErrno(String).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns an "errno" value for the named service program element.
- getException().
Method in class com.ibm.as400.data.PcmlException
- Returns the original exception that caused this
PcmlException
.
- getIntReturnValue(String).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns an int return value for the named service program element.
- getIntValue(String).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns an int value for the named element.
- getIntValue(String, int[]).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns an int value for the named element given indices to the data element.
- getLocalizedMessage().
Method in class com.ibm.as400.data.PcmlException
- Returns a localized description of this
PcmlException
.
- getLogFileName().
Static method in class com.ibm.as400.data.PcmlMessageLog
- Returns the log file name.
- getLogStream().
Static method in class com.ibm.as400.data.PcmlMessageLog
- Returns the log stream.
- getMessageList(String).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns the list of AS/400 messages returned from running the
program.
- getOutputsize(String).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns the number of bytes reserved for output for the named element.
- getOutputsize(String, int[]).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns the number of bytes reserved for output for the named element and indices.
- getSystem().
Method in class com.ibm.as400.data.ProgramCallDocument
- Gets the AS/400 on which programs are to be called.
- getValue(String).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns the Java object value for the named element.
- getValue(String, int[]).
Method in class com.ibm.as400.data.ProgramCallDocument
- Returns the Java object value for the named element given indices to the data element.
- isTraceEnabled().
Static method in class com.ibm.as400.data.PcmlMessageLog
- Determines whether low level trace messages will be written to the console.
- logError(Object).
Static method in class com.ibm.as400.data.PcmlMessageLog
- Logs an error string to the current logging destination.
- logError(Object, Throwable).
Static method in class com.ibm.as400.data.PcmlMessageLog
- Logs an error string and a stack trace to the current logging destination.
- main(String[]).
Static method in class com.ibm.as400.data.ProgramCallDocument
- Provides a command line interface to
ProgramCallDocument
.
- printStackTrace(Throwable).
Static method in class com.ibm.as400.data.PcmlMessageLog
- Logs a stack trace to the current logging destination.
- ProgramCallDocument().
Constructor for class com.ibm.as400.data.ProgramCallDocument
- Constructs a
ProgramCallDocument
The setSystem and setDocument methods must be called prior to using
the object.
- ProgramCallDocument(AS400, String).
Constructor for class com.ibm.as400.data.ProgramCallDocument
- Constructs a
ProgramCallDocument
.
- serialize().
Method in class com.ibm.as400.data.ProgramCallDocument
- Serializes the ProgramCallDocument.
- setDocument(String).
Method in class com.ibm.as400.data.ProgramCallDocument
- Sets the PCML document resource.
- setIntValue(String, int).
Method in class com.ibm.as400.data.ProgramCallDocument
- Sets the Java object value for the named element using a int input.
- setIntValue(String, int[], int).
Method in class com.ibm.as400.data.ProgramCallDocument
- Sets the Java object value for the named element using an int input value
given indices to the data element.
- setLogFileName(String).
Static method in class com.ibm.as400.data.PcmlMessageLog
- Sets the log file name.
- setLogStream(OutputStream).
Static method in class com.ibm.as400.data.PcmlMessageLog
- Sets the log stream.
- setSystem(AS400).
Method in class com.ibm.as400.data.ProgramCallDocument
- Sets the AS/400 on which to call programs.
- setTraceEnabled(boolean).
Static method in class com.ibm.as400.data.PcmlMessageLog
- Controls whether low level trace messages will be written to the console.
- setValue(String, int[], Object).
Method in class com.ibm.as400.data.ProgramCallDocument
- Sets the Java object value for the named element
given indices to the data element.
- setValue(String, Object).
Method in class com.ibm.as400.data.ProgramCallDocument
- Sets the Java object value for the named element.
- traceErr(Object).
Static method in class com.ibm.as400.data.PcmlMessageLog
- Writes data to
System.err
if low level tracing is enabled.
- traceOut(Object).
Static method in class com.ibm.as400.data.PcmlMessageLog
- Writes data to
System.out
if low level tracing is enabled.