C D G H I L M P S T

C

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

D

Descriptor - interface com.ibm.as400.data.Descriptor.
The Descriptor interface defines a mechanism for inspecting a node of an XML based document.

G

getAttributeList() - Method in interface com.ibm.as400.data.Descriptor
Returns an array of attribute names for the current node.
getAttributeValue(String) - Method in interface com.ibm.as400.data.Descriptor
Returns the value of the named attribute.
getChildren() - Method in interface com.ibm.as400.data.Descriptor
Returns the Descriptors of the children of this node.
getDescriptor() - Method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the current pcml document.
getDescriptor(String) - Method in interface com.ibm.as400.data.Descriptor
Returns the Descriptor for another element contained within the same document.
getDescriptor(String) - Static method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the specified pcml document.
getDescriptor(String, ClassLoader) - Static method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the specified pcml document.
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.
getName() - Method in interface com.ibm.as400.data.Descriptor
Returns the simple name of the Descriptor as specified on the name= attribute of its associated tag.
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.
getQualifiedName() - Method in interface com.ibm.as400.data.Descriptor
Returns the qualified name of the Descriptor.
getSystem() - Method in class com.ibm.as400.data.ProgramCallDocument
Gets the AS/400 on which programs are to be called.
getTagName() - Method in interface com.ibm.as400.data.Descriptor
Returns the tag name of the Descriptor.
getThreadsafeOverride(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Gets the value of the override of the threadsafe attribute of a program element.
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.

H

hasChildren() - Method in interface com.ibm.as400.data.Descriptor
Returns true if this Descriptor has childen.

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

PcmlException - exception com.ibm.as400.data.PcmlException.
Thrown when an error is encountered using a ProgramCallDocument.
PcmlMessageLog - class com.ibm.as400.data.PcmlMessageLog.
Provides control over logging and tracing activity within this package.
printStackTrace(Throwable) - Static method in class com.ibm.as400.data.PcmlMessageLog
Logs a stack trace to the current logging destination.
ProgramCallDocument - class com.ibm.as400.data.ProgramCallDocument.
XML Document based program call.
ProgramCallDocument() - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument
ProgramCallDocument(AS400, String) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument.
ProgramCallDocument(AS400, String, ClassLoader) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument.

S

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.
setDocument(String, ClassLoader) - 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.
setThreadsafeOverride(String, boolean) - Method in class com.ibm.as400.data.ProgramCallDocument
Allows the overriding of the threadsafe attribute of a program element.
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.

C D G H I L M P S T