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

C

callProgram(String). Method in class com.ibm.as400.data.ProgramCallDocument
Calls the named program.

G

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.
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.

I

isTraceEnabled(). Static method in class com.ibm.as400.data.PcmlMessageLog
Determines whether low level trace messages will be written to the console.

L

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.

M

main(String[]). Static method in class com.ibm.as400.data.ProgramCallDocument
Provides a command line interface to ProgramCallDocument.

P

printStackTrace(Throwable). Static method in class com.ibm.as400.data.PcmlMessageLog
Logs a stack trace to the current logging destination.
ProgramCallDocument(AS400, String). Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument

S

serialize(). Method in class com.ibm.as400.data.ProgramCallDocument
Serializes the ProgramCallDocument.
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.
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.

T

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.