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 

A

A3 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents A3 paper size (297 x 420 mm)
A4 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents A4 paper size (210 x 297 mm)
A5 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents A5 paper size (148 x 210 mm)
About - Class in com.ibm.jtopenlite
This class provides information about the current version of JTOpenLite
About() - Constructor for class com.ibm.jtopenlite.About
 
AboutToolbox - Class in com.ibm.as400.util
Prints the current version of the Toolbox that is found in the user's CLASSPATH.
AboutToolbox() - Constructor for class com.ibm.as400.util.AboutToolbox
 
AboutToolbox - Class in utilities
Deprecated.
Use the com.ibm.as400.util version instead.
AboutToolbox() - Constructor for class utilities.AboutToolbox
Deprecated.
 
ABSBOTTOM - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical absolute bottom alignment
ABSMIDDLE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical absolute middle alignment.
absolute(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor to an absolute row number.
absolute(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor to an absolute row number.
absolute(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor to an absolute row number.
absolute(int) - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the specified rowIndex.
absolute(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
ABSOLUTE_FIDELITY - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents *ABSOLUTE viewing fidelity
ABSOLUTE_PATH - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for absolute path.
absoluteHorizontalPosition(int) - Method in class com.ibm.as400.access.SCS5256Writer
Moves the print position to the column specified.
absoluteVerticalPosition(int) - Method in class com.ibm.as400.access.SCS5256Writer
Moves the print position to the line number specified.
AbstractValueMap - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
AbstractValueMap() - Constructor for class com.ibm.as400.resource.AbstractValueMap
Deprecated.
 
accept(IFSFile) - Method in interface com.ibm.as400.access.IFSFileFilter
Tests if a specified file should be in a file list.
accept(File, String) - Method in class com.ibm.as400.util.html.DirFilter
Determines if a file should be included in a list of directories.
accept(File, String) - Method in class com.ibm.as400.util.html.HTMLFileFilter
Determines if a file should be included in a file list.
acceptsURL(String) - Method in class com.ibm.as400.access.AS400JDBCDriver
Indicates if the driver understands how to connect to the database named by the URL.
acceptsURL(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
ACCESS_DENIED - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the access to the request was denied.
ACCESS_PATH_MAINTENANCE - Static variable in class com.ibm.as400.access.MemberDescription
Specifies, for files with key fields or join logical files, the type of access path maintenance used for all members of the physical or logical file.
ACCESS_PATH_SIZE - Static variable in class com.ibm.as400.access.MemberDescription
The access path size in bytes for this file member.
ACCESS_PATH_SIZE_MULTIPLIER - Static variable in class com.ibm.as400.access.MemberDescription
The value to multiply the access path size by to get its true size.
AccessIfsFile - Class in com.ibm.jtopenlite.samples
Sample program that uses JTOpenLite to write and read an IFS file.
AccessIfsFile() - Constructor for class com.ibm.jtopenlite.samples.AccessIfsFile
 
AccessIfsFileSSL - Class in com.ibm.jtopenlite.samples
 
AccessIfsFileSSL() - Constructor for class com.ibm.jtopenlite.samples.AccessIfsFileSSL
 
ACCOUNTING_CODE - Static variable in class com.ibm.as400.access.Job
Job attribute representing an identifier assigned to the job by the system to collect resource use information for the job when job accounting is active.
ACCOUNTING_CODE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for accounting code.
ACCOUNTING_CODE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for accounting code.
ACCOUNTING_CODE_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating the accounting code is changed to all blanks.
ACTION_CHANGE - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
ACTION_END - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
ACTION_ESCAPE_MESSAGE - Static variable in class com.ibm.as400.access.Command
Constant indicating that the multithreaded job action used by the command is not to run the command, but issue an escape message instead.
ACTION_INFO_MESSAGE - Static variable in class com.ibm.as400.access.Command
Constant indicating that the multithreaded job action used by the command is to run the command and issue an informational message.
ACTION_NO_MESSAGE - Static variable in class com.ibm.as400.access.Command
Constant indicating that the multithreaded job action used by the command is to run the command and issue no messages.
ACTION_NOT_REQUIRED - Static variable in class com.ibm.as400.access.PTF
Constant indicating that no action is required.
ACTION_REQUIRED_CANNOT_VERIFY - Static variable in class com.ibm.as400.access.PTF
Constant indicating that the PTF contains activation instructions in the cover letter, but no exit program exists to verify the activation instructions were performed.
ACTION_REQUIRED_EXIT_PROGRAM - Static variable in class com.ibm.as400.access.PTF
Constant indicating that the PTF contains activation instructions in the cover letter.
ACTION_START - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
ACTION_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Command
Constant indicating that the multithreaded job action used by the command is specified by the QMLTTHDACN system value.
actionCompleted(ActionCompletedEvent) - Method in interface com.ibm.as400.access.ActionCompletedListener
Invoked when an action has completed.
ActionCompletedEvent - Class in com.ibm.as400.access
The ActionCompletedEvent class represents an ActionCompleted event.
ActionCompletedEvent(Object) - Constructor for class com.ibm.as400.access.ActionCompletedEvent
Constructs an ActionCompletedEvent object.
ActionCompletedListener - Interface in com.ibm.as400.access
The ActionCompletedListener interface provides a listener interface for receiving ActionCompleted events.
actionPerformed(ActionEvent) - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Invoked when an action is performed.
ACTIVE - Static variable in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Dialog still active.
ACTIVE_JOB_STATUS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the active status of the initial thread of a job.
ACTIVE_JOB_STATUS - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for active job status.
ACTIVE_JOB_STATUS_DISCONNECTED - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job was disconnected from a work station display.
ACTIVE_JOB_STATUS_ENDED - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job has been ended with the *IMMED option, or its delay time has ended with the *CNTRLD option.
ACTIVE_JOB_STATUS_ENDING - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is ending for a reason other than running the End Job (ENDJOB) or End Subsystem (ENDSBS) commands, such as a SIGNOFF command, an End Group Job (ENDGRPJOB) command, or an exception that is not handled.
ACTIVE_JOB_STATUS_FOR_JOBS_ENDING - Static variable in class com.ibm.as400.access.Job
Job attribute representing the status of what the initial thread of a job is currently doing, when the active job status is ACTIVE_JOB_STATUS_ENDED or ACTIVE_JOB_STATUS_ENDING.
ACTIVE_JOB_STATUS_HELD - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is held.
ACTIVE_JOB_STATUS_HELD_THREAD - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is held due to a suspended thread.
ACTIVE_JOB_STATUS_INELIGIBLE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is ineligible and not currently in a pool activity level.
ACTIVE_JOB_STATUS_NONE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is in transition or is not active.
ACTIVE_JOB_STATUS_RUNNING - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is currently running in a pool activity level.
ACTIVE_JOB_STATUS_STOPPED - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job has stopped as the result of a signal.
ACTIVE_JOB_STATUS_SUSPENDED - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is suspended by a Transfer Group Job (TFRGRPJOB) command.
ACTIVE_JOB_STATUS_SUSPENDED_SYSTEM_REQUEST - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is the suspended half of a system request job pair.
ACTIVE_JOB_STATUS_WAIT_BIN_SYNCH_DEVICE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an I/O operation to a binary synchronous device.
ACTIVE_JOB_STATUS_WAIT_BIN_SYNCH_DEVICE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for the completion of an I/O operation to a binary synchronous device.
ACTIVE_JOB_STATUS_WAIT_CHECKPOINT - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of save-while-active checkpoint processing in another job.
ACTIVE_JOB_STATUS_WAIT_COMM_DEVICE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an I/O operation to a communications device.
ACTIVE_JOB_STATUS_WAIT_COMM_DEVICE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for the completion of an I/O operation to a communications device.
ACTIVE_JOB_STATUS_WAIT_CONDITION - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting on a handle-based condition.
ACTIVE_JOB_STATUS_WAIT_CPI_COMM - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of a CPI communications call.
ACTIVE_JOB_STATUS_WAIT_DATABASE_EOF - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting to try a read operation again on a database file after the end-of-file (EOF) has been reached.
ACTIVE_JOB_STATUS_WAIT_DATABASE_EOF_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level to try a read operation again on a database file after the end-of-file (EOF) has been reached.
ACTIVE_JOB_STATUS_WAIT_DELAY - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a specified time interval to end, or for a specific delay end time, as specified on the Delay Job (DLYJOB) command.
ACTIVE_JOB_STATUS_WAIT_DELAYED - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a specified time interval to end, or for a specific delay end time, as specified on the Delay Job (DLYJOB) command.
ACTIVE_JOB_STATUS_WAIT_DEQUEUE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for completion of a dequeue operation.
ACTIVE_JOB_STATUS_WAIT_DEQUEUE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in the pool activity level for completion of a dequeue operation.
ACTIVE_JOB_STATUS_WAIT_DISKETTE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an I/O operation to a diskette unit.
ACTIVE_JOB_STATUS_WAIT_DISKETTE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for the completion of an I/O operation to a diskette unit.
ACTIVE_JOB_STATUS_WAIT_DISPLAY - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for input from a work station display.
ACTIVE_JOB_STATUS_WAIT_DISPLAY_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for input from a work station display.
ACTIVE_JOB_STATUS_WAIT_EVENT - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for an event.
ACTIVE_JOB_STATUS_WAIT_ICF_FILE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an I/O operation to an intersystem communications function (ICF) file.
ACTIVE_JOB_STATUS_WAIT_ICF_FILE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for the completion of an I/O operation to an intersystem communications function (ICF) file.
ACTIVE_JOB_STATUS_WAIT_JAVA - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a Java program operation to complete.
ACTIVE_JOB_STATUS_WAIT_JAVA_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for a Java program operation to complete.
ACTIVE_JOB_STATUS_WAIT_LOCK - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a lock.
ACTIVE_JOB_STATUS_WAIT_LOCK_SPACE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a lock space to be attached.
ACTIVE_JOB_STATUS_WAIT_LOCK_SPACE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for for a lock space to be attached.
ACTIVE_JOB_STATUS_WAIT_MESSAGE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a message from a message queue.
ACTIVE_JOB_STATUS_WAIT_MIXED_DEVICE_FILE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an I/O operation to a mixed device file.
ACTIVE_JOB_STATUS_WAIT_MULTIPLE_FILES - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an I/O operation to multiple files.
ACTIVE_JOB_STATUS_WAIT_MULTIPLE_FILES_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for the completion of an I/O operation to multiple files.
ACTIVE_JOB_STATUS_WAIT_MUTEX - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a mutex.
ACTIVE_JOB_STATUS_WAIT_OPTICAL_DEVICE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an I/O operation to an optical device.
ACTIVE_JOB_STATUS_WAIT_OPTICAL_DEVICE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for the completion of an I/O operation to an optical device.
ACTIVE_JOB_STATUS_WAIT_OSI - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an OSI Communications Subsystem operation.
ACTIVE_JOB_STATUS_WAIT_PRESTART - Static variable in class com.ibm.as400.access.Job
Constant indicating that a prestart job is waiting for a program start request.
ACTIVE_JOB_STATUS_WAIT_PRINT - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for output to a printer to complete.
ACTIVE_JOB_STATUS_WAIT_PRINT_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for output to a printer to complete.
ACTIVE_JOB_STATUS_WAIT_SAVE_FILE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of a save file operation.
ACTIVE_JOB_STATUS_WAIT_SAVE_FILE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for the completion of a save file operation.
ACTIVE_JOB_STATUS_WAIT_SELECTION - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a selection to complete.
ACTIVE_JOB_STATUS_WAIT_SEMAPHORE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a semaphore.
ACTIVE_JOB_STATUS_WAIT_SIGNAL - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a signal.
ACTIVE_JOB_STATUS_WAIT_TAPE_DEVICE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for the completion of an I/O operation to a tape device.
ACTIVE_JOB_STATUS_WAIT_TAPE_DEVICE_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for the completion of an I/O operation to a tape device.
ACTIVE_JOB_STATUS_WAIT_THREAD - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for another thread to complete an operation.
ACTIVE_JOB_STATUS_WAIT_TIME_INTERVAL - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting for a time interval to end.
ACTIVE_JOB_STATUS_WAIT_TIME_INTERVAL_AND_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is waiting in a pool activity level for a time interval to end.
ACTIVE_MODE - Static variable in class com.ibm.as400.access.FTP
Use active mode transfers with the system.
ActiveJobsListener - Interface in com.ibm.jtopenlite.components
Order of operations: totalRecords() start loop newJobInfo() other various setters end loop
ActiveStatusEvent - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ActiveStatusEvent(Object, int) - Constructor for class com.ibm.as400.resource.ActiveStatusEvent
Deprecated.
Constructs a ActiveStatusEvent object.
ActiveStatusListener - Interface in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
actualSize() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Resets the size of the page image to its original size.
add() - Method in class com.ibm.as400.access.NetServerFileShare
Deprecated.
Adds the file server share to the NetServer.
add() - Method in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
Adds this print server share to the NetServer.
add() - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Adds the share to the NetServer.
add(String) - Method in class com.ibm.as400.access.SystemValueGroup
Adds a system value name to this group.
add(Object, String, String) - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Adds a map entry.
add(Object, String, String, ValueMap) - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Adds a map entry.
add(Object, String, String, ValueMap, ResourceLevel) - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Adds a map entry.
add(Object, String, String, int[]) - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Adds a map entry.
add(Object, String, String, String, ValueMap) - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Adds a map entry for array elements.
add(Object, String, String, String) - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Adds a map entry for array elements.
add(Object, String, String, int[], ValueMap) - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Adds a map entry.
add(Object, Class) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Creates and adds a ResourceMetaData object to the list.
add(Object, Class, boolean) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Creates and adds a ResourceMetaData object to the list.
add(Object, Class, Object) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Creates and adds a ResourceMetaData object to the list.
add(Object, Class, boolean, Object[], Object, boolean) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Creates and adds a ResourceMetaData object to the list.
add(Object, Class, boolean, Object[], Object, boolean, boolean) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Creates and adds a ResourceMetaData object to the list.
add(Object, Class, boolean, Object[], Object, boolean, boolean, String[]) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Creates and adds a ResourceMetaData object to the list.
add(RadioFormInput) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Adds a radio button to the group.
add(String, String, String, boolean) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Adds a radio button to the group.
add(Component, GridBagLayout, GridBagConstraints, int, int, int, int) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
This methods adds a user interface component to the specified GridBagLayout manager using the specified constraints.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.access.CommandCall
Adds an ActionCompletedListener.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.access.JavaApplicationCall
Adds an ActionCompletedListener to be notified when the Java application ends.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.access.ProgramCall
Adds an ActionCompletedListener.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Adds an ActionCompletedListener.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Adds an ActionCompletedListener.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Adds a listener to be notified when a command has been run on the system.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Adds a listener to be notified when a command has been run on the system.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Adds a listener to be notified when a program has been called.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Adds a listener to be notified when an action is completed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Adds a listener to be notified when a new record is displayed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Adds a listener to be notified when a new record is displayed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Adds a listener to be notified when a SQL statement is executed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Adds a listener to be notified when a SQL statement is executed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Adds a listener to be notified when a SQL statement is executed.
addActiveStatusListener(ActiveStatusListener) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Adds an ActiveStatusListener.
addActiveStatusListener(ActiveStatusListener) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Adds an ActiveStatusListener.
addAS400CertificateListener(AS400CertificateListener) - Method in class com.ibm.as400.access.AS400CertificateUtil
Adds an AS400Certificate listener to receive AS400Certificate events.
addAS400FileRecordDescriptionListener(AS400FileRecordDescriptionListener) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Adds a listener to be notified when an AS400FileRecordDescriptionEvent is fired.
addAttribute(int) - Method in class com.ibm.as400.access.MemberList
Adds an attribute to the attribute list which specifies which attributes of the member are to be retrieved.
addAttributeToRetrieve(int) - Method in class com.ibm.as400.access.JobLog
Adds a message attribute that will be retrieved for each joblog.
addAuthorizedUser(String) - Method in class com.ibm.as400.access.Permission
Adds an authorized user.
addBanner() - Method in class com.ibm.as400.util.commtrace.Format
Return a String containing the banner.
addBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Adds the set of parameters to the current batch.
addBatch(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Adds an SQL statement to the current batch of SQL statements.
addBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Adds the set of parameters to the current batch.
addBatch(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Adds an SQL statement to the current batch of SQL statements.
addBatch(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
addBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
addBatch(String) - Method in class com.ibm.as400.access.AS400JDBCStatement
Adds an SQL statement to the current batch of SQL statements.
addBatch(String) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
addBatch() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
Not implemented.
addBatch(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
addCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtil
Adds the certificate to the user profile.
addCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUtil
Adds the certificate to the repository.
addCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Add the certificate to the repository.
addChangeListener(ChangeListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Adds a listener to be notified when the user makes a change.
addColumn(HTMLTableCell[]) - Method in class com.ibm.as400.util.html.HTMLTable
Adds a column to the end of the table.
addColumn(HTMLTableCell) - Method in class com.ibm.as400.util.html.HTMLTableRow
Adds the column to the row.
addColumnHeader(String) - Method in class com.ibm.as400.util.html.HTMLTable
Adds a column header to the end of the table header.
addColumnHeader(HTMLTableHeader) - Method in class com.ibm.as400.util.html.HTMLTable
Adds a column header to the end of the table header.
addColumnListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLTableRow
Adds an ElementListener for the columns.
addConnectionEventListener(ConnectionEventListener) - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Adds a ConnectionEventListener.
addConnectionListener(ConnectionListener) - Method in class com.ibm.as400.access.AS400
Adds a listener to be notified when a connection event occurs.
addConnectionListener(ConnectionListener) - Method in class com.ibm.as400.access.AS400ImplRemote
 
addConnectionPoolListener(ConnectionPoolListener) - Method in class com.ibm.as400.access.ConnectionPool
Adds a ConnectionPoolListener.
addCredentialListener(AS400CredentialListener) - Method in class com.ibm.as400.security.auth.AS400Credential
Adds a listener to receive credential events.
addDataAreaListener(DataAreaListener) - Method in class com.ibm.as400.access.DataArea
Adds a data area listener to receive data area events from this data area.
addDataQueueListener(DataQueueListener) - Method in class com.ibm.as400.access.BaseDataQueue
Adds a listener to be notified when a data queue event occurs.
addDataQueueListener(DataQueueListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Adds a listener to be notified when a data queue event occurs.
addDataQueueListener(DataQueueListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Adds a listener to be notified when a data queue event occurs.
addDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Adds a listener to be notified when a document event occurs.
addDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Adds a listener to be notified when a document event occurs.
addDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Adds a listener to be notified when a document event occurs.
added(AS400CertificateEvent) - Method in interface com.ibm.as400.access.AS400CertificateListener
Invoked when a certificate has been added.
addElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLDocument
Adds a tag to the main body of the document.
addElement(HTMLTagElement[]) - Method in class com.ibm.as400.util.html.HTMLDocument
Adds an array of tags to the document.
addElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLForm
Adds a form element to the HTMLForm.
addElement(HTMLTreeElement) - Method in class com.ibm.as400.util.html.HTMLTree
Adds an HTMLTreeElement to the tree.
addElement(HTMLTreeElement) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Adds a child element to the parent HTMLTreeElement
addElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.LayoutFormPanel
Adds a form element to the panel.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLApplet
Adds an addElementListener.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLForm
Adds an ElementListener.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLServlet
Adds an addElementListener.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLTree
Adds an addElementListener.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Adds an addElementListener.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.LayoutFormPanel
Adds an ElementListener.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Adds an addElementListener.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.SelectFormElement
Adds an addElementListener.
addEntry(ValidationListEntry) - Method in class com.ibm.as400.access.ValidationList
Adds the entry to the validation list.
addEntry(int, int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelection
 
addEntry(int, String) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelection
 
addEntry(int, byte[]) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelection
 
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Adds a listener to be notified when an error occurs.
addFieldDescription(FieldDescription) - Method in class com.ibm.as400.access.RecordFormat
Adds a field description to this record format.
addFileListener(FileListener) - Method in class com.ibm.as400.access.AS400File
Adds a listener to be notified when a FileEvent is fired.
addFileListener(FileListener) - Method in class com.ibm.as400.access.IFSFile
Adds a file listener to receive file events from this IFSFile.
addFileListener(FileListener) - Method in class com.ibm.as400.access.IFSFileInputStream
Adds a file listener to receive file events from this IFSFileInputStream.
addFileListener(FileListener) - Method in class com.ibm.as400.access.IFSFileOutputStream
Adds a file listener to receive file events from this IFSFileOutputStream.
addFileListener(FileListener) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Adds a file listener to receive file events from this IFSRandomAccessFile.
addFileListener(FileListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Adds a listener to be notified when a file event occurs.
addFTPListener(FTPListener) - Method in class com.ibm.as400.access.FTP
Adds a listener to be notified when an FTP event is fired.
addInterfacesToHashtable(Hashtable, Class) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
addItem(HTMLTagElement) - Method in class com.ibm.as400.util.html.BidiOrdering
Adds an HTMLTagElement to the list elements.
addItem(String) - Method in class com.ibm.as400.util.html.BidiOrdering
Adds a String to the list of elements.
addItem(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLAlign
Adds an HTMLTagElement to the list of tags to align.
addItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.BidiOrdering
Adds an ElementListener.
addItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLAlign
Adds an ElementListener.
addJarMakerListener(JarMakerListener) - Method in class utilities.JarMaker
Deprecated.
Adds a listener to the listener list.
addJobAttributeToRetrieve(int) - Method in class com.ibm.as400.access.JobList
Adds a job attribute that will be retrieved for each job in this job list.
addJobAttributeToSortOn(int, boolean) - Method in class com.ibm.as400.access.JobList
Adds a job attribute used to sort the list.
addJobSelectionCriteria(int, Object) - Method in class com.ibm.as400.access.JobList
Adds a selection type and value to be used to filter the list of jobs.
addKeyFieldDescription(int) - Method in class com.ibm.as400.access.RecordFormat
Adds a key field description to this record format.
addKeyFieldDescription(String) - Method in class com.ibm.as400.access.RecordFormat
Adds a key field description to this record format.
addLibraryAuthorityCriteria(String) - Method in class com.ibm.as400.access.ObjectList
Adds a library authority as part of the selection criteria for generating the list of objects.
addList(HTMLList) - Method in class com.ibm.as400.util.html.HTMLList
Adds an HTML list to the HTMLList.
addListDataListener(ListDataListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Adds a listener to be notified when the contents of the list change.
addListDataListener(ListDataListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Adds a listener to be notified when the contents of the list change.
addListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLDocument
Adds an ElementListener for the tag The ElementListener object is added to an internal list of tag Listeners; it can be removed with removeListener.
addListItem(HTMLListItem) - Method in class com.ibm.as400.util.html.HTMLList
Adds an HTMLListItem item to the HTMLList.
addListItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLList
Adds an ElementListener.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Adds a listener to be notified when a list selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Adds a listener to be notified when a list selection occurs in the details pane.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Adds a listener to be notified when a list selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Adds a listener to be notified when the selection changes.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Adds a listener to be notified when a list selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Adds a listener to be notified when a list selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Adds a listener to be notified when the selection changes.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Adds a listener to be notified when a list selection occurs in the details pane.
addMessage(Message) - Method in exception com.ibm.jtopenlite.DataStreamException
Associates a message with this exception.
addMetaInformation(HTMLMeta) - Method in class com.ibm.as400.util.html.HTMLHead
Adds HTMLMeta information to the HTMLHead.
addMetaInformationElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLHead
Adds an ElementListener.
addNotify() - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Notification to VJavaApplicationCall that it now has a parent component.
addObjectAttributeToRetrieve(int) - Method in class com.ibm.as400.access.ObjectList
Adds an object attribute to retrieve when this list is built.
addObjectAttributeToSortOn(int, boolean) - Method in class com.ibm.as400.access.ObjectList
Adds an object attribute used to sort the list.
addObjectAuthorityCriteria(String) - Method in class com.ibm.as400.access.ObjectList
Adds an object authority as part of the selection criteria for generating the list of objects.
addObjectListener(ObjectListener) - Method in class com.ibm.as400.access.BaseDataQueue
Adds a listener to be notified when an object event occurs.
addObjectSelectionCriteria(byte) - Method in class com.ibm.as400.access.ObjectList
Adds an object attribute used to filter the list.
addOption(SelectOption) - Method in class com.ibm.as400.util.html.SelectFormElement
Adds an option to the select form element.
addOption(String, String) - Method in class com.ibm.as400.util.html.SelectFormElement
Adds an option with the specified viewable text and initial input value to the select form element.
addOption(String, String, boolean) - Method in class com.ibm.as400.util.html.SelectFormElement
Adds an option with the specified viewable text, initial input value, and initial selected value to the select form element.
addOutputQueueListener(OutputQueueListener) - Method in class com.ibm.as400.access.OutputQueue
Adds the specified OutputQueue listener to receive OutputQueue events from this OutputQueue.
addParameter(ProgramParameter) - Method in class com.ibm.as400.access.ProgramCall
Adds a ProgramParameter to the parameter list.
addParameter(HTMLParameter) - Method in class com.ibm.as400.util.html.HTMLApplet
Adds a parameter to the applet tag.
addParameter(String, String) - Method in class com.ibm.as400.util.html.HTMLApplet
Adds a HTMLParameter to the applet.
addParameter(HTMLParameter) - Method in class com.ibm.as400.util.html.HTMLServlet
Adds an HTMLparameter to the servlet tag.
addParameter(String, String) - Method in class com.ibm.as400.util.html.HTMLServlet
Adds an HTMLParameter to the servlet.
addParameter(ProgramParameter) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Adds a parameter to the end of the parameter list.
addParameter(ProgramParameter) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Adds a parameter to the parameter list.
addPasswordCacheEntry(String, String, String) - Static method in class com.ibm.as400.access.AS400
Deprecated.
Use addPasswordCacheEntry(String systemName, String userId, char[] password) instead
addPasswordCacheEntry(String, String, char[]) - Static method in class com.ibm.as400.access.AS400
Validates the user ID and password, and if successful, adds the information to the password cache.
addPasswordCacheEntry(String, String, String, String) - Static method in class com.ibm.as400.access.AS400
Deprecated.
Use addPasswordCacheEntry(String systemName, String userId, char[] password, String proxyServer) instead.
addPasswordCacheEntry(String, String, char[], String) - Static method in class com.ibm.as400.access.AS400
Validates the user ID and password, and if successful, adds the information to the password cache.
addPasswordCacheEntry(String, String, String) - Static method in class com.ibm.as400.access.SecureAS400
Deprecated. 
addPasswordCacheEntry(String, String, char[]) - Static method in class com.ibm.as400.access.SecureAS400
Validates the user ID and password against the system, and if successful, adds the information to the password cache.
addPasswordCacheEntry(String, String, String, String) - Static method in class com.ibm.as400.access.SecureAS400
Deprecated. 
addPasswordCacheEntry(String, String, char[], String) - Static method in class com.ibm.as400.access.SecureAS400
Validates the user ID and password against the system, and if successful, adds the information to the password cache.
addPhysicalFileMember(String, String) - Method in class com.ibm.as400.access.AS400File
Adds a physical file member to the file represented by this object.
addPrintObjectListListener(PrintObjectListListener) - Method in class com.ibm.as400.access.PrintObjectList
Adds the specified PrintObjectList listener to receive PrintObjectList events from this print object list.
addProductLicenseListener(ProductLicenseListener) - Method in class com.ibm.as400.access.ProductLicense
Adds a file listener to receive file events from this IFSFile.
addProductToRetrieve(String, String, String) - Method in class com.ibm.as400.access.ProductList
Adds a product to the list of products to retrieve when the product filter is set to PRODUCT_FILTER_LIST.
addProperties(Object[]) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Adds multiple properties to the first tab.
addProperties(int, Object[]) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Adds multiple properties to the specified tab.
addProperty(Object) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Adds a property to the first tab.
addProperty(int, Object) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Adds a property to the specified tab.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400
Adds a listener to be notified when the value of any property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400CertificateUtil
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400File
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.BaseDataQueue
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ClusteredHashTable
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Command
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.CommandCall
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.CommandList
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ConnectionPool
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.DataArea
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.DataQueueAttributes
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.EnvironmentVariable
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.EnvironmentVariableList
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.FTP
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSFile
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSFileInputStream
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSFileOutputStream
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.JavaApplicationCall
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Job
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.JobList
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.JobLog
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.MessageFile
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.MessageQueue
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.PanelGroup
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Permission
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.PrintObject
Adds the specified PropertyChange listener to receive PropertyChange events from this print object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.PrintObjectList
Adds the specified PropertyChange listener to receive PropertyChange events from this print object list.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProductLicense
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProgramCall
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProgramParameter
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.QSYSObjectPathName
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Record
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.RecordFormat
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemPool
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemStatus
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValue
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValueGroup
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValueList
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.User
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.UserList
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.UserSpace
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.security.auth.AS400Credential
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.security.auth.AS400Principal
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.FileListElement
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.HTMLTagAttributes
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.HTMLTree
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.LabelFormElement
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.ListMetaData
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.RowData
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Adds a listener to be notified when the value of any bound property changes.
addRecordDescriptionListener(RecordDescriptionListener) - Method in class com.ibm.as400.access.Record
Adds a listener to be notified when a RecordDescriptionEvent is fired.
addRecordDescriptionListener(RecordDescriptionListener) - Method in class com.ibm.as400.access.RecordFormat
Adds a listener to be notified when a RecordDescriptionEvent is fired.
addReplyStream(DataStream, String) - Static method in class com.ibm.as400.access.AS400Server
 
addReplyStream(DataStream, int) - Static method in class com.ibm.as400.access.AS400Server
 
addResourceListener(ResourceListener) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Adds a ResourceListener.
addResourceListListener(ResourceListListener) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Adds a ResourceListListener.
ADDRESS1 - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by mailing address.
ADDRESS2 - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by mailing address.
ADDRESS3 - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by mailing address.
ADDRESS4 - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by mailing address.
addRow(HTMLTableRow) - Method in class com.ibm.as400.util.html.HTMLTable
Adds a row to the end of the table.
addRow(Object[]) - Method in class com.ibm.as400.util.servlet.ListRowData
Adds the specified row to the list.
addRow(Object[], Vector[]) - Method in class com.ibm.as400.util.servlet.ListRowData
Adds the specified row to the list.
addRow(Object[], int) - Method in class com.ibm.as400.util.servlet.ListRowData
Adds the specified row to the list at rowIndex.
addRow(Object[], Vector[], int) - Method in class com.ibm.as400.util.servlet.ListRowData
Adds the specified row to the list at rowIndex.
addRow(Record) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Adds the specified record to the end of the record list.
addRow(Record, Vector[]) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Adds the specified record to the end of the record list.
addRow(Record, int) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Adds the specified record to the record list at the specified rowIndex.
addRow(Record, int, Vector[]) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Adds the specified record to the record list at the specified rowIndex.
addRowDataListener(RowDataListener) - Method in class com.ibm.as400.util.servlet.ListRowData
Adds a RowDataListener.
addRowDataListener(RowDataListener) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Adds a RowDataListener.
addRowListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLTable
Adds an ElementListener for the rows.
addRowSetListener(RowSetListener) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Adds a RowSetListener to the list.
addSavedException(SQLException) - Method in class com.ibm.as400.access.AS400JDBCResultSet
 
addSectionCompletedListener(SectionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Adds a SectionCompletedListener.
addSectionCompletedListener(SectionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Adds a SectionCompletedListener.
addSelection(String, String) - Method in class com.ibm.as400.access.DirectoryEntryList
Adds a value used to filter the list of directory entries returned by getEntries().
addSortField(int, boolean) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Adds a field on which to sort the list when it is built.
addStatementListener(AS400JDBCStatementListener) - Static method in class com.ibm.as400.access.JDSQLStatement
Adds an AS400JDBCStatementListener.
addStatusBar() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Adds the status bar.
addStyle(String, Style) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Adds a style into the logical style hierarchy.
addSystemValueListener(SystemValueListener) - Method in class com.ibm.as400.access.SystemValue
Adds an SystemValueListener.
addTab(String) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Adds a tab.
addTab(String, Object[]) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Adds a tab.
addTableModelListener(TableModelListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Adds a listener to be notified when the contents of the table change.
addTableModelListener(TableModelListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Adds a listener to be notified when the contents of the table change.
addToolBar() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Adds the tool bar.
addTreeModelListener(TreeModelListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Adds a listener to be notified when the contents of the tree change.
addTreeSelectionListener(TreeSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Adds a listener to be notified when a tree selection occurs.
addTreeSelectionListener(TreeSelectionListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Adds a listener to be notified when a tree selection occurs.
addUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Adds an undoable edit listener to be notified when undoable edits are made to the document.
addUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Adds an undoable edit listener to be notified when undoable edits are made to the document.
addUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Adds an undoable edit listener to be notified when undoable edits are made to the document.
addUserPermission(UserPermission) - Method in class com.ibm.as400.access.Permission
Adds a user permission.
addUserSpaceListener(UserSpaceListener) - Method in class com.ibm.as400.access.UserSpace
Adds a listener to be notified when a UserSpaceEvent is fired.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.AS400
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.AS400CertificateUtil
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.AS400File
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.BaseDataQueue
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.CommandCall
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.DataArea
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.DataQueueAttributes
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.FTP
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSFile
Adds a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSFileInputStream
Adds a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSFileOutputStream
Adds a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Adds a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.JavaApplicationCall
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.Job
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.JobList
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.JobLog
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.MessageFile
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.MessageQueue
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.PrintObject
Adds the specified VetoableChange listener to receive VetoableChange events from this print object.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.PrintObjectList
Adds the specified VetoableChange listener to receive VetoableChange events from this print object list.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.ProgramCall
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.ProgramParameter
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.QSYSObjectPathName
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.Record
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.RecordFormat
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemPool
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemStatus
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValue
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValueGroup
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValueList
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.User
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.UserList
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.UserSpace
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.security.auth.AS400Credential
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.security.auth.AS400Principal
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.FormInput
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLForm
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLTable
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLTableCell
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLTableRow
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLText
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.LabelFormElement
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.SelectFormElement
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.SelectOption
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.TextAreaFormElement
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.ListMetaData
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.RowData
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Adds a listener to be notified when the value of any constrained property changes.
addVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Adds a listener to be notified when a VObject is changed, created, or deleted.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Adds a listener to be notified of a working state.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Adds a listener to be notified when work starts and stops on potentially long-running operations.
ADOPTED_AUTHORITY_PROFILE_OWNER - Static variable in class com.ibm.as400.access.JavaProgram
Constant indicating that the profile to use when the use adopted authority field is set is *OWNER.
ADOPTED_AUTHORITY_PROFILE_USER - Static variable in class com.ibm.as400.access.JavaProgram
Constant indicating that the profile to use when the use adopted authority field is set is *USER.
ADVANCED_FUNCTION_PRINTING - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for advanced function printing.
AFP - Static variable in class com.ibm.as400.access.ISeriesNetServerPrintShare
Value of the "spooled file type" attribute, indicating "Advanced Function Printing".
AFPResource - Class in com.ibm.as400.access
The AFPResource class represents a system AFP resource.
AFPResource() - Constructor for class com.ibm.as400.access.AFPResource
Constructs an AFPResource object.
AFPResource(AS400, String) - Constructor for class com.ibm.as400.access.AFPResource
Constructs an AFPResource object.
AFPResourceBeanInfo - Class in com.ibm.as400.access
The AFPResourceBeanInfo class provides bean information for the AFPResource class.
AFPResourceBeanInfo() - Constructor for class com.ibm.as400.access.AFPResourceBeanInfo
 
AFPResourceList - Class in com.ibm.as400.access
The AFPResourceList class is used to build a list of IBM i AFP resource objects of type AFPResource.
AFPResourceList() - Constructor for class com.ibm.as400.access.AFPResourceList
Constructs an AFPResourceList.
AFPResourceList(AS400) - Constructor for class com.ibm.as400.access.AFPResourceList
Constructs an AFPResourceList.
AFPResourceListBeanInfo - Class in com.ibm.as400.access
BeanInfo for AFPResourceList class.
AFPResourceListBeanInfo() - Constructor for class com.ibm.as400.access.AFPResourceListBeanInfo
 
after(Timestamp) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Indicates whether this Timestamp object is later than the given Timestamp object.
afterLast() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor after the last row.
afterLast() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor after the last row.
afterLast() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor after the last row.
afterLast() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position after the last row in the list.
afterLast() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
AH - Class in com.ibm.as400.util.commtrace
An AH Header.
ALERT_OPTION - Static variable in class com.ibm.as400.access.JobLog
 
ALERT_OPTION - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for alert option.
ALERT_OPTION_DEFER - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Constant for ALERT_OPTION attribute value - An alert is sent after local problem analysis.
ALERT_OPTION_IMMEDIATE - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Constant for ALERT_OPTION attribute value - An alert is sent immediately when the message is sent to a message queue that has the allows alerts.
ALERT_OPTION_NO - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Constant for ALERT_OPTION attribute value - No alert is sent.
ALERT_OPTION_UNATTENDED - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Constant for ALERT_OPTION attribute value - An alert is sent immediately when the system is running in unattended mode.
ALIGN_FORMS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for align forms.
ALIGN_FORMS_FILE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that control of the page alignment is specified by each file.
ALIGN_FORMS_WRITER - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer determines when the forms alignment message is sent.
ALIGN_LEFT - Static variable in class com.ibm.as400.access.FieldDescription
This is only used for record level writing.
ALIGN_RIGHT - Static variable in class com.ibm.as400.access.FieldDescription
This is only used for record level writing.
ALL - Static variable in class com.ibm.as400.access.CommandList
Constant used to retrieve all commands in a given library.
ALL - Static variable in class com.ibm.as400.access.JobList
Deprecated.
Use the selection constant that corresponds to the particular job selection criteria you are filtering. For example, to select jobs for all job names, do: JobList list = new JobList(system); list.addJobSelectionCriteria(JobList.SELECTION_JOB_NAME, JobList.SELECTION_JOB_NAME_ALL); For backwards compatibility, this has the same effect: JobList list = new JobList(system); list.setName(JobList.SELECTION_JOB_NAME_ALL);
ALL - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to all messages in the message queue.
ALL - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *ALL.
ALL - Static variable in class com.ibm.as400.access.UserList
Selection value indicating that the list contains all user profiles and group profiles.
ALL - Static variable in class com.ibm.as400.resource.RJobList
Deprecated.
Constant indicating that all jobs are returned.
ALL - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to all messages in the message queue.
ALL - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection value indicating that the list contains all user profiles and group profiles.
ALL_ASP_SELECTED - Static variable in class com.ibm.as400.access.list.AspOpenList
 
ALL_ENTRIES - Static variable in class com.ibm.as400.access.ClusteredHashTable
Entry status value to retrieve all entries on a node.
ALL_IASP_SELECTED - Static variable in class com.ibm.as400.access.list.AspOpenList
 
ALL_SERVICES - Static variable in class com.ibm.as400.access.AS400JPing
Constant for pinging all the services.
ALL_USER - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *ALLUSR.
ALL_USER_ASP_SELECTED - Static variable in class com.ibm.as400.access.list.AspOpenList
 
ALLOW_ALL - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is allowed to run in all environments.
ALLOW_BATCH_JOB - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is allowed to run in a batch job (*BATCH).
ALLOW_BATCH_PROGRAM - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is allowed to run in a batch program (*BPGM).
ALLOW_BATCH_REXX_PROCEDURE - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is allowed to run in a batch REXX procedure (*BREXX).
ALLOW_CHANGE_BY_PROGRAM - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object can be changed by the Change Object Description (QLICOBJD) API.
ALLOW_DELETE_OPERATION - Static variable in class com.ibm.as400.access.MemberDescription
Whether records in this file can be deleted.
ALLOW_DIRECT_PRINTING - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for allow direct printing.
ALLOW_EXEC - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is allowed to run using QCMDEXC, QCAEXEC, or QCAPCMD (*EXEC).
ALLOW_INTERACTIVE_JOB - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is allowed to run in an interactive job (*INTERACT).
ALLOW_INTERACTIVE_PROGRAM - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is allowed to run in an interactive program (*IPGM).
ALLOW_INTERACTIVE_REXX_PROCEDURE - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is allowed to run in an interactive REXX procedure (*IREXX).
ALLOW_MULTIPLE_THREADS - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether a job allows multiple user threads.
ALLOW_MULTIPLE_THREADS_NO - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job does not allow multiple user threads.
ALLOW_MULTIPLE_THREADS_YES - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job allows multiple user threads.
ALLOW_READ_OPERATION - Static variable in class com.ibm.as400.access.MemberDescription
Whether records in the physical file can be read.
ALLOW_SYNCHRONIZATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for allow synchronization.
ALLOW_SYSTEM_NAME - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "allow system name".
ALLOW_SYSTEM_NAME_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "allow system name (pending)".
ALLOW_UPDATE_OPERATION - Static variable in class com.ibm.as400.access.MemberDescription
Whether records in this file can be updated.
ALLOW_WRITE_OPERATION - Static variable in class com.ibm.as400.access.MemberDescription
Whether records can be written to the file.
allowRefresh() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Notify the wait thread to refresh profile token credential.
allowsDirectPrinting() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether or not the printer writer allows the printer to be allocated to a job that prints directly to the printer.
allowsDynamicNaming() - Method in class com.ibm.as400.access.Product
Indicates if the names of product libraries and root folders for this product option can be dynamically changed without causing a product error.
allowsLimitedUser() - Method in class com.ibm.as400.access.Command
Indicates whether or not a user with limited authorities is allowed to run this command.
allowsMixedReleases() - Method in class com.ibm.as400.access.Product
Indicates if this product allows mixed releases between its *BASE and options.
allowsMultipleReleases() - Method in class com.ibm.as400.access.Product
Indicates if this product can be installed at a release level different from the current release level without installing over a current release.
allProceduresAreCallable() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if all of the procedures returned by getProcedures() can be called by the current user.
allProceduresAreCallable() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if all of the procedures returned by getProcedures() can be called by the current user.
allTablesAreSelectable() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if all of the tables returned by getTables() can be SELECTed by the current user.
allTablesAreSelectable() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if all of the tables returned by getTables() can be SELECTed by the current user.
answerMessage(String) - Method in class com.ibm.as400.access.SpooledFile
Replies to the message that caused the spooled file to wait.
ANY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to any message in the message queue.
ANY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to any message in the message queue.
APAR - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the identifier of the authorized program analysis report (APAR) that caused this object to be replaced.
append(String) - Method in class com.ibm.as400.access.AS400FTP
Starts the process of appending to a file on the system.
append(String, String) - Method in class com.ibm.as400.access.AS400FTP
Appends to a file on the system.
append(File, String) - Method in class com.ibm.as400.access.AS400FTP
Appends to a file on the system.
append(String) - Method in class com.ibm.as400.access.FTP
Starts the process of appending data to a file on the system.
append(String, String) - Method in class com.ibm.as400.access.FTP
Appends data to a file on the system.
append(File, String) - Method in class com.ibm.as400.access.FTP
Appends data to a file on the system.
appendMixedUXOutput(StringBuffer, char[]) - Static method in class com.ibm.as400.access.jdbcClient.Main
 
applyChanges() - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Applies the changes made by the user.
areMultipleAllowed() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Indicates if multiple values are allowed.
arePropertiesFrozen() - Method in class com.ibm.as400.access.AS400
Indicates if properties are frozen.
arePropertiesFrozen() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Indicates if properties are frozen.
arePropertiesFrozen() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Indicates if properties are frozen.
areRelatedPTFGroupsIncluded() - Method in class com.ibm.as400.access.PTFGroup
Indicates if information from all related PTF groups are included when the list of PTFs or related PTF groups are returned.
ARP - Static variable in class com.ibm.as400.util.commtrace.IPPacket
Address Resolution Protocol
ARPHeader - Class in com.ibm.as400.util.commtrace
An Address Resolution Protocol(ARP)/Reverse Address Resolution Protocol(RARP) Header.
ARPPacket - Class in com.ibm.as400.util.commtrace
An Address Resolution Protocol(ARP)/Reverse Address Resolution Protocol(RARP) IPPacket.
ARPPacket(byte[], int) - Constructor for class com.ibm.as400.util.commtrace.ARPPacket
Creates and parses the data of this header.
arrangeBySubsystem(JobInfo[]) - Static method in class com.ibm.jtopenlite.components.JobInfo
 
arrangeBySubsystem(List<JobInfo>) - Static method in class com.ibm.jtopenlite.components.JobInfo
 
ArrayFieldDescription - Class in com.ibm.as400.access
The ArrayFieldDescription class represents the description of an array of data.
ArrayFieldDescription() - Constructor for class com.ibm.as400.access.ArrayFieldDescription
Constructs an ArrayFieldDescription object.
ArrayFieldDescription(AS400Array, String) - Constructor for class com.ibm.as400.access.ArrayFieldDescription
Constructs an ArrayFieldDescription object.
ArrayResourceList - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ArrayResourceList(Resource[], Presentation, ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.ArrayResourceList
Deprecated.
Constructs a ArrayResourceList object.
AS400 - Class in com.ibm.as400.access
Represents the authentication information and a set of connections to the IBM i host servers.
AS400() - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(String) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(String, String) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(String, ProfileTokenCredential) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(String, ProfileTokenProvider) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(String, ProfileTokenProvider, int) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(String, String, String) - Constructor for class com.ibm.as400.access.AS400
Deprecated.
Use AS400(String systemName, String userId, char[] password) instead
AS400(String, String, char[]) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(String, String, String, String) - Constructor for class com.ibm.as400.access.AS400
Deprecated.
Use AS400((String systemName, String userId, char[] password, String proxyServer) instead.
AS400(String, String, char[], String) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(AS400) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400 - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the AS400 component.
AS400 - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the AS400 component.
as400_ - Variable in class com.ibm.as400.access.AS400DateTimeConverter
Deprecated.
The system.
AS400_ERROR - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that an error has occurred on the system.
AS400_GUI_AVAILABLE - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether GUI support is available in the current execution environment.
AS400_MUST_ADD_LANGUAGE_LIBRARY - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether the AS400 class should attempt to add the appropriate secondary language library to the library list.
AS400_MUST_USE_NET_SOCKETS - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether only Internet domain sockets must be used when communicating with the system.
AS400_MUST_USE_SOCKETS - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether sockets must be used when communicating with the system.
AS400_MUST_USE_SUPPLIED_PROFILE - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether the explicitly supplied profile must be used when communicating with the system.
AS400_PROXY_SERVER - Static variable in class com.ibm.as400.access.SystemProperties
Specifies the proxy server host name and port number.
AS400_SECURITY_EXCEPTION - Static variable in exception com.ibm.as400.micro.MEException
This return code indicates that a security or authority error has occurred.
AS400_SIGNON_HANDLER - Static variable in class com.ibm.as400.access.SystemProperties
Specifies the name of the default signon handler class used by the AS400 class.
AS400_THREAD_USED - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether threads are used when communicating with the host servers.
AS400_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual AS400 component.
AS400_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual AS400 component.
AS400AbstractTime - Class in com.ibm.as400.access
An abstract base class for converters between IBM i date/time values and corresponding Java objects.
AS400Array - Class in com.ibm.as400.access
The AS400Array class provides a composite data type representing an array of AS400DataType objects.
AS400Array() - Constructor for class com.ibm.as400.access.AS400Array
Constructs an AS400Array object.
AS400Array(AS400DataType, int) - Constructor for class com.ibm.as400.access.AS400Array
Constructs an AS400Array object.
AS400ArrayBeanInfo - Class in com.ibm.as400.access
The AS400ArrayBeanInfo class provides bean information for the AS400Array class.
AS400ArrayBeanInfo() - Constructor for class com.ibm.as400.access.AS400ArrayBeanInfo
 
AS400AuthenticationException - Exception in com.ibm.as400.security.auth
The AS400AuthenticationException class and subclasses represent exceptions issued when errors occur during system authentication.
AS400BasicAuthenticationCredential - Interface in com.ibm.as400.security.auth
The AS400BasicAuthenticationCredential interface defines IBM i credentials that can be exploited by authentication services that rely on basic user and password authentication.
AS400BasicAuthenticationPrincipal - Interface in com.ibm.as400.security.auth
The AS400BasicAuthenticationPrincipal interface defines IBM i principals that can be exploited by authentication services that rely on basic user and password authentication.
AS400BeanInfo - Class in com.ibm.as400.access
The AS400BeanInfo class provides bean information for the AS400 class.
AS400BeanInfo() - Constructor for class com.ibm.as400.access.AS400BeanInfo
 
AS400BidiTransform - Class in com.ibm.as400.access
Provides layout transformations that allow the conversion of Bidi text in IBM i format (after its conversion to Unicode), to Bidi text in Java format; or vice-versa.
AS400BidiTransform(int) - Constructor for class com.ibm.as400.access.AS400BidiTransform
Constructs an AS400BidiTransform object assuming that the IBM i Bidi text conforms to a given CCSID.
AS400Bin1 - Class in com.ibm.as400.access
Provides a converter between a Byte object and a signed one-byte binary number.
AS400Bin1() - Constructor for class com.ibm.as400.access.AS400Bin1
Constructs an AS400Bin1 object.
AS400Bin2 - Class in com.ibm.as400.access
The AS400Bin2 class provides a converter between a Short object and a signed two-byte binary number.
AS400Bin2() - Constructor for class com.ibm.as400.access.AS400Bin2
Constructs an AS400Bin2 object.
AS400Bin4 - Class in com.ibm.as400.access
The AS400Bin4 class provides a converter between an Integer object and a signed four-byte binary number.
AS400Bin4() - Constructor for class com.ibm.as400.access.AS400Bin4
Constructs an AS400Bin4 object.
AS400Bin8 - Class in com.ibm.as400.access
The AS400Bin8 class provides a converter between a Long object and a signed eight-byte binary number.
AS400Bin8() - Constructor for class com.ibm.as400.access.AS400Bin8
Constructs an AS400Bin8 object.
AS400ByteArray - Class in com.ibm.as400.access
The AS400ByteArray class provides a converter between a byte array and fixed-length byte array representing IBM i data that is not convertible.
AS400ByteArray(int) - Constructor for class com.ibm.as400.access.AS400ByteArray
Constructs an AS400ByteArray object.
AS400Calendar - Class in com.ibm.as400.access
 
AS400Calendar() - Constructor for class com.ibm.as400.access.AS400Calendar
 
AS400Certificate - Class in com.ibm.as400.access
The AS400Certificate class represents an X.509 ASN.1 encoded certificate.
AS400Certificate() - Constructor for class com.ibm.as400.access.AS400Certificate
Constructs an AS400Certificate object.
AS400Certificate(byte[]) - Constructor for class com.ibm.as400.access.AS400Certificate
Constructs an AS400Certificate object.
AS400CertificateAttribute - Class in com.ibm.as400.access
The AS400CertificateAttribute class represents a certificate attribute.
AS400CertificateAttribute() - Constructor for class com.ibm.as400.access.AS400CertificateAttribute
Constructs an AS400CertificateAttribute object.
AS400CertificateAttribute(int, byte[]) - Constructor for class com.ibm.as400.access.AS400CertificateAttribute
Constructs an AS400CertificateAttribute object.
AS400CertificateAttribute(int, String) - Constructor for class com.ibm.as400.access.AS400CertificateAttribute
Constructs an AS400CertificateAttribute object.
AS400CertificateEvent - Class in com.ibm.as400.access
The AS400CertificateEvent class represents an AS400Certificate event.
AS400CertificateEvent(Object, int) - Constructor for class com.ibm.as400.access.AS400CertificateEvent
Constructs an AS400CertificateEvent object.
AS400CertificateListener - Interface in com.ibm.as400.access
The AS400CertificateListener interface provides an interface for receiving certificate events.
AS400CertificateUserProfileUtil - Class in com.ibm.as400.access
The AS400CertificateUserProfileUtil class accesses certificates in an IBM i user profile object.
AS400CertificateUserProfileUtil() - Constructor for class com.ibm.as400.access.AS400CertificateUserProfileUtil
Constructs an AS400CertificateUserProfileUtil object.
AS400CertificateUserProfileUtil(AS400, String) - Constructor for class com.ibm.as400.access.AS400CertificateUserProfileUtil
Constructs an AS400CertificateUserProfileUtil object.
AS400CertificateUserProfileUtilBeanInfo - Class in com.ibm.as400.access
The AS400CertificateUserProfileUtilBeanInfo class provides bean information for the AS400CertificateUserProfileUtil class.
AS400CertificateUserProfileUtilBeanInfo() - Constructor for class com.ibm.as400.access.AS400CertificateUserProfileUtilBeanInfo
 
AS400CertificateUtil - Class in com.ibm.as400.access
Provides the methods common to AS400CertificateVldlUtil and AS400CertificateUserProfileUtil.
AS400CertificateUtil() - Constructor for class com.ibm.as400.access.AS400CertificateUtil
Constructs an AS400CertificateUtil object.
AS400CertificateUtil(AS400, String) - Constructor for class com.ibm.as400.access.AS400CertificateUtil
Constructs an AS400CertificateUtil object.
AS400CertificateUtilBeanInfo - Class in com.ibm.as400.access
The AS400CertificateUtilBeanInfo class provides bean information for the AS400CertificateUtil class.
AS400CertificateUtilBeanInfo() - Constructor for class com.ibm.as400.access.AS400CertificateUtilBeanInfo
 
AS400CertificateVldlUtil - Class in com.ibm.as400.access
The AS400CertificateVldlUtil class provides the implementation of the methods for accessing certificates in an IBM i validation list object.
AS400CertificateVldlUtil() - Constructor for class com.ibm.as400.access.AS400CertificateVldlUtil
Constructs an AS400CertificateVldlUtil object.
AS400CertificateVldlUtil(AS400, String) - Constructor for class com.ibm.as400.access.AS400CertificateVldlUtil
Constructs an AS400CertificateVldlUtil object.
AS400CertificateVldlUtilBeanInfo - Class in com.ibm.as400.access
The AS400CertificateVldlUtilBeanInfo class provides bean information for the AS400CertificateVldlUtil class.
AS400CertificateVldlUtilBeanInfo() - Constructor for class com.ibm.as400.access.AS400CertificateVldlUtilBeanInfo
 
AS400ClassPathOptimizer - Class in com.ibm.as400.util
This class is used to optimize an AS400 classpath using the CRTJVAPGM command.
AS400ClassPathOptimizer() - Constructor for class com.ibm.as400.util.AS400ClassPathOptimizer
 
AS400ClassPathOptimizer(AS400) - Constructor for class com.ibm.as400.util.AS400ClassPathOptimizer
 
AS400ClassPathOptimizer(AS400, String) - Constructor for class com.ibm.as400.util.AS400ClassPathOptimizer
 
AS400ConnectionPool - Class in com.ibm.as400.access
Manages a pool of AS400 objects.
AS400ConnectionPool() - Constructor for class com.ibm.as400.access.AS400ConnectionPool
Constructs an AS400ConnectionPool with default ConnectionPoolProperties.
AS400ConnectionPoolBeanInfo - Class in com.ibm.as400.access
The AS400ConnectionPoolBeanInfo class provides the bean information for the AS400ConnectionPool class.
AS400ConnectionPoolBeanInfo() - Constructor for class com.ibm.as400.access.AS400ConnectionPoolBeanInfo
 
AS400Credential - Class in com.ibm.as400.security.auth
Provides an abstract superclass for representations of IBM i system security-related attributes.
AS400Credential() - Constructor for class com.ibm.as400.security.auth.AS400Credential
Constructs an AS400Credential object.
AS400CredentialBeanInfo - Class in com.ibm.as400.security.auth
Bean information for the AS400Credential class.
AS400CredentialBeanInfo() - Constructor for class com.ibm.as400.security.auth.AS400CredentialBeanInfo
 
AS400CredentialEvent - Class in com.ibm.as400.security.auth
The AS400CredentialEvent class represents a credential event.
AS400CredentialEvent(Object, int) - Constructor for class com.ibm.as400.security.auth.AS400CredentialEvent
Constructs a AS400CredentialEvent object.
AS400CredentialListener - Interface in com.ibm.as400.security.auth
The AS400CredentialListener interface provides an interface for receiving AS400CredentialEvents.
AS400DataType - Interface in com.ibm.as400.access
Provides an interface for conversions between Java objects and byte arrays representing IBM i data types.
AS400Date - Class in com.ibm.as400.access
Provides a converter between a java.sql.Date object and an IBM i date value such as "12/31/97".
AS400Date() - Constructor for class com.ibm.as400.access.AS400Date
Constructs an AS400Date object.
AS400Date(TimeZone) - Constructor for class com.ibm.as400.access.AS400Date
Constructs an AS400Date object.
AS400Date(int) - Constructor for class com.ibm.as400.access.AS400Date
Constructs an AS400Date object.
AS400Date(TimeZone, int) - Constructor for class com.ibm.as400.access.AS400Date
Constructs an AS400Date object.
AS400Date(int, Character) - Constructor for class com.ibm.as400.access.AS400Date
Constructs an AS400Date object.
AS400Date(TimeZone, int, Character) - Constructor for class com.ibm.as400.access.AS400Date
Constructs an AS400Date object.
AS400DateTimeConverter - Class in com.ibm.as400.access
Deprecated.
This class has been replaced by the DateTimeConverter class.
AS400DateTimeConverter(AS400) - Constructor for class com.ibm.as400.access.AS400DateTimeConverter
Deprecated.
Constructs a AS400DateTimeConverter object.
AS400DecFloat - Class in com.ibm.as400.access
The AS400DecFloat class provides a converter between a BigDecimal object and a DecimalFloat type.
AS400DecFloat(int) - Constructor for class com.ibm.as400.access.AS400DecFloat
Constructs an AS400DecFloat object.
AS400DetailsModel - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400DetailsModel() - Constructor for class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Constructs an AS400DetailsModel object.
AS400DetailsModel(VNode) - Constructor for class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Constructs an AS400DetailsModel object.
AS400DetailsModelBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400DetailsModelBeanInfo() - Constructor for class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo
Deprecated.
 
AS400DetailsPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400DetailsPane() - Constructor for class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Constructs an AS400DetailsPane object.
AS400DetailsPane(VNode) - Constructor for class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Constructs an AS400DetailsPane object.
AS400DetailsPaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400DetailsPaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo
Deprecated.
 
AS400Exception - Exception in com.ibm.as400.access
The AS400Exception class represents an exception that indicates that an error has occurred on the system.
AS400Exception(AS400Message[]) - Constructor for exception com.ibm.as400.access.AS400Exception
Constructs an AS400Exception object.
AS400ExplorerPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400ExplorerPane() - Constructor for class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Constructs an AS400ExplorerPane object.
AS400ExplorerPane(VNode) - Constructor for class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Constructs an AS400ExplorerPane object.
AS400ExplorerPaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400ExplorerPaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo
Deprecated.
 
AS400File - Class in com.ibm.as400.access
Represents a physical or logical file on the system.
AS400File() - Constructor for class com.ibm.as400.access.AS400File
Constructs an AS400File object.
AS400File(AS400, String) - Constructor for class com.ibm.as400.access.AS400File
Constructs an AS400File object.
AS400FileBeanInfo - Class in com.ibm.as400.access
The AS400FileBeanInfo class provides bean information for the AS400File class.
AS400FileBeanInfo() - Constructor for class com.ibm.as400.access.AS400FileBeanInfo
 
AS400FileRecordDescription - Class in com.ibm.as400.access
The AS400FileRecordDescription class represents the record descriptions of a physical or logical file on the system.
AS400FileRecordDescription() - Constructor for class com.ibm.as400.access.AS400FileRecordDescription
Constructs an AS400FileRecordDescription object.
AS400FileRecordDescription(AS400, String) - Constructor for class com.ibm.as400.access.AS400FileRecordDescription
Constructs an AS400FileRecordDescription object.
AS400FileRecordDescriptionBeanInfo - Class in com.ibm.as400.access
The AS400FileRecordDescriptionBeanInfo class provides bean information for the AS400FileRecordDescription class.
AS400FileRecordDescriptionBeanInfo() - Constructor for class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo
 
AS400FileRecordDescriptionEvent - Class in com.ibm.as400.access
The AS400FileRecordDescriptionEvent class represents a RecordDescriptionEvent.
AS400FileRecordDescriptionEvent(Object, int) - Constructor for class com.ibm.as400.access.AS400FileRecordDescriptionEvent
Constructs a AS400FileRecordDescriptionEvent object.
AS400FileRecordDescriptionListener - Interface in com.ibm.as400.access
The AS400FileRecordDescriptionListener interface provides the interface that must be implemented to handle AS400FileRecordDescriptionEvent objects that are fired by the AS400FileRecordDescription class.
AS400Float4 - Class in com.ibm.as400.access
The AS400Float4 class provides a converter between a Float object and a four-byte floating point number.
AS400Float4() - Constructor for class com.ibm.as400.access.AS400Float4
Constructs an AS400Float4 object.
AS400Float8 - Class in com.ibm.as400.access
The AS400Float8 class provides a converter between a Double object and a eight-byte floating point number.
AS400Float8() - Constructor for class com.ibm.as400.access.AS400Float8
Constructs an AS400Float8 object.
AS400FTP - Class in com.ibm.as400.access
Represents a client for the IBM i FTP server.
AS400FTP() - Constructor for class com.ibm.as400.access.AS400FTP
Constructs an AS400FTP object.
AS400FTP(AS400) - Constructor for class com.ibm.as400.access.AS400FTP
Constructs an AS400FTP object.
AS400FTPBeanInfo - Class in com.ibm.as400.access
The AS400FTPBeanInfo class provides bean information for the FTP class.
AS400FTPBeanInfo() - Constructor for class com.ibm.as400.access.AS400FTPBeanInfo
 
AS400ImplRemote - Class in com.ibm.as400.access
This is the functional implementation of the AS400Impl interface.
AS400ImplRemote() - Constructor for class com.ibm.as400.access.AS400ImplRemote
 
AS400JDBCArray - Class in com.ibm.as400.access
AS400JDBCArray is an implementation of java.sql.Array and contains an array of JDBC data.
AS400JDBCArrayResultSet - Class in com.ibm.as400.access
AS400JDBCArrayResultSet is a JDBC ResultSet that contains Array data.
AS400JDBCBlob - Class in com.ibm.as400.access
The AS400JDBCBlob class provides access to binary large objects.
AS400JDBCBlobLocator - Class in com.ibm.as400.access
The AS400JDBCBlobLocator class provides access to binary large objects.
AS400JDBCCallableStatement - Class in com.ibm.as400.access
The AS400JDBCCallableStatement class runs a stored procedure.
AS400JDBCCallableStatementRedirect - Class in com.ibm.as400.access
 
AS400JDBCClob - Class in com.ibm.as400.access
The AS400JDBCClob class provides access to character large objects.
AS400JDBCClobLocator - Class in com.ibm.as400.access
The AS400JDBCClobLocator class provides access to character large objects.
AS400JDBCConnection - Class in com.ibm.as400.access
The AS400JDBCConnection interface provides base class used by all JDBC connection objects in JTOpen.
AS400JDBCConnection() - Constructor for class com.ibm.as400.access.AS400JDBCConnection
 
AS400JDBCConnectionAbortRunnable - Class in com.ibm.as400.access
 
AS400JDBCConnectionAbortRunnable(AS400JDBCConnection) - Constructor for class com.ibm.as400.access.AS400JDBCConnectionAbortRunnable
 
AS400JDBCConnectionHandle - Class in com.ibm.as400.access
The AS400JDBCConnectionHandle class represents an AS400JDBCConnection object that can be used in a AS400JDBCPooledConnection.
AS400JDBCConnectionImpl - Class in com.ibm.as400.access
The AS400JDBCConnection class provides a JDBC connection to a specific DB2 for IBM i database.
AS400JDBCConnectionPool - Class in com.ibm.as400.access
Represents a pool of JDBC connections that are available for use by a Java program.
AS400JDBCConnectionPool() - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPool
Constructs a default AS400JDBCConnectionPool object.
AS400JDBCConnectionPool(AS400JDBCConnectionPoolDataSource) - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPool
Constructs an AS400JDBCConnectionPool object with the specified dataSource.
AS400JDBCConnectionPoolBeanInfo - Class in com.ibm.as400.access
The AS400JDBCConnectionPoolBeanInfo class provides bean information for the AS400JDBCConnectionPool class.
AS400JDBCConnectionPoolBeanInfo() - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolBeanInfo
 
AS400JDBCConnectionPoolDataSource - Class in com.ibm.as400.access
The AS400JDBCConnectionPoolDataSource class represents a factory for AS400PooledConnection objects.
AS400JDBCConnectionPoolDataSource() - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Constructs a default AS400JDBCConnectionPoolDataSource object.
AS400JDBCConnectionPoolDataSource(AS400) - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
 
AS400JDBCConnectionPoolDataSource(String) - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Constructs an AS400JDBCConnectionPoolDataSource with the specified serverName.
AS400JDBCConnectionPoolDataSource(String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Deprecated.
Use AS400JDBCConnectionPoolDataSource(String serverName, String user, char[] password) instead.
AS400JDBCConnectionPoolDataSource(String, String, char[]) - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Constructs an AS400JDBCConnectionPoolDataSource with the specified signon information.
AS400JDBCConnectionPoolDataSource(String, String, String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Deprecated.
-- keyrings are not supported.
AS400JDBCConnectionPoolDataSourceBeanInfo - Class in com.ibm.as400.access
The AS400JDBCConnectionPoolDataSourceBeanInfo class provides bean information for the AS400JDBCConnectionPoolDataSource class.
AS400JDBCConnectionPoolDataSourceBeanInfo() - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSourceBeanInfo
 
AS400JDBCConnectionRedirect - Class in com.ibm.as400.access
The AS400JDBCConnectionRedirect class provide a level of indirection above AS400JDBCConnections.
AS400JDBCDatabaseMetaData - Class in com.ibm.as400.access
The AS400JDBCDatabaseMetaData class provides information about the database as a whole.
AS400JDBCDataSource - Class in com.ibm.as400.access
The AS400JDBCDataSource class represents a factory for IBM i database connections.
AS400JDBCDataSource() - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Constructs a default AS400JDBCDataSource object.
AS400JDBCDataSource(String) - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Constructs an AS400JDBCDataSource object to the specified serverName.
AS400JDBCDataSource(String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Deprecated.
Use AS400JDBCDataSource(String serverName, String user, char[] password) instead.
AS400JDBCDataSource(String, String, char[]) - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Constructs an AS400JDBCDataSource object with the specified signon information.
AS400JDBCDataSource(AS400) - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Constructs an AS400JDBCDataSource object with the specified AS400 object
AS400JDBCDataSource(String, String, String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Deprecated.
Sslight not supported
AS400JDBCDataSourceBeanInfo - Class in com.ibm.as400.access
The AS400JDBCDataSourceBeanInfo class provides bean information for the AS400JDBCDataSource class.
AS400JDBCDataSourceBeanInfo() - Constructor for class com.ibm.as400.access.AS400JDBCDataSourceBeanInfo
 
AS400JDBCDataSourcePane - Class in com.ibm.as400.vaccess
The AS400JDBCDataSourcePane has been removed.
AS400JDBCDataSourcePaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400JDBCDataSourcePaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneBeanInfo
Deprecated.
 
AS400JDBCDataSourcePaneDataBean - Class in com.ibm.as400.vaccess
The AS400JDBCDataSourcePaneDataBean class has been removed and is no longer functional.
AS400JDBCDataSourcePaneGUI - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400JDBCDataSourcePaneGUI() - Constructor for class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneGUI
Deprecated.
 
AS400JDBCDriver - Class in com.ibm.as400.access
A JDBC 3.0/4.0/4.2/4.3 driver that accesses DB2 for IBM i databases.
AS400JDBCDriver() - Constructor for class com.ibm.as400.access.AS400JDBCDriver
 
AS400JDBCFieldedTimestamp - Class in com.ibm.as400.access
A internal version representing a timestamp that is used only for the implementation of batching.
AS400JDBCFieldedTimestamp(int, int, int, int, int, int, long, int) - Constructor for class com.ibm.as400.access.AS400JDBCFieldedTimestamp
 
AS400JDBCManagedConnectionPoolDataSource - Class in com.ibm.as400.access
This implementation of javax.sql.ConnectionPoolDataSource can be used in conjunction with AS400JDBCManagedDataSource to produce PooledConnection objects (AS400JDBCPooledConnection) that are managed by the Toolbox's built-in connection pooling manager.
AS400JDBCManagedConnectionPoolDataSource() - Constructor for class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Constructs a default AS400JDBCManagedConnectionPoolDataSource object.
AS400JDBCManagedConnectionPoolDataSource(String) - Constructor for class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Constructs an AS400JDBCManagedConnectionPoolDataSource with the specified serverName.
AS400JDBCManagedConnectionPoolDataSource(String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Constructs an AS400JDBCManagedConnectionPoolDataSource with the specified signon information.
AS400JDBCManagedConnectionPoolDataSource(String, String, char[]) - Constructor for class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Constructs an AS400JDBCManagedConnectionPoolDataSource with the specified signon information.
AS400JDBCManagedConnectionPoolDataSource(String, String, String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Deprecated. 
AS400JDBCManagedDataSource - Class in com.ibm.as400.access
This implementation of javax.sql.DataSource can be used to produce Connection objects that will automatically participate in connection pooling, and are managed by the Toolbox's built-in connection pooling manager.
AS400JDBCManagedDataSource() - Constructor for class com.ibm.as400.access.AS400JDBCManagedDataSource
Constructs a default AS400JDBCManagedDataSource object.
AS400JDBCManagedDataSource(String) - Constructor for class com.ibm.as400.access.AS400JDBCManagedDataSource
Constructs an AS400JDBCManagedDataSource object to the specified serverName.
AS400JDBCManagedDataSource(String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCManagedDataSource
Deprecated.
Use AS400JDBCManagedDataSource(String serverName, String user, char[] password) instead.
AS400JDBCManagedDataSource(String, String, char[]) - Constructor for class com.ibm.as400.access.AS400JDBCManagedDataSource
Constructs an AS400JDBCManagedDataSource object with the specified signon information.
AS400JDBCManagedDataSource(String, String, String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCManagedDataSource
Deprecated. 
AS400JDBCNClob - Class in com.ibm.as400.access
The AS400JDBCNClob class provides access to character large objects.
AS400JDBCNClobLocator - Class in com.ibm.as400.access
 
AS400JDBCObjectFactory - Class in com.ibm.as400.access
The AS400JDBCObjectFactory is used by a JNDI service provider to reconstruct an object when it is retrieved from JNDI.
AS400JDBCObjectFactory() - Constructor for class com.ibm.as400.access.AS400JDBCObjectFactory
 
AS400JDBCParameterMetaData - Class in com.ibm.as400.access
The AS400JDBCParameterMetaData class can be used to retrieve information about the parameters of a PreparedStatement.
AS400JDBCPooledConnection - Class in com.ibm.as400.access
The AS400JDBCPooledConnection class represents a connection object that provides hooks for connection pool management.
AS400JDBCPreparedStatement - Class in com.ibm.as400.access
The AS400JDBCPreparedStatement class precompiles and stores an SQL statement.
AS400JDBCPreparedStatementImpl - Class in com.ibm.as400.access
The AS400JDBCPreparedStatement class precompiles and stores an SQL statement.
AS400JDBCPreparedStatementRedirect - Class in com.ibm.as400.access
 
AS400JDBCResultSet - Class in com.ibm.as400.access
The AS400JDBCResultSet class provides access to a table of data generated by a database query.
AS400JDBCResultSetMetaData - Class in com.ibm.as400.access
The AS400JDBCResultSetMetaData class describes the columns in a result set.
AS400JDBCRowId - Class in com.ibm.as400.access
 
AS400JDBCRowSet - Class in com.ibm.as400.access
The AS400JDBCRowSet class represents a connected rowset that encapsulates an JDBC result set.
AS400JDBCRowSet() - Constructor for class com.ibm.as400.access.AS400JDBCRowSet
Constructs a default AS400JDBCRowSet object.
AS400JDBCRowSet(String) - Constructor for class com.ibm.as400.access.AS400JDBCRowSet
Constructs an AS400JDBCRowset with the specified dataSourceName.
AS400JDBCRowSet(String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCRowSet
Constructs an AS400JDBCRowSet with the specified parameters.
AS400JDBCRowSet(String, String, char[]) - Constructor for class com.ibm.as400.access.AS400JDBCRowSet
Constructs an AS400JDBCRowSet with the specified parameters.
AS400JDBCRowSetBeanInfo - Class in com.ibm.as400.access
The AS400JDBCRowSetBeanInfo class provides bean information for the AS400JDBCRowSet class.
AS400JDBCRowSetBeanInfo() - Constructor for class com.ibm.as400.access.AS400JDBCRowSetBeanInfo
 
AS400JDBCSavepoint - Class in com.ibm.as400.access
The AS400JDBCSavepoint class is the Toolbox JDBC driver's representation of a savepoint.
AS400JDBCSQLSyntaxErrorException - Exception in com.ibm.as400.access
The AS400JDBCSQLSyntaxErrorException class provides additional information about SQL Syntax Errors thrown by the database.
AS400JDBCSQLSyntaxErrorException(int, String) - Constructor for exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
Constructs a AS400JDBCSQLSyntaxErrorException object.
AS400JDBCSQLSyntaxErrorException(String, int, String) - Constructor for exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
Constructs a AS400JDBCSQLSyntaxErrorException object with a given reason.
AS400JDBCSQLSyntaxErrorException(String, String, int, String) - Constructor for exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
Constructs a AS400JDBCSQLSyntaxErrorException object with a given reason and SQLState.
AS400JDBCSQLSyntaxErrorException(String, String, int, int, String) - Constructor for exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
Constructs a AS400JDBCSQLSyntaxErrorException object with a given reason, SQLState and vendorCode.
AS400JDBCSQLSyntaxErrorException(String, String, int, Throwable, int, String) - Constructor for exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
Constructs a AS400JDBCSQLSyntaxErrorException object with a given reason, SQLState, vendorCode and cause.
AS400JDBCSQLSyntaxErrorException(String, String, Throwable, int, String) - Constructor for exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
Constructs a AS400JDBCSQLSyntaxErrorException object with a given reason, SQLState and cause.
AS400JDBCSQLSyntaxErrorException(String, Throwable, int, String) - Constructor for exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
Constructs a AS400JDBCSQLSyntaxErrorException object with a given reason and cause.
AS400JDBCSQLSyntaxErrorException(Throwable, int, String) - Constructor for exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
Constructs a AS400JDBCSQLSyntaxErrorException object with a given cause.
AS400JDBCSQLXML - Class in com.ibm.as400.access
This class provides the object interface for using XML data through JDBC.
AS400JDBCSQLXML() - Constructor for class com.ibm.as400.access.AS400JDBCSQLXML
Constructs an AS400JDBCSQLXML object.
AS400JDBCSQLXMLLocator - Class in com.ibm.as400.access
The AS400JDBCSQLXMLLocator class provides the object interface for using XML data through JDBC.
AS400JDBCStatement - Class in com.ibm.as400.access
The AS400JDBCStatement class provides a mechanism for executing static SQL statements.
AS400JDBCStatement() - Constructor for class com.ibm.as400.access.AS400JDBCStatement
 
AS400JDBCStatementListener - Interface in com.ibm.as400.access
Represents a listener that will get notified when certain events occur during the processing of an SQL statement.
AS400JDBCStatementRedirect - Class in com.ibm.as400.access
 
AS400JDBCTimestamp - Class in com.ibm.as400.access
A version of an java.sql.Timestamp that support picosecond precision.
AS400JDBCTimestamp(long, int) - Constructor for class com.ibm.as400.access.AS400JDBCTimestamp
Create an AS400JDBC Timestamp
AS400JDBCTimestamp(long) - Constructor for class com.ibm.as400.access.AS400JDBCTimestamp
Create an AS400JDBC Timestamp
AS400JDBCTransientException - Exception in com.ibm.as400.access
The AS400JDBCTransientException is the JTOpen version of java.sql.SQLTransientException.
AS400JDBCTransientException(String, String, int) - Constructor for exception com.ibm.as400.access.AS400JDBCTransientException
 
AS400JDBCXAConnection - Class in com.ibm.as400.access
The AS400JDBCXACConnection class represents a pooled connection object that provides hooks for connection pool management and XA resource management.
AS400JDBCXADataSource - Class in com.ibm.as400.access
The AS400JDBCXADataSource class represents a factory for AS400JDBCXAConnection objects.
AS400JDBCXADataSource() - Constructor for class com.ibm.as400.access.AS400JDBCXADataSource
Constructs a default AS400JDBCXADataSource object.
AS400JDBCXADataSource(String) - Constructor for class com.ibm.as400.access.AS400JDBCXADataSource
Constructs an AS400JDBCXADataSource with the specified serverName.
AS400JDBCXADataSource(String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCXADataSource
Constructs an AS400JDBCXADataSource with the specified signon information.
AS400JDBCXADataSource(String, String, char[]) - Constructor for class com.ibm.as400.access.AS400JDBCXADataSource
Constructs an AS400JDBCXADataSource with the specified signon information.
AS400JDBCXADataSource(String, String, String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCXADataSource
Deprecated. 
AS400JDBCXADataSourceBeanInfo - Class in com.ibm.as400.access
The AS400JDBCXADataSourceBeanInfo class provides bean information for the AS400JDBCXADataSource class.
AS400JDBCXADataSourceBeanInfo() - Constructor for class com.ibm.as400.access.AS400JDBCXADataSourceBeanInfo
 
AS400JDBCXAResource - Class in com.ibm.as400.access
The AS400JDBCXAResource class represents a resource manager for use in XA transaction management.
AS400JDBCXid - Class in com.ibm.as400.access
The AS400JDBCXid class represents an Xid for use with an AS400JDBCXAResource.
AS400JPing - Class in com.ibm.as400.access
Determines if services are running on the IBM i system.
AS400JPing(String) - Constructor for class com.ibm.as400.access.AS400JPing
Constructs an AS400JPing object with the specified systemName.
AS400JPing(String, int) - Constructor for class com.ibm.as400.access.AS400JPing
Constructs an AS400JPing object with the specified systemName and service.
AS400JPing(String, int, boolean) - Constructor for class com.ibm.as400.access.AS400JPing
Constructs an AS400JPing object.
AS400ListModel - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400ListModel() - Constructor for class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Constructs an AS400ListModel object.
AS400ListModel(VNode) - Constructor for class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Constructs an AS400ListModel object.
AS400ListModelBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400ListModelBeanInfo() - Constructor for class com.ibm.as400.vaccess.AS400ListModelBeanInfo
Deprecated.
 
AS400ListPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400ListPane() - Constructor for class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Constructs an AS400ListPane object.
AS400ListPane(VNode) - Constructor for class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Constructs an AS400ListPane object.
AS400ListPaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400ListPaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.AS400ListPaneBeanInfo
Deprecated.
 
AS400Message - Class in com.ibm.as400.access
Represents a message returned from an IBM i system.
AS400PackedDecimal - Class in com.ibm.as400.access
Provides a converter between a BigDecimal object and a packed decimal format floating point number.
AS400PackedDecimal(int, int) - Constructor for class com.ibm.as400.access.AS400PackedDecimal
Constructs an AS400PackedDecimal object.
AS400Principal - Class in com.ibm.as400.security.auth
The AS400Principal class provides an abstract superclass for representations of IBM i system security-related identities.
AS400Principal() - Constructor for class com.ibm.as400.security.auth.AS400Principal
Constructs an AS400Principal object.
AS400Principal(AS400) - Constructor for class com.ibm.as400.security.auth.AS400Principal
Constructs an AS400Principal object.
AS400PrincipalBeanInfo - Class in com.ibm.as400.security.auth
Bean information for the AS400Principal class.
AS400PrincipalBeanInfo() - Constructor for class com.ibm.as400.security.auth.AS400PrincipalBeanInfo
 
AS400SecurityException - Exception in com.ibm.as400.access
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
AS400SecurityException(int) - Constructor for exception com.ibm.as400.access.AS400SecurityException
Constructs an AS400SecurityException.
AS400SecurityException(int, Throwable) - Constructor for exception com.ibm.as400.access.AS400SecurityException
Constructs an AS400SecurityException.
AS400Server - Class in com.ibm.as400.access
Abstract class representing an IBM i server job.
AS400Server() - Constructor for class com.ibm.as400.access.AS400Server
 
AS400Servlet - Class in com.ibm.as400.util.servlet
The AS400Servlet class is an abstract class that represents an HTML Servlet.
AS400Servlet() - Constructor for class com.ibm.as400.util.servlet.AS400Servlet
Constructs a default AS400Servlet object.
AS400Servlet(boolean) - Constructor for class com.ibm.as400.util.servlet.AS400Servlet
Constructs an AS400Servlet object specifing whether to use the connection pool.
AS400Structure - Class in com.ibm.as400.access
Provides a composite data type representing a structure of AS400DataType objects.
AS400Structure() - Constructor for class com.ibm.as400.access.AS400Structure
Constructs an AS400Structure object.
AS400Structure(AS400DataType[]) - Constructor for class com.ibm.as400.access.AS400Structure
Constructs an AS400Structure object.
AS400StructureBeanInfo - Class in com.ibm.as400.access
The AS400Structure class provides bean information for the AS400Structure class.
AS400StructureBeanInfo() - Constructor for class com.ibm.as400.access.AS400StructureBeanInfo
 
AS400SwappableCredential - Interface in com.ibm.as400.security.auth
The AS400SwappableCredential interface defines IBM i credentials that can be exploited by authentication services to swap the operating system thread identity when running on the local IBM i system.
AS400Text - Class in com.ibm.as400.access
Provides character set conversion between Java String objects and IBM i code pages.
AS400Text(int) - Constructor for class com.ibm.as400.access.AS400Text
Constructs an AS400Text object.
AS400Text(int, int) - Constructor for class com.ibm.as400.access.AS400Text
Constructs an AS400Text object.
AS400Text(int, String) - Constructor for class com.ibm.as400.access.AS400Text
Constructs AS400Text object.
AS400Text(int, AS400) - Constructor for class com.ibm.as400.access.AS400Text
Constructs an AS400Text object.
AS400Text(int, int, AS400) - Constructor for class com.ibm.as400.access.AS400Text
Constructs an AS400Text object.
AS400Time - Class in com.ibm.as400.access
Provides a converter between a java.sql.Time object and an IBM i time value such as "23:59:59" or "11:59 PM".
AS400Time() - Constructor for class com.ibm.as400.access.AS400Time
Constructs an AS400Time object.
AS400Time(TimeZone) - Constructor for class com.ibm.as400.access.AS400Time
Constructs an AS400Time object.
AS400Time(int) - Constructor for class com.ibm.as400.access.AS400Time
Constructs an AS400Time object.
AS400Time(TimeZone, int) - Constructor for class com.ibm.as400.access.AS400Time
Constructs an AS400Time object.
AS400Time(int, Character) - Constructor for class com.ibm.as400.access.AS400Time
Constructs an AS400Time object.
AS400Time(TimeZone, int, Character) - Constructor for class com.ibm.as400.access.AS400Time
Constructs an AS400Time object.
AS400Timestamp - Class in com.ibm.as400.access
Provides a converter between a java.sql.Timestamp object and an IBM i timestamp value such as "1997-12-31-23.59.59.999999".
AS400Timestamp() - Constructor for class com.ibm.as400.access.AS400Timestamp
Constructs an AS400Timestamp object.
AS400Timestamp(TimeZone) - Constructor for class com.ibm.as400.access.AS400Timestamp
Constructs an AS400Timestamp object.
AS400Timestamp(TimeZone, int) - Constructor for class com.ibm.as400.access.AS400Timestamp
Constructs an AS400Timestamp object when datalength < 26.
AS400ToolboxInstaller - Class in utilities
Deprecated.
This class is no longer being enhanced, since it has no known users.
AS400ToolboxJarMaker - Class in utilities
Deprecated.
Use Java 9 module tools instead.
AS400ToolboxJarMaker() - Constructor for class utilities.AS400ToolboxJarMaker
Deprecated.
Constructs an AS400ToolboxJarMaker object.
AS400TreeModel - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400TreeModel() - Constructor for class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Constructs an AS400TreeModel object.
AS400TreeModel(VNode) - Constructor for class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Constructs an AS400TreeModel object.
AS400TreeModelBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400TreeModelBeanInfo() - Constructor for class com.ibm.as400.vaccess.AS400TreeModelBeanInfo
Deprecated.
 
AS400TreePane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400TreePane() - Constructor for class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Constructs an AS400TreePane object.
AS400TreePane(VNode) - Constructor for class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Constructs an AS400TreePane object.
AS400TreePaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
AS400TreePaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.AS400TreePaneBeanInfo
Deprecated.
 
AS400UnsignedBin1 - Class in com.ibm.as400.access
Provides a converter between a Short object and an unsigned one-byte binary number.
AS400UnsignedBin1() - Constructor for class com.ibm.as400.access.AS400UnsignedBin1
Constructs an AS400UnsignedBin1 object.
AS400UnsignedBin2 - Class in com.ibm.as400.access
The AS400UnsignedBin2 class provides a converter between an Integer object and an unsigned two-byte binary number.
AS400UnsignedBin2() - Constructor for class com.ibm.as400.access.AS400UnsignedBin2
Constructs an AS400UnsignedBin2 object.
AS400UnsignedBin4 - Class in com.ibm.as400.access
The AS400UnsignedBin4 class provides a converter between a Long object and a unsigned four-byte binary number.
AS400UnsignedBin4() - Constructor for class com.ibm.as400.access.AS400UnsignedBin4
Constructs an AS400UnsignedBin4 object.
AS400UnsignedBin8 - Class in com.ibm.as400.access
Provides a converter between a BigInteger object and an unsigned eight-byte binary number.
AS400UnsignedBin8() - Constructor for class com.ibm.as400.access.AS400UnsignedBin8
Constructs an AS400UnsignedBin8 object.
AS400Varchar - Class in com.ibm.as400.access
 
AS400Varchar(int, int) - Constructor for class com.ibm.as400.access.AS400Varchar
Constructs an AS400Varchar object.
AS400Varchar(int, int, int) - Constructor for class com.ibm.as400.access.AS400Varchar
Constructs an AS400Varchar object.
AS400Varchar(int, int, String) - Constructor for class com.ibm.as400.access.AS400Varchar
Constructs AS400Varchar object.
AS400Varchar(int, int, AS400) - Constructor for class com.ibm.as400.access.AS400Varchar
Constructs an AS400Varchar object.
AS400Varchar(int, int, int, AS400) - Constructor for class com.ibm.as400.access.AS400Varchar
Constructs an AS400Varchar object.
AS400ZonedDecimal - Class in com.ibm.as400.access
The AS400ZonedDecimal class provides a converter between a BigDecimal object and a zoned decimal format floating point number.
AS400ZonedDecimal(int, int) - Constructor for class com.ibm.as400.access.AS400ZonedDecimal
Constructs an AS400ZonedDecimal object.
ASCII - Static variable in class com.ibm.as400.access.FTP
Transfer files in ASCII mode.
asciiChar(int) - Static method in class com.ibm.as400.access.jdbcClient.StringFormatUtil
 
ASP - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by auxiliary storage pool (ASP).
ASP_GROUP - Static variable in class com.ibm.as400.access.Job
Job attribute representing the ASP group information Read-only: true Type: String Only valid on V5R1 systems and higher.
ASP_NAME_ALL - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating that the auxiliary storage pools that are currently part of the the thread's library name space will be searched to locate the library.
ASP_NAME_ALL - Static variable in class com.ibm.as400.access.ObjectList
Constant indicating that the auxiliary storage pools that are currently part of the the thread's library name space will be searched to locate the library.
ASP_NAME_ALLAVL - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating that all available ASPs will be searched.
ASP_NAME_ALLAVL - Static variable in class com.ibm.as400.access.ObjectList
Constant indicating that all available ASPs will be searched.
ASP_NAME_CURASPGRP - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating that if the thread has an ASP group, the primary and secondary ASPs in the ASP group will be searched to locate the library.
ASP_NAME_CURASPGRP - Static variable in class com.ibm.as400.access.ObjectList
Constant indicating if the thread has an ASP group, the primary and secondary ASPs in the ASP group will be searched to locate the library.
ASP_NAME_SYSBAS - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating that the system ASP (ASP 1) and all defined basic user ASPs (ASPs 2-32) will be searched to locate the library.
ASP_NAME_SYSBAS - Static variable in class com.ibm.as400.access.ObjectList
Constant indicating that the system ASP (ASP 1) and all defined basic user ASPs (ASPs 2-32) will be searched to locate the library.
ASP_NAME_UNKNOWN - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating that the name of the auxiliary storage pool device is not known.
ASP_NUMBER - Static variable in class com.ibm.as400.access.list.AspOpenList
Content indicate what kind of ASP or what ASP information is returned.
ASP_SEARCH_TYPE_ASP - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating that only the single ASP named in the auxiliary storage pool device name field will be searched.
ASP_SEARCH_TYPE_ASP - Static variable in class com.ibm.as400.access.ObjectList
Constant indicating that only the single ASP named in the auxiliary storage pool device name field will be searched.
ASP_SEARCH_TYPE_ASPGRP - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating that all ASPs in the auxiliary storage pool group named in the auxiliary storage pool device name field will be searched.
ASP_SEARCH_TYPE_ASPGRP - Static variable in class com.ibm.as400.access.ObjectList
Constant indicating that all ASPs in the auxiliary storage pool group named in the auxiliary storage pool device name field will be searched.
AspListItem - Class in com.ibm.as400.access.list
Contains ASPs information that was generated by AspOpenList.
aspName - Variable in class com.ibm.as400.access.AS400
 
AspOpenList - Class in com.ibm.as400.access.list
An OpenList implementation that generates lists of AspListItem objects.
AspOpenList(AS400) - Constructor for class com.ibm.as400.access.list.AspOpenList
Constructs a AspOpenList object with the given system.
AspOpenList(AS400, String) - Constructor for class com.ibm.as400.access.list.AspOpenList
Constructs a AspOpenList object with the given system. this list will generate a list of AspOpenList objects for all ASPs on the system using the format.
AspOpenList(AS400, String, String) - Constructor for class com.ibm.as400.access.list.AspOpenList
Constructs a AspOpenList object with the given system, format, filter data type.
AspOpenList(AS400, String, int) - Constructor for class com.ibm.as400.access.list.AspOpenList
Constructs a AspOpenList object with the given system, format, ASP number. this list will generate a list of AspOpenList objects for the ASP Number using the format.
AspOpenList(AS400, String, String, String) - Constructor for class com.ibm.as400.access.list.AspOpenList
Constructs a AspOpenList object with the given system, format, filterDataType and ASP name. this list will generate a list of AspOpenList objects for the ASP name using the format.
ASSIGNED_MULTIPLE - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is assigned to multiple printers.
ASSIGNED_NONE - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is not assigned to a printer.
ASSIGNED_SPECIFIC - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is assigned to a specific printer.
assignPool(int, String) - Method in class com.ibm.as400.access.Subsystem
Adds a shared system pool to the list of storage pools defined for the subsystem.
assignPool(int, int, int) - Method in class com.ibm.as400.access.Subsystem
Defines a private storage pool and adds it to the list of storage pools defined for the subsystem.
ASSISTANCE_LEVEL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for assistance level.
ASSISTANCE_LEVEL_ADVANCED - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the expert system user interface.
ASSISTANCE_LEVEL_BASIC - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the Operational Assistant user interface.
ASSISTANCE_LEVEL_INTERMEDIATE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the system user interface.
ATTENTION_KEY_HANDLING_PROGRAM - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for attention key handling program.
ATTENTION_KEY_HANDLING_PROGRAM_ASSIST - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the Operational Assistant attention key handling program.
ATTR_3812SCS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ACCOUNT_CODE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_AFP - Static variable in class com.ibm.as400.access.PrintObject
ATTR_AFP_RESOURCE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_AFPRESOURCE - Static variable in class com.ibm.as400.access.PrintObject
 
ATTR_ALIGN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ALIGNFORMS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ALWDRTPRT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ASCIITRANS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ASPDEVICE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_AUTHCHCK - Static variable in class com.ibm.as400.access.PrintObject
ATTR_AUTHORITY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_AUTOEND - Static variable in class com.ibm.as400.access.PrintObject
ATTR_AUX_POOL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_BACK_OVERLAY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_BARCODE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_BKMGN_ACR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_BKMGN_DWN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_BKOVL_ACR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_BKOVL_DWN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_BTWNCPYSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_BTWNFILESTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CHANGES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CHAR_ID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CHARID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CHR_RTT_CMDS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CHRSET - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CHRSET_LIB - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CHRSET_SIZE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CODEDFNT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CODEDFNTLIB - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CODEDFONT_SIZE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CODEPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CODEPAGE_NAME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CODEPAGE_NAME_LIB - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CODFNT_ARRAY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_COLOR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CONSTBCK_OVL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CONTROLCHAR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CONVERT_LINEDATA - Static variable in class com.ibm.as400.access.PrintObject
ATTR_COPIES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_COPIESLEFT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CORNER_STAPLE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CPI - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CPI_CHANGES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_CURPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DATA_QUEUE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DATAFORMAT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DATE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DATE_END - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DATE_USED - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DATE_WTR_BEGAN_FILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DATE_WTR_CMPL_FILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DAYS_UNTIL_EXPIRE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DBCS_FNT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DBCS_FNT_LIB - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DBCS_FNT_SIZE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DBCSCPI - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DBCSDATA - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DBCSEXTENSN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DBCSROTATE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DBCSSISO - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DDS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DECIMAL_FMT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DELETESPLF - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DESCRIPTION - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DESTINATION - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DESTOPTION - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DEVCLASS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DEVMODEL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DEVSTATUS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DEVTYPE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DFR_WRITE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DISPLAYANY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DOUBLEWIDE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DRAWERCHANGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DRWRSEP - Static variable in class com.ibm.as400.access.PrintObject
ATTR_DUPLEX - Static variable in class com.ibm.as400.access.PrintObject
ATTR_EDGESTITCH_NUMSTAPLES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_EDGESTITCH_REF - Static variable in class com.ibm.as400.access.PrintObject
ATTR_EDGESTITCH_REFOFF - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ENDPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ENDPNDSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ENVLP_SOURCE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_EXPIRATION_DATE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FIDELITY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FIELD_OUTLIN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FILESEP - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FOLDREC - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FONT_CHANGES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FONTID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FONTRESFMT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FORM_DEFINITION - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FORMFEED - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FORMTYPE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FORMTYPEMSG - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FRONT_OVERLAY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FTMGN_ACR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FTMGN_DWN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FTOVL_ACR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_FTOVL_DWN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_GRAPHICS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_GRAPHICS_TOK - Static variable in class com.ibm.as400.access.PrintObject
ATTR_GRPLVL_IDXTAG - Static variable in class com.ibm.as400.access.PrintObject
ATTR_HELDSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_HIGHLIGHT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_HOLD - Static variable in class com.ibm.as400.access.PrintObject
ATTR_HOLDPNDSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_HOLDTYPE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IMGCFG - Static variable in class com.ibm.as400.access.PrintObject
ATTR_INTERNETADDR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPDSPASSTHRU - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPP_ATTR_CCSID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPP_ATTR_NL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPP_JOB_ID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPP_JOB_NAME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPP_JOB_NAME_NL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPP_JOB_ORIGUSER - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPP_JOB_ORIGUSER_NL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_IPP_PRINTER_NAME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_JOBCCSID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_JOBNAME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_JOBNUMBER - Static variable in class com.ibm.as400.access.PrintObject
ATTR_JOBSEPRATR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_JOBSYSTEM - Static variable in class com.ibm.as400.access.PrintObject
ATTR_JOBUSER - Static variable in class com.ibm.as400.access.PrintObject
ATTR_JUSTIFY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_LASTPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_LIBRARY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_LINESPACING - Static variable in class com.ibm.as400.access.PrintObject
ATTR_LPI - Static variable in class com.ibm.as400.access.PrintObject
ATTR_LPI_CHANGES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MAX_JOBS_PER_CLIENT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MAXRCDS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MEASMETHOD - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MESSAGE_QUEUE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MFGTYPE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MSGHELP - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MSGID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MSGREPLY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MSGSEV - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MSGTEXT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MSGTYPE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MULTI_ITEM_REPLY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_MULTIUP - Static variable in class com.ibm.as400.access.PrintObject
ATTR_NETWORK - Static variable in class com.ibm.as400.access.PrintObject
ATTR_NPSCCSID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_NPSLEVEL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_NUMBYTES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_NUMBYTES_SPLF - Static variable in class com.ibm.as400.access.PrintObject
ATTR_NUMFILES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_NUMRSC_LIB_ENT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_NUMWRITERS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OBJEXTATTR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OFFICEVISION - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ONJOBQSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OPCNTRL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OPENCMDS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_ORDER - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OS4_CRT_AFP - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OUTPTY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OUTPUT_QUEUE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OUTPUTBIN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OUTQSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OVERALLSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_OVERFLOW - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGE_AT_A_TIME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGE_DEFINITION - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGE_GROUPS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGE_ROTATE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGELEN - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGELVLIDXTAG - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGENUMBER - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGES_EST - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGEWIDTH - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAGRTT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAPER_SOURCE_1 - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PAPER_SOURCE_2 - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PELDENSITY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PGM_OPN_FILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PGM_OPN_LIB - Static variable in class com.ibm.as400.access.PrintObject
ATTR_POINTSIZE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PRINTER - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PRINTER_FILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PRTASSIGNED - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PRTDEVTYPE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PRTQUALITY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PRTSEQUENCE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PRTTEXT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PUBINF - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PUBINF_COLOR_SUP - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PUBINF_DS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PUBINF_DUPLEX_SUP - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PUBINF_LOCATION - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PUBINF_PPM - Static variable in class com.ibm.as400.access.PrintObject
ATTR_PUBINF_PPM_COLOR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_RCDFMT_DATA - Static variable in class com.ibm.as400.access.PrintObject
ATTR_RECLENGTH - Static variable in class com.ibm.as400.access.PrintObject
ATTR_REDUCE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_REF_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
ATTR_REF_WRONG_DATATYPE - Static variable in class com.ibm.as400.data.DAMRI
 
ATTR_REF_WRONG_NODETYPE - Static variable in class com.ibm.as400.data.DAMRI
 
ATTR_RESTART - Static variable in class com.ibm.as400.access.PrintObject
ATTR_RMTLOCNAME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_RMTPRTQ - Static variable in class com.ibm.as400.access.PrintObject
ATTR_RMTSYSTEM - Static variable in class com.ibm.as400.access.PrintObject
ATTR_RPLCHAR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_RPLUNPRT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_RSC_LIB_LIST - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SADDLESTITCH_NUMSTAPLES - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SADDLESTITCH_REF - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SADDLESTITCH_STPL_OFFSEINFO - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SAVE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SAVE_COMMAND - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SAVE_DEVICE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SAVE_FILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SAVE_LABEL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SAVE_SEQUENCE_NUMBER - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SAVE_VOLUME_FORMAT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SAVE_VOLUME_ID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SCHEDULE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SCS2ASCII - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SEEKOFF - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SEEKORG - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SENDPTY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SEPPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_AUTH_METHOD - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_CREATOR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_RESTORED_DATE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_RESTORED_TIME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_SAVED_DATE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_SAVED_TIME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_SECURITY_METHOD - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_SIZE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLF_SIZE_MULT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLFNUM - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLFSTATUS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPLSCS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPOOL - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SPOOLFILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SRC_CODEPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SRCDRWR - Static variable in class com.ibm.as400.access.PrintObject
ATTR_STARTEDBY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_STARTPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SYS_DRV_PGM - Static variable in class com.ibm.as400.access.PrintObject
ATTR_SYSTEM - Static variable in class com.ibm.as400.access.PrintObject
ATTR_TGT_CODEPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_TIME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_TIME_END - Static variable in class com.ibm.as400.access.PrintObject
ATTR_TIME_WTR_BEGAN_FILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_TIME_WTR_CMPL_FILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_TOADDRESS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_TOUSERID - Static variable in class com.ibm.as400.access.PrintObject
ATTR_TRC1403 - Static variable in class com.ibm.as400.access.PrintObject
ATTR_UNITOFMEAS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USER_DEFINED_OBJECT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USER_DFN_TXT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USER_DRIVER_PROG - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USER_TRANSFORM_PROG - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USERCMT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USERDATA - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USERGEN_DATA - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USRDEFDATA - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USRDEFFILE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USRDEFOPT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_USRDRVDATA - Static variable in class com.ibm.as400.access.PrintObject
ATTR_VIEWING_FIDELITY - Static variable in class com.ibm.as400.access.PrintObject
ATTR_VMMVSCLASS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WORKSTATION_CUST_OBJECT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WRTNGSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTNGDATASTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTNGDEVSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTNGMSGSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTRAUTOEND - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTREND - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTRINIT - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTRJOBNAME - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTRJOBNUM - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTRJOBSTS - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTRJOBUSER - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTRSTRPAGE - Static variable in class com.ibm.as400.access.PrintObject
ATTR_WTRSTRTD - Static variable in class com.ibm.as400.access.PrintObject
ATTRIBUTE_CHANGES_CANCELED - Static variable in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Event ID indicating that attribute changes are canceled.
ATTRIBUTE_CHANGES_COMMITTED - Static variable in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Event ID indicating that attribute changes are committed.
ATTRIBUTE_NOT_ALLOWED - Static variable in class com.ibm.as400.data.DAMRI
 
ATTRIBUTE_READ_ONLY - Static variable in exception com.ibm.as400.resource.ResourceException
Deprecated.
The return code indicating that the resource attribute is read-only.
ATTRIBUTE_VALUE_CHANGED - Static variable in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Event ID indicating that an attribute is changed.
ATTRIBUTE_VALUES_REFRESHED - Static variable in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Event ID indicating that attribute values are refreshed.
attributeChangesCanceled(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Deprecated.
Invoked when attribute changes are canceled.
attributeChangesCanceled(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Deprecated.
Invoked when attribute changes are canceled.
attributeChangesCommitted(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Deprecated.
Invoked when attribute changes are committed.
attributeChangesCommitted(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Deprecated.
Invoked when attribute changes are committed.
ATTRIBUTES_NOT_RETURNED - Static variable in exception com.ibm.as400.resource.ResourceException
Deprecated.
The return code indicating that resource attributes were not returned.
ATTRIBUTES_NOT_SET - Static variable in exception com.ibm.as400.resource.ResourceException
Deprecated.
The return code indicating that resource attributes were not set.
ATTRIBUTES_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VIFSConstants
Deprecated.
Property identifier for the attributes.
attributeValueChanged(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Deprecated.
Invoked when an attribute value is changed.
attributeValueChanged(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Deprecated.
Invoked when an attribute value is changed.
attributeValuesRefreshed(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Deprecated.
Invoked when attributes values are refreshed.
attributeValuesRefreshed(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Deprecated.
Invoked when attributes values are refreshed.
AUDITING - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the type of auditing for the object.
AUDITING_ALL - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the auditing value *ALL.
AUDITING_CHANGE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the auditing value *CHANGE.
AUDITING_NONE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the auditing value *NONE.
AUDITING_USER_PROFILE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the auditing value *USRPRF.
AUTH_ALL - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an authority of *ALL.
AUTH_ANY - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an authority of *ANY.
AUTH_CHANGE - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an authority of *CHANGE.
AUTH_DATA_ADD - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing a data authority of *ADD.
AUTH_DATA_DELETE - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing a data authority of *DLT.
AUTH_DATA_EXECUTE - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing a data authority of *EXECUTE.
AUTH_DATA_READ - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing a data authority of *READ.
AUTH_DATA_UPDATE - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing a data authority of *UPD.
AUTH_LIST_MANAGEMENT - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an authority of *AUTLMGT.
AUTH_OBJECT_ALTER - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an object authority of *OBJALTER.
AUTH_OBJECT_EXISTENCE - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an object authority of *OBJEXIST.
AUTH_OBJECT_MANAGEMENT - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an object authority of *OBJMGT.
AUTH_OBJECT_OPERATIONAL - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an object authority of *OBJOPR.
AUTH_OBJECT_REFERENCE - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an object authority of *OBJREF.
AUTH_USE - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing an authority of *USE.
authenticate(String, String) - Method in class com.ibm.as400.access.AS400
Deprecated.
Using a String as a password is insecure.
authenticate(String, char[]) - Method in class com.ibm.as400.access.AS400
Authenticates the user profile name and user profile password.
authenticate(String, String) - Method in class com.ibm.jtopenlite.SignonConnection
Issues a request to the Signon host server to authenticate the specified user and password.
AUTHENTICATION_METHOD - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "authentication method".
AUTHENTICATION_METHOD_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "authentication method (pending)".
AUTHENTICATION_SCHEME_DDM_EUSERIDPWD - Static variable in class com.ibm.as400.access.AS400
Constant representing the DDM_EUSERIDPWD scheme @U4A
AUTHENTICATION_SCHEME_GSS_TOKEN - Static variable in class com.ibm.as400.access.AS400
Constant indicating the authentication scheme is GSS token.
AUTHENTICATION_SCHEME_IDENTITY_TOKEN - Static variable in class com.ibm.as400.access.AS400
Constant indicating the authentication scheme is identity token.
AUTHENTICATION_SCHEME_PASSWORD - Static variable in class com.ibm.as400.access.AS400
Constant indicating the authentication scheme is password.
AUTHENTICATION_SCHEME_PROFILE_TOKEN - Static variable in class com.ibm.as400.access.AS400
Constant indicating the authentication scheme is profile token.
AuthenticationServlet - Class in com.ibm.as400.util.servlet
AuthenticationServlet is an HttpServlet implementation that performs basic authentication for servlets.
AuthenticationServlet() - Constructor for class com.ibm.as400.util.servlet.AuthenticationServlet
Constructs a default AuthenticationServlet object.
AuthenticationServlet(String, String, String) - Constructor for class com.ibm.as400.util.servlet.AuthenticationServlet
Constructs an AuthenticationServlet object with the specified user, password, and realm.
AUTHORITY_INSUFFICIENT - Static variable in exception com.ibm.as400.resource.ResourceException
Deprecated.
The return code indicating that user has insuffient authority.
AUTHORITY_VALUE_ALL - Static variable in class com.ibm.as400.access.UserObjectsOwnedListEntry
Special authority value indicating that the user has all object (operational, management, existence, alter and reference) and data (read, add, update, delete, and execute) authorities to the object.
AUTHORITY_VALUE_CHANGE - Static variable in class com.ibm.as400.access.UserObjectsOwnedListEntry
Special authority value indicating that the user has object operational and all data authorities to the object.
AUTHORITY_VALUE_EXCLUDE - Static variable in class com.ibm.as400.access.UserObjectsOwnedListEntry
Special authority value indicating that the user has none of the object or data authorities to the object, or authorization list management authority.
AUTHORITY_VALUE_USE - Static variable in class com.ibm.as400.access.UserObjectsOwnedListEntry
Special authority value indicating that the user has object operational and data read and execute authorities to the object.
AUTHORITY_VALUE_USER_DEF - Static variable in class com.ibm.as400.access.UserObjectsOwnedListEntry
Special authority value indicating that the user has some combination of object and data authorities that do not relate to a special value.
AUTO_DETECT - Static variable in class com.ibm.as400.access.ISeriesNetServerPrintShare
Value of the "spooled file type" attribute, indicating "Automatic type sensing".
AUTOCOMMIT_OFF - Static variable in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
AUTOCOMMIT_ON - Static variable in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
autoCommitFailureClosesAllResultSets() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves whether a SQLException thrown while autoCommit is true indicates that all open ResultSets are closed, even ones that are holdable.
autoCommitFailureClosesAllResultSets() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves whether a SQLException thrown while autoCommit is true indicates that all open ResultSets are closed, even ones that are holdable.
AUTOMATICALLY_END_WRITER - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for automatically end writer.
AUTOSTART - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "autostart".
AUTOSTART_JOB_ENTRY - Static variable in class com.ibm.as400.access.SubsystemEntryList
 
AUXILIARY_IO_REQUESTS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the number of auxiliary I/O requests performed by the job across all routing steps.
AUXILIARY_IO_REQUESTS - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for auxiliary I/O requests.
AUXILIARY_IO_REQUESTS_LARGE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the number of auxiliary I/O requests performed by the job across all routing steps.
AVAIL - Static variable in class com.ibm.as400.access.HistoryLog
Constant indicating that any logged data that is available for the specified dates should be listed.
available() - Method in class com.ibm.as400.access.IFSFileInputStream
Returns the number of bytes that can be read from this file input stream.
available() - Method in class com.ibm.as400.access.PrintObjectInputStream
Returns the number of bytes that can be read without blocking.
available() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Returns the number of bytes remaining in the current page.
available() - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Returns the number of bytes available (with blocking).
available() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the number of bytes stored in this ReaderInputStream's internal cache.

B

B4 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents B4 paper size (257 x 364 mm)
B5 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents B5 paper size (182 x 257 mm)
BAD_ATTRIBUTE_SYNTAX - Static variable in class com.ibm.as400.data.DAMRI
 
BAD_ATTRIBUTE_VALUE - Static variable in class com.ibm.as400.data.DAMRI
 
BAD_DATA_LENGTH - Static variable in class com.ibm.as400.data.DAMRI
 
BAD_DATA_TYPE - Static variable in class com.ibm.as400.data.DAMRI
 
BAD_LENGTH - Static variable in exception com.ibm.jtopenlite.DataStreamException
Constant representing a datastream reply type that has an unexpected datastream length (LL).
BAD_NODE_TYPE - Static variable in class com.ibm.as400.data.DAMRI
 
BAD_OFFSET_VALUE - Static variable in class com.ibm.as400.data.DAMRI
 
BAD_PCML_VERSION - Static variable in class com.ibm.as400.data.DAMRI
 
BAD_REPLY - Static variable in exception com.ibm.jtopenlite.DataStreamException
Constant representing a datastream reply type that has an unexpected reply.
BAD_RETURN_CODE - Static variable in exception com.ibm.jtopenlite.DataStreamException
Constant representing a datastream reply type that has an unsuccessful return code.
BAD_TAG - Static variable in class com.ibm.as400.data.DAMRI
 
BAD_TOTAL_OFFSET - Static variable in class com.ibm.as400.data.DAMRI
 
badLength(String, int) - Static method in exception com.ibm.jtopenlite.DataStreamException
Factory method for constructing a datastream exception with the provided bad length value.
badReply(String, int) - Static method in exception com.ibm.jtopenlite.DataStreamException
Factory method for constructing a datastream exception with the provided bad reply value.
badReturnCode(String, int) - Static method in exception com.ibm.jtopenlite.DataStreamException
Factory method for constructing a datastream exception with the provided bad return code value.
BASE64Decoder - Class in com.ibm.as400.util
 
BASE64Decoder() - Constructor for class com.ibm.as400.util.BASE64Decoder
 
BASE64Encoder - Class in com.ibm.as400.util
Replacement for sun.misc.BASE64Encoder When sun.misc.BAS64Encoder is available via reflection use that.
BASE64Encoder() - Constructor for class com.ibm.as400.util.BASE64Encoder
 
baseColumnName(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
baseColumnName(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
BaseDataQueue - Class in com.ibm.as400.access
Represents an IBM i data queue object.
BaseDataQueue() - Constructor for class com.ibm.as400.access.BaseDataQueue
Constructs a BaseDataQueue object.
BaseDataQueue(AS400, String) - Constructor for class com.ibm.as400.access.BaseDataQueue
Constructs a BaseDataQueue object.
BaseDataQueueBeanInfo - Class in com.ibm.as400.access
The BaseDataQueueBeanInfo class provides bean information for the BaseDataQueue class.
BaseDataQueueBeanInfo() - Constructor for class com.ibm.as400.access.BaseDataQueueBeanInfo
 
BASELINE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical baseline alignment.
baseSchemaName(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
baseSchemaName(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
baseTableName(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
baseTableName(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
basicAuthenticationPrompt() - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationCredential
Returns text that can be displayed to prompt for the basic user and password information used to initialize the credential.
basicAuthenticationPrompt() - Method in class com.ibm.as400.security.auth.AS400Credential
Returns text that can be displayed to prompt for the basic user and password information used to initialize the credential.
before(Timestamp) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Indicates whether this Timestamp object is earlier than the given Timestamp object.
beforeFirst() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Sets cursor position before the first row.
beforeFirst() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor before the first row.
beforeFirst() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor before the first row.
beforeFirst() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position before the first row in the list.
beforeFirst() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Positiong cursor not implemented.
BEGIN - Static variable in class com.ibm.as400.access.HistoryLog
Constant indicating to list data logged from the beginning of the log.
BETWEEN_COPIES_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for between copies status.
BETWEEN_FILES_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for between files status.
bidiAS400Text - Variable in class com.ibm.as400.access.AS400
Determines whether Bidi processing should occur in AS400Text.toBytes() method
bidiAS400Varchar - Variable in class com.ibm.as400.access.AS400
Determines whether Bidi processing should occur in AS400Varchar.toBytes() method
BidiConversionProperties - Class in com.ibm.as400.access
Provides a set of properties that can be used to control the conversion of character set data.
BidiConversionProperties() - Constructor for class com.ibm.as400.access.BidiConversionProperties
Constructs a BidiConversionProperties object.
BidiConvert - Class in com.ibm.as400.access
BidiConvert is a convenience class to facilitate invocation of the Bidi layout transformations by converter code in the JVM.
BidiConvert() - Constructor for class com.ibm.as400.access.BidiConvert
 
BidiFlag - Class in com.ibm.as400.access
This class represents BidiFlag objects and provides initial values for all flag options.
BidiFlagSet - Class in com.ibm.as400.access
This class represents a BidiFlagSet object defining the text attributes to be used during a Bidi layout transformation process and the available values for each flag.
BidiFlagSet() - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet with the default value.
BidiFlagSet(BidiFlagSet) - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet based on an existing BidiFlagSet.
BidiFlagSet(BidiFlag) - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet from one BidiFlag.
BidiFlagSet(BidiFlag, BidiFlag) - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet from two BidiFlags.
BidiFlagSet(BidiFlag, BidiFlag, BidiFlag) - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet from three BidiFlags.
BidiFlagSet(BidiFlag, BidiFlag, BidiFlag, BidiFlag) - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet from four BidiFlags.
BidiFlagSet(BidiFlag, BidiFlag, BidiFlag, BidiFlag, BidiFlag) - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet from five BidiFlags.
BidiFlagSet(char[]) - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet from a char array.
BidiFlagSet(String) - Constructor for class com.ibm.as400.access.BidiFlagSet
Constructs a BidiFlagSet from a string.
BidiOrdering - Class in com.ibm.as400.util.html
The BidiOrdering class represents an HTML tag used to alter the language and direction of text.
BidiOrdering() - Constructor for class com.ibm.as400.util.html.BidiOrdering
Constructs a default BidiOrdering object.
BidiOrdering(String) - Constructor for class com.ibm.as400.util.html.BidiOrdering
Constructs a BidiOrdering object with the specified dir.
BidiOrdering(String, String) - Constructor for class com.ibm.as400.util.html.BidiOrdering
Constructs a BidiOrdering object with the specified lang and dir.
BidiOrderingBeanInfo - Class in com.ibm.as400.util.html
The BidiOrderingBeanInfo class provides bean information for the BidiOrdering class.
BidiOrderingBeanInfo() - Constructor for class com.ibm.as400.util.html.BidiOrderingBeanInfo
 
BidiStringType - Interface in com.ibm.as400.access
A collection of constants generally used for describing the string type of bidi (bi-directional text).
BidiText - Class in com.ibm.as400.access
Bidi text is a combination of a sequence of characters and a set of Bidi flags which represent Bidi attributes used during Bidi Layout transformations.
BidiText() - Constructor for class com.ibm.as400.access.BidiText
Constructor with no arguments to create a flags member with a DEFAULT value.
BidiText(BidiFlagSet) - Constructor for class com.ibm.as400.access.BidiText
Constructs a BidiText object based on an existing BidiFlagSet.
BidiText(BidiFlagSet, char[]) - Constructor for class com.ibm.as400.access.BidiText
Constructs a BidiText object based on an existing BidiFlagSet and the data in a character array.
BidiText(BidiFlagSet, char[], int, int, int) - Constructor for class com.ibm.as400.access.BidiText
Constructs a BidiText object based on an existing BidiFlagSet and the data in part of a character array.
BidiText(BidiFlagSet, String) - Constructor for class com.ibm.as400.access.BidiText
Constructs a BidiText object based on an existing BidiFlagSet and the data in a string.
bidiTransform(String, int, int) - Static method in class com.ibm.as400.access.AS400BidiTransform
Bidi-HCG Perform Bidi layout transformation by given Bidi string types.
BidiTransform - Class in com.ibm.as400.access
The BidiTransform class defines Text Layout transformations.
BidiTransform() - Constructor for class com.ibm.as400.access.BidiTransform
 
BIG_DECIMAL_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.math.BigDecimal data type.
BIGINT - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
BIGINT_492 - Static variable in class com.ibm.as400.access.SQLNativeType
 
BINARY - Static variable in class com.ibm.as400.access.FTP
Transfer files in binary mode.
BINARY - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
BINARY_912 - Static variable in class com.ibm.as400.access.SQLNativeType
 
BinaryConverter - Class in com.ibm.as400.access
A binary types converter between Java byte arrays and Java simple types.
BinaryFieldDescription - Class in com.ibm.as400.access
Represents the description of the data in a binary (integer) field.
BinaryFieldDescription() - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400Bin4, String) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400Bin4, String, String, int) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400UnsignedBin4, String) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400UnsignedBin4, String, String, int) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400Bin8, String) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400Bin8, String, String, int) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400UnsignedBin8, String) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400UnsignedBin8, String, String, int) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400Bin2, String) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400Bin2, String, String, int) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400UnsignedBin2, String) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400UnsignedBin2, String, String, int) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400Bin1, String) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400Bin1, String, String, int) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400UnsignedBin1, String) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BinaryFieldDescription(AS400UnsignedBin1, String, String, int) - Constructor for class com.ibm.as400.access.BinaryFieldDescription
Constructs a BinaryFieldDescription object.
BLANK - Static variable in class com.ibm.as400.access.AS400File
Constant indicating a text description of *BLANK.
BLANK - Static variable in class com.ibm.as400.resource.RJobList
Deprecated.
Constant indicating that a blank value is used.
blankPadEBCDIC10(String) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into a total of ten CCSID 37 bytes, blank padding with EBCDIC 0x40 as necessary.
BLOB - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
BLOB_404 - Static variable in class com.ibm.as400.access.SQLNativeType
 
BLOB_LOCATOR - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
BLOB_LOCATOR_960 - Static variable in class com.ibm.as400.access.SQLNativeType
 
BOOLEAN_2436 - Static variable in class com.ibm.as400.access.SQLNativeType
 
BooleanValueMap - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
BooleanValueMap(Object, Object) - Constructor for class com.ibm.as400.resource.BooleanValueMap
Deprecated.
Constructs a BooleanValueMap object.
BooleanValueMap(Object[], Object[]) - Constructor for class com.ibm.as400.resource.BooleanValueMap
Deprecated.
Constructs a BooleanValueMap object.
BOTTOM - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical bottom alignment.
bqual - Variable in class com.ibm.as400.access.jdbcClient.ClientXid
 
BREAK_MESSAGE_HANDLING - Static variable in class com.ibm.as400.access.Job
Job attribute representing how a job handles break messages.
BREAK_MESSAGE_HANDLING - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for break message handling.
BREAK_MESSAGE_HANDLING_HOLD - Static variable in class com.ibm.as400.access.Job
Constant indicating that the message queue holds break messages until a user or program requests them.
BREAK_MESSAGE_HANDLING_HOLD - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the message queue holds break messages until a user or program requests them.
BREAK_MESSAGE_HANDLING_NORMAL - Static variable in class com.ibm.as400.access.Job
Constant indicating that the message queue status determines break message handling.
BREAK_MESSAGE_HANDLING_NORMAL - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the message queue status determines break message handling.
BREAK_MESSAGE_HANDLING_NOTIFY - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system notifies the job's message queue when a message arrives.
BREAK_MESSAGE_HANDLING_NOTIFY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system notifies the job's message queue when a message arrives.
BREAK_MESSAGE_HANDLING_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the break message handling.
BROWSING_INTERVAL - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "browsing interval".
BROWSING_INTERVAL_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "browsing interval (pending)".
BufferedResourceList - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
BufferedResourceList() - Constructor for class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Constructs a BufferedResourceList object.
BufferedResourceList(Presentation, ResourceMetaData[], ResourceMetaData[], ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Constructs a BufferedResourceList object.
BUILDING - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by building.
BUILDING - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for building.
BUSY - Static variable in class com.ibm.as400.resource.ActiveStatusEvent
Deprecated.
Event ID indicating that the active status is busy.
busy(ActiveStatusEvent) - Method in interface com.ibm.as400.resource.ActiveStatusListener
Deprecated.
Invoked when the active status changes to busy.
ButtonFormInput - Class in com.ibm.as400.util.html
The ButtonFormInput class represents a button input type in an HTML form.
ButtonFormInput() - Constructor for class com.ibm.as400.util.html.ButtonFormInput
Constructs a default ButtonFormInput object.
ButtonFormInput(String) - Constructor for class com.ibm.as400.util.html.ButtonFormInput
Constructs a ButtonFormInput object with the specified control name.
ButtonFormInput(String, String) - Constructor for class com.ibm.as400.util.html.ButtonFormInput
Constructs a ButtonFormInput object with the specified control name and viewable text value of the button.
ButtonFormInput(String, String, String) - Constructor for class com.ibm.as400.util.html.ButtonFormInput
Constructs a ButtonFormInput object with the specified control name, viewable text value of the button, and the action to perform when the button is pressed.
ButtonFormInputBeanInfo - Class in com.ibm.as400.util.html
The ButtonFormInputBeanInfo class provides bean information for the ButtonFormInput class.
ButtonFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.ButtonFormInputBeanInfo
 
BYKEY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to a message identified by a key.
BYKEY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to a message identified by a key.
bypassAuthentication(HttpServletRequest) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Method to check to see if authentication should be performed.
BYTE_ARRAY - Static variable in class com.ibm.as400.data.DAMRI
 
BYTE_ARRAY_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Byte array data type.
ByteArrayKey - Class in com.ibm.jtopenlite
Utility class for mapping byte array portions.
ByteArrayKey() - Constructor for class com.ibm.jtopenlite.ByteArrayKey
 
ByteArrayKey(byte[]) - Constructor for class com.ibm.jtopenlite.ByteArrayKey
 
byteArrayToCharArray(byte[]) - Static method in class com.ibm.as400.access.BinaryConverter
 
byteArrayToCharArray(byte[], int, int) - Method in class com.ibm.as400.access.Converter
 
byteArrayToCharArray(byte[], int, int) - Method in class com.ibm.as400.access.ConverterImplRemote
 
byteArrayToCharArray(byte[], int, int, BidiConversionProperties) - Method in class com.ibm.as400.access.ConverterImplRemote
 
byteArrayToCharArray(byte[], int, int) - Method in class com.ibm.as400.access.ConvTable
 
byteArrayToCharArray(byte[], int, int, int) - Method in class com.ibm.as400.access.ConvTable
 
byteArrayToCharArray(byte[], int, int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
byteArrayToCharArray(byte[], int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
byteArrayToDouble(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified IBM i data type to a double.
byteArrayToDouble(byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified bytes into a double value.
byteArrayToFloat(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified IBM i data type to a float.
byteArrayToFloat(byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified bytes into a float value.
byteArrayToInt(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified IBM i data type to an int.
byteArrayToInt(byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified bytes into an int value.
byteArrayToLong(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified IBM i data type to a long.
byteArrayToLong(byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified bytes into a long value.
byteArrayToShort(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified IBM i data type to a short.
byteArrayToShort(byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified bytes into a short value.
byteArrayToString(byte[]) - Method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToString(byte[], int) - Method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToString(byte[], int, int) - Method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToString(byte[], int, int, int) - Method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToString(byte[], int, int, BidiConversionProperties) - Method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToString(AS400, byte[]) - Static method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToString(int, AS400, byte[]) - Static method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToString(int, byte[]) - Static method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToString(byte[]) - Method in class com.ibm.as400.access.Converter
 
byteArrayToString(byte[], int) - Method in class com.ibm.as400.access.Converter
 
byteArrayToString(byte[], int, int) - Method in class com.ibm.as400.access.Converter
 
byteArrayToString(byte[], int, int) - Method in class com.ibm.as400.access.ConverterImplRemote
 
byteArrayToString(byte[], int, int, int) - Method in class com.ibm.as400.access.ConverterImplRemote
 
byteArrayToString(byte[], int, int, BidiConversionProperties) - Method in class com.ibm.as400.access.ConverterImplRemote
 
byteArrayToString(byte[], int, int, int) - Method in class com.ibm.as400.access.ConvTable
 
byteArrayToString(byte[], int, int) - Method in class com.ibm.as400.access.ConvTable
 
byteArrayToString(byte[], int, int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
Perform an OS/400 CCSID to Unicode conversion.
byteArrayToString(byte[], int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
byteArrayToUnsignedInt(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified IBM i data type to a long.
byteArrayToUnsignedShort(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified IBM i data type to an int.
bytesToHexString(byte[]) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified byte array to its hexadecimal String representation.
bytesToHexString(byte[], int, int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified byte array to its hexadecimal String representation.
bytesToHexString(byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified bytes into their hexadecimal String representation.
bytesToHexString(byte[], int, int, char[]) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified bytes into their hexadecimal String representation.
bytesToString(byte[]) - Static method in class com.ibm.as400.access.BinaryConverter
Deprecated.
Replaced by bytesToHexString(). (Same implementation, better name.)
bytesToString(byte[], int, int) - Static method in class com.ibm.as400.access.BinaryConverter
Deprecated.
Replaced by bytesToHexString(). (Same implementation, better name.)

C

CALCULATE - Static variable in class com.ibm.as400.access.SystemPool
Deprecated. 
CALCULATE_INT - Static variable in class com.ibm.as400.access.SystemPool
Deprecated. 
call(String, String, Parameter[]) - Method in class com.ibm.jtopenlite.command.CommandConnection
Calls the specified program using the specified parameter data and returns the result.
call(Program) - Method in class com.ibm.jtopenlite.command.CommandConnection
Calls the specified program and returns the result.
CallCommand - Class in com.ibm.jtopenlite.samples
Sample program that uses JTOpenLite to call a command on an IBM i server.
CallCommand() - Constructor for class com.ibm.jtopenlite.samples.CallCommand
 
CallCommandSSL - Class in com.ibm.jtopenlite.samples
 
CallCommandSSL() - Constructor for class com.ibm.jtopenlite.samples.CallCommandSSL
 
CallCreateUserSpace - Class in com.ibm.jtopenlite.samples
Sample program that uses JTOpenLite to create a user space.
CallCreateUserSpace() - Constructor for class com.ibm.jtopenlite.samples.CallCreateUserSpace
 
CallCreateUserSpaceSSL - Class in com.ibm.jtopenlite.samples
 
CallCreateUserSpaceSSL() - Constructor for class com.ibm.jtopenlite.samples.CallCreateUserSpaceSSL
 
callMethod_B(Object, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns a boolean Examples boolean value = callMethod_B(ds, "getReturnExtendedMetaData");
callMethod_B(Object, String, int) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns a boolean Examples boolean value = callMethod_B(connection, "isValid", 60)
callMethod_B(Object, String, Class) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns a boolean Examples boolean value = callMethod_B(ds, "isWrapperFor", Class.forName("java.lang.String");
callMethod_B(Object, String, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_I(Object, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an integer Examples int value = callMethod_I(ds, "getMaximumPrecision");
callMethod_I(Object, String, int) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an integer Examples int value = callMethod_I(ds, "getMaximumPrecision");
callMethod_I(Object, String, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_L(Object, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an long Examples int value = callMethod_L(ds, "length");
callMethod_O(Object, String, Class, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_O(Object, String, Class[], Object, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_O(Object, String, Class[], Object, Object, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_O(Object, String, Class[], Object, Object, Object, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_O(Object, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_O(Object, String, int) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_O(Object, String, Class) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_O(Object, String, String, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_O(Object, String, long, long) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_OS(Object, String, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns an Object Examples Object o = callMethod_O(ds, ... ");
callMethod_OSA(Object, String, String, Object[]) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_OSS(Object, String, String, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_OSSS(Object, String, String, String, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_OSSSS(Object, String, String, String, String, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_S(Object, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns a string Examples String property = callMethod_S(ds, "getTranslateHex");
callMethod_S(Object, String, int) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns a string Examples String property = callMethod_S(ds, "getTranslateHex");
callMethod_S(Object, String, long, int) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns a string Examples String property = JDReflectionUtil.callMethod_S(outNClob, "getSubString", 1, outLength);
callMethod_V(Object, String, Class[], Object[]) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing.
callMethod_V(Object, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing and is passed nothing Examples callMethod_V(ds, "close");
callMethod_V(Object, String, int) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed an int Examples callMethod_V(ds, "setMaximumPrecision", 34);
callMethod_V(Object, String, int, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed an int and a string String Examples callMethod_V(ps, "setNString", 1, "character");
callMethod_V(Object, String, String, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed an string and a string String Examples callMethod_V(ps, "setNString", "col1", "character");
callMethod_V(Object, String, boolean) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed an boolean Examples callMethod_V(ds, "setReturnExtendedMetaData", true);
callMethod_V(Object, String, byte[]) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed a byte array Examples callMethod_V(ds, "setTranslateHex", "character");
callMethod_V(Object, String, int, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed an integer and object The method to be called is dynamically resolved Examples callMethod_V(ps, "psSetNClob", 1, "character");
callMethod_V(Object, String, Object, int) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_V(Object, String, Object, boolean) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_V(Object, String, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_V(Object, String, String, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
callMethod_V(Object, String, long, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed a long and object The method to be called is dynamically resolved Examples callMethod_V(nclob, "setString", 1, "character");
callMethod_V(Object, String, int, InputStream, long) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed int, InputStream, long Examples JDReflectionUtil.callMethod_V(ps, "setBlob", 1, is, (long) 4);
callMethod_V(Object, String, int, Reader, long) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed int, Reader, long Examples JDReflectionUtil.callMethod_V(ps, "setClob", 1, r, (long) 4);
callMethod_V(Object, String, String, Reader, long) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed String, Reader, long Examples JDReflectionUtil.callMethod_V(ps, "setClob", "C1", r, (long) 4);
callMethod_V_IS(Object, String, String, InputStream, long) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a method which returns nothing, but is passed String, InputStream, long Examples JDReflectionUtil.callMethod_V(ps, "setBlob", "col1", is, (long) 4);
callOpenListAPI() - Method in class com.ibm.as400.access.list.AspOpenList
Calls QGY/QYASPOL.
callOpenListAPI() - Method in class com.ibm.as400.access.list.OpenList
This method should be implemented by subclasses to call a particular QGY API and return the 80-byte list information parameter.
callOpenListAPI() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Calls QGY/QGYOLSPL.
callProgram(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Calls the named program.
CallRetrieveAuthorizedUsers - Class in com.ibm.jtopenlite.samples
Sample program that uses JTOpenLite to retrieve the list of authorized users on the system.
CallRetrieveAuthorizedUsers() - Constructor for class com.ibm.jtopenlite.samples.CallRetrieveAuthorizedUsers
 
CallRetrieveJournalEntries - Class in com.ibm.jtopenlite.samples
Sample program that uses JTOpenLite to retrieve the list of authorized user on the system.
CallRetrieveJournalEntries() - Constructor for class com.ibm.jtopenlite.samples.CallRetrieveJournalEntries
 
CallServiceProgramParameterFormat - Interface in com.ibm.jtopenlite.command.program
Interface used to utilize the parameters of a service program call.
CallServiceProgramProcedure - Class in com.ibm.jtopenlite.command.program
Service program call - QZRUCLSP This class fully implements the V5R4 specification of QZRUCLSP.
CallServiceProgramProcedure() - Constructor for class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
CallServiceProgramProcedure(String, String, String, int) - Constructor for class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
CallStackEntry - Class in com.ibm.as400.access
Represents an entry in the call stack of a specific thread of a server job.
callStaticMethod_I(String, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a static method whihc returns an int.
callStaticMethod_O(String, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
call a static method whihc returns an object.
CAN_READ - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for can read.
CAN_WRITE - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for can write.
cancel(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Cancels a statement within this connection.
cancel(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
cancel() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
cancel() - Method in class com.ibm.as400.access.AS400JDBCStatement
Cancels the statement.
cancel() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
cancel() - Method in class com.ibm.as400.access.ProgramCall
End program call if the time exceeds the specified time
CANCEL - Static variable in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Dialog was dismissed with the Cancel button.
cancel() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
cancelAttributeChanges() - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Cancels all uncommitted attribute changes.
cancelRowUpdates() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Cancels all pending updates that have been made since the last call to updateRow().
cancelRowUpdates() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Cancels all pending updates that have been made since the last call to updateRow().
cancelRowUpdates() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Cancels all pending updates that have been made since the last call to updateRow().
cancelRowUpdates() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
canExecute() - Method in class com.ibm.as400.access.IFSFile
Determines if the application is allowed to execute the integrated file system object represented by this object.
canExecute() - Method in class com.ibm.as400.access.IFSJavaFile
Tests whether the application can execute the file denoted by this abstract pathname.
CANNOT_CONVERT_VALUE - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the value cannot be converted.
CANONICAL_PATH - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for canonical path.
canRead() - Method in class com.ibm.as400.access.IFSFile
Determines if the application can read from the integrated file system object represented by this object.
canRead() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the program can read from the file denoted by this abstract pathname.
canUse() - Method in class com.ibm.as400.access.ClientAccessDataStream
Can this be used.
canUseNativeOptimizations() - Method in class com.ibm.as400.access.AS400
Indicates if this AS400 object is enabled to exploit Toolbox native optimizations.
canWrite() - Method in class com.ibm.as400.access.IFSFile
Determines if the application can write to the integrated file system object represented by this object.
canWrite() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the program can write to the file denoted by this abstract pathname.
CAPITALS - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Capital letter ordered labeling scheme.
carriageReturn() - Method in class com.ibm.as400.access.SCS5256Writer
Adds a carriage return control to the stream.
CATEGORY_ALL - Static variable in class com.ibm.jtopenlite.Trace
 
CATEGORY_DATASTREAM - Static variable in class com.ibm.jtopenlite.Trace
 
CATEGORY_NONE - Static variable in class com.ibm.jtopenlite.Trace
 
CC_ALL - Static variable in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
CC_CHG - Static variable in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
CC_CS - Static variable in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
CC_MAIL_ADDRESS - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for cc:Mail address.
CC_MAIL_COMMENT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for cc:Mail comment.
CC_NONE - Static variable in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
CC_RR - Static variable in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
CCSID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the coded character set identifier used for this job.
CCSID - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "server CCSID".
CCSID - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for CCSID.
CCSID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for coded character set identifier (CCSID).
CCSID1025 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1025() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1025
 
CCSID1026 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1026() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1026
 
CCSID1027 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1027() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1027
 
CCSID1097 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1097() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1097
 
CCSID1112 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1112() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1112
 
CCSID1122 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1122() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1122
 
CCSID1123 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1123() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1123
 
CCSID1130 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1130() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1130
 
CCSID1132 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1132() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1132
 
CCSID1137 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1137() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1137
 
CCSID1140 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1140() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1140
 
CCSID1141 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1141() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1141
 
CCSID1142 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1142() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1142
 
CCSID1143 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1143() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1143
 
CCSID1144 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1144() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1144
 
CCSID1145 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1145() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1145
 
CCSID1146 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1146() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1146
 
CCSID1147 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1147() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1147
 
CCSID1148 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1148() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1148
 
CCSID1149 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1149() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1149
 
CCSID1153 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1153() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1153
 
CCSID1154 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1154() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1154
 
CCSID1155 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1155() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1155
 
CCSID1156 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1156() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1156
 
CCSID1157 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1157() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1157
 
CCSID1158 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1158() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1158
 
CCSID1160 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1160() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1160
 
CCSID1164 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID1164() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID1164
 
CCSID13121 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID13121() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID13121
 
CCSID13124 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID13124() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID13124
 
CCSID256 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID256() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID256
 
CCSID273 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID273() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID273
 
CCSID277 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID277() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID277
 
CCSID278 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID278() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID278
 
CCSID280 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID280() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID280
 
CCSID284 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID284() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID284
 
CCSID285 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID285() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID285
 
CCSID28709 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID28709() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID28709
 
CCSID290 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID290() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID290
 
CCSID297 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID297() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID297
 
CCSID37 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID37() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID37
 
CCSID420 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID420() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID420
 
CCSID423 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID423() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID423
 
CCSID4971 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID4971() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID4971
 
CCSID500 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID500() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID500
 
CCSID5123 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID5123() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID5123
 
CCSID62211 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID62211() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID62211
 
CCSID62224 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID62224() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID62224
 
CCSID62235 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID62235() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID62235
 
CCSID62245 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID62245() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID62245
 
CCSID62251 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID62251() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID62251
 
CCSID833 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID833() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID833
 
CCSID836 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID836() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID836
 
CCSID838 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID838() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID838
 
CCSID870 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID870() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID870
 
CCSID871 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID871() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID871
 
CCSID875 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID875() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID875
 
CCSID880 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID880() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID880
 
CCSID9030 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID9030() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID9030
 
CCSID905 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID905() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID905
 
CCSID918 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID918() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID918
 
CCSID924 - Class in com.ibm.jtopenlite.ccsidConversion
 
CCSID924() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CCSID924
 
CCSID_CONVERSION_STATUS_DATA - Static variable in class com.ibm.as400.access.JobLog
 
CCSID_CONVERSION_STATUS_TEXT - Static variable in class com.ibm.as400.access.JobLog
 
CCSID_DEFAULT - Static variable in class com.ibm.as400.access.AS400ConnectionPool
Indicates that the CCSID used for new connections is the same as the system default CCSID.
CCSID_FOR_DATA - Static variable in class com.ibm.as400.access.JobLog
 
CCSID_FOR_TEXT - Static variable in class com.ibm.as400.access.JobLog
 
CCSID_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the CCSID specified in the user profile under which this thread was initially running is used.
CCSID_INITIAL_USER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the CCSID specified in the user profile under which this thread was initially running is used.
CCSID_OF_JOB - Static variable in class com.ibm.as400.access.MessageFile
Constant indicating "the CCSID of the job".
CCSID_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "server CCSID (pending)".
CCSID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the coded character set identifier.
CCSID_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the CCSID specified in the system value QCCSID is used.
CCSID_SYSTEM_VALUE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the CCSID specified in the system value QCCSID is used.
CcsidConversion - Class in com.ibm.jtopenlite.ccsidConversion
 
CcsidConversion() - Constructor for class com.ibm.jtopenlite.ccsidConversion.CcsidConversion
 
ccsidEncoding_ - Static variable in class com.ibm.as400.access.ConversionMaps
 
ccsidToEncoding(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
ccsidToEncoding(int) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess Java encoding given a CCSID.
cd(String) - Method in class com.ibm.as400.access.AS400FTP
Sets the current directory on the system to directory.
cd(String) - Method in class com.ibm.as400.access.FTP
Sets the current directory on the system to directory.
CENTER - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Horizontal alignment in center of page.
CENTRAL - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Central service.
CERTIFICATE_ADDED - Static variable in class com.ibm.as400.access.AS400CertificateEvent
The AS400Certificate added event ID.
CERTIFICATE_ALREADY_ADDED - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the certificate was already added.
CERTIFICATE_DELETED - Static variable in class com.ibm.as400.access.AS400CertificateEvent
The AS400Certificate deleted event ID.
CERTIFICATE_NOT_FOUND - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that no certificate was found.
CHANGE_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which the object was last changed.
CHANGE_DATE_AND_TIME - Static variable in class com.ibm.as400.access.MemberDescription
The date and time this member was changed.
ChangeableResource - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ChangeableResource() - Constructor for class com.ibm.as400.resource.ChangeableResource
Deprecated.
Constructs a ChangeableResource object.
ChangeableResource(Presentation, Object, ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.ChangeableResource
Deprecated.
Constructs a ChangeableResource object.
ChangeableResource(Presentation, Object, ResourceMetaDataTable) - Constructor for class com.ibm.as400.resource.ChangeableResource
Deprecated.
Constructs a ChangeableResource object.
changeCipherSuites - Static variable in class com.ibm.as400.access.SecureAS400
Indicate whether the cipher suites changed by the caller.
CHANGED_BY_PROGRAM - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object has been changed by the Change Object Description (QLICOBJD) API.
changeDescriptionText(String) - Method in class com.ibm.as400.access.Subsystem
Sets the subsystem description text.
changeDescriptor(DatabaseChangeDescriptorAttributes, int) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
changeDisplayFilePath(String) - Method in class com.ibm.as400.access.Subsystem
Specifies the signon display file that is used when showing signon displays at work stations allocated to the subsystem.
changeEntry(ValidationListEntry) - Method in class com.ibm.as400.access.ValidationList
Alters the entry in the validation list.
changeLanguageLibrary(String) - Method in class com.ibm.as400.access.Subsystem
Specifies a library to enter ahead of other libraries in the system portion of the library list.
changeMaximumActiveJobs(int) - Method in class com.ibm.as400.access.Subsystem
Sets the maximum number of active jobs that can run or use resources within the subsystem at one time.
changePassword(String, String) - Method in class com.ibm.as400.access.AS400
Deprecated.
Use changePassword(char[] oldPassword, char[] newPassword) instead
changePassword(char[], char[]) - Method in class com.ibm.as400.access.AS400
Changes the user profile password.
changePassword(String, boolean, String, byte[], byte[]) - Method in class com.ibm.as400.access.AS400ImplRemote
 
changes_ - Variable in class com.ibm.as400.access.IFSFileOutputStream
 
CHANGES_TAKE_EFFECT - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for changes take effect.
CHAR - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
CHAR_452 - Static variable in class com.ibm.as400.access.SQLNativeType
 
CHARACTER_CODE_SET_ID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for character code set ID.
CHARACTER_ID_CONTROL - Static variable in class com.ibm.as400.access.Job
Job attribute representing the character identifier control for a job.
CHARACTER_ID_CONTROL_DEVICE - Static variable in class com.ibm.as400.access.Job
Constant indicating to perform the same function for *DEVD as on the CHRID command parameter for display files, printer files, and panel groups.
CHARACTER_ID_CONTROL_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating the CHRIDCTL specified in the user profile under which this thread was initially running will be used.
CHARACTER_ID_CONTROL_JOB - Static variable in class com.ibm.as400.access.Job
Constant indicating to perform the same function for *JOBCCSID as on the CHRID command parameter for display files, printer files, and panel groups.
CHARACTER_ID_CONTROL_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the value in the QCHRIDCTL system value will be used.
CHARACTER_IDENTIFIER_CONTROL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for character identifier control.
CHARACTER_IDENTIFIER_CONTROL_DEVICE_DESCRIPTION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the same function as on the CHRID command parameter for display files, printer files, and panel groups.
CHARACTER_IDENTIFIER_CONTROL_JOB_CCSID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the same function as on the CHRID command parameter for display files, printer files, and panel groups.
CHARACTER_NORMAL - Static variable in class com.ibm.as400.access.SCS5553Writer
Constant for normal character rotation.
CHARACTER_ROTATED - Static variable in class com.ibm.as400.access.SCS5553Writer
Constant for 270-degree character rotation.
CHARACTER_TRUNCATION_DEFAULT - Static variable in class com.ibm.as400.access.JDProperties
 
CHARACTER_TRUNCATION_NONE - Static variable in class com.ibm.as400.access.JDProperties
 
CHARACTER_TRUNCATION_WARNING - Static variable in class com.ibm.as400.access.JDProperties
 
CharacterDataArea - Class in com.ibm.as400.access
The CharacterDataArea class represents a character data area on the system.
CharacterDataArea() - Constructor for class com.ibm.as400.access.CharacterDataArea
Constructs a CharacterDataArea object.
CharacterDataArea(AS400, String) - Constructor for class com.ibm.as400.access.CharacterDataArea
Constructs a CharacterDataArea object.
CharacterDataAreaBeanInfo - Class in com.ibm.as400.access
The CharacterDataAreaBeanInfo class provides bean information for the CharacterDataArea class.
CharacterDataAreaBeanInfo() - Constructor for class com.ibm.as400.access.CharacterDataAreaBeanInfo
 
CharacterFieldDescription - Class in com.ibm.as400.access
Represents the description of the data in a character field.
CharacterFieldDescription() - Constructor for class com.ibm.as400.access.CharacterFieldDescription
Constructs a CharacterFieldDescription object.
CharacterFieldDescription(AS400Text, String) - Constructor for class com.ibm.as400.access.CharacterFieldDescription
Constructs a CharacterFieldDescription object.
CharacterFieldDescription(AS400Text, String, String) - Constructor for class com.ibm.as400.access.CharacterFieldDescription
Constructs a CharacterFieldDescription object.
charArrayToByteArray(char[]) - Static method in class com.ibm.as400.access.BinaryConverter
 
charArrayToByteArray(char[]) - Method in class com.ibm.as400.access.Converter
 
charArrayToByteArray(char[], byte[]) - Method in class com.ibm.as400.access.Converter
 
charArrayToByteArray(char[], byte[], int) - Method in class com.ibm.as400.access.Converter
 
charArrayToByteArray(char[], byte[], int, int) - Method in class com.ibm.as400.access.Converter
 
charArrayToByteArray(char[]) - Method in class com.ibm.as400.access.ConverterImplRemote
 
charArrayToByteArray(char[], BidiConversionProperties) - Method in class com.ibm.as400.access.ConverterImplRemote
 
charArrayToByteArray(char[], int) - Method in class com.ibm.as400.access.ConvTable
 
charArrayToByteArray(char[]) - Method in class com.ibm.as400.access.ConvTable
 
charArrayToByteArray(char[], byte[], int) - Method in class com.ibm.as400.access.ConvTable
 
charArrayToByteArray(char[], byte[], int, int) - Method in class com.ibm.as400.access.ConvTable
 
charArrayToByteArray(char[], byte[], int, int, int) - Method in class com.ibm.as400.access.ConvTable
 
charArrayToByteArray(char[], byte[], int, int, BidiConversionProperties) - Method in class com.ibm.as400.access.ConvTable
 
charArrayToByteArray(char[], byte[], int) - Method in class com.ibm.as400.access.ConvTableSingleMap
 
charArrayToByteArray(char[], byte[], int, int) - Method in class com.ibm.as400.access.ConvTableSingleMap
 
charArrayToByteArray(char[], int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
charArrayToByteArray(char[], byte[], int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
charArrayToByteArray(char[], byte[], int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
charArrayToByteArray(char[], byte[], int, int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
charArrayToByteArray(char[], byte[], int, int, BidiConversionProperties) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
CharConverter - Class in com.ibm.as400.access
A character set converter between Java String objects and IBM i native code pages.
CharConverter() - Constructor for class com.ibm.as400.access.CharConverter
Constructs a CharConverter object using a "best guess" based on the default Locale.
CharConverter(String) - Constructor for class com.ibm.as400.access.CharConverter
Constructs a CharConverter object using the specified character encoding.
CharConverter(int) - Constructor for class com.ibm.as400.access.CharConverter
Constructs a CharConverter object using the specified CCSID.
CharConverter(int, AS400) - Constructor for class com.ibm.as400.access.CharConverter
Constructs a CharConverter object using the specified CCSID and system.
checkAccess(JDSQLStatement) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Checks that the specified SQL statement can be executed.
checkAccess(JDSQLStatement) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
CheckboxFormInput - Class in com.ibm.as400.util.html
The CheckboxFormInput class represents a checkbox input type in an HTML form where the checkbox represents an n-of-many choice field.
CheckboxFormInput() - Constructor for class com.ibm.as400.util.html.CheckboxFormInput
Constructs a default CheckboxFormInput object.
CheckboxFormInput(String, boolean) - Constructor for class com.ibm.as400.util.html.CheckboxFormInput
Constructs a CheckboxFormInput object with the specified viewable text label and initial checked value.
CheckboxFormInput(String, String, String, boolean) - Constructor for class com.ibm.as400.util.html.CheckboxFormInput
Constructs a CheckboxFormInput object with the specified control name, initial input value, viewable text label, and initial checked value.
CheckboxFormInputBeanInfo - Class in com.ibm.as400.util.html
The CheckboxFormInputBeanInfo class provides bean information for the CheckboxFormInput class.
CheckboxFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.CheckboxFormInputBeanInfo
 
checkCancel() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Checks to see if we are cancelling a statement.
checkCancel() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
checkCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Determines if the certificate is in the validation list.
checkCertificateByHandle(byte[]) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Determines if a certificate matching the handle exists in the validation list.
checkFieldSet(Object, String) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Validate the specified field is set, that is, not null.
checkFieldSet(int, String) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Validate the specified field is set, that is, not null.
checkHoldabilityConstants(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Checks if what the user passed in for holdability is valid.
checkHoldabilityConstants(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
checkin(T) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Adds or returns a connection to this pool.
checkLevel(int) - Method in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Indicates if the VRM is within the range of this level.
checkLevel(String) - Method in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Indicates if the specified level is within the range of this level.
checkOpen() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Checks that the connection is open.
checkOpen() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
checkout(String) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Obtains a free connection from this pool for the specified user.
checkPoolHealth(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Deprecated.
Use checkPoolHealth() instead. Refer to the class overview for a discussion of the intended role of this class, and the relationship between this class and its superclass.
checkPoolHealth(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Verifies the health of the connection pool.
children() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the children of the node.
CIRCLE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Circle, hollow circle, labeling scheme.
CIRCULAR_REFERENCE - Static variable in class com.ibm.as400.data.DAMRI
 
CLASS_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
ClassDecoupler - Class in com.ibm.as400.access
This class exists to remove the dependencies AS400ImplRemote had on some of the DDM and DB datastream classes.
ClassDecoupler() - Constructor for class com.ibm.as400.access.ClassDecoupler
 
CLASSES_WITH_CURRENT_JAVA_PROGRAMS - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for classes with current Java programs.
CLASSES_WITH_ERRORS - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for classes with errors.
CLASSES_WITHOUT_CURRENT_JAVA_PROGRAMS - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for classes without current Java programs.
clear() - Method in class com.ibm.as400.access.BaseDataQueue
Removes all entries from the data queue.
clear() - Method in class com.ibm.as400.access.CharacterDataArea
Resets the data area to contain all blanks.
clear() - Method in class com.ibm.as400.access.DecimalDataArea
Resets the data area to contain 0.0.
clear(byte[]) - Method in class com.ibm.as400.access.KeyedDataQueue
Removes all entries that match the key from the data queue.
clear(String) - Method in class com.ibm.as400.access.KeyedDataQueue
Removes all entries that match the key from the data queue.
clear() - Method in class com.ibm.as400.access.LocalDataArea
Resets the data area to contain all blanks.
clear() - Method in class com.ibm.as400.access.LogicalDataArea
Clears the data area.
clear() - Method in class com.ibm.as400.access.MemberList
Removes all member descriptions from this object.
clear(PrintParameterList) - Method in class com.ibm.as400.access.OutputQueue
Clears the output queue on the system.
clear() - Method in class com.ibm.as400.access.SaveFile
Clears all existing records from the save file and reduces the amount of storage used by this file.
clear() - Method in class com.ibm.as400.access.SubsystemEntryList
Removes all entries from this object.
clear() - Method in class com.ibm.as400.access.SystemValue
Clears this system value from the cache.
clear() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
clear() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
clearAttributeList() - Method in class com.ibm.as400.access.MemberList
Clears the attribute list which specifies which attributes should be retrieved.
clearAttributesToRetrieve() - Method in class com.ibm.as400.access.JobLog
Clears the message attributes to be retrieved for a given Joblog.
clearBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
clearBatch() - Method in class com.ibm.as400.access.AS400JDBCStatement
Clears the current batch of SQL statements.
clearBatch() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
clearBatch() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
clearBuffer() - Method in class com.ibm.as400.resource.ProgramAttributeGetter
Deprecated.
Clears any buffered attribute values.
clearCachedAttributes() - Method in class com.ibm.as400.access.IFSFile
Clear the cached attributes.
cleared(DataAreaEvent) - Method in interface com.ibm.as400.access.DataAreaListener
Invoked when a clear has been performed.
cleared(DataQueueEvent) - Method in interface com.ibm.as400.access.DataQueueListener
Invoked when a clear has been performed.
CLEARED - Static variable in class com.ibm.as400.access.OutputQueueEvent
The output queue cleared event ID.
clearJobAttributesToRetrieve() - Method in class com.ibm.as400.access.JobList
Clears the job attributes to be retrieved.
clearJobAttributesToSortOn() - Method in class com.ibm.as400.access.JobList
Clears the job attributes used to sort the list.
clearJobSelectionCriteria() - Method in class com.ibm.as400.access.JobList
Clears the selection types and values used to filter the list of jobs.
clearLibraryAuthorityCriteria() - Method in class com.ibm.as400.access.ObjectList
Clears the library authority criteria used to filter the list.
clearObjectAttributesToRetrieve() - Method in class com.ibm.as400.access.ObjectList
Clears the object attribtues to retrieve as part of this list.
clearObjectAttributesToSortOn() - Method in class com.ibm.as400.access.ObjectList
Clears the object attributes used to sort the list.
clearObjectAuthorityCriteria() - Method in class com.ibm.as400.access.ObjectList
Clears the object authority criteria used to filter the list.
clearObjectSelectionCriteria() - Method in class com.ibm.as400.access.ObjectList
Clears the object statuses used to filter the list and resets the object selection to include objects in the list (true).
clearOutOfBounds() - Method in class com.ibm.as400.access.SQLDataBase
 
clearParameters() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Releases the resources used by the current input parameter values.
clearParameters() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Releases the resources used by the current input parameter values.
clearParameters() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
clearParameters() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Clears the columns for the current row and releases all associated resources.
clearParameters() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
clearPasswordCache() - Static method in class com.ibm.as400.access.AS400
Clears the password cache for all systems within this Java virtual machine.
clearPasswordCache(String) - Static method in class com.ibm.as400.access.AS400
Clears all the passwords that are cached for the given system name within this Java virtual machine.
clearProductsToRetrieve() - Method in class com.ibm.as400.access.ProductList
Clears the list of products to retrieve and sets the product filter to PRODUCT_FILTER_ALL.
clearSelection() - Method in class com.ibm.as400.access.DirectoryEntryList
Removes all selection IDs and values that were previously added by addSelection().
clearSortFields() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Clears all sorting information for this list.
clearTruncated() - Method in class com.ibm.as400.access.SQLDataBase
 
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Clears all warnings that have been reported for the result set.
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCConnection
Clears all warnings that have been reported for the connection.
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Clears all warnings that have been reported for the connection.
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Clears all warnings that have been reported for the connection.
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Clears all warnings that have been reported for the result set.
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Clears all warnings that have been reported for the result set.
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCStatement
Clears all warnings that have been reported for the statement.
clearWarnings() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
clearWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Clears all SQL warnings.
clearWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Clears all SQL warnings.
clearWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Clears all SQL warnings.
clearWarnings() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
clearWarnings() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
clearWarnings() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Warning are not supported.
CLIENT_IP_ADDRESS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the IPv4 address of the client for which this system is doing work.
CLIENT_TO_PROXY_SERVER - Static variable in class com.ibm.as400.access.SecureAS400
Constant indicating that encryption should only be done on the connection between the client and the proxy server.
CLIENT_TO_SERVER - Static variable in class com.ibm.as400.access.SecureAS400
Constant indicating that encryption should be done in both the connection between the client and the proxy server and the connection between the proxy server and the system.
ClientAccessDataStream - Class in com.ibm.as400.access
Base class for client access server data streams.
ClientAccessDataStream() - Constructor for class com.ibm.as400.access.ClientAccessDataStream
 
ClientBlob - Class in com.ibm.as400.access.jdbcClient
 
ClientBlob(byte[]) - Constructor for class com.ibm.as400.access.jdbcClient.ClientBlob
 
ClientClob - Class in com.ibm.as400.access.jdbcClient
 
ClientClob(String) - Constructor for class com.ibm.as400.access.jdbcClient.ClientClob
 
ClientXid - Class in com.ibm.as400.access.jdbcClient
 
ClientXid() - Constructor for class com.ibm.as400.access.jdbcClient.ClientXid
 
CLINT_TO_SERVER - Static variable in class com.ibm.as400.access.SecureAS400
Deprecated.
Use CLIENT_TO_SERVER instead.
CLOB - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
CLOB_408 - Static variable in class com.ibm.as400.access.SQLNativeType
 
CLOB_LOCATOR - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
CLOB_LOCATOR_964 - Static variable in class com.ibm.as400.access.SQLNativeType
 
clone() - Method in class com.ibm.as400.access.AS400AbstractTime
Creates a new AS400AbstractTime object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Array
Creates a new AS400Array object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Bin1
Creates a new AS400Bin1 object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Bin2
Creates a new AS400Bin2 that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Bin4
Creates a new AS400Bin4 object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Bin8
Creates a new AS400Bin8 object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400ByteArray
Creates a new AS400ByteArray object that is identical to the current instance.
clone() - Method in interface com.ibm.as400.access.AS400DataType
Creates a new AS400DataType object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400DecFloat
Creates a new AS400DecFloat object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Float4
Creates a new AS400Float4 object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Float8
Creates a new AS400Float8 object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Method to create a clone of AS400JDBCDataSource.
clone() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Method to create a clone of AS400JDBCManagedDataSource.
clone() - Method in class com.ibm.as400.access.AS400PackedDecimal
Creates a new AS400PackedDecimal object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Structure
Creates a new AS400Structure object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Text
Creates a new AS400Text object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400UnsignedBin1
Creates a new AS400UnsignedBin1 object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400UnsignedBin2
Creates a new AS400UnsignedBin2 object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400UnsignedBin4
Creates a new unsigned, binary-four data type that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400UnsignedBin8
Creates a new AS400UnsignedBin8 object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400Varchar
Creates a new AS400Varchar object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Creates a new AS400ZonedDecimal object that is identical to the current instance.
clone() - Method in class com.ibm.as400.access.JDProperties
Method to create a clone of JDProperties.
clone() - Method in class com.ibm.as400.access.SQLDataBase
Returns a clone of the SQLData object.
clone() - Method in class com.ibm.as400.access.UserPermission
Returns a copy of this object.
clone() - Method in class com.ibm.as400.data.ProgramCallDocument
Clones the ProgramCallDocument and the objects contained in it.
clone() - Method in class com.ibm.as400.data.RecordFormatDocument
Creates and returns a copy of this object.
clone() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns a copy of the HTMLHyperlink.
clone() - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Returns a copy of the ServletHyperlink.
close() - Method in class com.ibm.as400.access.AS400ConnectionPool
Close and cleanup the connection pool.
close() - Method in class com.ibm.as400.access.AS400File
Closes the file on the system.
close() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Closes this ResultSet
close() - Method in class com.ibm.as400.access.AS400JDBCConnection
Releases the connection's resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Closes the handle to the connection.
close() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Releases the connection's resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Closes all the database connections in the pool.
close() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
close() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Closes the physical connection.
close() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Releases the prepared statement's resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
close() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Releases the result set's resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Releases the rowset resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.ibm.as400.access.AS400JDBCStatement
Releases the statement's resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
close() - Method in class com.ibm.as400.access.ClusteredHashTable
Closes a connection to the Clustered Hash Table server.
close() - Method in class com.ibm.as400.access.ConnectionPool
Closes the connection pool.
close() - Method in class com.ibm.as400.access.ConvTableReader
Closes this ConvTableReader and its underlying input stream.
close() - Method in class com.ibm.as400.access.ConvTableWriter
Closes this ConvTableWriter and its underlying output stream.
close() - Method in class com.ibm.as400.access.HistoryLog
Closes the message list on the system.
close() - Method in class com.ibm.as400.access.IFSFileInputStream
Closes this file input stream and releases any system resources associated with the stream.
close() - Method in class com.ibm.as400.access.IFSFileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
close() - Method in class com.ibm.as400.access.IFSFileReader
Closes the stream.
close() - Method in class com.ibm.as400.access.IFSFileWriter
Closes the stream, flushing it first.
close() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
close() - Method in class com.ibm.as400.access.JobList
Closes the job list on the system.
close() - Method in class com.ibm.as400.access.JobLog
Closes the message list on the system.
close() - Method in class com.ibm.as400.access.list.OpenList
Closes the list on the system.
close() - Method in class com.ibm.as400.access.MessageQueue
Closes the message list on the system.
close() - Method in class com.ibm.as400.access.ObjectList
Closes the object list on the system.
close() - Method in class com.ibm.as400.access.PrintObjectInputStream
Closes the input stream.
close() - Method in class com.ibm.as400.access.PrintObjectList
Closes the list so that objects in the list can be garbage collected.
close() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Closes the input stream and releases any resources associated with it.
close() - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Closes the input stream and releases any resources associated with it.
close() - Method in class com.ibm.as400.access.PxClientConnectionAdapter
Closes the connection to the proxy server. // @D1a question -- should we do something in the tunneling case // to clean up the server?
close() - Method in class com.ibm.as400.access.ReaderInputStream
Closes this ReaderInputStream and its underlying Reader.
close() - Method in class com.ibm.as400.access.SCS5256Writer
Closes the stream.
close() - Method in class com.ibm.as400.access.SpooledFileOutputStream
Closes the stream.
close() - Method in class com.ibm.as400.access.UserList
Closes the user list on the system.
close() - Method in class com.ibm.as400.access.UserSpace
Closes the user space and releases any system resources associated with the stream.
close() - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Closes the list.
close() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Closes the list.
close() - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Closes the list.
close() - Method in class com.ibm.as400.util.commtrace.Format
Closes this format object.
close() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowData
Closes the SQL result set.
close() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Closes the file this form represents.
close() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Closes the file this model represents.
close() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Closes the file this table represents.
close() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Closes the viewer.
close() - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Closes the SQL connection, if it is open.
close() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Closes the SQL result set this form represents.
close() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Closes the result set.
close() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Closes the SQL result set this table represents.
close() - Method in interface com.ibm.jtopenlite.Connection
Closes the connection.
close() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
close() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
close() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
close() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
close(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Closes the specified file and returns any messages that were issued.
close() - Method in class com.ibm.jtopenlite.HostServerConnection
Sends an "end job" datastream (if supported) and closes the underlying socket.
close() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
close() - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
close() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Closes and removes all connections in this pool, both free and in use.
close(String) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Closes and removes all connections for the specified user in this pool, both free and in use.
closeAll() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Closes all the Statement objects that have been opened by this PooledConnection object.
closeCursor(DatabaseCloseCursorAttributes) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
CLOSED - Static variable in class com.ibm.as400.access.PrintObjectListEvent
The print object list closed event ID.
closeFile(FileHandle) - Method in class com.ibm.jtopenlite.file.FileConnection
 
closeFree() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Closes and removes all free connections in this pool.
closeFree(String) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Closes and removes all free connections for the specified user in this pool.
CloseList - Class in com.ibm.jtopenlite.command.program.openlist
CloseList() - Constructor for class com.ibm.jtopenlite.command.program.openlist.CloseList
 
CloseList(byte[]) - Constructor for class com.ibm.jtopenlite.command.program.openlist.CloseList
 
closeOnCompletion() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
closeOnCompletion() - Method in class com.ibm.as400.access.AS400JDBCStatement
Specifies that this Statement will be closed when all its dependent result sets are closed.
closeOnCompletion() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
closePool() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Deprecated.
Use closePool() instead. Refer to the class overview for a discussion of the intended role of this class, and the relationship between this class and its superclass.
closePool() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Shuts down the connection pool in an orderly manner.
closeReturnMessageList(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
 
closeUsed() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Closes and removes all in-use connections in this pool.
closeUsed(String) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Closes and removes all in-use connections for the specified user in this pool.
CLS - Static variable in class com.ibm.as400.access.SaveFile
Special value for the "waitTime" property.
ClusteredHashTable - Class in com.ibm.as400.access
Provides access to an IBM i highly available Clustered Hash Table.
ClusteredHashTable() - Constructor for class com.ibm.as400.access.ClusteredHashTable
Constructs a default ClusteredHashTable object.
ClusteredHashTable(AS400, String) - Constructor for class com.ibm.as400.access.ClusteredHashTable
Constructs a ClusteredHashTable object that represents the IBM i clustered hash table server.
ClusteredHashTableBeanInfo - Class in com.ibm.as400.access
The ClusteredHashTableBeanInfo class provides bean information for the ClusteredHashTable class.
ClusteredHashTableBeanInfo() - Constructor for class com.ibm.as400.access.ClusteredHashTableBeanInfo
 
ClusteredHashTableEntry - Class in com.ibm.as400.access
The ClusteredHashTableEntry class represents an entry in an IBM i highly available Clustered Hash Table.
ClusteredHashTableEntry() - Constructor for class com.ibm.as400.access.ClusteredHashTableEntry
Constructs a default ClusteredHashTableEntry object.
ClusteredHashTableEntry(byte[], byte[], int, int, int) - Constructor for class com.ibm.as400.access.ClusteredHashTableEntry
Constructs a ClusteredHashTableEntry object that represents an entry in the clustered hash table.
ClusteredHashTableEntryBeanInfo - Class in com.ibm.as400.access
The ClusteredHashTableEntryBeanInfo class provides bean information for the ClusteredHashTableEntry class.
ClusteredHashTableEntryBeanInfo() - Constructor for class com.ibm.as400.access.ClusteredHashTableEntryBeanInfo
 
collapse(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Collapses the specified object in the tree.
collapse(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Collapses the specified object.
COLLECT_120 - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
COLLECT_15 - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
COLLECT_240 - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
COLLECT_30 - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
COLLECT_60 - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
columnAttributes(int, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
columnAttributes(int, int, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
columnLabel(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
columnLabel(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
com.ibm.as400.access - package com.ibm.as400.access
Provides classes that represent various IBM i data and resources.
com.ibm.as400.access.jdbcClient - package com.ibm.as400.access.jdbcClient
Provides a JDBC client to utilize JDBC drivers to access database resources.
com.ibm.as400.access.list - package com.ibm.as400.access.list
Provides classes that efficiently access lists of resources on an IBM i system.
com.ibm.as400.data - package com.ibm.as400.data
Provides classes to simplify calling IBM i programs (RPG, COBOL, C, etc) from Java.
com.ibm.as400.micro - package com.ibm.as400.micro
 
com.ibm.as400.resource - package com.ibm.as400.resource
Deprecated Provides classes that represent IBM i resources using a generic list-based scheme.
com.ibm.as400.security.auth - package com.ibm.as400.security.auth
Provides user profile swapping using IBM i profile token and credential classes.
com.ibm.as400.util - package com.ibm.as400.util
Provides various utility applications and classes.
com.ibm.as400.util.commtrace - package com.ibm.as400.util.commtrace
Provides a utility application and classes to assist in the formatting and display of IBM i communication traces.
com.ibm.as400.util.html - package com.ibm.as400.util.html
Provides classes that assist in setting up forms and tables for HTML pages.
com.ibm.as400.util.servlet - package com.ibm.as400.util.servlet
Provides classes that assist in writing servlets that manipulate IBM i data.
com.ibm.as400.vaccess - package com.ibm.as400.vaccess
Deprecated Provides classes that graphically present IBM i data to the user.
com.ibm.jtopenlite - package com.ibm.jtopenlite
Provides basic access to IBM i resources in a lightweight package that is suitable for use on mobile devices.
com.ibm.jtopenlite.ccsidConversion - package com.ibm.jtopenlite.ccsidConversion
Provides classes to convert between EBCDIC single byte CCSIDS and unicode.
com.ibm.jtopenlite.command - package com.ibm.jtopenlite.command
Provides classes to call commands on an IBM i host.
com.ibm.jtopenlite.command.program - package com.ibm.jtopenlite.command.program
Provides classes to call programs on an IBM i host.
com.ibm.jtopenlite.command.program.journal - package com.ibm.jtopenlite.command.program.journal
Provides classes to work with journal entries on an IBM i host.
com.ibm.jtopenlite.command.program.message - package com.ibm.jtopenlite.command.program.message
Provides classes to work with messages on an IBM i host.
com.ibm.jtopenlite.command.program.object - package com.ibm.jtopenlite.command.program.object
Provides classes to work with objects and user spaces on an IBM i host.
com.ibm.jtopenlite.command.program.openlist - package com.ibm.jtopenlite.command.program.openlist
Provides classes to work with lists from an IBM i host.
com.ibm.jtopenlite.command.program.perf - package com.ibm.jtopenlite.command.program.perf
Provides classes to work with performance data from an IBM i host.
com.ibm.jtopenlite.command.program.print - package com.ibm.jtopenlite.command.program.print
Provides the ability to work with spooled files on an IBM i host.
com.ibm.jtopenlite.command.program.security - package com.ibm.jtopenlite.command.program.security
Provides classes to work with users on an IBM i host.
com.ibm.jtopenlite.command.program.workmgmt - package com.ibm.jtopenlite.command.program.workmgmt
Provides classes to work with jobs on an IBM i host.
com.ibm.jtopenlite.components - package com.ibm.jtopenlite.components
 
com.ibm.jtopenlite.database - package com.ibm.jtopenlite.database
Provides classes to work with database resources on an IBM i host.
com.ibm.jtopenlite.database.jdbc - package com.ibm.jtopenlite.database.jdbc
Provides a lightweight JDBC driver to access IBM i databases.
com.ibm.jtopenlite.ddm - package com.ibm.jtopenlite.ddm
Provides classes to access database files on an IBM i host using DDM.
com.ibm.jtopenlite.file - package com.ibm.jtopenlite.file
Provides classes to access IFS files on an IBM i host.
com.ibm.jtopenlite.samples - package com.ibm.jtopenlite.samples
Provides simple examples of using JTOpenLite.
COMMAND - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Command service.
Command - Class in com.ibm.as400.access
Represents information about a CL command (*CMD) object on the system.
Command() - Constructor for class com.ibm.as400.access.Command
Constructs a Command object.
Command(AS400, String) - Constructor for class com.ibm.as400.access.Command
Constructs a Command object.
COMMAND_CALL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Command Call component.
COMMAND_CALL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Command Call component.
COMMAND_CALL_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Command Call component.
COMMAND_CALL_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Command Call component.
COMMAND_SERVICE - Static variable in class com.ibm.jtopenlite.PortMapper
Constant representing the System i Remote Command Host Server.
CommandBeanInfo - Class in com.ibm.as400.access
The CommandBeanInfo class provides bean information for the Command class.
CommandBeanInfo() - Constructor for class com.ibm.as400.access.CommandBeanInfo
 
CommandCall - Class in com.ibm.as400.access
Represents an IBM i command object.
CommandCall() - Constructor for class com.ibm.as400.access.CommandCall
Constructs a CommandCall object.
CommandCall(AS400) - Constructor for class com.ibm.as400.access.CommandCall
Constructs a CommandCall object.
CommandCall(AS400, String) - Constructor for class com.ibm.as400.access.CommandCall
Constructs a CommandCall object.
COMMANDCALL_THREADSAFE - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether the CommandCall class should assume that called commands are threadsafe.
CommandCallBeanInfo - Class in com.ibm.as400.access
The CommandCallBeanInfo class provides bean information for the CommandCall class.
CommandCallBeanInfo() - Constructor for class com.ibm.as400.access.CommandCallBeanInfo
 
CommandCallButton - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
CommandCallButton() - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Constructs a CommandCallButton object.
CommandCallButton(String) - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Constructs a CommandCallButton object.
CommandCallButton(String, Icon) - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Constructs a CommandCallButton object.
CommandCallButton(String, Icon, AS400) - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Constructs a CommandCallButton object.
CommandCallButton(String, Icon, AS400, String) - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Constructs a CommandCallButton object.
CommandCallButtonBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
CommandCallButtonBeanInfo() - Constructor for class com.ibm.as400.vaccess.CommandCallButtonBeanInfo
Deprecated.
 
CommandCallMenuItem - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
CommandCallMenuItem() - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Constructs a CommandCallMenuItem object.
CommandCallMenuItem(String) - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Constructs a CommandCallMenuItem object.
CommandCallMenuItem(String, Icon) - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Constructs a CommandCallMenuItem object.
CommandCallMenuItem(String, Icon, AS400) - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Constructs a CommandCallMenuItem object.
CommandCallMenuItem(String, Icon, AS400, String) - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Constructs a CommandCallMenuItem object.
CommandCallMenuItemBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
CommandCallMenuItemBeanInfo() - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItemBeanInfo
Deprecated.
 
CommandConnection - Class in com.ibm.jtopenlite.command
Represents a TCP/IP socket connection to the System i Remote Command host server (QSYSWRK/QZRCSRVS prestart jobs).
commandHelp - Static variable in class com.ibm.as400.access.jdbcClient.Main
 
CommandHelpRetriever - Class in com.ibm.as400.util
Generates IBM-formatted CL command help documentation.
CommandHelpRetriever() - Constructor for class com.ibm.as400.util.CommandHelpRetriever
Constructs an instance of the CommandHelpRetriever utility.
CommandLineArguments - Class in com.ibm.as400.access
A utility that parses command line arguments into options specified in the format "-optionName optionValue".
CommandLineArguments(String[]) - Constructor for class com.ibm.as400.access.CommandLineArguments
Creates a CommandLineArguments object.
CommandLineArguments(String[], Vector, Hashtable) - Constructor for class com.ibm.as400.access.CommandLineArguments
Creates a CommandLineArguments object.
CommandList - Class in com.ibm.as400.access
The CommandList class represents a list of CL command (*CMD) objects on the system.
CommandList() - Constructor for class com.ibm.as400.access.CommandList
Constructs a CommandList object.
CommandList(AS400, String, String) - Constructor for class com.ibm.as400.access.CommandList
Constructs a CommandList object.
CommandListBeanInfo - Class in com.ibm.as400.access
The CommandListBeanInfo class provides bean information for the CommandList class.
CommandListBeanInfo() - Constructor for class com.ibm.as400.access.CommandListBeanInfo
 
CommandResult - Class in com.ibm.jtopenlite.command
The result of calling a program or command.
commentsStripped(Connection, String, String) - Method in interface com.ibm.as400.access.AS400JDBCStatementListener
Notifies the listener that comments have been stripped off of the SQL statement to be executed.
commit() - Method in class com.ibm.as400.access.AS400File
Commits all transactions since the last commit boundary.
commit(AS400) - Static method in class com.ibm.as400.access.AS400File
Commits all transactions since the last commit boundary for the specified system.
commit() - Method in class com.ibm.as400.access.AS400JDBCConnection
Commits all changes made since the previous commit or rollback and releases any database locks currently held by the connection.
commit() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Commits all changes made since the previous commit or rollback and releases any database locks currently held by the connection.
commit() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Commits all changes made since the previous commit or rollback and releases any database locks currently held by the connection.
commit() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
commit(Xid, boolean) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Commits a global transaction.
commit() - Method in class com.ibm.as400.access.Permission
Commits the permission changes to the system.
commit() - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
commit() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Commit the current transaction.
COMMIT_LOCK_LEVEL_ALL - Static variable in class com.ibm.as400.access.AS400File
Constant indicating a commit lock level of *ALL.
COMMIT_LOCK_LEVEL_CHANGE - Static variable in class com.ibm.as400.access.AS400File
Constant indicating a commit lock level of *CHANGE.
COMMIT_LOCK_LEVEL_CURSOR_STABILITY - Static variable in class com.ibm.as400.access.AS400File
Constant indicating a commit lock level of *CS.
COMMIT_LOCK_LEVEL_DEFAULT - Static variable in class com.ibm.as400.access.AS400File
Constant indicating that the commit lock level specified on the startCommitmentControl() method should be used.
COMMIT_LOCK_LEVEL_NONE - Static variable in class com.ibm.as400.access.AS400File
Constant indicating that no commitment control should be used for the file.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.access.NetServer
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.access.NetServerFileShare
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges() - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Commits all attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[], int[]) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[], int[]) - Method in class com.ibm.as400.resource.RJob
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[], int[]) - Method in class com.ibm.as400.resource.RPrinter
Deprecated.
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[], int[]) - Method in class com.ibm.as400.resource.RUser
Deprecated.
Commits the specified attribute changes.
commitCache() - Method in class com.ibm.as400.access.SystemPool
Commits any cached system pool information changes to the system.
commitChanges() - Method in class com.ibm.as400.access.ISeriesNetServer
Commits all attribute value changes to the system.
commitChanges(ISeriesNetServerFileShare) - Method in class com.ibm.as400.access.ISeriesNetServer
Commits attribute value changes to the system, for the specified share.
commitChanges(ISeriesNetServerPrintShare) - Method in class com.ibm.as400.access.ISeriesNetServer
Commits attribute value changes to the system, for the specified share.
commitChanges() - Method in class com.ibm.as400.access.Job
Commits all uncommitted attribute changes.
commitChanges(boolean) - Method in class com.ibm.as400.access.Job
Commits all uncommitted attribute changes.
COMMITMENT_CONTROL_ALREADY_STARTED - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the commitment control has already been started.
CommTrace - Class in com.ibm.as400.util.commtrace
Provides a front end for the Format class, to display and transfer a communications trace file.
CommTrace(String[]) - Constructor for class com.ibm.as400.util.commtrace.CommTrace
Base constructor which creates a Commtrace.
COMMUNICATION_ENTRY - Static variable in class com.ibm.as400.access.SubsystemEntryList
 
COMMUNICATIONS_ERROR - Static variable in exception com.ibm.as400.access.ConnectionDroppedException
The return code indicating that an error occurred in communications.
COMPANY - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by company.
COMPANY - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for company.
compareTo(Timestamp) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Compares this Timestamp object to the given Timestamp object.
compareTo(Date) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Compares this Timestamp object to the given Date, which must be a Timestamp object.
compareTo(Object) - Method in class com.ibm.as400.access.IFSFile
Compares the path of this IFSFile with an Object's path.
compareTo(IFSJavaFile) - Method in class com.ibm.as400.access.IFSJavaFile
Compares the paths of two IFSJavaFiles.
compareTo(File) - Method in class com.ibm.as400.access.IFSJavaFile
Compares the path of IFSJavaFile with a File's path.
compareTo(IFSFile) - Method in class com.ibm.as400.access.IFSJavaFile
Compares the path of IFSJavaFile with a IFSFile's path.
compareTo(Object) - Method in class com.ibm.as400.access.SaveFileEntry
Compares this object with the specified object for order.
compareTo(FileHandle) - Method in class com.ibm.jtopenlite.file.FileHandle
 
COMPILER - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the licensed program of the compiler used to generate this object.
COMPLETED - Static variable in class com.ibm.as400.access.PrintObjectListEvent
The print object list completed event ID.
COMPLETION - Static variable in class com.ibm.as400.access.AS400Message
Message type for completion messages.
COMPLETION - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to completion messages.
COMPLETION - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to completion messages.
COMPLETION_STATUS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the completion status for a job.
COMPLETION_STATUS - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for completion status.
COMPLETION_STATUS_COMPLETED_ABNORMALLY - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job completed abnormally.
COMPLETION_STATUS_COMPLETED_ABNORMALLY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job completed abnormally.
COMPLETION_STATUS_COMPLETED_NORMALLY - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job completed normally.
COMPLETION_STATUS_COMPLETED_NORMALLY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job completed normally.
COMPLETION_STATUS_NOT_COMPLETED - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job has not completed.
COMPLETION_STATUS_NOT_COMPLETED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job has not completed.
COMPLETION_STATUS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the completion status.
COMPLIANCE_KEYED - Static variable in class com.ibm.as400.access.ProductLicense
Value for compliance type, keyed compliance indicates a license that requires a license key to activate the license.
COMPLIANCE_OPERATOR_ACTION - Static variable in class com.ibm.as400.access.ProductLicense
Value for compliance type, operator action compliance indicates a form of soft compliance that will not allow a license in the usage limit exceeded case until the operator increases the maximum number of licenses on the system (this does not require a license key to increase.)
COMPLIANCE_WARNING - Static variable in class com.ibm.as400.access.ProductLicense
Value for compliance type, warning compliance indicates that a warning message will be sent to the system operators message queue when a license violation, such as usage limit exceeded is encountered.
COMPRESSION - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the compression status of the object.
COMPRESSION_INELIGIBLE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the compression status "X".
COMPRESSION_NO - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the compression status "N".
COMPRESSION_STORAGE_FREED - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the compression status "F".
COMPRESSION_TEMPORARY - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the compression status "T".
COMPRESSION_YES - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the compression status "Y".
CONCURRENTACCESS_NOT_SET - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
CONCURRENTACCESS_NOT_SET - Indicates that currently committed behavior is not requested explicitly by the client.
CONCURRENTACCESS_SKIP_LOCKS - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
CONCURRENTACCESS_SKIP_LOCKS - Indicates that the readers will skip locks.
CONCURRENTACCESS_USE_CURRENTLY_COMMITTED - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
CONCURRENTACCESS_USE_CURRENTLY_COMMITTED - Indicates that the currently committed behavior is requested at the server.
CONCURRENTACCESS_WAIT_FOR_OUTCOME - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
CONCURRENTACCESS_WAIT_FOR_OUTCOME - Indicates that the readers will wait on the writers during lock contention.
condenseXPCML(InputStream, OutputStream, OutputStream, String) - Static method in class com.ibm.as400.data.ProgramCallDocument
Transforms a fully specified XPCML stream to a more condensed XPCML stream and an XSD stream representing the new type definitions created while condensing.
CONDITION_EXCEEDED_GRACE_PERIOD - Static variable in class com.ibm.as400.access.ProductLicense
Value for license condition, usage limit exceeded, but within grace period.
CONDITION_EXCEEDED_OK - Static variable in class com.ibm.as400.access.ProductLicense
Value for license condition, usage limit exceeded, but not enforced.
CONDITION_GRACE_PERIOD_EXPIRED - Static variable in class com.ibm.as400.access.ProductLicense
Value for license condition, usage limit exceeded and grace period expired, but not enforced.
CONDITION_OK - Static variable in class com.ibm.as400.access.ProductLicense
Value for license condition, license granted.
CONFLICTING_POOL_SIZES - Static variable in exception com.ibm.as400.access.ConnectionPoolException
The return code indicating that the minimum and maximum pool sizes conflict.
connect() - Method in class com.ibm.as400.access.AS400FTP
Connects to the system.
connect(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
connect(int, int, boolean) - Method in class com.ibm.as400.access.AS400ImplRemote
 
connect(String, String, char[]) - Method in class com.ibm.as400.access.AS400JDBCDriver
Connects to the database named by the specified URL using the specified userid and password.
connect(String, Properties) - Method in class com.ibm.as400.access.AS400JDBCDriver
Connects to the database named by the specified URL.
connect(String, Properties, char[]) - Method in class com.ibm.as400.access.AS400JDBCDriver
Connects to the database named by the specified URL.
connect(AS400) - Method in class com.ibm.as400.access.AS400JDBCDriver
Connects to the database on the specified system.
connect(AS400, boolean) - Method in class com.ibm.as400.access.AS400JDBCDriver
Connects to the database on the specified system.
connect(AS400, Properties, String, boolean) - Method in class com.ibm.as400.access.AS400JDBCDriver
Connects to the database on the specified system.
connect(AS400, Properties, String) - Method in class com.ibm.as400.access.AS400JDBCDriver
Connects to the database on the specified system.
connect() - Method in class com.ibm.as400.access.FTP
Connects to the system.
connect() - Method in class com.ibm.as400.access.NLSTableDownload
connect to the previously set server.
connect(String, Properties) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
connect(SystemInfo, HostServerConnection.HostOutputStream, HostServerConnection.HostInputStream, int, String, String) - Static method in class com.ibm.jtopenlite.HostServerConnection
 
CONNECT_TIME - Static variable in class com.ibm.as400.access.NetServerConnection
Deprecated.
Attribute ID for "connect time".
connected(ConnectionEvent) - Method in interface com.ibm.as400.access.ConnectionListener
Invoked when a service has been connected.
connected(FTPEvent) - Method in interface com.ibm.as400.access.FTPListener
Invoked after a connection has been established.
Connection - Interface in com.ibm.jtopenlite
Interface that represents a connection to an IBM i server.
CONNECTION_COUNT - Static variable in class com.ibm.as400.access.NetServerSession
Deprecated.
Attribute ID for "connection count".
CONNECTION_CREATED - Static variable in class com.ibm.as400.access.ConnectionPoolEvent
Event ID indicating that a connection has been created.
CONNECTION_DROPPED - Static variable in exception com.ibm.as400.access.ConnectionDroppedException
The return code indicating that the connection was dropped unexpectedly.
CONNECTION_DROPPED - Static variable in exception com.ibm.as400.access.ProxyException
The return code indicating that a connection to the proxy server was dropped.
CONNECTION_DROPPED - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the connection was dropped unexpectedly.
CONNECTION_EXPIRED - Static variable in class com.ibm.as400.access.ConnectionPoolEvent
Event ID indicating that a connection has been cleaned up by the maintenance thread because one or more of its properties expired.
CONNECTION_NOT_ACTIVE - Static variable in exception com.ibm.as400.access.ConnectionDroppedException
The return code indicating that the connection is not active.
CONNECTION_NOT_ESTABLISHED - Static variable in exception com.ibm.as400.access.ProxyException
The return code indicating that a connection to the proxy server cannot be established.
CONNECTION_NOT_ESTABLISHED - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was unable to establish a connection.
CONNECTION_NOT_PASSED_AUTHORITY - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_LENGTH - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_LIBRARY_AUTHORITY - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_PRESTART_NOT_STARTED - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_PROFILE - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_PROGRAM_AUTHORITY - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_PROGRAM_NOT_FOUND - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_RECEIVER_AREA - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_SERVER_ENDING - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_SERVER_NOT_STARTED - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_SUBSYSTEM - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_TIMEOUT - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_NOT_PASSED_UNKNOWN - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an error passing the connection to the server job.
CONNECTION_POOL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Connection Pool component.
CONNECTION_POOL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Connection Pool component.
CONNECTION_POOL_CLOSED - Static variable in class com.ibm.as400.access.ConnectionPoolEvent
Event ID indicating that a connection pool has been closed.
CONNECTION_PORT_CANNOT_CONNECT_TO - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was unable to connect to the port.
CONNECTION_REJECTED - Static variable in exception com.ibm.as400.access.ProxyException
The return code indicating that a connection to the proxy server was rejected.
CONNECTION_RELEASED - Static variable in class com.ibm.as400.access.ConnectionPoolEvent
Event ID indicating that a connection has been given to an application.
CONNECTION_RETURNED - Static variable in class com.ibm.as400.access.ConnectionPoolEvent
Event ID indicating that a connection has been returned to the pool.
connectionCreated(ConnectionPoolEvent) - Method in interface com.ibm.as400.access.ConnectionPoolListener
Invoked when a connection has been created.
ConnectionDroppedException - Exception in com.ibm.as400.access
The ConnectionDroppedException class represents an exception that indicates that the connection to the system was dropped unexpectedly.
ConnectionEvent - Class in com.ibm.as400.access
The ConnectionEvent class represents a Connection event.
ConnectionEvent(Object, int) - Constructor for class com.ibm.as400.access.ConnectionEvent
Constructs a ConnectionEvent object.
connectionExpired(ConnectionPoolEvent) - Method in interface com.ibm.as400.access.ConnectionPoolListener
Invoked when a connection is cleaned up by the maintenance thread because one or more of its properties has expired.
connectionID_ - Variable in class com.ibm.as400.access.AS400Server
 
connectionID_ - Variable in class com.ibm.as400.access.DataStream
 
connectionInitiated(SignonEvent, boolean) - Method in interface com.ibm.as400.access.SignonHandler
Informs the SignonHandler that a connection operation has been initiated.
connectionInitiated(SignonEvent, boolean) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns true, indicating that the sign-on should proceed.
ConnectionListener - Interface in com.ibm.as400.access
The ConnectionListener interface provides a listener interface for receiving Connection events.
ConnectionPool - Class in com.ibm.as400.access
Represents a pool of connections to the system.
ConnectionPool() - Constructor for class com.ibm.as400.access.ConnectionPool
 
CONNECTIONPOOL_PRETEST - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether pooled connections are to be pretested before being allocated to a requester by the connection pool manager.
ConnectionPoolBeanInfo - Class in com.ibm.as400.access
Provides bean information for the ConnectionPool class.
ConnectionPoolBeanInfo() - Constructor for class com.ibm.as400.access.ConnectionPoolBeanInfo
 
connectionPoolClosed(ConnectionPoolEvent) - Method in interface com.ibm.as400.access.ConnectionPoolListener
Invoked when a pool has been closed.
ConnectionPoolEvent - Class in com.ibm.as400.access
The ConnectionPoolEvent class represents a connection pool event.
ConnectionPoolEvent(Object, int) - Constructor for class com.ibm.as400.access.ConnectionPoolEvent
Constructs a ConnectionPoolEvent object.
ConnectionPoolException - Exception in com.ibm.as400.access
The ConnectionPoolException class represents an exception which indicates that a problem occurred with the connection pool.
ConnectionPoolListener - Interface in com.ibm.as400.access
The ConnectionPoolListener interface provides a listener interface for receiving Connection Pool events.
connectionReleased(ConnectionPoolEvent) - Method in interface com.ibm.as400.access.ConnectionPoolListener
Invoked when a connection has been given out.
connectionReturned(ConnectionPoolEvent) - Method in interface com.ibm.as400.access.ConnectionPoolListener
Invoked when a connection has been returned.
connectService(int) - Method in class com.ibm.as400.access.AS400
Connects to a service.
connectService(int, int) - Method in class com.ibm.as400.access.AS400
Connects to a service.
connectToPort(int) - Method in class com.ibm.as400.access.AS400
Connects to a port on the server, via DHCP.
connectToPort(int, boolean) - Method in class com.ibm.as400.access.AS400
Connects to a port on the server, via DHCP.
connectToPort(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
connectToPort(int, boolean) - Method in class com.ibm.as400.access.AS400ImplRemote
 
CONSISTENT_ENTRIES - Static variable in class com.ibm.as400.access.ClusteredHashTable
Entry status value to limit retrieved entries to only those which are consistent between nodes.
CONT132 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents continuous feed 132 paper size (13.2 x 11 inches)
CONT80 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents continuous feed 80 paper size (8 x 11 inches)
contains(String) - Method in class com.ibm.as400.access.SystemValueGroup
Determines if a system value name is part of this group.
containsKey(byte[]) - Method in class com.ibm.as400.access.ClusteredHashTable
Indicates if the specified key is in the clustered hash table.
containsTemporaryObjects() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the objects in the user-defined file system (UDFS) are temporary system objects.
CONTENT_FIDELITY - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents *CONTENT viewing fidelity
continuation - Variable in class com.ibm.as400.access.BidiTransform
Option: this invocation is a continuation from the previous one (re-establish same conditions as at the end of last call)
CONTROLLED_END_REQUESTED - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether or not the system issued a controlled cancellation.
CONTROLLED_END_REQUESTED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for controlled end requested.
CONTROLLED_END_REQUESTED_CANCELED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system, the subsystem in which the job is running, or the job itself is canceled.
CONTROLLED_END_REQUESTED_NOT_CANCELED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system, subsystem, or job is not canceled.
CONTROLLED_END_REQUESTED_NOT_RUNNING - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is not running.
Conv - Class in com.ibm.jtopenlite
Utility class for converting data from one format to another.
CONVERSION - Static variable in class com.ibm.as400.access.Trace
'Character set conversion' trace category.
ConversionMaps - Class in com.ibm.as400.access
 
ConversionMaps() - Constructor for class com.ibm.as400.access.ConversionMaps
 
convert(AS400, byte[], String, String) - Static method in class com.ibm.as400.access.AS400DateTimeConverter
Deprecated.
Converts date and time values from the input format to the requested output format.
convert(byte[], String, String) - Method in class com.ibm.as400.access.DateTimeConverter
Converts date and time values from the input format to the requested output format.
convert(byte[], String) - Method in class com.ibm.as400.access.DateTimeConverter
Returns a converted Date object.
convert(Date, String) - Method in class com.ibm.as400.access.DateTimeConverter
Returns the converted date and time in a byte array.
convert(RowData) - Method in class com.ibm.as400.util.servlet.StringConverter
Converts the row data specified by rowdata.
Converter - Class in com.ibm.as400.access
A character set converter between Java String objects
Converter() - Constructor for class com.ibm.as400.access.Converter
 
Converter(String) - Constructor for class com.ibm.as400.access.Converter
 
Converter(int) - Constructor for class com.ibm.as400.access.Converter
 
Converter(int, AS400) - Constructor for class com.ibm.as400.access.Converter
 
converter_ - Variable in class com.ibm.as400.access.AS400JDBCClobLocator
 
converter_ - Static variable in class com.ibm.as400.access.DataStream
 
ConverterImplRemote - Class in com.ibm.as400.access
 
ConverterImplRemote() - Constructor for class com.ibm.as400.access.ConverterImplRemote
 
ConverterImplRemote(ConvTable) - Constructor for class com.ibm.as400.access.ConverterImplRemote
 
convertFromRawBytes(byte[], int, ConvTable) - Method in class com.ibm.as400.access.SQLDataBase
Loads the contents of the data from raw bytes, as returned in a reply from the system.
convertFromRawBytes(byte[], int, ConvTable, boolean) - Method in class com.ibm.as400.access.SQLDataBase
 
convertIFSQSYSPathnameToJobPathname(String, int) - Static method in class com.ibm.as400.access.CharConverter
Converts a QSYS pathname String obtained from the IFS classes into a String suitable for use with other Toolbox services such as CommandCall and DataQueues.
convertJobPathnameToIFSQSYSPathname(String, int) - Static method in class com.ibm.as400.access.CharConverter
Converts a pathname String obtained from a Toolbox host server (such as CommandCall or DataQueue) to a QSYS pathname suitable for use with the IFS classes.
convertToCompressedBytes(byte[], int, ConvTable) - Method in interface com.ibm.as400.access.SQLVariableCompressible
Converts the contents of the data in compressed bytes, as needed in a request to the system.
convertToForms(RowData) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Converts the specified rowdata to an array of forms (one-row HTML tables).
convertToRawBytes(byte[], int, ConvTable) - Method in class com.ibm.as400.access.SQLDataBase
Converts the contents of the data in raw bytes, as needed in a request to the system.
convertToTable(RowData, int) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Converts the row data specified by rowdata at the specified page into an HTMLTable object when using the maximum table size.
convertToTables(RowData) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Converts the row data specified by rowdata into an array of HTMLTable objects.
ConvTable - Class in com.ibm.as400.access
Internal class representing a character set conversion table.
ConvTable1364 - Class in com.ibm.as400.access
 
ConvTable1364() - Constructor for class com.ibm.as400.access.ConvTable1364
 
ConvTable13676 - Class in com.ibm.as400.access
 
ConvTable13676() - Constructor for class com.ibm.as400.access.ConvTable13676
 
ConvTable1377 - Class in com.ibm.as400.access
 
ConvTable1377() - Constructor for class com.ibm.as400.access.ConvTable1377
 
ConvTable1388 - Class in com.ibm.as400.access
 
ConvTable1388() - Constructor for class com.ibm.as400.access.ConvTable1388
 
ConvTable1399 - Class in com.ibm.as400.access
 
ConvTable1399() - Constructor for class com.ibm.as400.access.ConvTable1399
 
ConvTable5026 - Class in com.ibm.as400.access
 
ConvTable5026() - Constructor for class com.ibm.as400.access.ConvTable5026
 
ConvTable5035 - Class in com.ibm.as400.access
 
ConvTable5035() - Constructor for class com.ibm.as400.access.ConvTable5035
 
ConvTable5473 - Class in com.ibm.as400.access
 
ConvTable5473() - Constructor for class com.ibm.as400.access.ConvTable5473
 
ConvTable930 - Class in com.ibm.as400.access
 
ConvTable930() - Constructor for class com.ibm.as400.access.ConvTable930
 
ConvTable933 - Class in com.ibm.as400.access
 
ConvTable933() - Constructor for class com.ibm.as400.access.ConvTable933
 
ConvTable935 - Class in com.ibm.as400.access
 
ConvTable935() - Constructor for class com.ibm.as400.access.ConvTable935
 
ConvTable937 - Class in com.ibm.as400.access
 
ConvTable937() - Constructor for class com.ibm.as400.access.ConvTable937
 
ConvTable939 - Class in com.ibm.as400.access
 
ConvTable939() - Constructor for class com.ibm.as400.access.ConvTable939
 
ConvTableAsciiMap - Class in com.ibm.as400.access
This is the parent class for all ConvTableXXX classes that represent single-byte ASCII ccsids.
ConvTableBidiMap - Class in com.ibm.as400.access
The parent class for all ConvTableXXX classes that represent bidi ccsids.
ConvTableDoubleMap - Class in com.ibm.as400.access
This is the parent class for all ConvTableXXX classes that represent double-byte ccsids.
ConvTableJavaMap - Class in com.ibm.as400.access
This is the class representing a Java converter table.
ConvTableMixedMap - Class in com.ibm.as400.access
This is the parent class for all ConvTableXXX classes that represent mixed-byte ccsids.
ConvTableReader - Class in com.ibm.as400.access
Represents a Toolbox converter that uses stateful character conversion.
ConvTableReader(InputStream) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the default character encoding.
ConvTableReader(InputStream, String) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the specified character encoding.
ConvTableReader(InputStream, int) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the specified CCSID.
ConvTableReader(InputStream, int, boolean) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the specified CCSID.
ConvTableReader(InputStream, int, int) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the specified CCSID and bi-directional string type.
ConvTableReader(InputStream, int, int, boolean) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the specified CCSID and bi-directional string type.
ConvTableReader(InputStream, int, BidiConversionProperties) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the specified CCSID and bi-directional string type.
ConvTableReader(InputStream, int, int, int) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the specified CCSID, bi-directional string type, and internal cache size.
ConvTableSingleMap - Class in com.ibm.as400.access
This is the parent class for all ConvTableXXX classes that represent single-byte ccsids.
ConvTableSingleMap(int, char[], char[]) - Constructor for class com.ibm.as400.access.ConvTableSingleMap
 
ConvTableUnicodeBigMap - Class in com.ibm.as400.access
 
ConvTableWriter - Class in com.ibm.as400.access
A ConvTableWriter represents a Toolbox converter that uses stateful character conversion.
ConvTableWriter(OutputStream) - Constructor for class com.ibm.as400.access.ConvTableWriter
Creates a ConvTableWriter that uses the default character encoding.
ConvTableWriter(OutputStream, String) - Constructor for class com.ibm.as400.access.ConvTableWriter
Creates a ConvTableWriter that uses the specified character encoding.
ConvTableWriter(OutputStream, int) - Constructor for class com.ibm.as400.access.ConvTableWriter
Creates a ConvTableWriter that uses the specified CCSID.
ConvTableWriter(OutputStream, int, int) - Constructor for class com.ibm.as400.access.ConvTableWriter
Creates a ConvTableWriter that uses the specified CCSID and bi-directional string type.
ConvTableWriter(OutputStream, int, BidiConversionProperties) - Constructor for class com.ibm.as400.access.ConvTableWriter
Creates a ConvTableWriter that uses the specified CCSID and bi-directional string type.
ConvTableWriter(OutputStream, int, int, int) - Constructor for class com.ibm.as400.access.ConvTableWriter
Creates a ConvTableWriter that uses the specified CCSID, bi-directional string type, and internal cache size.
COPIES_LEFT_TO_PRINT - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by number of copies left to print.
COPIES_LEFT_TO_PRODUCE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for copies left to produce.
COPIESLEFT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the number of copies left.
COPY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the sender's copy of a previously sent inquiry message.
copy() - Method in class com.ibm.as400.access.SpooledFile
Creates a copy of the spooled file this (SpooledFile) object represents.
copy(OutputQueue) - Method in class com.ibm.as400.access.SpooledFile
Creates a copy of the spooled file this object represents.
COPY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the sender's copy of a previously sent inquiry message.
copy() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
Copyright - Interface in com.ibm.as400.access
The Copyright interface is used to hold the copyright string and the version information for the IBM Toolbox for Java.
copyright - Static variable in interface com.ibm.as400.access.Copyright
Deprecated.
This field is reserved for use within the Toolbox product.
copyTo(String) - Method in class com.ibm.as400.access.IFSFile
Copies this file or directory to the specified file or directory on the system.
copyTo(String, String) - Method in class com.ibm.as400.access.SaveFile
Copies the save file to another save file on the same system.
CoreMRI - Class in com.ibm.as400.access
Locale-specific objects for IBM Toolbox for Java.
CoreMRI() - Constructor for class com.ibm.as400.access.CoreMRI
 
correctResultSetType(int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Corrects the result set type based on the result set concurrency and posts a warning.
correctResultSetType(int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
count - Variable in class com.ibm.as400.access.BidiText
length of the "interesting" data within the character array
COUNTRY_ID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the country or region identifier associated with this job.
COUNTRY_ID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for country ID.
COUNTRY_ID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for country ID.
COUNTRY_ID_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating the country or region ID specified in the user profile under which this thread was initially running is used.
COUNTRY_ID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the country identifier.
COUNTRY_ID_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the system value QCNTRYID is used.
CPU_TIME_USED - Static variable in class com.ibm.as400.access.Job
Job attribute representing the amount of processing unit time (in milliseconds) that the job used.
CPU_TIME_USED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for CPU time used.
CPU_TIME_USED_FOR_DATABASE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the amount of processing unit time (in milliseconds) that the job used for processing data base requests across all routing steps.
CPU_TIME_USED_LARGE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the amount of processing unit time (in milliseconds) that the job used across all routing steps.
cpuPercent(int, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
CPUUSED_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the CPU used.
CR_AUTO_REFRESH_FAILED - Static variable in class com.ibm.as400.security.auth.AS400Credential
ID indicating that automatic refresh has failed.
CR_AUTO_REFRESH_NOT_VALID - Static variable in class com.ibm.as400.security.auth.AS400Credential
ID indicating that automatic refresh is not a valid operation.
CR_AUTO_REFRESH_STARTED - Static variable in class com.ibm.as400.security.auth.AS400Credential
ID indicating that automatic refresh is started.
CR_AUTO_REFRESH_STOPPED - Static variable in class com.ibm.as400.security.auth.AS400Credential
ID indicating that automatic refresh is stopped.
CR_CREATE - Static variable in class com.ibm.as400.security.auth.AS400CredentialEvent
Event ID indicating that a credential has been created.
CR_DESTROY - Static variable in class com.ibm.as400.security.auth.AS400CredentialEvent
Event ID indicating that a credential has been destroyed.
CR_REFRESH - Static variable in class com.ibm.as400.security.auth.AS400CredentialEvent
Event ID indicating that a credential has been refreshed.
CR_SWAP - Static variable in class com.ibm.as400.security.auth.AS400CredentialEvent
Event ID indicating that a credential was used to change the thread identity.
create(int, String, String) - Method in class com.ibm.as400.access.AS400File
Creates a physical file with the specified record length and file type.
create(String, String) - Method in class com.ibm.as400.access.AS400File
Creates a physical file using the specified DDS source file.
create(RecordFormat, String) - Method in class com.ibm.as400.access.AS400File
Creates a physical file using the specified record format.
create(RecordFormat, String, String, String, String, String, boolean, String, String) - Method in class com.ibm.as400.access.AS400File
Creates a physical file using the specified record format and any specified keywords.
create() - Method in class com.ibm.as400.access.CharacterDataArea
Creates a character data area on the system.
create(int, String, String, String) - Method in class com.ibm.as400.access.CharacterDataArea
Creates a character data area with the specified attributes.
create(DataQueueAttributes) - Method in class com.ibm.as400.access.DataQueue
Creates a sequential data queue on the system.
create(int) - Method in class com.ibm.as400.access.DataQueue
Creates a sequential data queue on the system.
create(int, String, boolean, boolean, boolean, String) - Method in class com.ibm.as400.access.DataQueue
Creates a sequential data queue on the system.
create() - Method in class com.ibm.as400.access.DecimalDataArea
Creates a decimal data area on the system.
create(int, int, BigDecimal, String, String) - Method in class com.ibm.as400.access.DecimalDataArea
Creates a decimal data area with the specified attributes.
create(int, int) - Method in class com.ibm.as400.access.KeyedDataQueue
Creates a keyed data queue on the system.
create(int, int, String, boolean, boolean, String) - Method in class com.ibm.as400.access.KeyedDataQueue
Creates a keyed data queue on the system.
create() - Method in class com.ibm.as400.access.LogicalDataArea
Creates a logical data area on the system.
create(boolean, String, String) - Method in class com.ibm.as400.access.LogicalDataArea
Creates a logical data area with the specified attributes.
create() - Method in class com.ibm.as400.access.SaveFile
Creates a save file on the system.
create(long, int, int, boolean, String, String) - Method in class com.ibm.as400.access.SaveFile
Creates a save file on the system.
create() - Method in class com.ibm.as400.access.Subsystem
Creates the subsystem on the system.
create(String) - Method in class com.ibm.as400.access.Subsystem
Creates the subsystem on the system.
create() - Method in class com.ibm.as400.access.UDFS
Creates a file system that can be made visible to the rest of the integrated file system name space through the mount() method.
create(String, String[], String, String, boolean, String, String, String, String, String) - Method in class com.ibm.as400.access.UDFS
Creates a file system that can be made visible to the rest of the integrated file system name space through the mount() method.
create(String, byte, int, byte, int, byte, byte, String, String) - Method in class com.ibm.as400.access.UserIndex
Creates a user index on the system.
create(int, boolean, String, byte, String, String) - Method in class com.ibm.as400.access.UserSpace
Creates the user space.
create(String, int, boolean, String, byte, String, String) - Method in class com.ibm.as400.access.UserSpace
Creates the user space.
create() - Method in class com.ibm.as400.access.ValidationList
Creates the validation list on the IBM i system.
create() - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Creates and returns a new profile token credential.
create() - Method in interface com.ibm.as400.security.auth.ProfileTokenProvider
Creates and returns a new profile token credential.
createArrayOf(String, Object[]) - Method in class com.ibm.as400.access.AS400JDBCConnection
Factory method for creating Array objects.
createArrayOf(String, Object[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Factory method for creating Array objects.
createArrayOf(String, Object[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Factory method for creating Array objects.
createArrayOf(String, Object[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
createArrayOf(String, Object[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
createBlob() - Method in class com.ibm.as400.access.AS400JDBCConnection
Constructs an object that implements the Blob interface.
createBlob() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Constructs an object that implements the Blob interface.
createBlob() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Constructs an object that implements the Blob interface.
createBlob() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
createBlob() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
createClob() - Method in class com.ibm.as400.access.AS400JDBCConnection
Constructs an object that implements the Clob interface.
createClob() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Constructs an object that implements the Clob interface.
createClob() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Constructs an object that implements the Clob interface.
createClob() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
createClob() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
created(DataAreaEvent) - Method in interface com.ibm.as400.access.DataAreaListener
Invoked when a create has been performed.
created() - Method in class com.ibm.as400.access.IFSFile
Determines the time that the integrated file system object represented by this object was created.
created(UserSpaceEvent) - Method in interface com.ibm.as400.access.UserSpaceListener
Invoked when a create has been performed.
CREATED - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for created.
created(AS400CredentialEvent) - Method in interface com.ibm.as400.security.auth.AS400CredentialListener
Invoked when a create has been performed.
createEmptyHandle() - Static method in class com.ibm.jtopenlite.file.FileHandle
 
createFileObject(File, String) - Method in class com.ibm.as400.access.IFSSystemView
Returns a File object constructed in directory from the given filename.
createFileObject(String) - Method in class com.ibm.as400.access.IFSSystemView
Returns a File object constructed from the given path string.
createFileObject(File, String) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns a File object constructed in directory from the given filename.
createFileObject(String) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns a File object constructed from the given path string.
createFileShare(String, String) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a file share.
createFileShare(String, String, String, int) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a file share.
createFileShare(String, String, String) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a file share.
createFileShare(String, String, String, int, int) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a file share.
createFileSystemRoot(File) - Method in class com.ibm.as400.access.IFSSystemView
 
createFileSystemRoot(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
 
createNewFile() - Method in class com.ibm.as400.access.IFSFile
Atomically creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNewFile() - Method in class com.ibm.as400.access.IFSJavaFile
Atomically create a new, empty file.
createNewFolder(File) - Method in class com.ibm.as400.access.IFSSystemView
Creates a new folder with a default name.
createNewFolder(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Creates a new folder with a default name.
createObject(String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
create an object using reflection Examples JDReflectionUtil.createObject("com.ibm.db2.jcc.DB2XADataSource") callMethod_V(ds, "setTranslateHex", "character");
createObject(String, byte[]) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
create an object using reflection Examples JDReflectionUtil.createObject("com.ibm.db2.app.DB2RowId", testArray)
createObject(String, String, Object) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
create an object using reflection Examples JDReflectionUtil.createObject("javax.xml.transform.stax.StAXSource", "javax.xml.stream.XMLStreamReader", xmlStreamReader);
createPackage(DatabasePackageAttributes) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
createPosition(int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns a position that will track changes as the document is altered.
createPosition(int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns a position that will track change as the document is altered.
createPosition(int) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns a position that will track change as the document is altered.
createPrintShare(String, String, String) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a print share.
createPrintShare(String, String, String, String, int) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a print share.
createPrintShare(String, String, String, String, int, String, String, String) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a print share.
createPrintShare(String, String, String, String, int, String, String, String, boolean) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a print share.
createRecordFormatSource(String, String) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Retrieves the file description for the file, and creates a file containing the Java source for a class extending from RecordFormat that represents the record format for the file.
createRequestParameterBlock(DatabaseCreateRequestParameterBlockAttributes, int) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
Sends a request to create an RPB and sets the current RPB ID to be the one specified.
createResource(Object[], Object[]) - Method in class com.ibm.as400.resource.RJob
Deprecated.
Creates the resource using the specified attribute values.
createStatement() - Method in class com.ibm.as400.access.AS400JDBCConnection
Creates a Statement object for executing SQL statements without parameters.
createStatement(int, int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Creates a Statement object for executing SQL statements without parameters.
createStatement(int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Creates a Statement object for executing SQL statements without parameters.
createStatement() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Creates a Statement object for executing SQL statements without parameters.
createStatement(int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Creates a Statement object for executing SQL statements without parameters.
createStatement(int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Creates a Statement object for executing SQL statements without parameters.
createStatement() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Creates a Statement object for executing SQL statements without parameters.
createStatement(AS400JDBCConnection) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
createStatement(int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Creates a Statement object for executing SQL statements without parameters.
createStatement(AS400JDBCConnection, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
createStatement(int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Creates a Statement object for executing SQL statements without parameters.
createStatement(AS400JDBCConnection, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
createStatement() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
createStatement(int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
createStatement(int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
createStatement() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
createStatement(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Only valid for ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY.
createStatement(int, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Only valid for ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY, and ResultSet.HOLD_CURSORS_OVER_COMMIT.
createString(byte[], int, int, int) - Static method in class com.ibm.jtopenlite.ccsidConversion.CcsidConversion
 
createStruct(String, Object[]) - Method in class com.ibm.as400.access.AS400JDBCConnection
Factory method for creating Struct objects.
createStruct(String, Object[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Factory method for creating Struct objects.
createStruct(String, Object[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Factory method for creating Struct objects.
createStruct(String, Object[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
createStruct(String, Object[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
createUserHandle() - Method in class com.ibm.as400.access.AS400ImplRemote
 
createUserHandle2() - Method in class com.ibm.as400.access.AS400ImplRemote
 
CreateUserSpace - Class in com.ibm.jtopenlite.command.program.object
Call the QUSCRTUS API, QUSCRTUS This class is used with a CommandConnection to create a user space Sample code public static void main(String[] args) { try { CommandConnection connection = CommandConnection.getConnection(args[0], args[1], args[2]); CreateUserSpace createUserSpace = new CreateUserSpace( args[4], // userSpaceName args[3], // userSpaceLibrary CreateUserSpace.EXTENDED_ATTRIBUTE_NONE, // extendedAttribute 100, // initialSize CreateUserSpace.INITIAL_VALUE_BEST_PERFORMANCE, // initialValue CreateUserSpace.PUBLIC_AUTHORITY_USE, // publicAuthority "", //textDescription CreateUserSpace.REPLACE_NO, //replace CreateUserSpace.DOMAIN_DEFAULT, //domain CreateUserSpace.TRANSFER_SIZE_REQUEST_DEFAULT, //transferSizeRequest CreateUserSpace.OPTIMUM_SPACE_ALIGNMENT_YES // optimumSpaceAlignment ); CommandResult result = connection.call(createUserSpace); System.out.println("Command completed with "+result); } catch (Exception e) { e.printStackTrace(System.out); } }
CreateUserSpace(String, String, String, int, byte, String, String, String, String, int, String) - Constructor for class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
CREATION_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which the object was created.
CREATION_DATE_TIME - Static variable in class com.ibm.as400.access.MemberDescription
The date and time the member was created.
CREATOR_SYSTEM - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the name of the system on which the object was created.
CREATOR_USER_PROFILE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the name of the user that created the object.
CTMRI - Class in com.ibm.as400.util.commtrace
Locale-specific objects for the CommTrace Utility.
CTMRI() - Constructor for class com.ibm.as400.util.commtrace.CTMRI
 
CURRENT - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the current user's message queue.
CURRENT - Static variable in class com.ibm.as400.resource.RJobList
Deprecated.
Constant indicating that the current value is used.
CURRENT - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the current user's message queue.
CURRENT_DATE - Static variable in class com.ibm.as400.access.HistoryLog
Constant indicating the current date.
CURRENT_LIBRARY - Static variable in class com.ibm.as400.access.Job
Job attribute representing the name of the current library for the initial thread of the job.
CURRENT_LIBRARY - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the value *CURLIB.
CURRENT_LIBRARY - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *CURLIB.
CURRENT_LIBRARY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for current library.
CURRENT_LIBRARY_EXISTENCE - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether or not a current library exists for the job.
CURRENT_LIBRARY_EXISTENCE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for current library existence.
CURRENT_LIBRARY_EXISTENCE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the current library existence.
CURRENT_LIBRARY_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for current library.
CURRENT_LIBRARY_NAME_DEFAULT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user does not have a current library.
CURRENT_LIBRARY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the current library if one exists.
CURRENT_NUMBER_OF_INCREMENTS - Static variable in class com.ibm.as400.access.MemberDescription
The number of increments that have been added to the member size (data space size).
CURRENT_NUMBER_OF_RECORDS - Static variable in class com.ibm.as400.access.MemberDescription
The number of records that currently exist in this member.
CURRENT_PAGE - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by current page number.
CURRENT_RELEASE - Static variable in class com.ibm.as400.access.SaveFile
Value for the "targetRelease" property, indicating "current release".
CURRENT_SYSTEM_POOL_ID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the identifier of the system-related pool from which main storage is currently being allocated for the job's initial thread.
CURRENT_SYSTEM_POOL_ID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for current system pool ID.
CURRENT_USER - Static variable in class com.ibm.as400.access.Job
Job attribute representing the user profile that the initial thread of the job for which information is being retrieved is currently running under.
CURRENT_USER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for current user.
currentLib_ - Variable in class com.ibm.as400.access.AS400
 
currentLibrary(String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributesLibraryListener
 
currentUser(String, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 

D

DA_CLEARED - Static variable in class com.ibm.as400.access.DataAreaEvent
Event ID indicating that a data area has been cleared.
DA_CREATED - Static variable in class com.ibm.as400.access.DataAreaEvent
Event ID indicating that a data area has been created.
DA_DELETED - Static variable in class com.ibm.as400.access.DataAreaEvent
Event ID indicating that a data area has been deleted.
DA_READ - Static variable in class com.ibm.as400.access.DataAreaEvent
Event ID indicating that a data area has been read.
DA_WRITTEN - Static variable in class com.ibm.as400.access.DataAreaEvent
Event ID indicating that a data area has been written.
DAMRI - Class in com.ibm.as400.data
Locale-specific objects for IBM Toolbox for Java.
DAMRI() - Constructor for class com.ibm.as400.data.DAMRI
 
data - Variable in class com.ibm.as400.access.BidiText
character array containing the data
Data - Class in com.ibm.as400.util.commtrace
Represents the data that is contained in the packet.
data_ - Variable in class com.ibm.as400.access.AS400JDBCClob
 
data_ - Variable in class com.ibm.as400.access.DataStream
 
DATA_AREA - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Data Area component.
DATA_AREA - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Data Area component.
DATA_AREA_CHARACTER - Static variable in exception com.ibm.as400.access.IllegalObjectTypeException
The return code indicating that an attempt was made to use a character data area with a non-character data area object.
DATA_AREA_DECIMAL - Static variable in exception com.ibm.as400.access.IllegalObjectTypeException
The return code indicating that an attempt was made to use a decimal data area with a non-decimal data area object.
DATA_AREA_LOGICAL - Static variable in exception com.ibm.as400.access.IllegalObjectTypeException
The return code indicating that an attempt was made to use a logical data area with a non-logical data area object.
DATA_CONVERSION_CLIENT_NAME - Static variable in exception com.ibm.as400.access.LicenseException
DATA_CONVERSION_CLIENT_NAME - Return code from the Central server when the client name can not be converted to the job CCSID.
DATA_CONVERSION_FEATURE - Static variable in exception com.ibm.as400.access.LicenseException
DATA_CONVERSION_FEATURE - Return code from the Central server when the product feature can not be converted to the job CCSID.
DATA_CONVERSION_LICENSE_USER_HANDLE - Static variable in exception com.ibm.as400.access.LicenseException
DATA_CONVERSION_LICENSE_USER_HANDLE - Return code from the Central server when the license handle is not valid.
DATA_CONVERSION_PRODUCT_ID - Static variable in exception com.ibm.as400.access.LicenseException
DATA_CONVERSION_PRODUCT_ID - Return code from the Central server when the product ID can not be converted to the job CCSID.
DATA_CONVERSION_RELEASE - Static variable in exception com.ibm.as400.access.LicenseException
DATA_CONVERSION_RELEASE - Return code from the Central server when the product release can not be converted to the job CCSID.
DATA_DESCRIPTION - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Data Description component.
DATA_DESCRIPTION - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Data Description component.
DATA_LENGTH_OUT_OF_RANGE - Static variable in class com.ibm.as400.data.DAMRI
 
DATA_QUEUE - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Data Queue component.
DATA_QUEUE - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Data Queue component.
DATA_QUEUE_KEYED - Static variable in exception com.ibm.as400.access.IllegalObjectTypeException
The return code indicating that an attempt was made to use a keyed queue with a non-keyed data queue object.
DATA_QUEUE_NOT_KEYED - Static variable in exception com.ibm.as400.access.IllegalObjectTypeException
The return code indicating that an attempt was made to use a non-keyed data queue with a keyed data queue object.
DATA_QUEUE_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Data Queue component.
DATA_QUEUE_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Data Queue component.
DATA_SPACE_SIZE - Static variable in class com.ibm.as400.access.MemberDescription
The size of the space that contains the data of the file member, in bytes.
DATA_SPACE_SIZE_MULTIPLIER - Static variable in class com.ibm.as400.access.MemberDescription
The value to multiply the data space size by to get its true size.
DATA_STREAM_LEVEL_NOT_VALID - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that the server job cannot support the level of data streams that the client is using.
DATA_STREAM_SYNTAX_ERROR - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that there is a syntax error in the data stream.
DATA_STREAM_UNKNOWN - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that the data stream received from the server job was not of the type or format expected.
DataArea - Class in com.ibm.as400.access
The DataArea class is an abstract base class that represents a data area object.
DataArea() - Constructor for class com.ibm.as400.access.DataArea
Constructs a DataArea object.
DataArea(AS400, String) - Constructor for class com.ibm.as400.access.DataArea
Constructs a DataArea object.
DataAreaBeanInfo - Class in com.ibm.as400.access
The DataAreaBeanInfo class provides bean information for the DataArea class.
DataAreaBeanInfo() - Constructor for class com.ibm.as400.access.DataAreaBeanInfo
 
DataAreaEvent - Class in com.ibm.as400.access
The DataAreaEvent class represents a data area event.
DataAreaEvent(Object, int) - Constructor for class com.ibm.as400.access.DataAreaEvent
Constructs a DataAreaEvent object.
DataAreaListener - Interface in com.ibm.as400.access
The DataAreaListener interface provides an interface for receiving DataAreaEvents.
DATABASE - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Database service.
DATABASE_NAME - Static variable in class com.ibm.as400.access.list.AspOpenList
 
DATABASE_PRODUCT_NAME_ - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
DATABASE_SERVICE - Static variable in class com.ibm.jtopenlite.PortMapper
Constant representing the System i Database Host Server.
DatabaseChangeDescriptorAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseCloseCursorAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseConnection - Class in com.ibm.jtopenlite.database
Represents a TCP/IP socket connection to the System i Database host server (QUSRWRK/QZDASOINIT job).
DatabaseCreateRequestParameterBlockAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseDeleteDescriptorAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseDeleteRequestParameterBlockAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseDescribeAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseDescribeCallback - Interface in com.ibm.jtopenlite.database
 
DatabaseDescribeParameterMarkerAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseEndStreamFetchAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseException - Exception in com.ibm.jtopenlite.database
 
DatabaseExecuteAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseExecuteImmediateAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseExecuteOrOpenAndDescribeAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseFetchAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseFetchCallback - Interface in com.ibm.jtopenlite.database
 
DatabaseLOBDataCallback - Interface in com.ibm.jtopenlite.database
 
DatabaseOpenAndDescribeAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseOpenDescribeFetchAttributes - Interface in com.ibm.jtopenlite.database
 
DatabasePackageAttributes - Interface in com.ibm.jtopenlite.database
 
DatabasePackageCallback - Interface in com.ibm.jtopenlite.database
 
DatabaseParameterMarkerCallback - Interface in com.ibm.jtopenlite.database
 
DatabasePrepareAndDescribeAttributes - Interface in com.ibm.jtopenlite.database
 
DatabasePrepareAndExecuteAttributes - Interface in com.ibm.jtopenlite.database
 
DatabasePrepareAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseRequestAttributes - Class in com.ibm.jtopenlite.database
 
DatabaseRequestAttributes() - Constructor for class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
DatabaseRetrieveLOBDataAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseRetrievePackageAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseServerAttributes - Class in com.ibm.jtopenlite.database
 
DatabaseServerAttributes() - Constructor for class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
DatabaseSQLCommunicationsAreaCallback - Interface in com.ibm.jtopenlite.database
 
DatabaseStreamFetchAttributes - Interface in com.ibm.jtopenlite.database
 
DatabaseWarningCallback - Interface in com.ibm.jtopenlite.database
 
dataDefinitionCausesTransactionCommit() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a data definition statement within a transaction can force the transaction to commit.
dataDefinitionCausesTransactionCommit() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a data definition statement within a transaction can force the transaction to commit.
dataDefinitionIgnoredInTransactions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a data definition statement within a transaction is ignored.
dataDefinitionIgnoredInTransactions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a data definition statement within a transaction is ignored.
DATALINK - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
DATALINK_396 - Static variable in class com.ibm.as400.access.SQLNativeType
 
DATAQUEUE - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Dataqueue service.
DataQueue - Class in com.ibm.as400.access
The DataQueue class represents an IBM i sequential data queue object.
DataQueue() - Constructor for class com.ibm.as400.access.DataQueue
Constructs a DataQueue object.
DataQueue(AS400, String) - Constructor for class com.ibm.as400.access.DataQueue
Constructs a DataQueue object.
DataQueueAttributes - Class in com.ibm.as400.access
The DataQueueAttributes class represents a data queue attributes object.
DataQueueAttributes() - Constructor for class com.ibm.as400.access.DataQueueAttributes
 
DataQueueAttributesBeanInfo - Class in com.ibm.as400.access
The DataQueueAttributesBeanInfo class provides bean information for the DataQueueAttributes class.
DataQueueAttributesBeanInfo() - Constructor for class com.ibm.as400.access.DataQueueAttributesBeanInfo
 
DataQueueBeanInfo - Class in com.ibm.as400.access
The DataQueueBeanInfo class provides bean information for the DataQueue class.
DataQueueBeanInfo() - Constructor for class com.ibm.as400.access.DataQueueBeanInfo
 
DataQueueDocument - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
DataQueueDocument() - Constructor for class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Constructs a DataQueueDocument object.
DataQueueDocument(AS400, String) - Constructor for class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Constructs a DataQueueDocument object.
DataQueueDocumentBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
DataQueueDocumentBeanInfo() - Constructor for class com.ibm.as400.vaccess.DataQueueDocumentBeanInfo
Deprecated.
 
DataQueueEntry - Class in com.ibm.as400.access
The DataQueueEntry class represents an entry on a data queue.
DataQueueEvent - Class in com.ibm.as400.access
The DataQueueEvent class represents a DataQueue event.
DataQueueEvent(Object, int) - Constructor for class com.ibm.as400.access.DataQueueEvent
Constructs a DataQueueEvent object.
DataQueueListener - Interface in com.ibm.as400.access
Provides an interface for receiving DataQueue events.
DataStream - Class in com.ibm.as400.access
Base class for data streams.
DATASTREAM - Static variable in class com.ibm.as400.access.Trace
'Data stream' trace category.
DataStreamException - Exception in com.ibm.jtopenlite
An IOException that represents an error processing a System i Host Server datastream reply.
DataStreamException(String, String, int) - Constructor for exception com.ibm.jtopenlite.DataStreamException
 
DATATYPE_NOT_SUPPORTED - Static variable in class com.ibm.as400.data.DAMRI
 
DATE - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
DATE_384 - Static variable in class com.ibm.as400.access.SQLNativeType
 
DATE_ENDED - Static variable in class com.ibm.as400.access.Job
Job attribute representing the date and time when the job completed running on the system.
DATE_ENTERED_SYSTEM - Static variable in class com.ibm.as400.access.Job
Job attribute representing the date and time when the job was placed on the system.
DATE_ENTERED_SYSTEM - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for date entered system.
DATE_FORMAT - Static variable in class com.ibm.as400.access.Job
Job attribute representing the format in which dates are presented.
DATE_FORMAT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for date format.
DATE_FORMAT_DMY - Static variable in class com.ibm.as400.access.Job
Constant indicating a date format of day, month, and year.
DATE_FORMAT_DMY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the day, month, and year date format.
DATE_FORMAT_JULIAN - Static variable in class com.ibm.as400.access.Job
Constant indicating a Julian date format (year and day).
DATE_FORMAT_JULIAN - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the Julian date format.
DATE_FORMAT_MDY - Static variable in class com.ibm.as400.access.Job
Constant indicating a date format of month, day, and year.
DATE_FORMAT_MDY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the month, day, and year date format.
DATE_FORMAT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the date format.
DATE_FORMAT_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the system value QDATFMT is used.
DATE_FORMAT_SYSTEM_VALUE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system value QDATFMT is used.
DATE_FORMAT_YMD - Static variable in class com.ibm.as400.access.Job
Constant indicating a date format of year, month, and day.
DATE_FORMAT_YMD - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the year, month, and day date format.
DATE_JOB_BECAME_ACTIVE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the date and time the job become active.
DATE_JOB_ENTERED_SYSTEM_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the date and time the job entered system.
DATE_JOB_SCHEDULE_TO_RUN_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the date and time the job is scheduled to run.
DATE_LAST_USED - Static variable in class com.ibm.as400.access.MemberDescription
The century and date this member was last used.
DATE_OPENED - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by date.
DATE_PASSWORD_EXPIRES - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for date password expires.
DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the date.
DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Property identifier for the date and time that the message was sent.
DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the date the output was created.
DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the date.
DATE_PUT_ON_JOB_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the date and time the job was put on this job queue.
DATE_SENT - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for date sent.
DATE_SEPARATOR - Static variable in class com.ibm.as400.access.Job
Job attribute representing the value used to separate days, months, and years when presenting a date.
DATE_SEPARATOR - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for date separator.
DATE_SEPARATOR_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating a blank is used for the date separator.
DATE_SEPARATOR_COMMA - Static variable in class com.ibm.as400.access.Job
Constant indicating a comma (,) is used for the date separator.
DATE_SEPARATOR_DASH - Static variable in class com.ibm.as400.access.Job
Constant indicating a dash (-) is used for the date separator.
DATE_SEPARATOR_PERIOD - Static variable in class com.ibm.as400.access.Job
Constant indicating a period (.) is used for the date separator.
DATE_SEPARATOR_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the date separator.
DATE_SEPARATOR_SLASH - Static variable in class com.ibm.as400.access.Job
Constant indicating a slash (/) is used for the date separator.
DATE_SEPARATOR_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the system value QDATSEP is used for the date separator.
DATE_SEPARATOR_SYSTEM_VALUE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system value QDATSEP is used.
DATE_STARTED - Static variable in class com.ibm.as400.access.Job
Job attribute representing the date and time when the job began to run on the system.
DATE_STARTED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for date started.
DateFieldDescription - Class in com.ibm.as400.access
Represents the description of the data in a date field.
DateFieldDescription() - Constructor for class com.ibm.as400.access.DateFieldDescription
Constructs a DateFieldDescription object.
DateFieldDescription(AS400Text, String) - Constructor for class com.ibm.as400.access.DateFieldDescription
Constructs a DateFieldDescription object.
DateFieldDescription(AS400Text, String, String) - Constructor for class com.ibm.as400.access.DateFieldDescription
Constructs a DateFieldDescription object.
DateFieldDescription(AS400Date, String) - Constructor for class com.ibm.as400.access.DateFieldDescription
Constructs a DateFieldDescription object.
DateFieldDescription(AS400Date, String, String) - Constructor for class com.ibm.as400.access.DateFieldDescription
Constructs a DateFieldDescription object.
DateTimeConverter - Class in com.ibm.as400.access
A utility for converting date/time values.
DateTimeConverter(AS400) - Constructor for class com.ibm.as400.access.DateTimeConverter
Constructs a DateTimeConverter object.
DAYS_UNTIL_PASSWORD_EXPIRES - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for days until password expires.
DAYS_USED - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the number of days the object was used, or 0 if the object does not have a last-used date.
DB2Type - Class in com.ibm.jtopenlite.database
 
DB2Type() - Constructor for class com.ibm.jtopenlite.database.DB2Type
 
DBCLOB - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
DBCLOB_412 - Static variable in class com.ibm.as400.access.SQLNativeType
 
DBCLOB_LOCATOR - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
DBCLOB_LOCATOR_968 - Static variable in class com.ibm.as400.access.SQLNativeType
 
DBCS_CAPABLE - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether the job is DBCS-capable or not.
DBCS_CAPABLE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for DBCS capable.
DBCS_CAPABLE_NO - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is not DBCS-capable.
DBCS_CAPABLE_YES - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is DBCS-capable.
DBCSEitherFieldDescription - Class in com.ibm.as400.access
The DBCSEitherFieldDescription class represents the description of the data in a DBCS-either field.
DBCSEitherFieldDescription() - Constructor for class com.ibm.as400.access.DBCSEitherFieldDescription
Constructs a DBCSEitherFieldDescription object.
DBCSEitherFieldDescription(AS400Text, String) - Constructor for class com.ibm.as400.access.DBCSEitherFieldDescription
Constructs a DBCSEitherFieldDescription object.
DBCSEitherFieldDescription(AS400Text, String, String) - Constructor for class com.ibm.as400.access.DBCSEitherFieldDescription
Constructs a DBCSEitherFieldDescription object.
DBCSGraphicFieldDescription - Class in com.ibm.as400.access
The DBCSGraphicFieldDescription class represents the description of the data in a DBCS-graphic field.
DBCSGraphicFieldDescription() - Constructor for class com.ibm.as400.access.DBCSGraphicFieldDescription
Constructs a DBCSGraphicFieldDescription object.
DBCSGraphicFieldDescription(AS400Text, String) - Constructor for class com.ibm.as400.access.DBCSGraphicFieldDescription
Constructs a DBCSGraphicFieldDescription object.
DBCSGraphicFieldDescription(AS400Text, String, String) - Constructor for class com.ibm.as400.access.DBCSGraphicFieldDescription
Constructs a DBCSGraphicFieldDescription object.
DBCSOnlyFieldDescription - Class in com.ibm.as400.access
The DBCSOnlyFieldDescription class represents the description of the data in a DBCS-only field.
DBCSOnlyFieldDescription() - Constructor for class com.ibm.as400.access.DBCSOnlyFieldDescription
Constructs a DBCSOnlyFieldDescription object.
DBCSOnlyFieldDescription(AS400Text, String) - Constructor for class com.ibm.as400.access.DBCSOnlyFieldDescription
Constructs a DBCSOnlyFieldDescription object.
DBCSOnlyFieldDescription(AS400Text, String, String) - Constructor for class com.ibm.as400.access.DBCSOnlyFieldDescription
Constructs a DBCSOnlyFieldDescription object.
DBCSOpenFieldDescription - Class in com.ibm.as400.access
The DBCSOpenFieldDescription class represents the description of the data in a DBCS-open field.
DBCSOpenFieldDescription() - Constructor for class com.ibm.as400.access.DBCSOpenFieldDescription
Constructs a DBCSOpenFieldDescription object.
DBCSOpenFieldDescription(AS400Text, String) - Constructor for class com.ibm.as400.access.DBCSOpenFieldDescription
Constructs a DBCSOpenFieldDescription object.
DBCSOpenFieldDescription(AS400Text, String, String) - Constructor for class com.ibm.as400.access.DBCSOpenFieldDescription
Constructs a DBCSOpenFieldDescription object.
dbTable_ - Variable in class com.ibm.as400.access.ConvTableMixedMap
 
DDM_CONVERSATION_HANDLING_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the DDM conversation handling.
DDM_SERVICE - Static variable in class com.ibm.jtopenlite.PortMapper
Constant representing the System i DDM/DRDA Host Server.
DDMCallbackEvent - Class in com.ibm.jtopenlite.ddm
Contains a reference to the file that generated the event.
DDMConnection - Class in com.ibm.jtopenlite.ddm
Represents a TCP/IP socket connection to the System i Distributed Data Management (DDM) host server (QUSRWRK/QRWTSRVR job).
DDMDataBuffer - Class in com.ibm.jtopenlite.ddm
Represents a set of temporary data for a given record.
DDMField - Class in com.ibm.jtopenlite.ddm
Represents an individual field of a record format.
DDMFile - Class in com.ibm.jtopenlite.ddm
Represents a handle to a file.
DDMFileMemberDescription - Class in com.ibm.jtopenlite.ddm
Represents information about a file member.
DDMRead - Class in com.ibm.jtopenlite.samples
Sample program to read a file using the DDM support of jtopenlite.
DDMRead() - Constructor for class com.ibm.jtopenlite.samples.DDMRead
 
DDMReadCallback - Interface in com.ibm.jtopenlite.ddm
Used by DDMConnection to pass the output of a read operation to the user in a memory-conscious fashion.
DDMReadCallbackAdapter - Class in com.ibm.jtopenlite.ddm
Helper class for implementing a DDMReadCallback.
DDMReadCallbackAdapter() - Constructor for class com.ibm.jtopenlite.ddm.DDMReadCallbackAdapter
 
DDMReadSSL - Class in com.ibm.jtopenlite.samples
Sample program to read a file using the DDM support of jtopenlite.
DDMReadSSL() - Constructor for class com.ibm.jtopenlite.samples.DDMReadSSL
 
DDMRecordFormat - Class in com.ibm.jtopenlite.ddm
Represents the record format and field information for a file.
DDMThreadedReader - Class in com.ibm.jtopenlite.ddm
A special kind of DDMReadCallback you can use when you want multiple threads to simultaneously process data being read out of the same file and connection.
DDMThreadedReader(DDMRecordFormat, DDMFile, int) - Constructor for class com.ibm.jtopenlite.ddm.DDMThreadedReader
Constructs a multi-threaded reader to process data being read from the specified file using the specified record format.
DDMWriteCallback - Interface in com.ibm.jtopenlite.ddm
Used by DDMConnection to obtain the input for a write operation from the user in a memory-conscious fashion.
debug(DBBaseRequestDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Outputs debug information for a request.
debug(DBReplyRequestedDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Outputs debug information for a reply.
debug(DBBaseRequestDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
debug(DBReplyRequestedDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
DECFLOAT - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
decfloat16ByteArrayToString(byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified 8 bytes in decfloat16 format into a String.
decfloat34ByteArrayToString(byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified 16 bytes in decfloat34 format into a String.
DECFLOAT_996 - Static variable in class com.ibm.as400.access.SQLNativeType
 
DECIMAL - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
DECIMAL_FORMAT - Static variable in class com.ibm.as400.access.Job
Job attribute representing the decimal format used for this job.
DECIMAL_FORMAT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for decimal format.
DECIMAL_FORMAT_COMMA_I - Static variable in class com.ibm.as400.access.Job
Constant indicating a decimal format that uses a comma for a decimal point, a period for a 3-digit grouping character, and zero-suppresses to the left of the decimal point.
DECIMAL_FORMAT_COMMA_I - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the date format that uses a comma for a decimal point and a period for a 3-digit grouping character.
DECIMAL_FORMAT_COMMA_J - Static variable in class com.ibm.as400.access.Job
Constant indicating a decimal format that uses a comma for a decimal point and a period for a 3-digit grouping character.
DECIMAL_FORMAT_COMMA_J - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the date format that uses a comma for a decimal point, a period for a 3-digit grouping character, and zero-suppresses to the left of the decimal point.
DECIMAL_FORMAT_PERIOD - Static variable in class com.ibm.as400.access.Job
Constant indicating a decimal format that uses a period for a decimal point, a comma for a 3-digit grouping character, and zero-suppresses to the left of the decimal point.
DECIMAL_FORMAT_PERIOD - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the date format that uses a period for a decimal point, a comma for a 3-digit grouping character, and zero-suppresses to the left of the decimal point.
DECIMAL_FORMAT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the decimal format.
DECIMAL_FORMAT_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the value in the system value QDECFMT is used as the decimal format for this job.
DecimalDataArea - Class in com.ibm.as400.access
The DecimalDataArea class represents a decimal data area on the system.
DecimalDataArea() - Constructor for class com.ibm.as400.access.DecimalDataArea
Constructs a DecimalDataArea object.
DecimalDataArea(AS400, String) - Constructor for class com.ibm.as400.access.DecimalDataArea
Constructs a DecimalDataArea object.
DecimalDataAreaBeanInfo - Class in com.ibm.as400.access
The DecimalDataAreaBeanInfo class provides bean information for the DecimalDataArea class.
DecimalDataAreaBeanInfo() - Constructor for class com.ibm.as400.access.DecimalDataAreaBeanInfo
 
decode(String) - Static method in class com.ibm.as400.util.html.HTMLTransform
Decodes the HTML string, which can contain replacement characters for HTML tags such as &lt;, &gt;, &quot;, or &amp;.
decodeBuffer(String) - Method in class com.ibm.as400.util.BASE64Decoder
 
DEDICATED - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
DEFAULT - Static variable in interface com.ibm.as400.access.BidiStringType
The default string type for Bidi data (Logical LTR).
DEFAULT - Static variable in class com.ibm.as400.access.SaveFile
Special value for the "maximumNumberOfRecords", "waitTime", and "asp" properties.
DEFAULT_BUFFER_SIZE - Static variable in class com.ibm.as400.access.AS400CertificateUtil
Recommended buffer size in kilobytes.
DEFAULT_CCSID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the default coded character set identifier (CCSID) used for this job.
DEFAULT_CCSID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for default coded character set identifier (CCSID).
DEFAULT_CCSID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the default coded character set identifier.
DEFAULT_COMMAND_SERVER_PORT - Static variable in class com.ibm.jtopenlite.command.CommandConnection
The default TCP/IP port the Remote Command host server listens on.
DEFAULT_DATABASE_SERVER_PORT - Static variable in class com.ibm.jtopenlite.database.DatabaseConnection
 
DEFAULT_DDM_SERVER_PORT - Static variable in class com.ibm.jtopenlite.ddm.DDMConnection
 
DEFAULT_FILE_SERVER_PORT - Static variable in class com.ibm.jtopenlite.file.FileConnection
 
DEFAULT_REPLY - Static variable in class com.ibm.as400.access.JobLog
 
DEFAULT_REPLY - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for default reply.
DEFAULT_SIGNON_SERVER_PORT - Static variable in class com.ibm.jtopenlite.SignonConnection
The default TCP/IP port the Signon host server listens on.
DEFAULT_SSL_COMMAND_SERVER_PORT - Static variable in class com.ibm.jtopenlite.command.CommandConnection
 
DEFAULT_SSL_DATABASE_SERVER_PORT - Static variable in class com.ibm.jtopenlite.database.DatabaseConnection
 
DEFAULT_SSL_DDM_SERVER_PORT - Static variable in class com.ibm.jtopenlite.ddm.DDMConnection
 
DEFAULT_SSL_FILE_SERVER_PORT - Static variable in class com.ibm.jtopenlite.file.FileConnection
 
DEFAULT_SSL_SIGNON_SERVER_PORT - Static variable in class com.ibm.jtopenlite.SignonConnection
 
DEFAULT_WAIT_TIME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the default maximum time (in seconds) that a thread in the job waits for a system instruction, such as a LOCK machine interface (MI) instruction, to acquire a resource.
DEFAULT_WAIT_TIME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for default wait time.
DefaultProfileTokenProvider - Class in com.ibm.as400.security.auth
A default implementation of the ProfileTokenProvider interface.
DefaultProfileTokenProvider() - Constructor for class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Constructs a new DefaultProfileTokenProvider
DefaultProfileTokenProvider(AS400) - Constructor for class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Constructs a new DefaultProfileTokenProvider.
delete() - Method in class com.ibm.as400.access.AS400File
Deletes the file.
delete() - Method in class com.ibm.as400.access.BaseDataQueue
Deletes the data queue.
delete() - Method in class com.ibm.as400.access.CharacterDataArea
Removes the data area from the system.
delete() - Method in class com.ibm.as400.access.DecimalDataArea
Removes the data area from the system.
delete() - Method in class com.ibm.as400.access.EnvironmentVariable
Deletes the environment variable.
delete() - Method in class com.ibm.as400.access.IFSFile
Deletes the integrated file system object represented by this object.
delete() - Method in class com.ibm.as400.access.IFSJavaFile
Deletes the IFSJavaFile.
delete() - Method in class com.ibm.as400.access.LogicalDataArea
Removes the data area from the system.
delete() - Method in class com.ibm.as400.access.SaveFile
Deletes the save file.
delete() - Method in class com.ibm.as400.access.SpooledFile
Deletes the spooled file on the system.
delete() - Method in class com.ibm.as400.access.Subsystem
Deletes the subsystem from the system.
delete() - Method in class com.ibm.as400.access.UDFS
Deletes an existing and unmounted user-defined file system (UDFS) and all of the objects within it.
delete() - Method in class com.ibm.as400.access.UserIndex
Deletes the user index.
delete() - Method in class com.ibm.as400.access.UserSpace
Deletes the user space.
delete() - Method in class com.ibm.as400.access.ValidationList
Deletes the validation list from the IBM i system.
delete() - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Deletes this file or directory.
delete() - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Deletes the Java program.
delete() - Method in class com.ibm.as400.resource.RUser
Deprecated.
Deletes the user.
deleteCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtil
Deletes the certificate from the user profile.
deleteCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUtil
Deletes the certificate from the repository.
deleteCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Deletes the certificate from the validation list.
deleteCertificateByHandle(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtil
Deletes the certificate matching the certificate handle from the user profile.
deleteCertificateByHandle(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUtil
Deletes the certificate from the repository.
deleteCertificateByHandle(byte[]) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Deletes the certificate matching the certificate handle from the validation list.
deleteCurrent(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Removes the current record from the file.
deleteCurrentRecord() - Method in class com.ibm.as400.access.AS400File
Deletes the record at the current cursor position.
deleted(AS400CertificateEvent) - Method in interface com.ibm.as400.access.AS400CertificateListener
Invoked when a certificate has been deleted.
deleted(DataAreaEvent) - Method in interface com.ibm.as400.access.DataAreaListener
Invoked when a delete has been performed.
deleted(UserSpaceEvent) - Method in interface com.ibm.as400.access.UserSpaceListener
Invoked when a delete has been performed.
deleteDescriptor(DatabaseDeleteDescriptorAttributes, int) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
deleteFile(String) - Method in class com.ibm.jtopenlite.file.FileConnection
Deletes the specified file.
deleteMember() - Method in class com.ibm.as400.access.AS400File
Deletes the member associated with this object from the file.
deletePackage(DatabasePackageAttributes) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
deleteRecord(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Deletes the record specified by key.
deleteRecord(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Deletes the record specified by key.
deleteRecord(int) - Method in class com.ibm.as400.access.SequentialFile
Deletes the record specified by record number.
deleteRequestParameterBlock(DatabaseDeleteRequestParameterBlockAttributes, int) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
deleteRow() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Deletes the current row from the result set and the database.
deleteRow() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Deletes the current row from the result set and the database.
deleteRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Deletes the current row from the result set and the database.
deleteRow() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
deletesAreDetected(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if visible deletes to a result set of the specified type can be detected by calling ResultSet.rowDeleted().
deletesAreDetected(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if visible deletes to a result set of the specified type can be detected by calling ResultSet.rowDeleted().
DeleteUserSpace - Class in com.ibm.jtopenlite.command.program.object
DeleteUserSpace(String, String) - Constructor for class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
delimiters - Variable in class com.ibm.as400.access.BidiTransform
Option: delimiters for performing the Bidi transformation.
DEPARTMENT - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by department.
DEPARTMENT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for department.
dependencyAnalysisCompleted(JarMakerEvent) - Method in interface utilities.JarMakerListener
Reports completion of dependency analysis on a specific entry in a jar file.
dependencyAnalysisStarted(JarMakerEvent) - Method in interface utilities.JarMakerListener
Reports the start of dependency analysis on a specific entry in a jar file.
describe(DatabaseDescribeAttributes, DatabaseDescribeCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
describeParameterMarker(DatabaseDescribeParameterMarkerAttributes, DatabaseParameterMarkerCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
DESCRIPTION - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "description".
DESCRIPTION - Static variable in class com.ibm.as400.access.NetServerShare
Deprecated.
Attribute ID for "description".
DESCRIPTION_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "description (pending)".
DESCRIPTION_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VObject
Deprecated.
Property identifier for the description.
DESCRIPTION_TEXT - Static variable in class com.ibm.as400.resource.Presentation
Deprecated.
Constant indicating the presentation key for description text.
Descriptor - Interface in com.ibm.as400.data
The Descriptor interface defines a mechanism for inspecting a node of an XML based document.
Destination - Class in com.ibm.as400.util.commtrace
A Destination Header.
destinationRequired - Variable in class com.ibm.as400.access.BidiTransform
Option: create a destination BidiText If this flag is not true, the transform method will return a null.
DestinationUnreachable - Class in com.ibm.as400.util.commtrace
A Destination Unreachable Header.
destroy() - Method in class com.ibm.as400.access.ProfileHandleImplNative
Destroy or clear sensitive information maintained by the credential implementation.
destroy() - Method in class com.ibm.as400.access.ProfileTokenImplNative
Destroy or clear sensitive information maintained by the credential implementation.
destroy() - Method in class com.ibm.as400.security.auth.AS400Credential
Destroys the credential by destroying or clearing sensitive information for the credential.
destroy() - Method in class com.ibm.as400.util.servlet.AS400Servlet
Close the connection pool.
destroyed(AS400CredentialEvent) - Method in interface com.ibm.as400.security.auth.AS400CredentialListener
Invoked when a destroy has been performed.
DestroyFailedException - Exception in com.ibm.as400.security.auth
The DestroyFailedException class represents an exception issued when error occur when destroying IBM i system authentication information.
DEVICE_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for device name.
DEVICE_RECOVERY_ACTION - Static variable in class com.ibm.as400.access.Job
Job attribute representing the action taken for interactive jobs when an I/O error occurs for the job's requesting program device.
DEVICE_RECOVERY_ACTION - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for device recovery action.
DEVICE_RECOVERY_ACTION_DISCONNECT_END_REQUEST - Static variable in class com.ibm.as400.access.Job
Constant indicating a device recovery action that disconnects the job when an I/O error occurs.
DEVICE_RECOVERY_ACTION_DISCONNECT_END_REQUEST - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the device recovery action that disconnects the job when an I/O error occurs.
DEVICE_RECOVERY_ACTION_DISCONNECT_MESSAGE - Static variable in class com.ibm.as400.access.Job
Constant indicating a device recovery action that disconnects the job when an I/O error occurs.
DEVICE_RECOVERY_ACTION_DISCONNECT_MESSAGE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the device recovery action that disconnects the job when an I/O error occurs.
DEVICE_RECOVERY_ACTION_END_JOB - Static variable in class com.ibm.as400.access.Job
Constant indicating a device recovery action that ends the job when an I/O error occurs.
DEVICE_RECOVERY_ACTION_END_JOB - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the device recovery action that ends the job when an I/O error occurs.
DEVICE_RECOVERY_ACTION_END_JOB_NO_LIST - Static variable in class com.ibm.as400.access.Job
Constant indicating a device recovery action that ends the job when an I/O error occurs.
DEVICE_RECOVERY_ACTION_END_JOB_NO_LIST - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the device recovery action that ends the job when an I/O error occurs.
DEVICE_RECOVERY_ACTION_MESSAGE - Static variable in class com.ibm.as400.access.Job
Constant indicating a device recovery action that signals the I/O error message to the application and lets the application program perform error recovery.
DEVICE_RECOVERY_ACTION_MESSAGE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating the device recovery action that signals the I/O error message to the application and lets the application program perform error recovery.
DEVICE_RECOVERY_ACTION_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the device recovery action.
DEVICE_RECOVERY_ACTION_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the value in the system value QDEVRCYACN is used as the device recovery action for this job.
DEVICE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for device status.
DEVICE_STATUS_ACTIVE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the active status.
DEVICE_STATUS_ACTIVE_READER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the active reader status.
DEVICE_STATUS_ACTIVE_WRITER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the active writer status.
DEVICE_STATUS_AS36_DISABLED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the AS/36 disabled status.
DEVICE_STATUS_AS36_ENABLED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the AS/36 enabled status.
DEVICE_STATUS_CONNECT_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the connect pending status.
DEVICE_STATUS_DAMAGED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the damaged status.
DEVICE_STATUS_DIAGNOSTIC_MODE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the diagnostic mode status.
DEVICE_STATUS_FAILED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the failed status.
DEVICE_STATUS_FAILED_READER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the failed reader status.
DEVICE_STATUS_FAILED_WRITER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the failed writer status.
DEVICE_STATUS_HELD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the held status.
DEVICE_STATUS_LOCKED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the locked status.
DEVICE_STATUS_POWERED_OFF - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the powered off status.
DEVICE_STATUS_RCYCNL - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the RCYCNL status.
DEVICE_STATUS_RCYPND - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the RCYPND status.
DEVICE_STATUS_SIGNON_DISPLAY - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the signon display status.
DEVICE_STATUS_SYSTEM_REQUEST - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the system request status.
DEVICE_STATUS_UNKNOWN - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the unknown status.
DEVICE_STATUS_VARIED_OFF - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the varied off status.
DEVICE_STATUS_VARIED_ON - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the varied on status.
DEVICE_STATUS_VARY_OFF_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the vary off pending status.
DEVICE_STATUS_VARY_ON_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Device status constant indicating the device is in the vary on pending status.
DEVICE_TYPE - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by device type.
DEVICE_TYPE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for device type.
DEVICE_TYPE_DISKETTE - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is intended for a diskette device.
DEVICE_TYPE_PRINTER - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is intended for a printer device.
DEVICEDESCRIPTION_NAME - Static variable in class com.ibm.as400.access.list.AspOpenList
 
DIAGNOSTIC - Static variable in class com.ibm.as400.access.AS400Message
Message type for diagnostic messages.
DIAGNOSTIC - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to diagnostic messages.
DIAGNOSTIC - Static variable in class com.ibm.as400.access.Trace
'Diagnostic message' trace category.
DIAGNOSTIC - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to diagnostic messages.
DIGITAL_CERTIFICATE - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Digital Certificate component.
DIGITAL_CERTIFICATE - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Digital Certificate component.
DIGITAL_CERTIFICATE_INDICATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for digital certificate indicator.
DIGITALLY_SIGNED - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object has a digital signature.
DIGITALLY_SIGNED_MULTIPLE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object has more than one digital signature.
DIGITALLY_SIGNED_TRUSTED - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object is signed by a source that is trusted by the system.
dir() - Method in class com.ibm.as400.access.AS400FTP
Lists the contents of the current working directory.
dir(String) - Method in class com.ibm.as400.access.AS400FTP
Lists the contents of the current directory.
dir() - Method in class com.ibm.as400.access.FTP
Lists the contents of the current working directory.
dir(String) - Method in class com.ibm.as400.access.FTP
Lists the contents of the current directory.
DIR_ENTRY_DAMAGED - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the directory entry is damaged.
DIR_ENTRY_EXISTS - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the directory entry exists.
DIR_NOT_EMPTY - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the directory is not empty.
DIRECTORY_ENTRY_ACCESS_DENIED - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user of this program does not have enough authority to access the directory entry.
DIRECTORY_FORMAT_TYPE1 - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the directory has format type 1.
DIRECTORY_FORMAT_TYPE2 - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the directory has format type 2.
DirectoryEntry - Class in com.ibm.as400.access
The DirectoryEntry class represents system distribution directory information for a particular directory entry.
DirectoryEntryList - Class in com.ibm.as400.access
Retrieves a list of system distribution directory entries.
DirectoryEntryList(AS400) - Constructor for class com.ibm.as400.access.DirectoryEntryList
Constructs a DirectoryEntryList.
DirFilter - Class in com.ibm.as400.util.html
The DirFilter class determines if a File object is a directory.
DirFilter() - Constructor for class com.ibm.as400.util.html.DirFilter
Constructs a default DirFilter object.
DISC - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Disc, solid bullet, labeling scheme.
disconnect(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
disconnect() - Method in class com.ibm.as400.access.FTP
Closes the connection with the system.
disconnect() - Method in class com.ibm.as400.access.NLSTableDownload
Disconnect from the host server.
DISCONNECT_RECEIVED - Static variable in exception com.ibm.as400.access.ConnectionDroppedException
The return code indicating that disconnect was received.
disconnectAllServices() - Method in class com.ibm.as400.access.AS400
Disconnects all services.
disconnected(ConnectionEvent) - Method in interface com.ibm.as400.access.ConnectionListener
Invoked when a service has been disconnected.
disconnected(FTPEvent) - Method in interface com.ibm.as400.access.FTPListener
Invoked after the connection has been disconnected.
disconnectServer(AS400Server) - Method in class com.ibm.as400.access.AS400ImplRemote
 
disconnectService(int) - Method in class com.ibm.as400.access.AS400
Disconnects the service.
DISK_DRIVE - Static variable in class com.ibm.as400.access.ISeriesNetServerConnection
Value of the ISeriesNetServerConnection "connection type" attribute, indicating that the connection is to a disk drive, that is, a file share.
DiskStatus - Class in com.ibm.jtopenlite.components
Represents disk status information returned by the ListDiskStatuses class.
DISPLAY_SIGN_ON_INFORMATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for display sign-on information.
displayFirst() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Displays the first record of the record list.
displayFirst() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Displays the first record of the result set.
displayLast() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Displays the last record of the record list.
displayLast() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Displays the last record of the result set.
displayNext() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Displays the next record of the record list.
displayNext() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Displays the next record of the result set.
displayPrevious() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Displays the previous record of the record list.
displayPrevious() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Displays the previous record of the result set.
dispResultSet(ResultSet) - Static method in class com.ibm.as400.access.jdbcClient.Main
 
DLOPermission - Class in com.ibm.as400.access
The DLOPermission class represents the permission for the specfied user for document library objects (DLO) stored in QDLS.
DLOPermission(String) - Constructor for class com.ibm.as400.access.DLOPermission
Constructs a DLOPermission object.
DOCUMENT_ALREADY_SET - Static variable in class com.ibm.as400.data.DAMRI
 
DOCUMENT_NOT_SET - Static variable in class com.ibm.as400.data.DAMRI
 
doesMaxRowSizeIncludeBlobs() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if getMaxRowSize() includes blobs when computing the maximum length of a single row.
doesMaxRowSizeIncludeBlobs() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if getMaxRowSize() includes blobs when computing the maximum length of a single row.
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.as400.access.TunnelProxyServer
Requests information from the web server.
DOMAIN - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "domain name".
DOMAIN - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the domain that contains the object.
DOMAIN_DEFAULT - Static variable in class com.ibm.as400.access.UserSpace
Constant representing the default domain for the user space.
DOMAIN_DEFAULT - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
DOMAIN_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "domain name (pending)".
DOMAIN_SYSTEM - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the object domain value of "*S".
DOMAIN_SYSTEM - Static variable in class com.ibm.as400.access.UserSpace
Constant indicating the domain for the user space is *SYSTEM.
DOMAIN_SYSTEM - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
DOMAIN_USER - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the object domain value of "*U".
DOMAIN_USER - Static variable in class com.ibm.as400.access.UserSpace
Constant indicating the domain for the user space is *USER.
DOMAIN_USER - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
done() - Method in interface com.ibm.jtopenlite.components.MessageInfoListener
Return true to indicate you no longer want to process further messages.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.as400.access.TunnelProxyServer
Sends information back to the web server.
DOUBLE_BYTE_FROM_CCSID - Static variable in class com.ibm.as400.access.NLSTableDownload
 
DOUBLE_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Double data type.
doubleToByteArray(double, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified double into IBM i format in the specified byte array.
doubleToByteArray(double) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified double into IBM i format in a byte array.
doubleToByteArray(double, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified double value into 8 bytes.
doubleToByteArray(double) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified double value into 8 bytes.
doubleToPackedDecimal(double, int, int) - Static method in class com.ibm.jtopenlite.Conv
 
doubleToPackedDecimal(double, byte[], int, int, int) - Static method in class com.ibm.jtopenlite.Conv
 
doubleToZonedDecimal(double, int, int) - Static method in class com.ibm.jtopenlite.Conv
 
doubleToZonedDecimal(double, byte[], int, int, int) - Static method in class com.ibm.jtopenlite.Conv
 
doUpdateDeleteBlocking() - Method in class com.ibm.as400.access.AS400JDBCConnection
 
doUpdateDeleteBlocking() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
doUpdateDeleteBlocking() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
download(int, int, boolean) - Method in class com.ibm.as400.access.NLSTableDownload
 
download(int, int, int) - Method in class com.ibm.as400.access.NLSTableDownload
Download table
DQ_CLEARED - Static variable in class com.ibm.as400.access.DataQueueEvent
The DataQueue clear event ID.
DQ_PEEKED - Static variable in class com.ibm.as400.access.DataQueueEvent
The DataQueue peek event ID.
DQ_READ - Static variable in class com.ibm.as400.access.DataQueueEvent
The DataQueue read event ID.
DQ_WRITTEN - Static variable in class com.ibm.as400.access.DataQueueEvent
The DataQueue write event ID.
DQAttsAuthorityEditor - Class in com.ibm.as400.access
The DQAttsAuthorityEditor class provides the list of data queue editor authorities.
DQAttsAuthorityEditor() - Constructor for class com.ibm.as400.access.DQAttsAuthorityEditor
 
DRIVER_LEVEL - Static variable in interface com.ibm.as400.access.Copyright
 
DRIVER_LEVEL_ - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
DRIVER_NAME_ - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
DS_END_REQ - Static variable in class com.ibm.as400.access.ProxyConstants
 
dstToSrcMap - Variable in class com.ibm.as400.access.BidiTransform
Output value: destination-to-source map from the last transform with dstToSrcMapRequired specified; if this option was not specified, the content of dstToSrcMap should be ignored.
dstToSrcMapRequired - Variable in class com.ibm.as400.access.BidiTransform
Option: create a destination to source mapping
DSTUNR - Static variable in class com.ibm.as400.util.commtrace.Message
A Destination Unreachable Message
DTD_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
dump(PrintWriter) - Method in class com.ibm.as400.access.PxReqCV
Dumps the datastream for debugging and tracing.
dumpBytes(byte[]) - Static method in class com.ibm.as400.access.jdbcClient.StringFormatUtil
 
dumpException(Exception) - Static method in class com.ibm.jtopenlite.Trace
 
dumpStatementCreationLocation() - Method in class com.ibm.as400.access.AS400JDBCConnection
 
dumpStatementCreationLocation() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
dumpStatementCreationLocation() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
DUPLEX_DUPLEX - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for duplex printing.
DUPLEX_SIMPLEX - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for simplex printing.
DUPLEX_TUMBLE - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for tumble duplex printing.
DUPLICATE_FIELD_NAME - Static variable in class com.ibm.as400.data.DAMRI
 
DUPLICATE_KEY_FAIL - Static variable in class com.ibm.as400.access.ClusteredHashTableEntry
Update option to indicate if the specified key already exists then do not allow the ClusteredHashTable.put() request to succeed.
DUPLICATE_KEY_UPDATE - Static variable in class com.ibm.as400.access.ClusteredHashTableEntry
Update option to indicate if the specified key already exists then allow the entry to be updated on the ClusteredHashTable.put() request.

E

ebcdicByteArrayToString(byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified CCSID 37 bytes into a String.
ebcdicByteArrayToString(byte[], char[]) - Static method in class com.ibm.jtopenlite.Conv
 
ebcdicByteArrayToString(byte[], int, int, char[]) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified CCSID 37 bytes into a String.
ebcdicByteArrayToString(byte[], int, int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specific CCSID bytes into a String.
ebcdicByteArrayToString(byte[], int, int, char[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specific CCSID bytes into a String.
ebcdicByteToChar(byte) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified CCSID 37 byte into a Unicode char without creating any intermediate objects.
ebcdicChar(int) - Static method in class com.ibm.as400.access.jdbcClient.StringFormatUtil
 
EchoReplyRequest - Class in com.ibm.as400.util.commtrace
A Echo Reply Request Header.
ECHOREQ - Static variable in class com.ibm.as400.util.commtrace.Message
A Echo Request Message
EchoRequest - Class in com.ibm.as400.util.commtrace
A Echo Request Header.
ECHQRPL - Static variable in class com.ibm.as400.util.commtrace.Message
A Echo Reply Message
ELAPSED_CPU_PERCENT_USED - Static variable in class com.ibm.as400.access.Job
Job attribute representing the percentage of processing time used during the elapsed time.
ELAPSED_CPU_PERCENT_USED_FOR_DATABASE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the percentage of processing unit used for database processing during the elapsed time.
ELAPSED_CPU_TIME_USED - Static variable in class com.ibm.as400.access.Job
Job attribute representing the amount of processing unit time (in milliseconds) used during the elapsed time.
ELAPSED_CPU_TIME_USED_FOR_DATABASE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the amount of processing unit time (in milliseconds) used for database processing during the elapsed time.
ELAPSED_DISK_IO - Static variable in class com.ibm.as400.access.Job
Job attribute representing the number of disk I/O operations performed by the job during the elapsed time.
ELAPSED_DISK_IO_ASYNCH - Static variable in class com.ibm.as400.access.Job
Job attribute representing the number of asynchronous (physical) disk I/O operations performed by the job during the elapsed time.
ELAPSED_DISK_IO_SYNCH - Static variable in class com.ibm.as400.access.Job
Job attribute representing the number of synchronous (physical) disk I/O operations performed by the job during the elapsed time.
ELAPSED_INTERACTIVE_RESPONSE_TIME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the total interactive response time for the initial thread (in hundredths of seconds) for the job during the elapsed time.
ELAPSED_INTERACTIVE_TRANSACTIONS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the number of user interactions, such as pressing the Enter key or a function key, for the job during the elapsed time for the initial thread.
ELAPSED_LOCK_WAIT_TIME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the amount of time (in milliseconds) that the initial thread has to wait to obtain database, nondatabase, and internal machine locks during the elapsed time.
ELAPSED_PAGE_FAULTS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the number of times an active program referenced an address that is not in main storage for the current routing step during the elapsed time.
ELAPSED_TIME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the time (in milliseconds) that has elapsed between the measurement start time and the current system time.
ELEMENT_ADDED - Static variable in class com.ibm.as400.util.html.ElementEvent
Event ID indicating that an element has been added.
ELEMENT_CHANGED - Static variable in class com.ibm.as400.util.html.ElementEvent
Event ID indicating that an element has been changed.
ELEMENT_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
ELEMENT_REMOVED - Static variable in class com.ibm.as400.util.html.ElementEvent
Event ID indicating that an element has been removed.
elementAdded(ElementEvent) - Method in interface com.ibm.as400.util.html.ElementListener
Invoked when an element has been added.
elementChanged(ElementEvent) - Method in interface com.ibm.as400.util.html.ElementListener
Invoked when an element has been changed.
ElementEvent - Class in com.ibm.as400.util.html
The ElementEvent class represents an element event.
ElementEvent(Object, int) - Constructor for class com.ibm.as400.util.html.ElementEvent
Constructs an ElementEvent object.
ElementListener - Interface in com.ibm.as400.util.html
The ElementListener interface provides a listener interface for receiving element events.
elementRemoved(ElementEvent) - Method in interface com.ibm.as400.util.html.ElementListener
Invoked when an element has been removed.
elements() - Method in class com.ibm.as400.access.ClusteredHashTable
Retrieves a list of entries that exist in the clustered hash table for the specified user profile.
elements(String, String, int) - Method in class com.ibm.as400.access.ClusteredHashTable
Retrieves a list of entries that exist in the clustered hash table for the specified user profile.
ELIGIBLE_FOR_PURGE - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether or not the job is eligible to be moved out of main storage and put into auxiliary storage at the end of a time slice or when entering a long wait (such as waiting for a work station user's response).
ELIGIBLE_FOR_PURGE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for eligible for purge.
ELIGIBLE_FOR_PURGE_IGNORED - Static variable in class com.ibm.as400.access.Job
Constant indicating that whether a job is eligible for purge or not is ignored because the job type is either *JOBQ or *OUTQ, or the job is not valid.
ELIGIBLE_FOR_PURGE_NO - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is not eligible to be moved out of main storage and put into auxiliary storage.
ELIGIBLE_FOR_PURGE_YES - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is eligible to be moved out of main storage and put into auxiliary storage.
EMPTY_ERROR_CODE_PARM - Static variable in class com.ibm.as400.access.list.OpenList
Constant that can be used for APIs that have an error code parameter.
ENABLE_PERFORMANCE_COLLECTION - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for enable performance collection.
ENABLE_PERFORMANCE_COLLECTION_ENTRY_EXIT - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the entry/exit information on all the procedures of the Java program (including those that are leaf procedures) is given.
ENABLE_PERFORMANCE_COLLECTION_FULL - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the entry/exit information on all procedures of the Java program (including those that are leaf procedures) and precall and postcall hooks around calls to other procedures is given.
ENABLE_PERFORMANCE_COLLECTION_NONE - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that no performance collection is enabled for this Java program.
ENABLED - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "text conversion enablement" attribute, indicating "text conversion is enabled".
ENABLED_AND_MIXED - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "text conversion enablement" attribute, indicating "text conversion is enabled, and mixed data is allowed".
encode(String) - Static method in class com.ibm.as400.util.html.HTMLTransform
Encodes the HTML string, which can contain HTML tags such as < , >, ", or &.
encode(String) - Static method in class com.ibm.as400.util.html.URLEncoder
Encodes the URL.
encode(String, boolean) - Static method in class com.ibm.as400.util.html.URLEncoder
Encodes the URL.
encodeBuffer(byte[]) - Method in class com.ibm.as400.util.BASE64Encoder
 
encodingCcsid_ - Static variable in class com.ibm.as400.access.ConversionMaps
 
encodingToCCSID(String) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess CCSID given a Java encoding.
encryptAES(byte[], byte[], byte[]) - Static method in class com.ibm.as400.access.AS400ImplRemote
 
ENCRYPTED_PASSWORDS - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the NetServer "authentication method" attribute, indicating that the system authenticates with encrypted passwords only.
end(Xid, int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Ends the work performed on behalf of a transaction branch.
END - Static variable in class com.ibm.as400.access.HistoryLog
Constant indicating the last day on which data was logged is the last day for which logged data is listed.
end() - Method in class com.ibm.as400.access.ISeriesNetServer
Ends the NetServer job on the IBM i system.
end(int) - Method in class com.ibm.as400.access.Job
Ends this job.
end() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Ends the NetServer job on the IBM i system.
end() - Method in class com.ibm.as400.access.NetServerSession
Deprecated.
Ends the session.
end(int) - Method in class com.ibm.as400.access.Subsystem
Ends the subsystem on the system, in a controlled manner.
end(String) - Method in class com.ibm.as400.access.WriterJob
Ends a writer on the system.
end() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Ends the job controlled.
end(int) - Method in class com.ibm.as400.resource.RJob
Deprecated.
Ends the job.
end() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
Used to note the end of a datastream when debugging is enabled.
END_OF_FILE - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the end of file has been reached.
END_PENDING_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for end pending status.
END_SEVERITY - Static variable in class com.ibm.as400.access.Job
Job attribute representing the message severity level of escape messages that can cause a batch job to end.
END_SEVERITY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for end severity.
END_SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the end severity.
END_STATUS_CANCELLED - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system, the subsystem in which a job is running, or the job itself is cancelled.
END_STATUS_JOB_NOT_RUNNING - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is not running.
END_STATUS_NOT_CANCELLED - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system, the subsystem in which a job is running, or the job itself is not cancelled.
endAllSubsystems(AS400, int) - Static method in class com.ibm.as400.access.Subsystem
Ends all active subsystems on the system, in a controlled manner.
endAllSubsystemsImmediately(AS400) - Static method in class com.ibm.as400.access.Subsystem
Ends all active subsystems on the system, immediately.
endCancelThread() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
endCancelThread() - Method in class com.ibm.as400.access.AS400JDBCStatement
endTheCancelThread
endCancelThread() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
endCommitmentControl() - Method in class com.ibm.as400.access.AS400File
Ends commitment control for this connection.
endCommitmentControl(AS400) - Static method in class com.ibm.as400.access.AS400File
Ends commitment control for the specified connection.
endImmediately() - Method in class com.ibm.as400.access.Subsystem
Ends the subsystem on the system, immediately.
ENDING_PROFILE_LAST - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
endOfFile(DDMCallbackEvent) - Method in interface com.ibm.jtopenlite.ddm.DDMReadCallback
Called by DDMConnection when a read or position operation moved the cursor to before the first record or after the last record.
endOfFile(DDMCallbackEvent) - Method in class com.ibm.jtopenlite.ddm.DDMReadCallbackAdapter
 
endOfFile(DDMCallbackEvent) - Method in class com.ibm.jtopenlite.ddm.DDMThreadedReader
Do not call this method directly; it is implemented for DDMConnection to call.
endPage() - Method in class com.ibm.as400.access.SCS3812Writer
Ends current page.
endPage() - Method in class com.ibm.as400.access.SCS5219Writer
Ends current page.
endPage() - Method in class com.ibm.as400.access.SCS5256Writer
Ends current page.
endSession(long) - Method in class com.ibm.as400.access.ISeriesNetServer
Ends a specific NetServer session.
endSessionsForWorkstation(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Ends all the sessions that were established from the specified workstation.
endStreamFetch(DatabaseEndStreamFetchAttributes) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
ENTRY_AUTHORITY_ANY_USER - Static variable in class com.ibm.as400.access.ClusteredHashTableEntry
Entry authority option that identifies any user can access the entry in the clustered hash table.
ENTRY_AUTHORITY_LAST_USER - Static variable in class com.ibm.as400.access.ClusteredHashTableEntry
Entry authority option that identifies a user with *ALLOBJ authority, the user that owns the entry or both can access it.
ENTRY_STATUS_CONSISTENT - Static variable in class com.ibm.as400.access.ClusteredHashTableEntry
Data is consistent across the clustered hash table domain.
ENTRY_STATUS_INCONSISTENT - Static variable in class com.ibm.as400.access.ClusteredHashTableEntry
Data is not consistent across the clustered hash table domain.
enumerateFiles(IFSFileFilter, String) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object that satisfy filter.
enumerateFiles(String) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object.
enumerateFiles(IFSFileFilter) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object that satisfy filter.
enumerateFiles() - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object.
EnvironmentVariable - Class in com.ibm.as400.access
Represents an IBM i system-level environment variable.
EnvironmentVariable() - Constructor for class com.ibm.as400.access.EnvironmentVariable
Constructs an EnvironmentVariable object.
EnvironmentVariable(AS400) - Constructor for class com.ibm.as400.access.EnvironmentVariable
Constructs an EnvironmentVariable object.
EnvironmentVariable(AS400, String) - Constructor for class com.ibm.as400.access.EnvironmentVariable
Constructs an EnvironmentVariable object.
EnvironmentVariable(AS400, char[]) - Constructor for class com.ibm.as400.access.EnvironmentVariable
Constructs an EnvironmentVariable object.
EnvironmentVariableBeanInfo - Class in com.ibm.as400.access
The EnvironmentVariableBeanInfo class represents the bean information for the EnvironmentVariable class.
EnvironmentVariableBeanInfo() - Constructor for class com.ibm.as400.access.EnvironmentVariableBeanInfo
 
EnvironmentVariableList - Class in com.ibm.as400.access
The EnvironmentVariableList class represents a list of IBM i system-level environment variables.
EnvironmentVariableList() - Constructor for class com.ibm.as400.access.EnvironmentVariableList
Constructs a EnvironmentVariableList object.
EnvironmentVariableList(AS400) - Constructor for class com.ibm.as400.access.EnvironmentVariableList
Constructs a EnvironmentVariableList object.
EnvironmentVariableListBeanInfo - Class in com.ibm.as400.access
The EnvironmentVariableListBeanInfo class represents the bean information for the EnvironmentVariableList class.
EnvironmentVariableListBeanInfo() - Constructor for class com.ibm.as400.access.EnvironmentVariableListBeanInfo
 
equals(Object) - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
 
equals(Timestamp) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Tests to see if this Timestamp object is equal to the given Timestamp object.
equals(Object) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Tests to see if this Timestamp object is equal to the given object.
equals(Object) - Method in class com.ibm.as400.access.AS400Message
 
equals(Object) - Method in class com.ibm.as400.access.BidiFlagSet
Compares two BidiFlagSets.
equals(BidiText) - Method in class com.ibm.as400.access.BidiText
Compares two BidiText objects.
equals(Object) - Method in class com.ibm.as400.access.BidiText
 
equals(Object) - Method in class com.ibm.as400.access.DataStream
 
equals(Object) - Method in class com.ibm.as400.access.IFSFile
Determines if two IFSFile objects are equal.
equals(Object) - Method in class com.ibm.as400.access.IFSJavaFile
Compares this IFSJavaFile against the specified object.
equals(Object) - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether or not the specified object is equal to this object.
equals(Object) - Method in class com.ibm.as400.access.ObjectDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.ibm.as400.access.Record
Tests this Record object for equality with the given object.
equals(Object) - Method in class com.ibm.as400.access.SaveFile
Determines whether this SaveFile object is equal to another object.
equals(Object) - Method in class com.ibm.as400.access.SaveFileEntry
Determines whether this object is equal to another object.
equals(Object) - Method in class com.ibm.as400.access.SocketProperties
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.ibm.as400.access.Subsystem
Determines whether this Subsystem object is equal to another object.
equals(Object) - Method in class com.ibm.as400.access.SystemPool
Determines whether this SystemPool object is equal to another object.
equals(Object) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Indicates if this resource is equal to an object.
equals(Object) - Method in class com.ibm.as400.security.auth.ProfileHandleCredential
Compares the specified Object with the credential for equality.
equals(Object) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Compares the specified Object with the credential for equality.
equals(Object) - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
Compares the specified Object with the credential for equality.
equals(Object) - Method in class com.ibm.jtopenlite.ByteArrayKey
 
equals(Object) - Method in class com.ibm.jtopenlite.command.program.HashObject
 
equals(Object) - Method in class com.ibm.jtopenlite.file.FileHandle
 
equals(Object) - Method in class com.ibm.jtopenlite.SystemInfo
 
ErrnoException - Exception in com.ibm.as400.access
The ErrnoException class represents an exception that indicates that an errno has been returned by a system API.
ERROR - Static variable in class com.ibm.as400.access.Trace
'Error message' trace category.
ERROR_ACCESSING_VALUE - Static variable in class com.ibm.as400.data.DAMRI
 
ERROR_CALLING_EXIT_PROGRAM - Static variable in exception com.ibm.as400.access.LicenseException
ERROR_CALLING_EXIT_PROGRAM - Return code from the Central server when there was an error calling the regestered exit program.
ERROR_CALLING_USER_EXIT_PROGRAM - Static variable in exception com.ibm.as400.access.LicenseException
ERROR_CALLING_USER_EXIT_PROGRAM - Return code from the Central server when in incurred an error from a user exit program.
ERROR_MESSAGE - Static variable in exception com.ibm.jtopenlite.DataStreamException
Constant representing a datastream reply type that contains an error message.
ERROR_OCCURRED - Static variable in class com.ibm.as400.access.PrintObjectListEvent
The print object list exception occurred event ID.
ErrorCodeParameter - Class in com.ibm.as400.access
Represents an IBM i "error code parameter".
ErrorCodeParameter() - Constructor for class com.ibm.as400.access.ErrorCodeParameter
Constructs a simple default ErrorCodeParameter object.
ErrorCodeParameter(boolean, boolean) - Constructor for class com.ibm.as400.access.ErrorCodeParameter
Constructs an ErrorCodeParameter object.
ErrorCompletingRequestException - Exception in com.ibm.as400.access
The ErrorCompletingRequestException class represents an exception that indicates an error occurred that prevented the request from completing.
ErrorDialogAdapter - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ErrorDialogAdapter() - Constructor for class com.ibm.as400.vaccess.ErrorDialogAdapter
Deprecated.
Constructs an ErrorDialogAdapter object.
ErrorDialogAdapter(Component) - Constructor for class com.ibm.as400.vaccess.ErrorDialogAdapter
Deprecated.
Constructs an ErrorDialogAdapter object.
ErrorDialogAdapter(Component, boolean) - Constructor for class com.ibm.as400.vaccess.ErrorDialogAdapter
Deprecated.
Constructs an ErrorDialogAdapter object.
ErrorDialogAdapterBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ErrorDialogAdapterBeanInfo() - Constructor for class com.ibm.as400.vaccess.ErrorDialogAdapterBeanInfo
Deprecated.
 
ErrorEvent - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ErrorEvent(Object, Exception) - Constructor for class com.ibm.as400.vaccess.ErrorEvent
Deprecated.
Constructs an ErrorEvent object.
ErrorListener - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
errorMessage(String, Message) - Static method in exception com.ibm.jtopenlite.DataStreamException
Factory method for constructing a datastream exception with the provided error message.
errorOccurred(ErrorEvent) - Method in class com.ibm.as400.vaccess.ErrorDialogAdapter
Deprecated.
Invoked when an error has occurred.
errorOccurred(ErrorEvent) - Method in interface com.ibm.as400.vaccess.ErrorListener
Deprecated.
Invoked when an error has occurred.
errorOccurred(ErrorEvent) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Invoked when an error has occurred.
ESCAPE - Static variable in class com.ibm.as400.access.AS400Message
Message type for escape (exception already handled when API is called) messages.
ESCAPE_NOT_HANDLED - Static variable in class com.ibm.as400.access.AS400Message
Message type for escape (exception not handled when API is called) messages.
ESP - Class in com.ibm.as400.util.commtrace
An ESP Header
Extends ExtHeader's methods to parse, print, and allow easy access to the ESP Header.
establishConnection() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.access.NetServerConnection
Deprecated.
Establishes the connection (of this object) to the system.
establishConnection() - Method in class com.ibm.as400.access.NetServerFileShare
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.access.NetServerSession
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Establishes the connection to the system, if any.
establishConnection() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Establishes the connection to the system, if any.
establishConnection() - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RJobList
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RPrinter
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RPrinterList
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RUser
Deprecated.
Establishes the connection to the system.
establishConnection() - Method in class com.ibm.as400.resource.RUserList
Deprecated.
Establishes the connection to the system.
etoa - Static variable in class com.ibm.as400.access.jdbcClient.StringFormatUtil
 
EVENT_READ - Static variable in class com.ibm.jtopenlite.ddm.DDMCallbackEvent
 
EVENT_UPDATE - Static variable in class com.ibm.jtopenlite.ddm.DDMCallbackEvent
 
EVENT_WRITE - Static variable in class com.ibm.jtopenlite.ddm.DDMCallbackEvent
 
EventLog - Class in com.ibm.as400.access
The EventLog class is an implementation of Log which logs exceptions and messages to the specified file or PrintStream.
EventLog() - Constructor for class com.ibm.as400.access.EventLog
Constructs a default EventLog object.
EventLog(String) - Constructor for class com.ibm.as400.access.EventLog
Constructs an EventLog object with the specified file pathname.
EventLog(OutputStream) - Constructor for class com.ibm.as400.access.EventLog
Constructs an EventLog object with the specified OutputStream.
EventLog(PrintWriter) - Constructor for class com.ibm.as400.access.EventLog
Constructs an EventLog object with the specified PrintWriter.
EXCEPTION_RECEIVED - Static variable in class com.ibm.as400.data.DAMRI
 
exceptionOccurred(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles an exception that was thrown during a sign-on attempt.
exceptionOccurred(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Rethrows the exception.
EXCESS_INPUT_DATA - Static variable in class com.ibm.as400.data.DAMRI
 
exchangeSeed(byte[]) - Method in class com.ibm.as400.access.AS400ImplRemote
 
execute() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs an SQL statement that may return multiple result sets.
execute(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs an SQL statement that may return multiple result sets.
execute(String, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs an SQL statement that may return multiple result sets and makes any auto-generated keys available for retrieval using Statement.getGeneratedKeys().
execute() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs an SQL statement that may return multiple result sets.
execute(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs an SQL statement that may return multiple result sets.
execute(String, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs an SQL statement that may return multiple result sets and makes any auto-generated keys available for retrieval using Statement.getGeneratedKeys().
execute(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
execute(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
execute(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
execute(String, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
execute(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
execute(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
execute() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
execute() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Executes the command and fills the rowset with data.
execute(String) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL statement that may return multiple result sets.
execute(String, int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL statement that may return multiple result sets and makes any auto-generated keys available for retrieval using Statement.getGeneratedKeys().
execute(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL statement that may return multiple result sets and makes any auto-generated keys for the columns indicated in the given array available for retrieval using Statement.getGeneratedKeys().
execute(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL statement that may return multiple result sets and makes any auto-generated keys for the columns indicated in the given array available for retrieval using Statement.getGeneratedKeys().
execute(String) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
execute(String, int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
execute(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
execute(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
execute() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Runs the contents of this document as a SQL statement.
execute(String) - Method in class com.ibm.jtopenlite.command.CommandConnection
Executes the specified CL command string and returns the result.
execute(DatabaseExecuteAttributes) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
execute(DatabaseExecuteAttributes, int) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
execute() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
execute(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
execute(String, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
execute(String, int[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
execute(String, String[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
execute(String) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Executes the specified CL command within the DDM host server job.
executeBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs the batch of SQL statements.
executeBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs the batch of SQL statements.
executeBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeBatch() - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs the batch of SQL statements.
executeBatch() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeBatch() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
executeCallCommand(String, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
 
executeCLCommand(String, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
 
executeCommand(String, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
Executes a command that is not an SQL query.
executeImmediate(DatabaseExecuteImmediateAttributes) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
executeLargeBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeLargeBatch() - Method in class com.ibm.as400.access.AS400JDBCStatement
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts.
executeLargeBatch() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeLargeUpdate() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Executes the SQL statement in this PreparedStatement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
executeLargeUpdate() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Executes the SQL statement in this PreparedStatement object, which must be an SQL Data Manipulation Language (DML) statement, such as INSERT, UPDATE or DELETE; or an SQL statement that returns nothing, such as a DDL statement.
executeLargeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
executeLargeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
executeLargeUpdate(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
executeLargeUpdate(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
executeLargeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeLargeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeLargeUpdate(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeLargeUpdate(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeLargeUpdate() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeLargeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCStatement
Executes the given SQL statement, which may be an INSERT, UPDATE, or DELETE statement or an SQL statement that returns nothing, such as an SQL DDL statement.
executeLargeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Executes the given SQL statement and signals the driver with the given flag about whether the auto-generated keys produced by this Statement object should be made available for retrieval.
executeLargeUpdate(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeLargeUpdate(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCStatement
Executes the given SQL statement and signals the driver that the auto-generated keys indicated in the given array should be made available for retrieval.
executeLargeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeLargeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeLargeUpdate(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeLargeUpdate(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeOrOpenAndDescribe(DatabaseExecuteOrOpenAndDescribeAttributes, DatabaseDescribeCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
executeQuery() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs the SQL statement that returns a single result set.
executeQuery(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs an SQL statement that returns a single result set.
executeQuery() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs the SQL statement that returns a single result set.
executeQuery(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs an SQL statement that returns a single result set.
executeQuery(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeQuery() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeQuery(String) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL statement that returns a single result set.
executeQuery(String) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeQuery() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
executeQuery(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
executeReturnMessageList(String) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
 
executeSqlCommand(String, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
 
executeTopLevelCommand(String, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
Execute a top level command.
executeUpdate() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set.
executeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set.
executeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set and makes any auto-generated keys available for retrieval using Statement.getGeneratedKeys().
executeUpdate() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set.
executeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set.
executeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set and makes any auto-generated keys available for retrieval using Statement.getGeneratedKeys().
executeUpdate(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
executeUpdate(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
executeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeUpdate(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeUpdate(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeUpdate() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
executeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set.
executeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set and makes any auto-generated keys available for retrieval using Statement.getGeneratedKeys().
executeUpdate(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set and makes any auto-generated keys for the columns indicated in the given array available for retrieval using Statement.getGeneratedKeys().
executeUpdate(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs an SQL INSERT, UPDATE, or DELETE statement, or any SQL statement that does not return a result set and makes any auto-generated keys for the columns indicated in the given array available for retrieval using Statement.getGeneratedKeys().
executeUpdate(String) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeUpdate(String, int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeUpdate(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeUpdate(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
executeUpdate() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
executeUpdate(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
executeUpdate(String, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
executeUpdate(String, int[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
executeUpdate(String, String[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
ExecutionEnvironment - Class in com.ibm.as400.access
 
EXECUTIVE - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents executive paper size (7.25 x 10.5 inches)
exists() - Method in class com.ibm.as400.access.BaseDataQueue
Checks to see if the data queue exists.
exists() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object exists.
exists() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the IFSJavaFile exists.
exists() - Method in class com.ibm.as400.access.JobDescription
Determines if the Job Description currently exists on the system.
exists() - Method in class com.ibm.as400.access.JobQueue
Determines if the subsystem currently exists on the system.
exists() - Method in class com.ibm.as400.access.ObjectDescription
Checks to see if this object currently exists on the system.
exists() - Method in class com.ibm.as400.access.SaveFile
Determines if the save file currently exists on the system.
exists() - Method in class com.ibm.as400.access.Subsystem
Determines if the subsystem currently exists on the system.
exists() - Method in class com.ibm.as400.access.User
Determines if this user profile exists on the system.
exists() - Method in class com.ibm.as400.access.UserSpace
Determines if the user space exists.
EXISTS - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for exists.
EXIT_POINT_PROCESSING_ERROR - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred processing the exit point.
EXIT_POINT_PROCESSING_ERROR - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that an error occurred while processing the exit point.
EXIT_PROGRAM_CALL_ERROR - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred with the user exit program call.
EXIT_PROGRAM_CALL_ERROR - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that an error occurred with the user exit program call.
EXIT_PROGRAM_DENIED_REQUEST - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user exit program associated with the server job rejected the request.
EXIT_PROGRAM_DENIED_REQUEST - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the user exit program associated with the server job rejected the request.
EXIT_PROGRAM_ERROR - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the user exit program associated with the server job failed.
EXIT_PROGRAM_NOT_AUTHORIZED - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user is not authorized to the exit program.
EXIT_PROGRAM_NOT_FOUND - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the user exit program associated with the server job could not be found.
EXIT_PROGRAM_NUMBER_NOT_VALID - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the number of user exit programs associated with the server job is not valid.
EXIT_PROGRAM_RESOLVE_ERROR - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred resolving to the exit program.
EXIT_PROGRAM_RESOLVE_ERROR - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that an error occurred when resolving to the exit program.
expand(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Expands the specified object in the tree.
expand(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Expands the specified object.
EXPIRATION_DATE - Static variable in class com.ibm.as400.access.MemberDescription
The date that this member expires.
EXPIRATION_DATE_REACHED - Static variable in exception com.ibm.as400.access.LicenseException
EXPIRATION_DATE_REACHED - Return code from the Central server when the expiration date for the product license being requested is reached and a license was not granted.
EXTAH - Static variable in class com.ibm.as400.util.commtrace.Header
An Extended AH Header
EXTDEST - Static variable in class com.ibm.as400.util.commtrace.Header
An Extended Destination Header
EXTENDED_ATTRIBUTE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the extended attribute that further describes the object, such as a program or file type.
EXTENDED_ATTRIBUTE_NONE - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
extendedColumnDescriptors_ - Variable in class com.ibm.as400.access.AS400JDBCStatement
 
ExtendedIllegalArgumentException - Exception in com.ibm.as400.access
The ExtendedIllegalArgumentException class represents an exception that indicates that an argument is not valid.
ExtendedIllegalArgumentException(String, int) - Constructor for exception com.ibm.as400.access.ExtendedIllegalArgumentException
Constructs an ExtendedIllegalArgumentException object.
ExtendedIllegalArgumentException(String, int, Exception) - Constructor for exception com.ibm.as400.access.ExtendedIllegalArgumentException
 
ExtendedIllegalStateException - Exception in com.ibm.as400.access
The ExtendedIllegalStateException class represents an exception that indicates that an object is not in the proper state to perform the requested operation.
ExtendedIllegalStateException(int) - Constructor for exception com.ibm.as400.access.ExtendedIllegalStateException
Constructs an ExtendedIllegalStateException object.
ExtendedIllegalStateException(String, int) - Constructor for exception com.ibm.as400.access.ExtendedIllegalStateException
Constructs an ExtendedIllegalStateException object.
ExtendedIOException - Exception in com.ibm.as400.access
The ExtendedIOException class represents an exception that indicates that an error has occurred while communicating with the system.
EXTESP - Static variable in class com.ibm.as400.util.commtrace.Header
An Extended ESP Header
EXTFRAG - Static variable in class com.ibm.as400.util.commtrace.Header
An Extended Fragment Header
ExtHeader - Class in com.ibm.as400.util.commtrace
An Extended Header.
EXTHOPBYHOP - Static variable in class com.ibm.as400.util.commtrace.Header
An Extended Hop By Hop Header
extract(File) - Method in class utilities.JarMaker
Deprecated.
Extracts the desired entries and their dependencies from the specified JAR or ZIP file.
extract(File, File) - Method in class utilities.JarMaker
Deprecated.
Extracts the desired entries and their dependencies from the specified JAR or ZIP file.
extraPoolInfo(int, int, int, int, int, int, int, int, int, int, String, int, int, int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatusPoolListener
FORMAT_SSTS0400.
EXTROUTE - Static variable in class com.ibm.as400.util.commtrace.Header
An Extended Routing Header

F

FAIL_OR_CREATE - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
File existence option that indicates that the request is either to fail if the file exists or is to create the file if it does not exist.
FAILED_TO_PARSE - Static variable in class com.ibm.as400.data.DAMRI
 
FAILED_TO_VALIDATE - Static variable in class com.ibm.as400.data.DAMRI
 
FALLBACK_CCSID - Static variable in class com.ibm.as400.access.SystemProperties
Specifies the fallback CCSID to use in cases where a text data field with CCSID 65535 is encountered and must be converted.
FALSE - Static variable in class com.ibm.as400.util.commtrace.FormatProperties
 
FAX - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by fax number.
FAX_TELEPHONE_NUMBER - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for fax telephone number.
fd_ - Variable in class com.ibm.as400.access.IFSFileInputStream
 
fd_ - Variable in class com.ibm.as400.access.IFSFileOutputStream
 
fetch(DatabaseFetchAttributes, DatabaseFetchCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
FIELD_DESCRIPTION_ADDED - Static variable in class com.ibm.as400.access.RecordDescriptionEvent
Event id indicating that a field description has been added to a RecordFormat object.
FIELD_MODIFIED - Static variable in class com.ibm.as400.access.RecordDescriptionEvent
Event id indicating that a field value has been modified in a Record object.
FIELD_NOT_FOUND - Static variable in exception com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the field was not found.
FieldDescription - Class in com.ibm.as400.access
An abstract base class that allows the user to describe the data in a field with an AS400DataType object and a name.
FieldDescription() - Constructor for class com.ibm.as400.access.FieldDescription
Constructs a FieldDescription object.
FieldDescription(AS400DataType, String) - Constructor for class com.ibm.as400.access.FieldDescription
Constructs a FieldDescription object.
FieldDescription(AS400DataType, String, String) - Constructor for class com.ibm.as400.access.FieldDescription
Constructs a FieldDescription object.
fieldDescription(int, int, int, int, int, int, int, int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
fieldDescription(int, int, int, int, int, int, int, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
fieldDescriptionAdded(RecordDescriptionEvent) - Method in interface com.ibm.as400.access.RecordDescriptionListener
Invoked when a field description has been added to a RecordFormat object.
fieldModified(RecordDescriptionEvent) - Method in interface com.ibm.as400.access.RecordDescriptionListener
Invoked when a field value has been changed in a Record object.
fieldName(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
fieldName(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
FILE - Static variable in class com.ibm.as400.access.AS400
Constant indicating the File service.
FILE_ATTRIBUTE - Static variable in class com.ibm.as400.access.MemberDescription
The type of file found.
FILE_CHANGE - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for file change.
FILE_CLOSED - Static variable in class com.ibm.as400.access.FileEvent
The file closed event ID.
FILE_CREATED - Static variable in class com.ibm.as400.access.FileEvent
The file created event ID.
FILE_DELETED - Static variable in class com.ibm.as400.access.FileEvent
The file deleted event ID.
FILE_FORMAT_TYPE1 - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the file has format type 1.
FILE_FORMAT_TYPE2 - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the file has format type 2.
FILE_IN_USE - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the file is in use.
FILE_MODIFIED - Static variable in class com.ibm.as400.access.FileEvent
The file modified event ID.
FILE_NAME - Static variable in class com.ibm.as400.access.MemberDescription
The name of the database file whose member names are placed in the list.
FILE_NOT_FOUND - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the file was not found.
FILE_OPENED - Static variable in class com.ibm.as400.access.FileEvent
The file opened event ID.
FILE_SERVICE - Static variable in class com.ibm.jtopenlite.PortMapper
Constant representing the System i File Host Server.
FILE_SUBSTREAM_IN_USE - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the file substream is in use.
FileAttributes - Class in com.ibm.as400.access
Represents the set of file attributes that can be retrieved and set through the Qp0lGetAttr() and Qp0lSetAttr() API's.
FileAttributes(AS400, String) - Constructor for class com.ibm.as400.access.FileAttributes
Constructs a FileAttributes object.
FileAttributes(AS400, String, boolean) - Constructor for class com.ibm.as400.access.FileAttributes
Constructs a FileAttributes object.
fileClosed(FileEvent) - Method in interface com.ibm.as400.access.FileListener
Invoked when a file has been closed.
FileConnection - Class in com.ibm.jtopenlite.file
Represents a TCP/IP socket connection to the System i File host server (QSERVER/QPWFSERVSO prestart jobs).
FileConstants - Class in com.ibm.jtopenlite.file
 
fileCreated(FileEvent) - Method in interface com.ibm.as400.access.FileListener
Invoked when a file has been created.
fileDeleted(FileEvent) - Method in interface com.ibm.as400.access.FileListener
Invoked when a file is deleted.
FileEvent - Class in com.ibm.as400.access
The FileEvent class represents a File event.
FileEvent(Object, int) - Constructor for class com.ibm.as400.access.FileEvent
Constructs a FileEvent object.
FileFilter - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
FileFilter() - Constructor for class com.ibm.as400.vaccess.FileFilter
Deprecated.
Constructs a FileFilter object.
FileFilter(String, String) - Constructor for class com.ibm.as400.vaccess.FileFilter
Deprecated.
Constructs a FileFilter object.
FileFormInput - Class in com.ibm.as400.util.html
The FileFormInput class represents a file input type in an HTML form.
FileFormInput() - Constructor for class com.ibm.as400.util.html.FileFormInput
Constructs a default FileFormInput object.
FileFormInput(String) - Constructor for class com.ibm.as400.util.html.FileFormInput
Constructs a FileFormInput object with the specified control name.
FileFormInputBeanInfo - Class in com.ibm.as400.util.html
The FileFormInputBeanInfo class provides bean information for the FileFormInput class.
FileFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.FileFormInputBeanInfo
 
FileHandle - Class in com.ibm.jtopenlite.file
 
FileListElement - Class in com.ibm.as400.util.html
The FileListElement class represents the contents of an Integrated File System directory.
FileListElement() - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs a default FileListElement object.
FileListElement(HttpServletRequest) - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs an FileListElement for the local file system using the pathInfo from the specified request.
FileListElement(AS400, HttpServletRequest) - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs an FileListElement for an IBM i file system using the pathInfo from the specified request, and the designated system.
FileListElement(AS400, HttpServletRequest, String) - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs an FileListElement for an IBM i file system using the pathInfo from the specified request, and the designated system.
FileListElement(AS400, HttpServletRequest, HTMLTable) - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs an FileListElement with the specified system, request, and table.
FileListElement(AS400, HttpServletRequest, String, String) - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs a FileListElement with the specified system, requst, NetServer sharePath, and NetServer shareName.
FileListElement(AS400, HttpServletRequest, String, String, String) - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs a FileListElement with the specified system, requst, NetServer sharePath, and NetServer shareName.
FileListElementBeanInfo - Class in com.ibm.as400.util.html
The FileListElementBeanInfo class provides bean information for the FileListElement class.
FileListElementBeanInfo() - Constructor for class com.ibm.as400.util.html.FileListElementBeanInfo
 
FileListener - Interface in com.ibm.as400.access
The FileListener interface provides an interface for receiving File events.
FileListRenderer - Class in com.ibm.as400.util.html
The FileListRenderer class renders the name field for directories and files in a FileListElement.
FileListRenderer(HttpServletRequest) - Constructor for class com.ibm.as400.util.html.FileListRenderer
Constructs a FileListRenderer with the specified request.
FileListRenderer(HttpServletRequest, String, String) - Constructor for class com.ibm.as400.util.html.FileListRenderer
Constructs a FileListRenderer with the specified request, NetServer sharePath, and the NetServer shareName.
fileModified(FileEvent) - Method in interface com.ibm.as400.access.FileListener
Invoked when a file has been modified.
fileOpened(FileEvent) - Method in interface com.ibm.as400.access.FileListener
Invoked when a file has been opened.
FILES_OPEN_COUNT - Static variable in class com.ibm.as400.access.NetServerConnection
Deprecated.
Attribute ID for "number of files open".
FILES_OPEN_COUNT - Static variable in class com.ibm.as400.access.NetServerSession
Deprecated.
Attribute ID for "files open count".
FileTreeElement - Class in com.ibm.as400.util.html
The FileTreeElement class represents the Integrated File System within an HTMLTree view.
FileTreeElement() - Constructor for class com.ibm.as400.util.html.FileTreeElement
Constructs a default FileTreeElement object.
FileTreeElement(File) - Constructor for class com.ibm.as400.util.html.FileTreeElement
Constructs a FileTreeElement with the specified file.
FileTreeElement(File, String) - Constructor for class com.ibm.as400.util.html.FileTreeElement
Constructs a FileTreeElement with the specified file.
FileTreeElement(File, String, String) - Constructor for class com.ibm.as400.util.html.FileTreeElement
Constructs a FileTreeElement with the specified file, NetServer shareName and sharePath.
FileTreeElement(File, String, String, String) - Constructor for class com.ibm.as400.util.html.FileTreeElement
Constructs a FileTreeElement with the specified file, NetServer shareName and sharePath.
FileTreeElementBeanInfo - Class in com.ibm.as400.util.html
The FileTreeElementBeanInfo class provides bean information for the FileTreeElement class.
FileTreeElementBeanInfo() - Constructor for class com.ibm.as400.util.html.FileTreeElementBeanInfo
 
fill(String, String, ProfileTokenCredential, int, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Preconnects a specified number of connections to a specific system, userID, profileToken, and service.
fill(String, String, ProfileTokenCredential, int, int, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Preconnects a specified number of connections to a specific system, userID, profileToken, service, and Locale.
fill(String, String, String, int, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use fill(String systemName, String userID, char[] password, int service, int numberOfConnections) instead.
fill(String, String, char[], int, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Preconnects a specified number of connections to a specific system, userID, password, and service.
fill(String, String, String, int, int, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use fill(String systemName, String userID, char[] password, int service, int numberOfConnections, Locale locale) instead.
fill(String, String, char[], int, int, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Preconnects a specified number of connections to a specific system, userID, password, service, and Locale.
fill(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Fills the connection pool with the specified number of database connections.
fillInputData(int, byte[], int) - Method in interface com.ibm.jtopenlite.command.program.CallServiceProgramParameterFormat
This method is used to fill an output buffer with the parameter information before the procedure is called.
fillInputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
fillInputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
FILTER - Static variable in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Selection ID for filter.
finalize() - Method in class com.ibm.as400.access.AS400ConnectionPool
Closes the connection if not explicitly closed by the caller.
finalize() - Method in class com.ibm.as400.access.AS400File
Closes the file when this object is garbage collected.
finalize() - Method in class com.ibm.as400.access.AS400ImplRemote
 
finalize() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Closes the connection if not explicitly closed by the caller.
finalize() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Closes the connection if not explicitly closed by the caller.
finalize() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Closes the connection pool if not explicitly closed by the caller.
finalize() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
finalize() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Closes the result set if not explicitly closed by the caller.
finalize() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Closes the Statement and Connection.
finalize() - Method in class com.ibm.as400.access.AS400JDBCStatement
Closes the statement if not explicitly closed by the caller.
finalize() - Method in class com.ibm.as400.access.ConnectionPool
Closes the connection pool if not explicitly closed by the caller.
finalize() - Method in class com.ibm.as400.access.EventLog
 
finalize() - Method in class com.ibm.as400.access.FTP
Closes all streams and sockets before this object is garbage collected.
finalize() - Method in class com.ibm.as400.access.HistoryLog
Closes the list on the system when this object is garbage collected.
finalize() - Method in class com.ibm.as400.access.IFSFileInputStream
Ensures that the file input stream is closed when there are no more references to it.
finalize() - Method in class com.ibm.as400.access.IFSFileOutputStream
Ensures that the file output stream is closed when there are no more references to it.
finalize() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Ensures that the stream is closed when there are no more references to it.
finalize() - Method in class com.ibm.as400.access.JobList
Closes the list on the system when this object is garbage collected.
finalize() - Method in class com.ibm.as400.access.JobLog
Closes the list on the system when this object is garbage collected.
finalize() - Method in class com.ibm.as400.access.list.OpenList
Attempts to close the list on the system when this OpenList object is garbage collected.
finalize() - Method in class com.ibm.as400.access.MessageQueue
Closes the list on the system when this object is garbage collected.
finalize() - Method in class com.ibm.as400.access.ObjectList
Closes the list on the system when this object is garbage collected.
finalize() - Method in class com.ibm.as400.access.ProductLicense
The finalizer.
finalize() - Method in class com.ibm.as400.access.PxClientConnectionAdapter
 
finalize() - Method in class com.ibm.as400.access.UserList
Closes the list on the system when this object is garbage collected.
finalize() - Method in class com.ibm.as400.security.auth.AS400Credential
Called when garbage collection determines that there are no more references to the object.
finalize() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Closes the viewer.
finalize() - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Stops all threads.
finalize() - Method in class com.ibm.jtopenlite.HostServerConnection
 
finalize() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
 
FIND_BETWEEN - Static variable in class com.ibm.as400.access.UserIndex
 
FIND_EQUALS - Static variable in class com.ibm.as400.access.UserIndex
 
FIND_FIRST - Static variable in class com.ibm.as400.access.UserIndex
 
FIND_GREATER - Static variable in class com.ibm.as400.access.UserIndex
 
FIND_LAST - Static variable in class com.ibm.as400.access.UserIndex
 
FIND_LESSER - Static variable in class com.ibm.as400.access.UserIndex
 
FIND_NOT_GREATER - Static variable in class com.ibm.as400.access.UserIndex
 
FIND_NOT_LESSER - Static variable in class com.ibm.as400.access.UserIndex
 
findCertificateUser(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtil
Returns the user profile name which contains the certificate.
findCertificateUserByHandle(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtil
Returns the user profile which contains the certificate with the specified handle.
findColumn(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the column index for the specified column name.
findColumn(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the column index for the specified column name.
findColumn(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the column index for the specified column name.
findColumn(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
findEntries(String, int, int) - Method in class com.ibm.as400.access.UserIndex
Returns one or more entries from the user index.
findEntries(byte[], byte[], byte[]) - Method in class com.ibm.as400.access.UserIndex
Returns one or more entries from the user index using the FNDINXEN MI instruction.
findEntry(String, int) - Method in class com.ibm.as400.access.ValidationList
Returns an entry from the validation list with the given identifier.
findEntry(String, int, ValidationListAttribute[]) - Method in class com.ibm.as400.access.ValidationList
Returns an entry from the validation list with the given identifier and attributes.
fireAttributeChangesCanceled() - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Fires an attributeChangesCanceled() ResourceEvent.
fireAttributeChangesCommitted() - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Fires an attributeChangesCommitted() ResourceEvent.
fireAttributeValueChanged(Object, Object) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Fires an attributeValueChanged() ResourceEvent.
fireAttributeValuesRefreshed() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Fires an attributeValuesRefreshed() ResourceEvent.
fireBusy() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Fires a busy active status event.
fireBusy() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a busy active status event.
fireIdle() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Fires a idle active status event.
fireIdle() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a idle active status event.
fireLengthChanged(long) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a lengthChanged() resource list event.
fireListClosed() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a listClosed() ResourceListEvent.
fireListCompleted() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a listCompleted() ResourceListEvent.
fireListInError() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a listInError() ResourceListEvent.
fireListOpened() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a listOpened() ResourceListEvent.
firePropertyChange(String, Object, Object) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Fires a property change event.
firePropertyChange(String, Object, Object) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a property change event.
fireResourceAdded(Resource, long) - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Fires a resourceAdded() ResourceListEvent.
fireResourceAdded(Resource, long) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a resourceAdded() ResourceListEvent.
fireResourceCreated() - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Fires an resourceCreated() ResourceEvent.
fireResourceDeleted() - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Fires an resourceDeleted() ResourceEvent.
fireVetoableChange(String, Object, Object) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Fires a vetoable change event.
fireVetoableChange(String, Object, Object) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Fires a vetoable change event.
first() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor to the first row.
first() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor to the first row.
first() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor to the first row.
FIRST - Static variable in class com.ibm.as400.access.MessageFile
Constant indicating we are going to retrieve the first message in the message file.
FIRST - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the first message in the message queue.
FIRST - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the first message in the message queue.
first() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the first row in the list.
first() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
FIRST_NAME - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by first name.
FIRST_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for first name.
FIRST_OR_PREFERRED_NAME - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by first or preferred name.
fitHeight() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Stretches the size of the page image vertically to the edges of the viewing window.
fitPage() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Stretches the size of the page image horizontally or vertically so the entire view is contained within the edges of the viewing window.
fitWidth() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Stretches the size of the page image horizontally to the edges of the viewing window.
FIXED_LAYOUT_LENGTH - Static variable in class com.ibm.as400.access.RecordFormat
This constant is only used for record level writing.
FIXED_LENGTH_ENTRIES - Static variable in class com.ibm.as400.access.UserIndex
 
flags - Variable in class com.ibm.as400.access.BidiText
BidiFlagSet qualifying the character data
flags - Variable in class com.ibm.as400.access.BidiTransform
Option: Bidi flags of destination BidiText
FLOAT_480 - Static variable in class com.ibm.as400.access.SQLNativeType
 
FLOAT_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Float data type.
FloatFieldDescription - Class in com.ibm.as400.access
Represents the description of the data in a float field.
FloatFieldDescription() - Constructor for class com.ibm.as400.access.FloatFieldDescription
Constructs a FloatFieldDescription object.
FloatFieldDescription(AS400Float8, String) - Constructor for class com.ibm.as400.access.FloatFieldDescription
Constructs a FloatFieldDescription object.
FloatFieldDescription(AS400Float8, String, String, int) - Constructor for class com.ibm.as400.access.FloatFieldDescription
Constructs a FloatFieldDescription object.
FloatFieldDescription(AS400Float8, String, String, int, int) - Constructor for class com.ibm.as400.access.FloatFieldDescription
Constructs a FloatFieldDescription object.
FloatFieldDescription(AS400Float4, String) - Constructor for class com.ibm.as400.access.FloatFieldDescription
Constructs a FloatFieldDescription object.
FloatFieldDescription(AS400Float4, String, String, int) - Constructor for class com.ibm.as400.access.FloatFieldDescription
Constructs a FloatFieldDescription object.
FloatFieldDescription(AS400Float4, String, String, int, int) - Constructor for class com.ibm.as400.access.FloatFieldDescription
Constructs a FloatFieldDescription object.
FLOATINGPOINT - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
floatToByteArray(float, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified float into IBM i format in the specified byte array.
floatToByteArray(int) - Static method in class com.ibm.as400.access.BinaryConverter
Deprecated.
Use floatToByteArray(float) instead.
floatToByteArray(float) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified float into IBM i format in a byte array.
floatToByteArray(float, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified float value into 4 bytes.
floatToByteArray(float) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified float value into 4 bytes.
flush() - Method in class com.ibm.as400.access.ConvTableWriter
Flushes the underlying output stream.
flush() - Method in class com.ibm.as400.access.IFSFileOutputStream
Forces any buffered output bytes to be written.
flush() - Method in class com.ibm.as400.access.IFSFileWriter
Flushes the underlying output stream.
flush() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Forces any buffered output bytes to be written.
flush() - Method in class com.ibm.as400.access.SCS5256Writer
Flushes the stream.
flush() - Method in class com.ibm.as400.access.SpooledFileOutputStream
Flushes the stream.
flush() - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
FONT_COURIER_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, 10 pitch font.
FONT_COURIER_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, 12 pitch font.
FONT_COURIER_15 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, 15 pitch font.
FONT_COURIER_17 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, 17 pitch font.
FONT_COURIER_5 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, 5 pitch font.
FONT_COURIER_BOLD_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, bold, 10 pitch font.
FONT_COURIER_BOLD_17 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, bold, 17 pitch font.
FONT_COURIER_BOLD_5 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, bold, 5 pitch font.
FONT_COURIER_ITALIC_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, italic, 10 pitch font.
FONT_COURIER_ITALIC_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Courier, italic, 12 pitch font.
FONT_GOTHIC_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, 10 pitch font.
FONT_GOTHIC_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, 12 pitch font.
FONT_GOTHIC_13 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, 13 pitch font.
FONT_GOTHIC_15 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, 15 pitch font.
FONT_GOTHIC_20 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, 20 pitch font.
FONT_GOTHIC_27 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, 27 pitch font.
FONT_GOTHIC_BOLD_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, bold, 10 pitch font.
FONT_GOTHIC_BOLD_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, bold, 12 pitch font.
FONT_GOTHIC_ITALIC_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Gothic, italic, 12 pitch font.
FONT_LETTER_GOTHIC_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a letter Gothic, 12 pitch font.
FONT_LETTER_GOTHIC_BOLD_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a letter Gothic, bold, 12 pitch font.
FONT_OCR_A_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for an OCR A, 10 pitch font.
FONT_OCR_B_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for an OCR B, 10 pitch font.
FONT_ORATOR_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for an Oritor, 10 pitch font.
FONT_ORATOR_BOLD_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for an Oritor, bold, 10 pitch font.
FONT_PRESTIGE_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Prestige, 10 pitch font.
FONT_PRESTIGE_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Prestige, 12 pitch font.
FONT_PRESTIGE_15 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Prestige, 15 pitch font.
FONT_PRESTIGE_BOLD_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Prestige, bold, 12 pitch font.
FONT_PRESTIGE_ITALIC_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Prestige, italic, 12 pitch font.
FONT_ROMAN_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Roman, 10 pitch font.
FONT_SCRIPT_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a script, 12 pitch font.
FONT_SERIF_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Serif, 10 pitch font.
FONT_SERIF_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Serif, 12 pitch font.
FONT_SERIF_15 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Serif, 15 pitch font
FONT_SERIF_BOLD_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Serif, bold, 12 pitch font.
FONT_SERIF_ITALIC_10 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Serif, italic, 10 pitch font.
FONT_SERIF_ITALIC_12 - Static variable in class com.ibm.as400.access.SCS3812Writer
Constant value for a Serif, italic, 12 pitch font.
FORCE_ASYNCHRONOUS - Static variable in class com.ibm.as400.access.UserSpace
Force to auxiliary storage option that allows changes to be forced asynchronously.
FORCE_NONE - Static variable in class com.ibm.as400.access.UserSpace
Force to auxiliary storage option that does not allow changes to be forced.
FORCE_SYNCHRONOUS - Static variable in class com.ibm.as400.access.UserSpace
Force to auxiliary storage option that allows changes to be forced synchronously.
forceAES - Static variable in class com.ibm.as400.access.ClassDecoupler
 
forceENCUSRPWD - Static variable in class com.ibm.as400.access.ClassDecoupler
 
forcePrintln(String) - Static method in class com.ibm.as400.access.Verbose
Prints text.
forget(Xid) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Tells the resource manager to forget about a heuristically completed transaction branch.
FORM_ALIGNMENT_FILE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Form alignment constant indicating that control of the page alignment is specified by each file.
FORM_ALIGNMENT_WRITER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Form alignment constant indicating that the writer determines when the message is sent.
FORM_TYPE - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by form type.
FORM_TYPE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for form type.
FORM_TYPE_ALL - Static variable in class com.ibm.as400.access.ISeriesPrinter
Form type constant indicating that the writer is started with the option to print all spooled files of any form type.
FORM_TYPE_ALL - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is started with the option to print all spooled files of any form type.
FORM_TYPE_FORMS - Static variable in class com.ibm.as400.access.ISeriesPrinter
Form type constant indicating that the writer is started with the option to print all the spooled files with the same form type before using a different form type.
FORM_TYPE_FORMS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is started with the option to print all spooled files with the same form type before using a different form type.
FORM_TYPE_STANDARD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Form type constant indicating that the writer is started with the option to print all the spooled files with a form type of *STD.
FORM_TYPE_STANDARD - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is started with the option to print all spooled files with a form type of *STD.
Format - Class in com.ibm.as400.util.commtrace
The Format object is an interface between the raw trace file and the records the trace file contains.
Format() - Constructor for class com.ibm.as400.util.commtrace.Format
Default constructor.
Format(AS400) - Constructor for class com.ibm.as400.util.commtrace.Format
Creates a new Format.
Format(FormatProperties, String, String) - Constructor for class com.ibm.as400.util.commtrace.Format
Constructs a new Format object.
Format(String[]) - Constructor for class com.ibm.as400.util.commtrace.Format
Creates a Format object on the given binary trace.
Format(String) - Constructor for class com.ibm.as400.util.commtrace.Format
Creates a Format object on the given local file.
Format(IFSFileInputStream) - Constructor for class com.ibm.as400.util.commtrace.Format
Creates a Format object on the given IFSFileInputStream.
format(byte[], int, int, OpenListOfJobLogMessagesOLJL0100Listener) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesOLJL0100
 
format(byte[], int, int, OpenListOfMessagesLSTM0100Listener) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessagesLSTM0100
 
format(byte[], int, int, OpenListOfObjectsFormatListener) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjectsFormat
 
format(byte[], int, int, T) - Method in interface com.ibm.jtopenlite.command.program.openlist.ListEntryFormat
 
format(byte[], int, int, OpenListOfSpooledFilesFormatOSPL0100Listener) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0100
 
format(byte[], int, int, OpenListOfSpooledFilesFormatOSPL0200Listener) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0200
 
format(byte[], int, int, OpenListOfSpooledFilesFormatOSPL0300Listener) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0300
 
format(byte[], int, int, OpenListOfJobsFormatOLJB0100Listener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0100
 
format(byte[], int, int, OpenListOfJobsFormatOLJB0200Listener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200
 
format(byte[], int, int, OpenListOfJobsFormatOLJB0300Listener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300
 
FORMAT_0100 - Static variable in class com.ibm.as400.access.list.AspOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the YASP0100 format of the underlying API.
FORMAT_0100 - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the OSPL0100 format of the underlying API.
FORMAT_0200 - Static variable in class com.ibm.as400.access.list.AspOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the YASP0200 format of the underlying API.
FORMAT_0200 - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the OSPL0200 format of the underlying API.
FORMAT_0300 - Static variable in class com.ibm.as400.access.list.AspOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the YASP0300 format of the underlying API.
FORMAT_0300 - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the OSPL0300 format of the underlying API.
FORMAT_0400 - Static variable in class com.ibm.as400.access.list.AspOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the YASP0400 format of the underlying API.
FORMAT_0500 - Static variable in class com.ibm.as400.access.list.AspOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the YASP0500 format of the underlying API.
FORMAT_0600 - Static variable in class com.ibm.as400.access.list.AspOpenList
Constant indicating that this list will accept parameters for, and, generate SpooledFileListItem objects in accordance with, the YASP0600 format of the underlying API.
FORMAT_AUTU0100 - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
FORMAT_AUTU0150 - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
FORMAT_AUTU0200 - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
FORMAT_AUTU0250 - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
FORMAT_CDMY - Static variable in class com.ibm.as400.access.AS400Date
Date format CDMY (cdd/mm/yy).
FORMAT_CMDY - Static variable in class com.ibm.as400.access.AS400Date
Date format CMDY (cmm/dd/yy).
FORMAT_CYMD - Static variable in class com.ibm.as400.access.AS400Date
Date format CYMD (cyy/mm/dd).
FORMAT_DEFAULT - Static variable in class com.ibm.as400.access.AS400Timestamp
The standard IBM i timestamp format.
FORMAT_DMY - Static variable in class com.ibm.as400.access.AS400Date
Date format DMY (dd/mm/yy).
FORMAT_EUR - Static variable in class com.ibm.as400.access.AS400Date
Date format EUR (dd.mm.yyyy).
FORMAT_EUR - Static variable in class com.ibm.as400.access.AS400Time
Format EUR: hh.mm.ss
Default separator: '.'
FORMAT_HMS - Static variable in class com.ibm.as400.access.AS400Time
Format HMS: hh:mm:ss
Default separator: ':'
FORMAT_ISO - Static variable in class com.ibm.as400.access.AS400Date
Date format ISO (yyyy-mm-dd).
FORMAT_ISO - Static variable in class com.ibm.as400.access.AS400Time
Format ISO: hh.mm.ss
Default separator: '.'
FORMAT_JIS - Static variable in class com.ibm.as400.access.AS400Date
Date format JIS (yyyy-mm-dd).
FORMAT_JIS - Static variable in class com.ibm.as400.access.AS400Time
Format JIS: hh:mm:ss
Default separator: ':'
FORMAT_JUL - Static variable in class com.ibm.as400.access.AS400Date
Date format JUL (yy/ddd).
FORMAT_LONGJUL - Static variable in class com.ibm.as400.access.AS400Date
Date format LONGJUL (yyyy/ddd).
FORMAT_MDY - Static variable in class com.ibm.as400.access.AS400Date
Date format MDY (mm/dd/yy).
FORMAT_MY - Static variable in class com.ibm.as400.access.AS400Date
Date format MY (mm/yy).
FORMAT_MYY - Static variable in class com.ibm.as400.access.AS400Date
Date format MYY (mm/yyyy).
FORMAT_OBJD0100 - Static variable in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
FORMAT_OBJD0200 - Static variable in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
FORMAT_OBJD0300 - Static variable in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
FORMAT_OBJD0400 - Static variable in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
FORMAT_OLJB0100 - Static variable in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormat
 
FORMAT_OLJB0200 - Static variable in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormat
 
FORMAT_OLJB0300 - Static variable in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormat
 
FORMAT_OSPL0100 - Static variable in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormat
 
FORMAT_OSPL0200 - Static variable in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormat
 
FORMAT_OSPL0300 - Static variable in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormat
 
FORMAT_RJNE0100 - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
FORMAT_RJNE0200 - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
FORMAT_RRCV0100 - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
FORMAT_RTVC0100 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
FORMAT_RTVC0200 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
FORMAT_RTVC0300 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
FORMAT_SSTS0100 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
FORMAT_SSTS0200 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
FORMAT_SSTS0300 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
FORMAT_SSTS0400 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
FORMAT_SSTS0500 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
FORMAT_USA - Static variable in class com.ibm.as400.access.AS400Date
Date format USA (mm/dd/yyyy).
FORMAT_USA - Static variable in class com.ibm.as400.access.AS400Time
Format USA: hh:mm AM or hh:mm PM
Default separator: ':'
Note: Unlike the other formats, this format has a granularity of minutes rather than seconds.
FORMAT_YM - Static variable in class com.ibm.as400.access.AS400Date
Date format YM (yy/mm).
FORMAT_YMD - Static variable in class com.ibm.as400.access.AS400Date
Date format YMD (yy/mm/dd).
FORMAT_YYM - Static variable in class com.ibm.as400.access.AS400Date
Date format YYM (yyyy/mm).
formatId - Variable in class com.ibm.as400.access.jdbcClient.ClientXid
 
formatOutputData(byte[], int, int) - Method in class com.ibm.as400.access.list.AspOpenList
Formats the data from QGY/QGYOLSPL.
formatOutputData(byte[], int, int) - Method in class com.ibm.as400.access.list.OpenList
Returns the actual array of Objects that getItems(int,int) returns.
formatOutputData(byte[], int, int) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Formats the data from QGY/QGYOLSPL.
formatProlog() - Method in class com.ibm.as400.util.commtrace.Format
Formats the prolog.
FormatProperties - Class in com.ibm.as400.util.commtrace
Values to use for setting the Properties object that is sent to the Format class.
FormatProperties() - Constructor for class com.ibm.as400.util.commtrace.FormatProperties
 
FORMATTING_CHARACTERS - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Selection ID for formatting characters.
FormInput - Class in com.ibm.as400.util.html
The FormInput class represents an input element in an HTML form.
FormInput() - Constructor for class com.ibm.as400.util.html.FormInput
Constructs a default FormInput object.
FormInput(String) - Constructor for class com.ibm.as400.util.html.FormInput
Constructs a FormInput object with the specified control name.
FormInput(String, String) - Constructor for class com.ibm.as400.util.html.FormInput
Constructs a FormInput object with the specified controal name and the initial input value.
FormInputBeanInfo - Class in com.ibm.as400.util.html
The FormInputBeanInfo class provides bean information for the FormInput class.
FormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.FormInputBeanInfo
 
FORMTYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the form type.
Fragmentation - Class in com.ibm.as400.util.commtrace
A Fragmentation Header.
Frame - Class in com.ibm.as400.util.commtrace
Encapsulates all the data for one Frame of the trace.
free() - Method in class com.ibm.as400.access.AS400JDBCArray
This method will free the internal memory that this object holds.
free() - Method in class com.ibm.as400.access.AS400JDBCBlob
This method frees the Blob object and releases the resources that it holds.
free() - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
This method frees the Blob object and releases the resources that it holds.
free() - Method in class com.ibm.as400.access.AS400JDBCClob
This method frees the Clob object and releases the resources the resources that it holds.
free() - Method in class com.ibm.as400.access.AS400JDBCClobLocator
This method frees the Clob object and releases the resources that it holds.
free() - Method in class com.ibm.as400.access.AS400JDBCSQLXML
This method frees the object and releases the the resources that it holds.
free() - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
free() - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
free() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
freeUserHandle() - Method in class com.ibm.as400.access.AS400ImplRemote
 
freezeProperties() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.access.NetServerConnection
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.access.NetServerSession
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RPrinter
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RUser
Deprecated.
Freezes any property changes.
FROM_JOB_NUMBER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the from job number.
FROM_JOB_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the from job name.
FROM_PROGRAM_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Property identifier for the from program.
FROM_PROGRAM_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the from program.
FROM_UNICODE_SURROGATE_DIMENSION_LENGTH - Static variable in class com.ibm.as400.access.ConvTableDoubleMap
 
FROM_USER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the from user name.
fromUnicode(char[], int, int[]) - Method in class com.ibm.as400.access.ConvTableDoubleMap
 
fromUnicode_ - Variable in class com.ibm.as400.access.ConvTableAsciiMap
 
fromUnicode_ - Variable in class com.ibm.as400.access.ConvTableBidiMap
 
fromUnicode_ - Variable in class com.ibm.as400.access.ConvTableDoubleMap
 
fromUnicode_ - Variable in class com.ibm.as400.access.ConvTableSingleMap
 
FTP - Class in com.ibm.as400.access
Represents a generic FTP client.
FTP() - Constructor for class com.ibm.as400.access.FTP
Constructs an FTP object.
FTP(String) - Constructor for class com.ibm.as400.access.FTP
Constructs an FTP object.
FTP(String, String, String) - Constructor for class com.ibm.as400.access.FTP
Constructs an FTP object.
FTP - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the FTP component.
FTP - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the FTP component.
FTP_CONNECTED - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that a connection to the system has been created.
FTP_DISCONNECTED - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that the connection to the system has been disconnected.
FTP_LISTED - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that a list of files on the system has been retrieved.
FTP_PUT - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that a file has been put to the system.
FTP_RETRIEVED - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that a file has been retrieved from the system.
FTP_REUSE_SOCKET - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether the socket is reused for multiple file transfers when in "active" mode.
FTPBeanInfo - Class in com.ibm.as400.access
The FTPBeanInfo class provides bean information for the FTPClient class.
FTPBeanInfo() - Constructor for class com.ibm.as400.access.FTPBeanInfo
 
FTPEvent - Class in com.ibm.as400.access
The FTPEvent class represents an ftp event.
FTPEvent(Object, int) - Constructor for class com.ibm.as400.access.FTPEvent
Constructs an FTPEvent object.
FTPListener - Interface in com.ibm.as400.access
The FTPListener interface provides an interface for receiving FTPEvents.
FULL_NAME - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by full name.
FULL_NAME - Static variable in class com.ibm.as400.resource.Presentation
Deprecated.
Constant indicating the presentation key for full name.
FULL_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for full name.
FUNCTION_NAME - Static variable in class com.ibm.as400.access.Job
Job attribute representing additional information (as described by the FUNCTION_TYPE attribute) about the last high-level function initiated by the initial thread.
FUNCTION_NAME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for function name.
FUNCTION_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the function.
FUNCTION_TYPE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the last high-level function initiated by the initial thread.
FUNCTION_TYPE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for function type.
FUNCTION_TYPE_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system is not performing a logged function.
FUNCTION_TYPE_BLANK - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system is not performing a logged function.
FUNCTION_TYPE_COMMAND - Static variable in class com.ibm.as400.access.Job
Constant indicating that a command is running interactively, or it is in a batch input stream, or it was requested from a system menu.
FUNCTION_TYPE_COMMAND - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that a command is running interactively, or it is in a batch input stream, or it was requested from a system menu.
FUNCTION_TYPE_DELAY - Static variable in class com.ibm.as400.access.Job
Constant indicating that the initial thread of the job is processing a Delay Job (DLYJOB) command.
FUNCTION_TYPE_DELAY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the initial thread of the job is processing a Delay Job (DLYJOB) command.
FUNCTION_TYPE_GROUP - Static variable in class com.ibm.as400.access.Job
Constant indicating that the Transfer Group Job (TFRGRPJOB) command suspended the job.
FUNCTION_TYPE_GROUP - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the Transfer Group Job (TFRGRPJOB) command suspended the job.
FUNCTION_TYPE_INDEX - Static variable in class com.ibm.as400.access.Job
Constant indicating that the initial thread of the job is rebuilding an index (access path).
FUNCTION_TYPE_INDEX - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the initial thread of the job is rebuilding an index (access path).
FUNCTION_TYPE_IO - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a subsystem monitor that is performing input/output (I/O) operations to a work station.
FUNCTION_TYPE_IO - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a subsystem monitor that is performing input/output (I/O) operations to a work station.
FUNCTION_TYPE_JAVA - Static variable in class com.ibm.as400.access.Job
Constant indicating that the initial thread of the job is running a Java Vertual Machine (JVM).
FUNCTION_TYPE_LOG - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system logs history information in a database file.
FUNCTION_TYPE_LOG - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system logs history information in a database file.
FUNCTION_TYPE_MENU - Static variable in class com.ibm.as400.access.Job
Constant indicating that the initial thread of the job is currently at a system menu.
FUNCTION_TYPE_MENU - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the initial thread of the job is currently at a system menu.
FUNCTION_TYPE_MRT - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a multiple requester terminal (MRT) job if the JOB_TYPE is JOB_TYPE_BATCH and the JOB_SUBTYPE is JOB_SUBTYPE_MRT, or it is an interactive job attached to an MRT job if the JOB_TYPE is JOB_TYPE_INTERACTIVE.
FUNCTION_TYPE_MRT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a multiple requester terminal (MRT) job is the job type is JOB_TYPE_BATCH and the job subtype is JOB_SUBTYPE_MRT, or it is an interactive job attached to an MRT job if the job type is JOB_TYPE_INTERACTIVE.
FUNCTION_TYPE_PROCEDURE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the initial thread of the job is running a procedure.
FUNCTION_TYPE_PROCEDURE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the initial thread of the job is running a procedure.
FUNCTION_TYPE_PROGRAM - Static variable in class com.ibm.as400.access.Job
Constant indicating that the initial thread of the job is running a program.
FUNCTION_TYPE_PROGRAM - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the initial thread of the job is running a program.
FUNCTION_TYPE_SPECIAL - Static variable in class com.ibm.as400.access.Job
Constant indicating that the function type is a special function.
FUNCTION_TYPE_SPECIAL - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the function type is special.
functionName(String, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
functionPrefix(String, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 

G

GENERATE_TOKEN_AUTHORITY_INSUFFICIENT - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user of this program does not have enough authority to generate a profile token for another user.
GENERATE_TOKEN_CAN_NOT_CHANGE_CCSID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that can not change the CCSID.
GENERATE_TOKEN_CAN_NOT_CONNECT - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that can not connect to the system EIM domain.
GENERATE_TOKEN_CAN_NOT_OBTAIN_NAME - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that can not obtain the EIM registry name.
GENERATE_TOKEN_NO_MAPPING - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that no mapping exists.
GENERATE_TOKEN_REQUEST_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the generate token request is not valid.
GenerateConverterTable - Class in com.ibm.as400.access
 
GenerateConverterTable() - Constructor for class com.ibm.as400.access.GenerateConverterTable
 
generatedKeyAlwaysReturned() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves whether a generated key will always be returned if the column name(s) or index(es) specified for the auto generated key column(s) are valid and the statement succeeds.
generatedKeyAlwaysReturned() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves whether a generated key will always be returned if the column name(s) or index(es) specified for the auto generated key column(s) are valid and the statement succeeds.
generateFromUnicode(char[]) - Static method in class com.ibm.jtopenlite.ccsidConversion.SingleByteConversionTable
 
generateHTML(Command) - Method in class com.ibm.as400.util.CommandHelpRetriever
Generates IBM-formatted command help documentation for the specified CL command.
generateHTML(Command, PanelGroup) - Method in class com.ibm.as400.util.CommandHelpRetriever
Generates IBM-formatted command help documentation for the specified CL command.
generateHTMLBytes(Command, PanelGroup) - Method in class com.ibm.as400.util.CommandHelpRetriever
Generates IBM-formatted command help documentation for the specified CL command.
generateKey() - Method in class com.ibm.as400.access.ClusteredHashTable
Generates a 16-byte universally unique key.
generateList() - Method in class com.ibm.as400.access.CommandList
Generate a list of commands.
generateNewName(String, String) - Static method in class com.ibm.as400.access.FTP
Returns a new file name constructed out of the old file name and a simple expression containing asterisks.
generateProfileToken(String, int, int) - Method in class com.ibm.as400.access.AS400
Generates a profile token on behalf of the provided user identity.
generateProfileToken(ProfileTokenCredential, String) - Method in class com.ibm.as400.access.AS400ImplRemote
 
generateProfileToken(ProfileTokenCredential, String, CredentialVault, String) - Method in class com.ibm.as400.access.AS400ImplRemote
 
generateToken(String, String, int, int) - Method in class com.ibm.as400.access.ProfileTokenImplNative
Deprecated.
generateToken(String, char[], int, int) - Method in class com.ibm.as400.access.ProfileTokenImplNative
Deprecated.
generateToken(String, int, int, int) - Method in class com.ibm.as400.access.ProfileTokenImplNative
Generates and returns a new profile token based on the provided information using a password special value.
generateToken(String, String, int, int) - Method in interface com.ibm.as400.security.auth.ProfileTokenImpl
Deprecated.
As of V5R3, replaced by #generateTokenExtended(String,String,int,int) for password strings and ProfileTokenImpl.generateToken(String,int,int,int) for password special values
generateToken(String, int, int, int) - Method in interface com.ibm.as400.security.auth.ProfileTokenImpl
Generates and returns a new profile token based on the provided information using a password special value.
generateTokenExtended(String, String, int, int) - Method in class com.ibm.as400.access.ProfileTokenImplNative
Generates and returns a new profile token based on the provided information using a password string.
generateTokenExtended(String, char[], int, int) - Method in class com.ibm.as400.access.ProfileTokenImplNative
Generates and returns a new profile token based on the provided information using a password string.
generateTokenExtended(String, char[], int, int) - Method in interface com.ibm.as400.security.auth.ProfileTokenImpl
Generates and returns a new profile token based on the provided information using a password string.
generateUIM(Command) - Method in class com.ibm.as400.util.CommandHelpRetriever
Generates an IBM-formatted UIM template for the specified CL command.
generateVRM(int, int, int) - Static method in class com.ibm.as400.access.AS400
Generates a VRM from a version, release, and modification.
generateXPCML(String, OutputStream) - Method in class com.ibm.as400.data.ProgramCallDocument
Generates XPCML representing the data associated with the passed-in program name.
generateXPCML(OutputStream) - Method in class com.ibm.as400.data.ProgramCallDocument
Generates XPCML representing the data contained in the entire PCML node tree.
generateXPCML(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Generates XPCML representing the data contained in the entire PCML node tree.
generateXPCML(String, String) - Method in class com.ibm.as400.data.ProgramCallDocument
Generates XPCML representing the data contained for the passed in program name.
get(String) - Method in class com.ibm.as400.access.AS400FTP
Starts the process of getting a file from the system.
get(String, String) - Method in class com.ibm.as400.access.AS400FTP
Gets a file from the system.
get(String, File) - Method in class com.ibm.as400.access.AS400FTP
Gets a file from the system.
get(byte[]) - Method in class com.ibm.as400.access.ClusteredHashTable
Returns information from the clustered hash table for the specified key.
get(String) - Method in class com.ibm.as400.access.FTP
Starts the process of getting a file from the system.
get(String, String) - Method in class com.ibm.as400.access.FTP
Gets a file from the system.
get(String, File) - Method in class com.ibm.as400.access.FTP
Gets a file from the system.
get16bit(int) - Method in class com.ibm.as400.access.DataStream
 
get32bit(int) - Method in class com.ibm.as400.access.DataStream
 
get64bit(int) - Method in class com.ibm.as400.access.DataStream
 
get8bit(int) - Method in class com.ibm.as400.access.DataStream
 
getAbsoluteFile() - Method in class com.ibm.as400.access.IFSJavaFile
Returns An IFSJavaFile object based on the absolute path name of the current object.
getAbsolutePath() - Method in class com.ibm.as400.access.IFSFile
Returns the path name of the integrated file system object represented by this object.
getAbsolutePath() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the absolute path name of the IFSJavaFile.
getAbsolutePath() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Returns the absolute path for the file that was selected.
getAccess() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the level of database access for the connection.
getAccess() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the level of database access for the connection.
getAccessTime() - Method in class com.ibm.as400.access.FileAttributes
Returns the time that the object's data was last accessed.
getAccountingCode() - Method in class com.ibm.as400.access.JobDescription
Returns the accounting code associated with this job description.
getAccountingCode() - Method in class com.ibm.as400.access.User
Retrieves the accounting code that is associated with this user.
getACKFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the ack Flag for this TCP header.
getAckNum() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the ack number for this TCP header.
getAction() - Method in class com.ibm.as400.util.html.ButtonFormInput
Returns the action being performed by the button.
getAction() - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Returns the action with which the action adapter is associated.
getActionContext() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Returns the context in which actions will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the context in which actions will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Returns the context in which actions will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Returns the context in which actions will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Returns the context in which the associated action will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Returns the context in which actions will be performed.
getActionRequired() - Method in class com.ibm.as400.access.PTF
Returns the action required to make this PTF active when it is applied.
getActions() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Returns the actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the list of actions that can be performed.
getActivationGroupName() - Method in class com.ibm.as400.access.CallStackEntry
Returns the name of the activation group within which the program or procedure is running.
getActivationGroupNumber() - Method in class com.ibm.as400.access.CallStackEntry
Returns the number of the activation group within which the program or procedure is running.
getActiveConnectionCount(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get the number of active (in-use) connections to a system.
getActiveConnectionCount() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Returns the number of active connections the pool has created.
getActiveConnections() - Method in class com.ibm.as400.access.ProxyServer
Returns the number of active connections.
getActiveJobsInSystem() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of jobs active in the system (jobs that have been started, but have not yet ended), including both user and system jobs.
getActiveJobsInSystem() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getActiveJobStatus(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getActiveJobStatusCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getActiveSubsystem(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getActiveSubsystemCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getActiveThreadsInSystem() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of initial and secondary threads in the system (threads that have been started, but have not yet ended), including both user and system threads.
getActiveThreadsInSystem() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getActiveToIneligible() - Method in class com.ibm.as400.access.SystemPool
Returns the rate, in transitions per minute, of transitions of threads from an active condition to an ineligible condition.
getActiveToWait() - Method in class com.ibm.as400.access.SystemPool
Returns the rate, in transitions per minute, of transitions of threads from an active condition to a waiting condition.
getActivityLevel() - Method in class com.ibm.as400.access.SystemPool
Returns the activity level for the pool.
getActualSize() - Method in class com.ibm.as400.access.SQLDataBase
Returns the actual size of this piece of data in bytes.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.AS400ConnectionPoolBeanInfo
Returns additional bean information from the ConnectionPool superclass.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.AS400FTPBeanInfo
Returns additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolBeanInfo
Returns additional bean information from the ConnectionPool superclass.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSourceBeanInfo
Returns additional bean information from the AS400JDBCConnectionPoolDataSource superclass.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.AS400JDBCXADataSourceBeanInfo
Returns additional bean information from the AS400JDBCXADataSourceBeanInfo superclass.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.CharacterDataAreaBeanInfo
Returns additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.DecimalDataAreaBeanInfo
Returns additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.JobBeanInfo
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.JobListBeanInfo
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.JobLogBeanInfo
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.LogicalDataAreaBeanInfo
Returns additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.MessageQueueBeanInfo
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.NetServerBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.NetServerFileShareBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.NetServerPrintShareBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.access.ServiceProgramCallBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RIFSFileBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RIFSFileListBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RJavaProgramBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RJobBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RJobListBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RJobLogBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RMessageQueueBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RPrinterBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RPrinterListBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RSoftwareResourceBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RUserBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.resource.RUserListBeanInfo
Deprecated.
Returns the additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.security.auth.ProfileHandleCredentialBeanInfo
Returns additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.security.auth.ProfileTokenCredentialBeanInfo
Returns additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.security.auth.UserProfilePrincipalBeanInfo
Returns additional bean information.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.BidiOrderingBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.ButtonFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.CheckboxFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.FileFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.FileTreeElementBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.FormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HiddenFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLAlignBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLAppletBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLDocumentBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLFormBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLHeadBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLHeadingBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLHyperlinkBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLImageBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLListBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLListItemBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLMetaBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLParameterBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLServletBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLTableBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLTableCaptionBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLTableCellBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLTableHeaderBeanInfo
Returns additional bean information from the HTMLTableHeader superclass.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLTableRowBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.HTMLTextBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.ImageFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.OrderedListBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.OrderedListItemBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.PasswordFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.RadioFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.RadioFormInputGroupBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.ResetFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.SelectFormElementBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.SelectOptionBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.SubmitFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.TextAreaFormElementBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.TextFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.ToggleFormInputBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.UnorderedListBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.html.UnorderedListItemBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalBeanInfo() - Method in class com.ibm.as400.util.servlet.ServletHyperlinkBeanInfo
Returns the BeanInfo for the superclass of this bean.
getAdditionalFiles() - Method in class utilities.JarMaker
Deprecated.
Returns the additional files that are to be included in the destination JAR or ZIP file.
getAddress() - Method in class com.ibm.as400.util.commtrace.MLMessage
Returns the IPv6 Address of this MLMessage.
getAddress() - Method in class com.ibm.as400.util.commtrace.SourceLLA
Returns the address of this SourceLLA header.
getAddress() - Method in class com.ibm.as400.util.commtrace.TargetLLA
Returns the address of this TargetLLA header.
getAdministrationDomain() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the administration domain.
getAdoptedAuthorityProfile() - Method in class com.ibm.as400.access.JavaProgram
Returns the profile to use when the "Use Adopted Authority" field is set.
getAESEncryptionKey(byte[]) - Static method in class com.ibm.as400.access.AS400ImplRemote
 
getAffinityFailbackInterval() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the affinityFailbackInterval setting.
getAffinityFailbackInterval() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the affinityFailbackInterval setting.
getAFlag() - Method in class com.ibm.as400.util.commtrace.PrefixInfo
Returns the autonomous address-configuration flag of this PrefixInfo header.
getAFPInputStream() - Method in class com.ibm.as400.access.SpooledFile
Returns an input stream that can be used to read the contents of an AFP spooled file.
getAge() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the number of seconds elapsed since the connection was established.
getAge() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the number of seconds that the session has been active.
getAlertOption() - Method in class com.ibm.as400.access.AS400Message
Get the alert option Whether and when an SNA alert is created and sent for the message.
getAlertOption() - Method in class com.ibm.as400.access.QueuedMessage
Returns the alert option.
getALIAS() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the ALIAS keyword for this field.
getAlign() - Method in class com.ibm.as400.util.html.HTMLAlign
Returns the alignment of the HTMLAlign object.
getAlign() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns the alignment of the header.
getAlign() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the alignment of the image.
getAlignment() - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns the alignment of the text interpretation.
getAlignment() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the table horizontal alignment.
getAlignment() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns the caption alignment relative to the table.
getAlignment() - Method in class com.ibm.as400.util.html.HTMLText
Returns the horizontal alignment.
getAlignment() - Method in class com.ibm.as400.util.html.ImageFormInput
Returns the alignment of the text following the image.
getAlignment() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form alignment.
getAllocatedLength() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the database allocated length (WHALLC) of this field.
getAllocatedSize() - Method in class com.ibm.as400.access.FileAttributes
Returns the number of bytes that have been allocated for this object.
getAllowActions() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Indicates if actions can be invoked on objects.
getAllowActions() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Indicates if actions can be invoked on objects.
getAllowActions() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Indicates if actions can be invoked on objects.
getAllowActions() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Indicates if actions can be invoked on objects.
getAllowActions() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Indicates if pop-up menus are enabled.
getAllowActions() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Indicates if pop-up menus are enabled.
getAllowActions() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Returns the value indicating if actions can be invoked on objects.
getAllowChangeByProgram() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Indicates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Indicates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Indiciates if the node allows children.
getAlt() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the alternate text.
getAlternateServer() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getALWNULL() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the ALWNULL keyword for this field.
getAmbiguousSelectOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getAnchor() - Method in class com.ibm.as400.access.PanelGroupHelpIdentifier
Returns the name of the anchor within the help document for this help identifier.
getAPAR() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getAPARNumbers() - Method in class com.ibm.as400.access.PTF
Retrieves the list of APAR numbers that were fixed by this PTF.
getArchive() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the name of the archive(s).
getArray() - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves the contents of the SQL ARRAY value designated by this Array object in the form of an array in the Java programming language.
getArray(long, int) - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(Map) - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getArray(long, int, Map) - Method in class com.ibm.as400.access.AS400JDBCArray
Retreives a slice of the SQL ARRAY value designated by this Array object, beginning with the specified index and containing up to count successive elements of the SQL array.
getArray(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as an Array object.
getArray(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as an Array object.
getArray(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL ARRAY output parameter as an Array value.
getArray(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL ARRAY output parameter as an Array value.
getArray(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getArray(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getArray(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as an Array object.
getArray(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as an Array object.
getArray(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as an Array object.
getArray(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as an Array object.
getArray() - Method in class com.ibm.as400.access.SQLDataBase
Converts (returns) the data to a java.sql.Array object.
getArray(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getArray(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getArray(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
getArray(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
getAS400() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the AS400 object for this connection.
getAS400() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getAS400() - Method in class com.ibm.as400.access.ValidationList
Returns the IBM i system containing the validation list.
getAS400() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the system assigned to the attribute.
getAS400Ccsid() - Method in class com.ibm.as400.access.AS400BidiTransform
Returns the current CCSID of IBM i data.
getAS400Message() - Method in exception com.ibm.as400.access.AS400Exception
Returns the AS400Message causing this exception.
getAS400Message() - Method in exception com.ibm.as400.security.auth.AS400AuthenticationException
Returns the AS400Message causing the exception.
getAS400MessageList() - Method in exception com.ibm.as400.access.AS400Exception
Returns the list of AS400Messages causing this exception.
getAS400MessageList() - Method in exception com.ibm.as400.security.auth.AS400AuthenticationException
Returns the list of AS400Messages causing the exception.
getAS400StringType() - Method in class com.ibm.as400.access.AS400BidiTransform
Returns the current string type of the IBM i data.
getASCIICCSIDForTranslationTable() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getAsciiStream(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a stream of ASCII characters.
getAsciiStream() - Method in class com.ibm.as400.access.AS400JDBCClob
Returns the entire CLOB as a stream of ASCII characters.
getAsciiStream() - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns the entire CLOB as a stream of ASCII characters.
getAsciiStream(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a stream of ASCII characters.
getAsciiStream(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a stream of ASCII characters.
getAsciiStream(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a stream of ASCII characters.
getAsciiStream() - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
getAsciiStream() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a stream of ASCII characters.
getAsciiStream() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
This is a ByteArrayInputStream wrapper around String.getBytes("ASCII").
getAsciiStream(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
getAsciiStream is implemented as simple wrapper around getString
getAsciiStream(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
getAsciiStream is implemented as simple wrapper around getString
getAsp() - Method in class com.ibm.as400.access.FileAttributes
Returns the auxiliary storage pool in which the object is stored.
getASP(boolean) - Method in class com.ibm.as400.access.IFSFile
Return the auxiliary storage pool (ASP) that holds the object.
getASP() - Method in class com.ibm.as400.access.IFSFile
Return the auxiliary storage pool (ASP) that holds the object.
getASP() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the auxiliary storage pool (ASP) in which the spooled file resides.
getASP() - Method in class com.ibm.as400.access.SaveFile
Returns the auxiliary storage pool ID for the save file.
getASP() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the auxiliary storage pool (ASP) of the object when it was saved.
getASP() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getASP() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getaspCapacity() - Method in class com.ibm.as400.access.list.AspListItem
Returns the total number of used and unused megabytes in the ASP.
getaspCapacityAvailable() - Method in class com.ibm.as400.access.list.AspListItem
Returns The total number of unused megabytes in the ASP.
getaspCapacityAvaProtected() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of unused megabytes in the ASP that are protected by mirroring or device parity.
getaspCapacityAvaUnprotected() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of unused megabytes in the ASP that are not protected by mirroring or device parity.
getaspCapacityProtected() - Method in class com.ibm.as400.access.list.AspListItem
Returns The total number of used and unused megabytes in the ASP that are protected by mirroring or device parity.
getaspCapacityUnprotected() - Method in class com.ibm.as400.access.list.AspListItem
Returns The total number of used and unused megabytes in the ASP that are not protected by mirroring or device parity.
getASPDevice() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the auxiliary storage pool device name.
getAspDeviceName() - Method in class com.ibm.as400.access.ObjectDescription
Returns the name of an auxiliary storage pool (ASP) device in which storage is allocated for the library that contains the object.
getAspDeviceName() - Method in class com.ibm.as400.access.ObjectList
Returns the name of an auxiliary storage pool (ASP) device in which storage is allocated for the library that contains the object.
getAspDeviceNameOfLibrary() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the auxiliary storage pool (ASP) device name where the object's library is stored.
getAspDeviceNameOfObject() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the auxiliary storage pool (ASP) device name where the object is stored.
getASPFormat() - Method in class com.ibm.as400.access.list.AspOpenList
Returns the format currently in use by this open list.
getAspName() - Method in class com.ibm.as400.access.list.AspOpenList
 
getAspName() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns the ASP on which the object resides.
getASPNumber() - Method in class com.ibm.as400.access.list.AspListItem
Returns the auxiliary storage pool (ASP) number.
getAspNumber() - Method in class com.ibm.as400.access.list.AspOpenList
 
getAspSearchType() - Method in class com.ibm.as400.access.ObjectDescription
Returns the type of search to be used withn a specific auxiliary storage pool device name is specified.
getAspSearchType() - Method in class com.ibm.as400.access.ObjectList
Returns the type of search to be used withn a specific auxiliary storage pool device name is specified.
getASPStatus() - Method in class com.ibm.as400.access.list.AspListItem
Returns the device configuration status of an auxiliary storage pool.
getaspSystemStorage() - Method in class com.ibm.as400.access.list.AspListItem
Returns The amount of storage in megabytes currently allocated in the ASP for system use.
getaspType() - Method in class com.ibm.as400.access.list.AspListItem
Returns The type of ASP.
getASPUsage() - Method in class com.ibm.as400.access.list.AspListItem
Returns the use that is assigned to the auxiliary storage pool.
getAssistanceLevel() - Method in class com.ibm.as400.access.User
Retrieves the user interface that the user will use.
getAsText() - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Returns the property value in an editable form.
getAsText() - Method in class com.ibm.as400.access.IFSShareOptionEditor
Returns the property value in a form suitable for editing.
getAttentionKeyHandlingProgram() - Method in class com.ibm.as400.access.User
Retrieves the attention key handling program for this user.
getAttribute() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the object's attribute.
getAttribute() - Method in class com.ibm.jtopenlite.components.ObjectInfo
 
getAttributeID() - Method in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Returns the associated attribute ID, or null if none.
getAttributeInfo() - Method in class com.ibm.as400.access.ValidationListEntry
Returns the object containing all attribute information associated with the entry.
getAttributeList() - Method in interface com.ibm.as400.data.Descriptor
Returns an array of attribute names for the current node.
getAttributeLock() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the attribute lock type.
getAttributeLock() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the attribute lock type.
getAttributeMetaData(Object) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Returns the attribute meta data for a specific attribute.
getAttributeMetaData() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Returns the attribute meta data.
getAttributeMetaData(Object) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the attribute meta data for a specific attribute of a resource in the contents of the list.
getAttributeMetaData() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the attribute meta data for the resources in the contents of the list.
getAttributes(String, String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a ResultSet containing a description of type attributes available in a specified catalog.
getAttributes() - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Returns the attributes assigned to the receiver.
getAttributes() - Method in class com.ibm.as400.util.html.HTMLTagAttributes
Returns the attribute properties object.
getAttributes(String, String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a ResultSet containing a description of type attributes available in a specified catalog.
getAttributesToReturn() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getAttributeString() - Method in class com.ibm.as400.util.html.HTMLTagAttributes
Returns the attribute string.
getAttributeType() - Method in class com.ibm.as400.access.AS400CertificateAttribute
Returns the attribute type.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.access.NetServer
Deprecated.
Returns the value of an attribute, disregarding any uncommitted changes.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Returns the value of an attribute, disregarding any uncommitted changes.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Returns the value of an attribute, disregarding any uncommitted changes.
getAttributeUnchangedValue(Object, int) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Returns the value of an attribute, disregarding any uncommitted changes.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object, int) - Method in class com.ibm.as400.resource.RJob
Deprecated.
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object, int) - Method in class com.ibm.as400.resource.RPrinter
Deprecated.
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object, int) - Method in class com.ibm.as400.resource.RUser
Deprecated.
Returns the unchanged value of an attribute.
getAttributeValue() - Method in class com.ibm.as400.access.AS400CertificateAttribute
Returns the attribute value.
getAttributeValue(Object) - Method in class com.ibm.as400.access.NetServerConnection
Deprecated.
Returns the current value of an attribute.
getAttributeValue(Object) - Method in class com.ibm.as400.access.NetServerSession
Deprecated.
Returns the current value of an attribute.
getAttributeValue(String) - Method in interface com.ibm.as400.data.Descriptor
Returns the value of the named attribute.
getAttributeValue(Object) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Returns the current value of an attribute.
getAttributeValue(Object, int) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Returns the current value of an attribute.
getAttributeValue(Object) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Returns the current value of an attribute.
getAttributeValue(Object, int) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Returns the current value of an attribute.
getAudit() - Method in class com.ibm.as400.access.FileAttributes
Returns the auditing value associated with the object.
getAuthenticationMethod() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "authentication method" attribute.
getAuthenticationMethodPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "authentication method" attribute.
getAuthenticationScheme() - Method in class com.ibm.as400.access.AS400
Returns the authentication scheme for this object.
getAuthority() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns the public authority of the data queue.
getAuthorityCheck() - Method in class com.ibm.as400.access.JobQueue
Whether the user must be the owner of the queue in order to control the queue by holding or releasing the queue
getAuthorityHolder() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the object is an authority holder.
getAuthorityListManagement() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has authorization list management authority to the object.
getAuthorityValue() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the special value indicating the user's authority to the object.
getAuthorizationList() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the value of the "Authorization List" attribute.
getAuthorizationList() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Gets the value of the "Authorization List" attribute.
getAuthorizationList() - Method in class com.ibm.as400.access.Permission
Returns the authorizations list of the object.
getAuthorizationListName() - Method in class com.ibm.as400.access.FileAttributes
Returns the name of the authorization list that is used to secure the named object.
getAuthorizedUsers() - Method in class com.ibm.as400.access.Permission
Returns an enumeration of authorized users.
getAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the auto-commit state.
getAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the auto-commit state.
getAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the auto-commit state.
getAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getAutoCommit() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Return the autocommit setting.
getAutomaticRefreshFailure() - Method in class com.ibm.as400.security.auth.AS400Credential
Returns the exception resulting from failure of the most recent auto-refresh attempt.
getAutomaticRefreshStatus() - Method in class com.ibm.as400.security.auth.AS400Credential
Returns the current status of automatic refresh activity for the credential.
getAuxiliaryIORequests() - Method in class com.ibm.as400.access.Job
Returns the number of auxiliary I/O requests performed by the job across all routing steps.
getAvailableConnectionCount(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get the number of available connections to a system.
getAvailableConnectionCount() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Returns the number of available PooledConnections in the pool.
getavaParitySetUnit() - Method in class com.ibm.as400.access.list.AspListItem
Returns An indicator of whether a disk unit is in an availability parity set.
getBackground(AttributeSet) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the background color based on a set of attributes.
getbalanceDataMoved() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes that have been moved by the balance function.
getbalanceDataRemain() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes that remain to be moved by the balance function before the move is considered complete.
getbalanceDateTime() - Method in class com.ibm.as400.access.list.AspListItem
Returns The date and time of the last status change for the balance function.
getbalanceStatus() - Method in class com.ibm.as400.access.list.AspListItem
Returns The current status of the balance function for this ASP.
getBalanceThreshold() - Method in class com.ibm.as400.access.ProxyServer
Returns the balance threshold.
getbalanceType() - Method in class com.ibm.as400.access.list.AspListItem
Returns The type of balance activity that is currently running or was done last.
getBaseType() - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves the JDBC type of the elements in the array designated by this Array object.
getBaseTypeName() - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves the SQL type name of the elements in the array designated by this Array object.
getBatchableObject() - Method in class com.ibm.as400.access.SQLDataBase
 
getBatchJobsEndedWithPrinterOutputWaitingToPrint() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of completed batch jobs that produced printer output that is waiting to print.
getBatchJobsEndedWithPrinterOutputWaitingToPrint() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBatchJobsEnding() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs that are in the process of ending due to one of the following conditions: The job finishes processing normally.
getBatchJobsEnding() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBatchJobsHeldOnAJobQueue() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBatchJobsHeldOnJobQueue() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs that were submitted, but were held before they could begin running.
getBatchJobsHeldWhileRunning() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs that had started running, but are now held.
getBatchJobsHeldWhileRunning() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBatchJobsOnAHeldJobQueue() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs on job queues that have been assigned to a subsystem, but are being held.
getBatchJobsOnAHeldJobQueue() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBatchJobsOnAnUnassignedJobQueue() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBatchJobsOnUnassignedJobQueue() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs on job queues that have not been assigned to a subsystem.
getBatchJobsRunning() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs currently running on the system.
getBatchJobsRunning() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBatchJobsWaitingForMessage() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs waiting for a reply to a message before they can continue to run.
getBatchJobsWaitingForMessages() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBatchJobsWaitingToRunOrAlreadyScheduled() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs on the system that are currently waiting to run, including those that were submitted to run at a future date and time.
getBatchJobsWaitingToRunOrAlreadyScheduled() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getBeanDescriptor() - Method in class com.ibm.as400.access.AFPResourceBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AFPResourceListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400ArrayBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400BeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtilBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400CertificateUtilBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400CertificateVldlUtilBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400ConnectionPoolBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400FileBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400FTPBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSourceBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400JDBCDataSourceBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400JDBCRowSetBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400JDBCXADataSourceBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.AS400StructureBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.BaseDataQueueBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.CharacterDataAreaBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.ClusteredHashTableBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.ClusteredHashTableEntryBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.CommandBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.CommandCallBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.CommandListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.ConnectionPoolBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.DataAreaBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.DataQueueAttributesBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.DataQueueBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.DecimalDataAreaBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.EnvironmentVariableBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.EnvironmentVariableListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.FTPBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.IFSFileBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.IFSFileInputStreamBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.IFSFileOutputStreamBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.IFSRandomAccessFileBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.IFSTextFileInputStreamBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.IFSTextFileOutputStreamBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.JavaApplicationCallBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.JobBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.JobListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.JobLogBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.KeyedDataQueueBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.KeyedFileBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.LocalDataAreaBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.LogicalDataAreaBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.MessageFileBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.MessageQueueBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.NetServerBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.NetServerFileShareBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.NetServerPrintShareBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.OutputQueueBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.OutputQueueListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.PanelGroupBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.PrinterBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.PrinterFileBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.PrinterFileListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.PrinterListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.PrintObjectBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.PrintObjectListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.ProductLicenseBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.ProgramCallBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.ProgramParameterBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.QSYSObjectPathNameBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.RecordBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.RecordFormatBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.SecureAS400BeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.SequentialFileBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.ServiceProgramCallBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.SpooledFileListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.SystemPoolBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.SystemStatusBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.SystemValueBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.SystemValueGroupBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.SystemValueListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.UserBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.UserListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.UserSpaceBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.access.WriterJobListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RIFSFileBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RIFSFileListBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RJavaProgramBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RJobBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RJobListBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RJobLogBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RMessageQueueBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RPrinterBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RPrinterListBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RSoftwareResourceBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RUserBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.resource.RUserListBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.security.auth.AS400CredentialBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.security.auth.ProfileHandleCredentialBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.security.auth.ProfileTokenCredentialBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.security.auth.UserProfilePrincipalBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.BidiOrderingBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.ButtonFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.CheckboxFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.FileFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.FileListElementBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.FileTreeElementBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.FormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.GridLayoutFormPanelBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HiddenFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLAlignBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLAppletBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLDocumentBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLFormBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLHeadBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLHeadingBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLHyperlinkBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLImageBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLListItemBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLMetaBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLParameterBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLServletBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTableBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTableCaptionBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTableCellBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTableHeaderBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTableRowBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTagAttributesBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTextBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTreeBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.HTMLTreeElementBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.ImageFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.LabelFormElementBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.LineLayoutFormPanelBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.OrderedListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.OrderedListItemBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.PasswordFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.RadioFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.RadioFormInputGroupBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.ResetFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.SelectFormElementBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.SelectOptionBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.SubmitFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.TextAreaFormElementBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.TextFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.ToggleFormInputBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.UnorderedListBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.html.UnorderedListItemBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.servlet.ListMetaDataBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.servlet.ListRowDataBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaDataBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.servlet.RecordListRowDataBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.servlet.ResourceListRowDataBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.servlet.ServletHyperlinkBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaDataBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowDataBeanInfo
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.AS400ListModelBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.AS400ListPaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.AS400TreeModelBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.AS400TreePaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.CommandCallButtonBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.CommandCallMenuItemBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.DataQueueDocumentBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.ErrorDialogAdapterBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.IFSTextFileDocumentBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocumentBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.ProgramCallButtonBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItemBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.RecordListFormPaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.RecordListTableModelBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.RecordListTablePaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModelBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.ResourceListModelBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.ResourceListPaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SpooledFileViewerBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SQLConnectionBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModelBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePaneBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SQLStatementButtonBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SQLStatementDocumentBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItemBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VActionAdapterBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VIFSDirectoryBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VJavaApplicationCallBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VJobBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VJobListBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VMessageListBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VMessageQueueBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VPrinterBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VPrinterOutputBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VPrintersBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VPropertiesActionBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VSystemValueListBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.VUserListBeanInfo
Deprecated.
Returns the bean descriptor.
getBeanDescriptor() - Method in class com.ibm.as400.vaccess.WorkingCursorAdapterBeanInfo
Deprecated.
Returns the bean descriptor.
getBehaviorOverride() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns what behaviors of the Toolbox JDBC driver have been overridden.
getBehaviorOverride() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns what behaviors of the Toolbox JDBC driver have been overridden.
getBestGuessAS400Ccsid() - Static method in class com.ibm.as400.access.ExecutionEnvironment
 
getBestGuessReceiverSize(int) - Method in class com.ibm.as400.access.list.AspOpenList
Returns receiver variable size based on format used.
getBestGuessReceiverSize(int) - Method in class com.ibm.as400.access.list.OpenList
Returns the initial size in bytes of the receiver variable for a particular implementation of an Open List API.
getBestGuessReceiverSize(int) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns receiver variable size based on format used.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of a table's optimal set of columns that uniquely identifies a row.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of a table's optimal set of columns that uniquely identifies a row.
getBidiConversionProperties() - Method in class com.ibm.as400.access.AS400BidiTransform
Returns the bidi conversion properties.
getBidiNumeralShaping() - Method in class com.ibm.as400.access.BidiConversionProperties
Gets the numeral shaping property.
getBidiStringType() - Method in class com.ibm.as400.access.AS400
Returns bidi string type of the connection.
getBidiStringType() - Method in class com.ibm.as400.access.AS400ImplRemote
Returns bidi string type of the connection.
getBidiStringType() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the output string type of bidi data.
getBidiStringType() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the output string type of bidi data.
getBidiStringType() - Method in class com.ibm.as400.access.BidiConversionProperties
Gets the bidi string type.
getBidiStringType() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the bi-directional string type in use by this ReaderInputStream.
getBigDecimal(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a BigDecimal object.
getBigDecimal(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a BigDecimal object.
getBigDecimal(int, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Deprecated.
Use getBigDecimal(int) instead.
getBigDecimal(String, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Deprecated.
Use getBigDecimal(int) instead.
getBigDecimal(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL NUMERIC or DECIMAL output parameter as a BigDecimal object.
getBigDecimal(int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Deprecated.
Use getBigDecimal(int) or getBigDecimal(String) instead.
getBigDecimal(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL NUMERIC or DECIMAL output parameter as a BigDecimal object.
getBigDecimal(int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBigDecimal(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBigDecimal(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBigDecimal(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a BigDecimal object.
getBigDecimal(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a BigDecimal object.
getBigDecimal(int, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Deprecated.
Use getBigDecimal(int) instead.
getBigDecimal(String, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Deprecated.
Use getBigDecimal(String) instead.
getBigDecimal(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a BigDecimal object.
getBigDecimal(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a BigDecimal object.
getBigDecimal(int, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Deprecated.
Use getBigDecimal(int) instead.
getBigDecimal(String, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Deprecated.
Use getBigDecimal(String) instead.
getBigDecimal(int) - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java BigDecimal object.
getBigDecimal(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBigDecimal(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBigDecimal(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBigDecimal(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Implemented as simple wrapper around getString
getBigDecimal(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Implemented as simple wrapper around getString
getBigDecimal(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Deprecated. 
getBigDecimal(String, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Deprecated. 
getBinaryStream(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a stream of uninterpreted bytes.
getBinaryStream() - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns the entire BLOB as a stream of uninterpreted bytes.
getBinaryStream(long, long) - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream() - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns the entire BLOB as a stream of uninterpreted bytes.
getBinaryStream(long, long) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns an InputStream object that contains a partial Blob value, starting with the byte specified by pos, which is length bytes in length.
getBinaryStream(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a stream of uninterpreted bytes.
getBinaryStream(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a stream of uninterpreted bytes.
getBinaryStream(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a stream of uninterpreted bytes.
getBinaryStream() - Method in class com.ibm.as400.access.AS400JDBCSQLXML
Retrieves the XML value designated by this SQLXML instance as a stream.
getBinaryStream() - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
getBinaryStream(long, long) - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
getBinaryStream() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a stream of uninterpreted bytes.
getBinaryStream() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
getBinaryStream() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
getBinaryStream(long, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
getBinaryStream(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
This is a ByteArrayInputStream wrapper around getBytes().
getBinaryStream(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
This is a ByteArrayInputStream wrapper around getBytes().
getBlob(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Blob object.
getBlob(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Blob object.
getBlob(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL BLOB output parameter as a Blob value.
getBlob(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL BLOB output parameter as a Blob value.
getBlob(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBlob(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBlob(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Blob object.
getBlob(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Blob object.
getBlob(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Blob object.
getBlob(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Blob object.
getBlob() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a java.sql.Blob object.
getBlob(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBlob(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBlob(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getBlob(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getBlockCriteria() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the criteria for retrieving data from the system in blocks of records.
getBlockCriteria() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the criteria for retrieving data from the system in blocks of records.
getBlockingFactor() - Method in class com.ibm.as400.access.AS400File
Returns the blocking factor being used for this file.
getBlockingFactor() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getBlockSize() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the block size in kilobytes to retrieve from the system and cache on the client.
getBlockSize() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the block size in kilobytes to retrieve from the IBM i system and cache on the client.
getblockTransfer2MainStorage() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of 512-byte blocks transferred from the disk unit since the last IPL.
getblockTransferFromMainStorage() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of 512-byte blocks transferred to the disk unit since the last IPL.
getBoolean(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java boolean value.
getBoolean(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java boolean value.
getBoolean(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java boolean.
getBoolean(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java boolean.
getBoolean(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBoolean(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBoolean(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java boolean value.
getBoolean(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java boolean value.
getBoolean(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java boolean value.
getBoolean(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java boolean value.
getBoolean() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java boolean.
getBoolean(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBoolean(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBoolean(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getBoolean(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getBooleanValue() - Method in class com.ibm.as400.access.PxBooleanParm
Returns the boolean value.
getBorder() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the thickness of the border around the image.
getBorderWidth() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the border width.
getBorderWidth() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form border width.
getBranchQualifier() - Method in class com.ibm.as400.access.AS400JDBCXid
Returns the branch qualifier.
getBranchQualifier() - Method in class com.ibm.as400.access.jdbcClient.ClientXid
 
getBreakMessageHandling() - Method in class com.ibm.as400.access.Job
Returns a value which represents how this job handles break messages.
getBroadcast() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Gets the Broadcast filter.
getBrowsingInterval() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "browsing interval" attribute.
getBrowsingIntervalPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "browsing interval" attribute.
getBufferCount() - Method in class com.ibm.jtopenlite.ddm.DDMFile
Returns the number of data buffers used for reading records from this file.
getBufferSize() - Method in class com.ibm.as400.access.FTP
Returns the size of the buffer used when transferring files.
getBufferWrap() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns if buffer wrapped Y/N.
getBuffSize() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the buffer size in bytes.
getBuilding() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the building.
getByte(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java byte value.
getByte(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java byte value.
getByte(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java byte.
getByte(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java byte.
getByte(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getByte(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getByte(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java byte value.
getByte(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java byte value.
getByte(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java byte value.
getByte(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java byte value.
getByte() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java byte.
getByte(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getByte(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getByte(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getByte(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getByte(byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified record data at this field's offset into a byte value, if possible.
getByteArray(AS400, Date, String) - Static method in class com.ibm.as400.access.AS400DateTimeConverter
Deprecated.
Returns the converted date and time in a byte array.
getByteCacheSize() - Method in class com.ibm.as400.access.ConvTableReader
Returns the maximum number of bytes that may be stored in the internal buffer.
getByteData() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the raw data of this record.
getByteInfo() - Method in class com.ibm.as400.access.AS400Certificate
Returns the free form byte data.
getByteLength() - Method in class com.ibm.as400.access.AS400AbstractTime
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Array
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Bin1
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Bin2
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Bin4
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Bin8
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400ByteArray
Returns the byte length of the data type.
getByteLength() - Method in interface com.ibm.as400.access.AS400DataType
Returns the byte length of the data type.
getByteLength(int, Character) - Static method in class com.ibm.as400.access.AS400Date
Returns the number of bytes occupied on the IBM i system by a field of this type.
getByteLength() - Method in class com.ibm.as400.access.AS400DecFloat
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Float4
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Float8
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400PackedDecimal
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Structure
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Text
Returns the byte length of the data type.
getByteLength(int, Character) - Static method in class com.ibm.as400.access.AS400Time
Returns the number of bytes occupied on the IBM i system by a field of this type.
getByteLength() - Method in class com.ibm.as400.access.AS400UnsignedBin1
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400UnsignedBin2
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400UnsignedBin4
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400UnsignedBin8
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400Varchar
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Returns the byte length of the data type.
getByteLength() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the total length of the corresponding structure when this object is written to IBM i bytes for use by the validation list APIs.
getByteLength() - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Returns the total length of the corresponding structure when this object is written to IBM i bytes for use by the validation list APIs.
getByteLength() - Method in class com.ibm.as400.access.ValidationListEntry
Returns the total length of the corresponding structure when this object is written to IBM i bytes for use by the validation list APIs.
getByteLength() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the total length of the corresponding structure when this object is written to IBM i bytes for use by the validation list APIs.
getByteLengthForNativeCall() - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Returns the total length of the corresponding structure when this object is written to IBM i bytes for use by the validation list APIs.
getBytes(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java byte array.
getBytes(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java byte array.
getBytes(long, int) - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns part of the contents of the BLOB.
getBytes(long, int) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns part of the contents of the BLOB.
getBytes(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL BINARY or VARBINARY output parameter as a Java byte array.
getBytes(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL BINARY or VARBINARY output parameter as a Java byte array.
getBytes(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBytes(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getBytes(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java byte array.
getBytes(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java byte array.
getBytes() - Method in class com.ibm.as400.access.AS400JDBCRowId
Returns an array of bytes representing the value of the SQL ROWID designated by this java.sql.RowId object.
getBytes(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java byte array.
getBytes(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java byte array.
getBytes(long, int) - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
getBytes() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java byte array containing uninterpreted bytes.
getBytes() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the IBM i bytes comprising the translated data.
getBytes(long, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
getBytes(long, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
getBytes(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBytes(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getBytes(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getBytes(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getBytes(byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns an array of bytes that is only this field's data, which is a subset of the specified record data.
getBytesAvailable() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getBytesAvailable() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getBytesAvailable() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getBytesCollected() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns bytes collected.
getBytesReceived() - Method in class com.ibm.jtopenlite.HostServerConnection
Returns the total number of bytes this connection has read since it was opened.
getBytesReceived() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
getBytesReturned() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getBytesReturned() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getBytesReturned() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getBytesSent() - Method in class com.ibm.jtopenlite.HostServerConnection
Returns the total number of bytes this connection has written since it was opened.
getBytesSent() - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
getCacheChanges() - Method in class com.ibm.as400.access.Job
Indicates if the attribute value changes are cached.
getCacheSize() - Method in class com.ibm.as400.access.ConvTableReader
Returns the maximum number of characters that may be stored in the internal buffer.
getCacheSize() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the maximum number of characters that may be stored in the internal buffer.
getCallLevel() - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsAuthorityListener
 
getCallMessageQueueName() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getCallStack(long) - Method in class com.ibm.as400.access.Job
Returns the call stack for the specified thread in this job.
getCancelButtonText() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Returns the text for the Cancel button.
getCanonicalFile() - Method in class com.ibm.as400.access.IFSJavaFile
Returns An IFSJavaFile object based on the canonical path name of the current object.
getCanonicalPath() - Method in class com.ibm.as400.access.IFSFile
Returns the canonical pathname string of the integrated file system object represented by this object.
getCanonicalPath() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the path name in canonical form of IFSJavaFile path.
getCaption() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the table caption.
getCaption() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form caption.
getCaseSensitivity() - Method in class com.ibm.as400.access.UDFS.UdfsInformationStructure
Returns the case sensitivity of this file system.
getCatalog() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the catalog name.
getCatalog() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the catalog name.
getCatalog() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the catalog name.
getCatalog() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getCatalog() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
getCatalogName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the catalog name of the table for a column.
getCatalogName(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Not implemented.
getCatalogs() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the catalog name available in this database.
getCatalogs() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the catalog name available in this database.
getCatalogSeparator() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the naming convention used when referring to tables.
getCatalogSeparator() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the naming convention used when referring to tables.
getCatalogTerm() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the DB2 for IBM i SQL term for "catalog".
getCatalogTerm() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the DB2 for IBM i SQL term for "catalog".
getCCMailAddress() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the cc:Mail address.
getCCMailComment() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the cc:Mail comment.
getCcsid() - Method in class com.ibm.as400.access.AS400
Returns the CCSID for this object.
getCCSID() - Method in class com.ibm.as400.access.AS400ConnectionPool
Returns the CCSID that is used when creating new connections.
getCcsid() - Method in class com.ibm.as400.access.AS400ImplRemote
 
getCcsid() - Method in class com.ibm.as400.access.AS400Text
Returns the CCSID of the data type.
getCcsid() - Method in class com.ibm.as400.access.AS400Varchar
Returns the CCSID of the data type.
getCcsid() - Method in class com.ibm.as400.access.BaseDataQueue
Returns the CCSID used for the data in this data queue.
getCCSID() - Method in class com.ibm.as400.access.CharacterFieldDescription
Returns the value specified for the CCSID keyword for this field.
getCcsid() - Method in class com.ibm.as400.access.CharConverter
Returns the CCSID of this conversion object.
getCCSID() - Method in class com.ibm.as400.access.Command
Returns the coded character set ID (CCSID) associated with this command.
getCcsid() - Method in class com.ibm.as400.access.Converter
 
getCcsid() - Method in class com.ibm.as400.access.ConverterImplRemote
 
getCcsid() - Method in class com.ibm.as400.access.ConvTable
 
getCcsid() - Method in class com.ibm.as400.access.ConvTableReader
Returns the CCSID used by this ConvTableReader.
getCcsid() - Method in class com.ibm.as400.access.ConvTableWriter
Returns the CCSID used by this ConvTableWriter.
getCCSID() - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Returns the value specified for the CCSID keyword for this field.
getCCSID() - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Returns the value specified for the CCSID keyword for this field.
getCCSID() - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Returns the value specified for the CCSID keyword for this field.
getCCSID() - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Returns the value specified for the CCSID keyword for this field.
getCCSID() - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the environment variable CCSID.
getCcsid() - Static method in class com.ibm.as400.access.ExecutionEnvironment
 
getCcsid() - Method in class com.ibm.as400.access.FileAttributes
Returns the CCSID of the data and extended attributes of the object.
getCCSID() - Method in class com.ibm.as400.access.IFSFile
Returns the file's data CCSID.
getCCSID() - Method in class com.ibm.as400.access.IFSFileReader
Returns the CCSID used by this IFSFileReader.
getCCSID() - Method in class com.ibm.as400.access.IFSFileWriter
Returns the CCSID used by this IFSFileWriter.
getCCSID() - Method in class com.ibm.as400.access.IFSTextFileOutputStream
Returns the CCSID.
getCCSID() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "system CCSID" attribute.
getCcsid() - Method in class com.ibm.as400.access.LineDataRecordWriter
Gets the CCSID used for this writer.
getCcsid() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getCcsid() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the CCSID used by this ReaderInputStream.
getCcsid() - Method in class com.ibm.as400.access.UDFS.UdfsInformationStructure
Returns the coded character set identifier (CCSID) for the data in the user-defined file system (UDFS).
getCCSID() - Method in class com.ibm.as400.access.User
Retrieves the character code set ID to be used by the system for this user.
getCcsid() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the coded character set identifier used to encode the translated bytes.
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1025
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1026
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1027
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1097
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1112
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1122
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1123
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1130
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1132
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1137
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1140
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1141
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1142
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1143
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1144
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1145
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1146
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1147
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1148
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1149
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1153
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1154
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1155
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1156
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1157
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1158
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1160
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1164
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID13121
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID13124
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID256
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID273
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID277
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID278
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID280
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID284
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID285
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID28709
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID290
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID297
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID37
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID420
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID423
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID4971
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID500
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID5123
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62211
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62224
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62235
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62245
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62251
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID833
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID836
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID838
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID870
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID871
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID875
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID880
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID9030
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID905
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID918
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID924
 
getCcsid() - Method in interface com.ibm.jtopenlite.ccsidConversion.SingleByteConversion
 
getCcsid() - Method in class com.ibm.jtopenlite.ccsidConversion.SingleByteConversionTable
 
getCcsid() - Method in class com.ibm.jtopenlite.command.CommandConnection
Get the CCSID used by the connection
getCCSID() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the CCSID (WHCCSID) of this field.
getCcsidCodedCharacterSetIdentifierForData() - Method in class com.ibm.as400.access.QueuedMessage
Returns the coded character set identifier (CCSID) that the replacement data is returned in.
getCcsidCodedCharacterSetIdentifierForText() - Method in class com.ibm.as400.access.QueuedMessage
Returns the coded character set identifier (CCSID) that the message text is returned in.
getCcsidconversionStatusIndicatorForData() - Method in class com.ibm.as400.access.QueuedMessage
Returns the CCSID conversion status indicator for data.
getCcsidConversionStatusIndicatorForText() - Method in class com.ibm.as400.access.QueuedMessage
Returns the CCSID conversion status indicator for text.
getCcsidForTextConversion() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the client CCSID that is used for text file data conversion.
getCcsidFromServer() - Method in class com.ibm.as400.access.AS400ImplRemote
 
getCcsidList() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getCCSIDPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "system CCSID" attribute.
getCCSIDs() - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Returns the CCSIDs explicitly to be included.
getCCSIDs() - Method in class utilities.ToolboxJarMaker
Deprecated.
Returns the CCSIDs explicitly to be included.
getCCSIDsExcluded() - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Returns CCSIDs to be excluded.
getCCSIDsExcluded() - Method in class utilities.ToolboxJarMaker
Deprecated.
Returns CCSIDs to be excluded.
getCellPadding() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the global table cell padding.
getCellPadding() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form cell padding in pixels.
getCellSpacing() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the global table cell spacing.
getCellSpacing() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form cell spacing in pixels.
getCertificateHandle(byte[]) - Method in class com.ibm.as400.access.AS400CertificateUtil
Returns the IBM i certificate handle which uniquely identifies this certificate.
getCertificates(String, int, int) - Method in class com.ibm.as400.access.AS400CertificateUtil
Retrieves the certificate placed in a user space by listCertificates.
getChangedByProgram() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getchangesWritten2Disk() - Method in class com.ibm.as400.access.list.AspListItem
Returns An indicator of whether all changes made the previous time the IASP was online were written to disk.
getChangeTime() - Method in class com.ibm.as400.access.FileAttributes
Returns the time that the object's data or attributes were last changed.
getChannels() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns number of x.25 logical channels.
getCharacterElement(int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the element that represents the character that is at a given offset within the document.
getCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a character stream.
getCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a character stream.
getCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getCharacterStream() - Method in class com.ibm.as400.access.AS400JDBCClob
Returns the entire CLOB as a character stream.
getCharacterStream(long, long) - Method in class com.ibm.as400.access.AS400JDBCClob
Returns a Reader object that contains a partial Clob value, starting with the character specified by pos, which is length characters in length.
getCharacterStream() - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns the entire CLOB as a character stream.
getCharacterStream(long, long) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns a Reader object that contains a partial Clob value, starting with the character specified by pos, which is length characters in length.
getCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a character stream.
getCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a character stream.
getCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a character stream.
getCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a character stream.
getCharacterStream() - Method in class com.ibm.as400.access.AS400JDBCSQLXML
Retrieves the XML value designated by this SQLXML instance as a java.io.Reader object.
getCharacterStream() - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
getCharacterStream(long, long) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
getCharacterStream() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a java.io.Reader object.
getCharacterStream(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getCharacterStream(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getCharacterStream() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
This is a StringReader wrapper.
getCharacterStream(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
getCharacterStream is a simple wrapper around getString
getCharacterStream(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
getCharacterStream is a simple wrapper around getString
getCharacterTruncation() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the behavior to use when character truncation occurs
getCharacterTruncation() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the behavior to use when character truncation occurs
getCheckedOut() - Method in class com.ibm.as400.access.ObjectReferences
Returns an indication of whether the object is currently checked out.
getCheckedOut() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns an indication of whether the object is currently checked out within this specific job.
getCheckedOutUser() - Method in class com.ibm.as400.access.FileAttributes
Returns the user who has the object checked out.
getCheckedOutUserName() - Method in class com.ibm.as400.access.ObjectReferences
Returns the name of the user who has the object checked out.
getCheckedOutUserName() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the name of the user who has the object checked out within this specific job.
getCheckOutTime() - Method in class com.ibm.as400.access.FileAttributes
Returns the time the object was checked out.
getCheckStatementHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getCheckStatementHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getChecksum() - Method in class com.ibm.as400.util.commtrace.ICMP4Header
Returns the checksum of this ICMPv4 Header.
getChecksum() - Method in class com.ibm.as400.util.commtrace.ICMP6Header
Returns the checksum of this ICMPv6 Header.
getCheckSum() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the checksum for this TCP header.
getChild(Object, int) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Returns a child of the parent.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the child node at the specified index.
getChildCount(Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Returns the number of children of the parent.
getChildCount() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the number of the children.
getChildCount() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the number of children.
getChildren() - Method in interface com.ibm.as400.data.Descriptor
Returns the Descriptors of the children of this node.
getCHRIDControl() - Method in class com.ibm.as400.access.User
Retrieves the character identifier control for the user.
getClassPath() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the value of the CLASSPATH environment variable when running the Java program.
getClasspathAdditions() - Static method in class utilities.AS400ToolboxInstaller
Deprecated.
Returns the set of paths that should be added to the CLASSPATH as a result of the latest install or uninstall operation.
getClasspathRemovals() - Static method in class utilities.AS400ToolboxInstaller
Deprecated.
Returns the set of paths that should be removed from the CLASSPATH as a result of the latest install or uninstall operation.
getCleanupInterval() - Method in class com.ibm.as400.access.ConnectionPool
Returns the time interval for how often the maintenance daemon is run.
getClientAccountingInformation() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getClientApplicationName() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getClientFunctionalLevel() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getClientInfo(String) - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the value of the client info property specified by name.
getClientInfo() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns a list containing the name and current value of each client info property supported by the driver.
getClientInfo(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the value of the client info property specified by name.
getClientInfo() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns a list containing the name and current value of each client info property supported by the driver.
getClientInfo(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the value of the client info property specified by name.
getClientInfo() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns a list containing the name and current value of each client info property supported by the driver.
getClientInfo(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getClientInfo() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getClientInfo() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
getClientInfo(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
getClientInfoProperties() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClientInfoProperties() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves a list of the client info properties that the driver supports.
getClientProgramIdentifier() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getClientRerouteAlternatePortNumber() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the client reroute alternate server name.
getClientRerouteAlternatePortNumber() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the client reroute alternate server name.
getClientRerouteAlternateServerName() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the client reroute alternate server name.
getClientRerouteAlternateServerName() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the client reroute alternate server name.
getClientSupportInformation() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getClientUserIdentifier() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getClientWorkstationName() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getClob(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Clob object.
getClob(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Clob object.
getClob(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL CLOB output parameter as a Clob value.
getClob(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL CLOB output parameter as a Clob value.
getClob(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getClob(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getClob(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Clob object.
getClob(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Clob object.
getClob(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Clob object.
getClob(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Clob object.
getClob() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a java.sql.Clob object.
getClob(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getClob(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getClob(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getClob(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getCloseOnEOF() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getCode() - Method in class com.ibm.as400.util.commtrace.ICMP4Header
Returns the code of this ICMPv4 Header.
getCode() - Method in class com.ibm.as400.util.commtrace.ICMP6Header
Returns the code of this ICMPv6 Header.
getCode() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the class name of the applet class.
getCodebase() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the base URL of the applet.
getCodedCharacterSetID() - Method in class com.ibm.as400.access.Job
Returns the coded character set identifier (CCSID) used for this job.
getCodePage() - Method in class com.ibm.as400.access.FileAttributes
Returns the code page derived from the coded character set identifier (CCSID) used for the data in the file or the extended attributes of the directory.
getCOLHDG() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the COLHDG keyword for this field.
getCollapsedGif() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the collapsed gif.
getCollator() - Method in class com.ibm.as400.util.html.FileListElement
Returns the Collator.
getCollator() - Method in class com.ibm.as400.util.html.HTMLTree
Returns the Collator.
getColor() - Method in class com.ibm.as400.util.html.HTMLText
Returns the color used to paint the text.
getColumn(int) - Method in class com.ibm.as400.util.html.HTMLTable
Returns a column in the table as an array of HTMLTableCell objects.
getColumn(int) - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the column at the specified columnIndex.
getColumnAlignment(int) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns the alignment of the text that is used for elements in a specific column in the grid.
getColumnAlignment(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the alignment of the column specified by columnIndex.
getColumnAlignment(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the alignment of the column specified by columnIndex.
getColumnAlignment(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the horizontal alignment of the column data specified by columnIndex.
getColumnAlignment(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the alignment of the column specified by columnIndex.
getColumnAttributeIDs() - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Returns the array of column attribute IDs.
getColumnAttributeIDs() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the column attribute IDs.
getColumnAttributeIDs() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the column attribute IDs.
getColumnCCSID(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the CCSID of a character column.
getColumnClass(int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Returns the class for objects that are contained in a column.
getColumnClass(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the class of the values in the column.
getColumnClass(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the class for objects that are contained in a column.
getColumnClass(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the class of the values in the column.
getColumnClassName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the name of a Java class whose instances are created if ResultSet.getObject() is called to retrieve from the column.
getColumnClassName(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Not implemented.
getColumnCount() - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the number of columns in the result set.
getColumnCount() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the number of columns in the row.
getColumnCount() - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the number of columns.
getColumnCount() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the number of columns.
getColumnCount() - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the number of columns.
getColumnCount() - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the number of columns in the result set.
getColumnCount() - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Returns the number of columns.
getColumnCount() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the number of columns in the table.
getColumnCount() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the number of columns.
getColumnCount() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the number of columns in the table.
getColumnCount() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getColumnDirection(int) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns the direction of the text interpretation that is used for elements in a specific column in the grid.
getColumnDirection(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the direction of the column specified by columnIndex.
getColumnDirection(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the direction of the column specified by columnIndex.
getColumnDirection(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the direction of the column data specified by columnIndex.
getColumnDirection(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the direction of the column specified by columnIndex.
getColumnDisplaySize(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the normal maximum width of a column.
getColumnDisplaySize(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the display size in characters of the column specified by columnIndex.
getColumnDisplaySize(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the display size in characters of the column specified by columnIndex.
getColumnDisplaySize(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the display size in characters of the column specified by columnIndex.
getColumnDisplaySize(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the display size in characters of the column specified by columnIndex.
getColumnDisplaySize(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Not implemented.
getColumnHeader(int) - Method in class com.ibm.as400.util.html.HTMLTable
Returns the table header tag for the specified columnIndex.
getColumnID(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the identifier of the column.
getColumnID(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the column identifier.
getColumnIndex(HTMLTableCell) - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the column index of the specified cell.
getColumnIndex(HTMLTableCell, int) - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the column index of the specified cell.
getColumnIndex() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getColumnLabel(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the suggested label for use in printouts or displays for a column.
getColumnLabel(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the label of the column specified by columnIndex.
getColumnLabel(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the label of the column specified by columnIndex.
getColumnLabel(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the label of the column specified by columnIndex.
getColumnLabel(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the label of the column specified by columnIndex.
getColumnLabel(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getColumnModel() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Returns the column model that is used to maintain the columns.
getColumnModel() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the column model for this table.
getColumnModel() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the column model that is used to maintain the columns.
getColumnModel() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the column model for this table.
getColumnName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the name of a column.
getColumnName(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the name of the column specified by columnIndex.
getColumnName(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the name of the column specified by columnIndex.
getColumnName(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the name of the column specified by columnIndex.
getColumnName(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the name of the column specified by columnIndex.
getColumnName(int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Returns the name of a column.
getColumnName(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the name of the column for use in a table heading.
getColumnName(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the name of a column.
getColumnName(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the column name.
getColumnName(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of the access rights for a table's columns.
getColumnPrivileges(String, String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of the access rights for a table's columns.
getColumns(String, String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of the table's columns available in a catalog.
getColumns() - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns the number of columns in the layout.
getColumns() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns the number of visible columns in the text area.
getColumns(String, String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of the table's columns available in a catalog.
getColumnSpan() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the column span.
getColumnTitle(int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the title of a column.
getColumnTitle(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the title of a column.
getColumnType(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the type of a column.
getColumnType(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the data type of the column specified by columnIndex.
getColumnType(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the data type of the column specified by columnIndex.
getColumnType(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the data type of the column specified by columnIndex.
getColumnType(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the SQL data type of the column specified by columnIndex.
getColumnType(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the column type.
getColumnType(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getColumnTypeName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the type name of a column.
getColumnTypeName(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the data type name of the column specified by columnIndex.
getColumnTypeName(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the data type name of column specified by columnIndex.
getColumnTypeName(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the data type name of the column specified by columnIndex.
getColumnTypeName(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the data type name of the column specified by columnIndex.
getColumnTypeName(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the width of a column as a character count.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the width of a column.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the preferred column width, in characters.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the column width.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the width of a column.
getCommand() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the command used by the statement the generate the rowset.
getCommand() - Method in class com.ibm.as400.access.CommandCall
Returns the command to run.
getCommand() - Method in class com.ibm.as400.access.CommandList
Returns the command name used to generate a list for.
getCommand() - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Returns the command that is run when the button is pressed.
getCommand() - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Returns the command.
getCommandCall() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the CommandCall object that was used in the most recent invocation of run().
getCommandProcessingProgram() - Method in class com.ibm.as400.access.Command
Returns the fully qualified integrated file system path of the program that accepts parameters from this command processes this command.
getCommandProcessingState() - Method in class com.ibm.as400.access.Command
Returns the state from which the command processing program is called.
getCommitLockLevel() - Method in class com.ibm.as400.access.AS400File
Returns the commit lock level for this file as specified on open.
getCommitmentControlLevelParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getCompany() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the company.
getcompareStartPosition() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getcompareValue() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getCompiler() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getCompleteType() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getCompletionStatus() - Method in class com.ibm.as400.access.Job
Returns the completion status of the job.
getComplianceType() - Method in class com.ibm.as400.access.ProductLicense
Returns the compliance type for this license.
getComponent() - Method in class com.ibm.as400.vaccess.ErrorDialogAdapter
Deprecated.
Returns the component that determines the parent frame for dialogs.
getComponent() - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Returns the graphical user interface component.
getComponent() - Method in class com.ibm.as400.vaccess.WorkingCursorAdapter
Deprecated.
Returns the component that determines the frame for cursor changes.
getComponents() - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Returns the required components specified by the user.
getComponents() - Method in class utilities.ToolboxJarMaker
Deprecated.
Returns the required components specified by the user.
getcompressedDiskUnitInASP() - Method in class com.ibm.as400.access.list.AspListItem
Returns Whether there are compressed disk units in the ASP.
getcompressedStatus() - Method in class com.ibm.as400.access.list.AspListItem
Returns The current status of compression for this disk unit.
getcompressedUnit() - Method in class com.ibm.as400.access.list.AspListItem
Returns The compression attribute of the disk unit.
getCompression() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getCompressionIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getcompressionRecoveryPolicy() - Method in class com.ibm.as400.access.list.AspListItem
The compression recovery policy for the ASP.
getConcurrency() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the result set concurrency.
getConcurrency() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the result set concurrency.
getConcurrency() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the result set concurrency.
getConcurrency() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getConcurrentAccessResolution() - Method in class com.ibm.as400.access.AS400JDBCConnection
This method returns the concurrent access resolution setting.
getConcurrentAccessResolution() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
This method returns the concurrent access resolution setting.
getConcurrentAccessResolution() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
This method returns the concurrent access resolution setting.
getConcurrentAccessResolution() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getConcurrentAccessResolution() - Method in class com.ibm.as400.access.AS400JDBCDataSource
This method returns the concurrent access resolution setting.
getConcurrentAccessResolution() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
This method returns the concurrent access resolution setting.
getCondition() - Method in class com.ibm.as400.access.ProductLicense
Returns the condition of the license.
getConfiguration() - Method in class com.ibm.as400.access.ProxyServer
Returns the name of the configuration properties.
getConfirm() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Indicates if certain actions are confirmed with the user.
getConfirm() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Indicates if certain actions are confirmed with the user.
getConfirm() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Indicates if certain actions are confirmed with the user.
getConfirm() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Indicates if certain actions are confirmed with the user.
getConfirm() - Method in interface com.ibm.as400.vaccess.VActionContext
Deprecated.
Indicates if certain actions should be confirmed with the user.
getConnectedUsers(String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a list of the userIds in the pool with connections to a specific system.
getConnection(String, String, String, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated. 
getConnection(String, String, char[], int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a connected AS400 object from the connection pool.
getConnection(String, String, String, int, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use getConnection(String systemName, String userID, char[] password, int service, Locale locale) instead.
getConnection(String, String, char[], int, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a connected AS400 object from the connection pool with the specified Locale.
getConnection(String, String, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use getConnection(String systemName, String userID, char[] password, int service) instead.
getConnection(String, String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use getConnection(String systemName, String userID, char[] password) instead.
getConnection(String, String, char[]) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an AS400 object from the connection pool.
getConnection(String, String, String, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use getConnection(String systemName, String userID, char[] password, Locale locale) instead.
getConnection(String, String, char[], Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an AS400 object from the connection pool with the specified Locale.
getConnection(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use method with password instead.
getConnection(String, String, ProfileTokenCredential, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a connected AS400 object from the connection pool.
getConnection(String, String, ProfileTokenCredential, int, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a connected AS400 object from the connection pool with the specified Locale.
getConnection(String, String, ProfileTokenCredential) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an AS400 object from the connection pool.
getConnection(String, String, ProfileTokenCredential, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an AS400 object from the connection pool with the specified Locale.
getConnection(int, boolean) - Method in class com.ibm.as400.access.AS400ImplRemote
 
getConnection() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Returns a connection from the pool.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the connection for this metadata.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the database connection.
getConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Deprecated.
Use getConnection(String,char[]) instead.
getConnection(String, char[]) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the database connection using the specified user and password.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Deprecated.
Use getConnection() instead. Refer to the class overview for a discussion of the intended role of this class, and the relationship between this class and its superclass.
getConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Deprecated.
Use getConnection() instead. Refer to the class overview for a discussion of the intended role of this class, and the relationship between this class and its superclass.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns a database connection.
getConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Deprecated.
Use getConnection(String user, char[] password) instead.
getConnection(String, char[]) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns a database connection using the specified user and password.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Returns the connection handle to the database.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getConnection() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the connection for this statement.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getConnection() - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Returns a JDBC connection.
getConnection() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Returns the SQL connection with which to access data for the GUI.
getConnection() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Returns the SQL connection with which to access data.
getConnection() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the SQL connection.
getConnection() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the SQL connection with which to access data.
getConnection() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Returns the SQL connection used to execute statements.
getConnection() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Returns the SQL connection used to execute statements.
getConnection() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Returns the SQL connection used to execute statements.
getConnection(String, String, String) - Static method in class com.ibm.jtopenlite.command.CommandConnection
Connects to the Remote Command host server on the default port after first connecting to the Signon host server and authenticating the specified user.
getConnection(boolean, String, String, String) - Static method in class com.ibm.jtopenlite.command.CommandConnection
Connects to the Remote Command host server on the default port after first connecting to the Signon host server and authenticating the specified user.
getConnection(SystemInfo, String, String) - Static method in class com.ibm.jtopenlite.command.CommandConnection
Connects to the Remote Command host server on the default port using the specified system information and user.
getConnection(boolean, SystemInfo, String, String) - Static method in class com.ibm.jtopenlite.command.CommandConnection
Connects to the Remote Command host server on the default port using the specified system information and user.
getConnection(SystemInfo, String, String, int, boolean) - Static method in class com.ibm.jtopenlite.command.CommandConnection
Connects to the Remote Command host server on the specified port using the specified system information and user.
getConnection(boolean, SystemInfo, String, String, int, boolean) - Static method in class com.ibm.jtopenlite.command.CommandConnection
Connects to the Remote Command host server on the specified port using the specified system information and user.
getConnection(String, String, String) - Static method in class com.ibm.jtopenlite.database.DatabaseConnection
 
getConnection(boolean, String, String, String) - Static method in class com.ibm.jtopenlite.database.DatabaseConnection
 
getConnection(SystemInfo, String, String) - Static method in class com.ibm.jtopenlite.database.DatabaseConnection
 
getConnection(boolean, SystemInfo, String, String) - Static method in class com.ibm.jtopenlite.database.DatabaseConnection
 
getConnection(SystemInfo, String, String, int) - Static method in class com.ibm.jtopenlite.database.DatabaseConnection
 
getConnection(boolean, SystemInfo, String, String, int) - Static method in class com.ibm.jtopenlite.database.DatabaseConnection
 
getConnection(String, String, String, boolean) - Static method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
getConnection(boolean, String, String, String, boolean) - Static method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
getConnection() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the connection for this metadata.
getConnection() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
getConnection(String, String, String) - Static method in class com.ibm.jtopenlite.ddm.DDMConnection
Establishes a new socket connection to the specified system and authenticates the specified user and password.
getConnection(boolean, String, String, String) - Static method in class com.ibm.jtopenlite.ddm.DDMConnection
Establishes a new socket connection to the specified system and authenticates the specified user and password.
getConnection(SystemInfo, String, String) - Static method in class com.ibm.jtopenlite.ddm.DDMConnection
Establishes a new socket connection to the specified system and authenticates the specified user and password.
getConnection(boolean, SystemInfo, String, String) - Static method in class com.ibm.jtopenlite.ddm.DDMConnection
Establishes a new socket connection to the specified system and authenticates the specified user and password.
getConnection(SystemInfo, String, String, int) - Static method in class com.ibm.jtopenlite.ddm.DDMConnection
Establishes a new socket connection to the specified system and port, and authenticates the specified user and password.
getConnection(boolean, SystemInfo, String, String, int) - Static method in class com.ibm.jtopenlite.ddm.DDMConnection
Establishes a new socket connection to the specified system and port, and authenticates the specified user and password.
getConnection(String, String, String) - Static method in class com.ibm.jtopenlite.file.FileConnection
 
getConnection(boolean, String, String, String) - Static method in class com.ibm.jtopenlite.file.FileConnection
 
getConnection(SystemInfo, String, String) - Static method in class com.ibm.jtopenlite.file.FileConnection
 
getConnection(boolean, SystemInfo, String, String) - Static method in class com.ibm.jtopenlite.file.FileConnection
 
getConnection(SystemInfo, String, String, int) - Static method in class com.ibm.jtopenlite.file.FileConnection
 
getConnection(boolean, SystemInfo, String, String, int) - Static method in class com.ibm.jtopenlite.file.FileConnection
 
getConnection(String, String, String) - Static method in class com.ibm.jtopenlite.SignonConnection
Connects to the Signon host server on the default port and authenticates the specified user.
getConnection(boolean, String, String, String) - Static method in class com.ibm.jtopenlite.SignonConnection
Connects to the Signon host server on the default port and authenticates the specified user.
getConnection(String, String, String, int) - Static method in class com.ibm.jtopenlite.SignonConnection
Connects to the Signon host server on the specified port and authenticates the specified user.
getConnection(boolean, String, String, String, int) - Static method in class com.ibm.jtopenlite.SignonConnection
Connects to the Signon host server on the specified port and authenticates the specified user.
getConnectionCount() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Returns the total number of connections in this pool, both free and in use.
getConnectionCount(String) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Returns the total number of connections for the specified user in this pool, both free and in use.
getConnectionPool() - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns the connection pool.
getConnectionType() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the type of the connection made from the workstation to the shared resource.
getContent() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns the content of the HTMLMeta tag.
getContents() - Method in class com.ibm.as400.access.CoreMRI
 
getContents() - Method in class com.ibm.as400.access.JDMRI
 
getContents() - Method in class com.ibm.as400.access.JDMRI2
 
getContents() - Method in class com.ibm.as400.access.MRI
 
getContents() - Method in class com.ibm.as400.access.MRI2
 
getContents() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns a Reader object that can be used to read the contents of this cover letter.
getContents() - Method in class com.ibm.as400.access.Record
Returns the contents of this record as a byte array of IBM i data.
getContents(OutputStream) - Method in class com.ibm.as400.access.Record
Writes the contents of this record to the specified output stream.
getContents() - Method in class com.ibm.as400.access.SVMRI
 
getContents() - Method in class com.ibm.as400.access.SVMRI_en
 
getContents() - Method in class com.ibm.as400.data.DAMRI
 
getContents() - Method in class com.ibm.as400.resource.ResourceMRI
Deprecated.
 
getContents() - Method in class com.ibm.as400.util.commtrace.CTMRI
 
getContents() - Method in class com.ibm.as400.util.html.HMRI
 
getContents() - Method in class com.ibm.as400.util.servlet.SMRI
 
getContents() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneGUI
Deprecated.
 
getContents() - Method in class com.ibm.as400.vaccess.VMRI
Deprecated.
 
getContents() - Method in class com.ibm.as400.vaccess.VNPMRI
Deprecated.
 
getContents() - Method in class com.ibm.as400.vaccess.VQRYMRI
Deprecated.
 
getContents() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getContext() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the JNDI naming context which provides name-to-object bindings and methods for retrieving and updating naming and directory services.
getControllerName() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the Controller name.
getConversionCalendar(Calendar) - Static method in class com.ibm.as400.access.AS400Calendar
Get a calendar to do the conversion to java.util.Date based objects.
getConverter(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the converter for the specified CCSID, unless it is 0 or 65535 (i.e. probably set for a non-text field), in which case it returns the converter for this connection.
getConverter() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getConverter(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getConverter() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getCopiesLeft() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the number of copies left to be printed.
getCopiesLeftToPrint() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the remaining number of copies to be printed.
getCopiesLeftToPrint() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getCorrelationId() - Method in class com.ibm.as400.access.PxReqCV
 
getCount() - Method in class com.ibm.as400.util.html.HTMLVector
This returns the superclass's element count, which is the actual number of elements that are populated in the array returned by getData().
getCountry() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the country or region.
getCountryDescription(AS400, String) - Static method in class com.ibm.as400.access.NLS
Retrieves the descriptive text for the specified country or region identifier.
getCountryID() - Method in class com.ibm.as400.access.Job
Returns the country or region identifier associated with this job.
getCountryID() - Method in class com.ibm.as400.access.User
Retrieves the country or region ID used by the system for this user.
getCoverLetter() - Method in class com.ibm.as400.access.PTF
Retrieves the cover letter for this PTF from the system.
getCoverLetter(Locale) - Method in class com.ibm.as400.access.PTF
Retrieves the cover letter for this PTF from the system based on the given locale.
getCoverLetters() - Method in class com.ibm.as400.access.PTF
Retrieves the cover letters for this PTF from the system, if they exist.
getCPUPercent() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getCPUPercentInTenths() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getCPUUsed() - Method in class com.ibm.as400.access.Job
Returns the amount of processing unit time (in milliseconds) that the job used.
getCreateDate() - Method in class com.ibm.as400.access.AS400Message
Returns the messages create date
getCreateDate() - Method in class com.ibm.as400.access.SpooledFile
Returns the date of the spooled file creation.
getCreateObjectAuditing() - Method in class com.ibm.as400.access.FileAttributes
Returns the create object auditing value associated with the directory.
getCreateObjectScan() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the objects created in a directory will be scanned when exit programs are registered with any of the integrated file system scan-related exit points.
getCreateParameters() - Method in class com.ibm.as400.access.SQLDataBase
Returns the parameters used in creating the type.
getCreateTime() - Method in class com.ibm.as400.access.FileAttributes
Returns the time the object was created.
getCreateTime() - Method in class com.ibm.as400.access.SpooledFile
Returns the time of spooled file creation.
getCreationDate() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the date and time the spooled file was created.
getCreationDate() - Method in class com.ibm.as400.access.PTF
Returns the date and time that the PTF was created.
getCreationDateAndTime() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getCreatorUserProfile() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getCrossReference(String, String, String, String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of the foreign key columns in the foreign key table that references the primary key columns of the primary key table.
getCrossReference(String, String, String, String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of the foreign key columns in the foreign key table that references the primary key columns of the primary key table.
getCurrentActive() - Method in class com.ibm.as400.access.JobQueue
Return The current number of jobs that are active that came through this job queue entry
getCurrentActiveJobs() - Method in class com.ibm.as400.access.Subsystem
Returns the number of jobs currently active in the subsystem.
getCurrentCopyright() - Method in class com.ibm.as400.access.Product
Returns the value specified for the copyright current year when the product definition for this product load was created.
getcurrentCount() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of entities that have been processed by the function.
getCurrentDateAndTime() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
All formats.
getCurrentDirectory() - Method in class com.ibm.as400.access.AS400FTP
Returns the current directory on the system.
getCurrentDirectory() - Method in class com.ibm.as400.access.FTP
Returns the current directory on the system.
getCurrentDirectory() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the current directory type.
getCurrentDirectory() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the current directory type.
getCurrentHandle() - Method in class com.ibm.as400.access.ProfileHandleImplNative
Generates and returns a profile handle based on the current thread identity.
getCurrentHandle() - Method in interface com.ibm.as400.security.auth.ProfileHandleImpl
Generates and returns a profile handle based on the current thread identity.
getCurrentHopLimit() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the current hop limit of this RouterAdvertisement Message.
getCurrentIPLSource() - Method in class com.ibm.as400.access.PTF
Returns the copy of Licensed Internal Code that the system is currently operating from.
getcurrentItemCount() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of items that have been processed by the function.
getCurrentLibrary() - Method in class com.ibm.as400.access.Command
Returns the library used as the current library during the processing of this command.
getCurrentLibrary() - Method in class com.ibm.as400.access.Job
Returns the name of the current library for the initial thread of the job.
getCurrentLibraryExistence() - Method in class com.ibm.as400.access.Job
Indicates if a current library exists.
getCurrentLibraryName() - Method in class com.ibm.as400.access.User
Retrieves the name of the user's current library.
getCurrentNumberOfRecords() - Method in class com.ibm.as400.access.SaveFile
Returns the current number of records in the save file.
getCurrentNumberOfUsers() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the number of connections that are currently made to the share.
getCurrentPage() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the page number or record number currently being written.
getCurrentPage() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Returns the page number of the current page.
getCurrentPageNumber() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Returns the number of the current page of the input stream.
getCurrentPosition() - Method in class com.ibm.as400.util.servlet.RowData
Returns the current row position.
getCurrentProcessingCapacity() - Method in class com.ibm.as400.access.SystemStatus
Returns the amount (in number of physical processors) of current processing capacity of the partition.
getCurrentProcessingCapacity() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getCurrentRecord() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns the index of the record currently being displayed.
getCurrentRecord() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Returns the index of the record currently being displayed.
getCurrentRequestParameterBlockID() - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
getCurrentUnprotectedStorageUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the current amount of storage in use for temporary objects.
getCurrentUnprotectedStorageUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getCurrentUser() - Method in class com.ibm.as400.access.QueuedMessage
Returns the current user name.
getCurrentUser() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getCurrentUserProfile(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getCurrentUserProfileCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getCursorName() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the name of the SQL cursor in use by the result set.
getCursorName() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the name of the SQL cursor in use by the result set.
getCursorName() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the name of the SQL cursor in use by the result set.
getCursorName() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getCursorName() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getCursorSensitivity() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the value of the cursor sensitivity property.
getCursorSensitivity() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the cursorSensitivity property.
getCWRFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the cwr Flag for this TCP header.
getCYMDJobDate() - Method in class com.ibm.as400.access.JobDescription
Returns the job date in CYMD format.
getDamaged() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getData() - Method in class com.ibm.as400.access.DataQueueEntry
Returns the data for this data queue entry.
getData() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the data associated with the attribute.
getData() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the raw data of this record.
getData() - Method in class com.ibm.as400.util.html.HTMLVector
This returns the superclass's element data array, which may be longer than the actual number of elements.
getDataAdd() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has data add authority to the object.
getDataAuthority() - Method in class com.ibm.as400.access.DLOPermission
Returns the data authority of the user.
getDataAuthority() - Method in class com.ibm.as400.access.RootPermission
Returns the data authority of the user.
getDatabaseFaults() - Method in class com.ibm.as400.access.SystemPool
Returns the rate, shown in page faults per second, of database page faults against pages containing either database data or access paths.
getDatabaseMajorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the major version number of the database.
getDatabaseMajorVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the major version number of the database.
getDatabaseMinorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the minor version number of the database.
getDatabaseMinorVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the minor version number of the database.
getDatabaseName() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the database name property.
getDatabaseName() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the databaseName property.
getDatabaseName() - Method in class com.ibm.as400.access.list.AspListItem
Returns the name that is assigned to the database that this ASP defines.
getDatabasePages() - Method in class com.ibm.as400.access.SystemPool
Returns the rate, in pages per second, at which database pages are brought into the storage pool.
getDatabaseProductName() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the name of this database product.
getDatabaseProductName() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the name of this database product.
getDatabaseProductVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the version of this database product.
getDatabaseProductVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the version of this database product.
getDatabaseProductVersionDRDA() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the DRDA format version of this database product.
getDatabaseProductVersionI() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
 
getDataCCSID() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getDataCcsidConversionStatusIndicator() - Method in class com.ibm.as400.access.AS400Message
Get the data ccsid conversion status indicator.
getDataCompression() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the style of data compression.
getDataCompression() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getDataCompressionParameter() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDataDelete() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has data delete authority to the object.
getDataDirection() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the data direction:
1=Sent
2=received
3=both
getDataExecute() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has data execute authority to the object.
getDataModel() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the data model for the table.
getDataModel() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the data model for the table.
getDataOffset() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the data offset for this TCP header.
getDataRead() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has data read authority to the object.
getDataSize() - Method in class com.ibm.as400.access.FileAttributes
Returns the size in bytes of the data in this object.
getDataSource() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Returns the data source used to make connections.
getDataSourceName() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the data source name property.
getDataSourceName() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the dataSourceName property.
getDataSourceName() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the name of the data source as identified in JNDI.
getDataStart() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the byte at which the rest of this packet's header starts.
getDataStreamLevel() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getDataStreamName() - Method in exception com.ibm.jtopenlite.DataStreamException
Returns the name of the datastream that caused this exception.
getDataToEncrypt() - Method in class com.ibm.as400.access.ValidationListEntry
Returns the information to encrypt when the entry is subsequently inserted or updated.
getDataType() - Method in class com.ibm.as400.access.FieldDescription
Returns the AS400DataType object describing this field, as specified on construction.
getDataType() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the data type (MBDTAT).
getDataTypeName(int) - Static method in class com.ibm.as400.util.servlet.RowMetaDataType
Returns the data type name.
getDataUpdate() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has data update authority to the object.
getDate(AS400, byte[], String) - Static method in class com.ibm.as400.access.AS400DateTimeConverter
Deprecated.
Returns the Date object in the YYMD format.
getDate(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Date object using the default calendar.
getDate(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Date object using the default calendar.
getDate(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Date object using a calendar other than the default.
getDate(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Date object using a calendar other than the default.
getDate(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DATE output parameter as a java.sql.Date object using the default calendar.
getDate(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DATE output parameter as a java.sql.Date object using a calendar other than the default.
getDate(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DATE output parameter as a java.sql.Date object using the default calendar.
getDate(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DATE output parameter as a java.sql.Date object using a calendar other than the default.
getDate(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getDate(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getDate(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getDate(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getDate(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Date object using the default calendar.
getDate(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Date object using the default calendar.
getDate(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Date object using a calendar other than the default.
getDate(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Date object using a calendar other than the default.
getDate(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Date object using the default calendar.
getDate(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Date object using the default calendar.
getDate(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Date object using a calendar other than the default.
getDate(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Date object using a calendar other than the default.
getDate() - Method in class com.ibm.as400.access.AS400Message
Returns the date and time the message was sent.
getDate() - Method in class com.ibm.as400.access.Job
Returns the date and time when the job was placed on the system.
getDate(Calendar) - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a java.sql.Date object.
getDate() - Method in class com.ibm.as400.util.commtrace.Prolog
return the current date in the Date.toString() format.
getDate() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getDate(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getDate(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getDate(int, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getDate(String, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getDate(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getDate(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getDate(int, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getDate(String, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getDate(byte[], Calendar) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified record data at this field's offset into a date, time, or timestamp, if possible, and sets the appropriate fields in the provided Calendar object.
getDateAndTimeCreated() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getDateAndTimeStatusGathered() - Method in class com.ibm.as400.access.SystemStatus
Returns the date and time when the status was gathered.
getDateFormat() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the IBM i date format used in date literals within SQL statements.
getDateFormat() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the date format used in date literals within SQL statements.
getDateFormat() - Method in class com.ibm.as400.access.Job
Returns the format in which dates are presented.
getDateFormatParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDateOpened() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the date the spooled file was created.
getDateOpened() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getDateSeparator() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the IBM i date separator used in date literals within SQL statements.
getDateSeparator() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the date separator used in date literals within SQL statements.
getDateSeparator() - Method in class com.ibm.as400.access.Job
Returns the value used to separate days, months, and years when presenting a date.
getDateSeparatorParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDateTimeFormat() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the date/time format (WHFMT) of this field.
getDateTimeSeparator() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the date/time separator (WHSEP) of this field.
getDATFMT() - Method in class com.ibm.as400.access.DateFieldDescription
Returns the value specified for the DATFMT keyword for this field.
getDATSEP() - Method in class com.ibm.as400.access.DateFieldDescription
Returns the value specified for the DATSEP keyword for this field.
getDaysUntilPasswordExpire() - Method in class com.ibm.as400.access.User
Retrieves the number of days until the password will expire.
getDaysUsedCount() - Method in class com.ibm.as400.access.FileAttributes
Returns the number of days an object has been used.
getDaysUsedCount() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getDB2ParameterName(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the name of the specified parameter.
getDB2ParameterName(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Return the name of the parameter for a stored procedure call.
getDB2ParameterName(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Return the name of the parameter for a stored procedure call.
getDB2ParameterName(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getDDMConversation() - Method in class com.ibm.as400.access.JobDescription
Returns whether Distributed Data Management conversations are kept or dropped when they are not being used.
getDDMConversationHandling() - Method in class com.ibm.as400.access.Job
Returns whether connections using distributed data management (DDM) protocols remain active when they are not being used.
getDDMRDB() - Method in class com.ibm.as400.access.AS400
Returns the relational database name (RDB name) used for record-level access (DDM) connections.
getDDSName() - Method in class com.ibm.as400.access.FieldDescription
Returns the DDS name of this field, as specified on the construct.
getDebug() - Method in class com.ibm.as400.util.CommandHelpRetriever
Returns whether or not the source XML and source command HTML help, which are used in generating the resulting command help HTML documentation, are saved to the current output location.
getDecfloatRoundingMode() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the decfloat rounding mode.
getDecfloatRoundingMode() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the decfloat rounding mode.
getDecimalDataErrors() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the decimal data errors property.
getDecimalDataErrors() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the decimal data errors setting.
getDecimalFloatingPointErrorReportingOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDecimalFloatingPointRoundingModeOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDecimalFormat() - Method in class com.ibm.as400.access.Job
Returns the decimal format used for this job.
getDecimalPositions() - Method in class com.ibm.as400.access.DecimalDataArea
Returns the number of digits to the right of the decimal point in this data area.
getDecimalPositions() - Method in class com.ibm.as400.access.FloatFieldDescription
Returns the number of digits after the decimal point for this field.
getDecimalPositions() - Method in class com.ibm.as400.access.PackedDecimalFieldDescription
Returns the number of digits after the decimal point for this field.
getDecimalPositions() - Method in class com.ibm.as400.access.ZonedDecimalFieldDescription
Returns the number of digits after the decimal point for this field.
getDecimalPositions() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the number of decimal positions (WHFLDP) of this field.
getDecimalSeparator() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the IBM i decimal separator used in numeric literals within SQL statements.
getDecimalSeparator() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the decimal separator used in numeric literals within SQL statements.
getDecimalSeparatorParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDefaultAction() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the default action.
getDefaultAction() - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the default action.
getDefaultClientCCSID() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDefaultCodedCharacterSetIdentifier() - Method in class com.ibm.as400.access.Job
Returns the default coded character set identifier (CCSID) used for this job.
getDefaultDirectory() - Method in class com.ibm.as400.access.IFSSystemView
Returns the user's default starting directory for the file chooser.
getDefaultDirectory() - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns the user's default starting directory for the file chooser.
getDefaultEventIndex() - Method in class com.ibm.as400.access.AS400BeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.AS400CertificateUtilBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.AS400ConnectionPoolBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.AS400FileBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.AS400JDBCDataSourceBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.AS400JDBCRowSetBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.BaseDataQueueBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.ClusteredHashTableEntryBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.CommandBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.CommandCallBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.CommandListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.ConnectionPoolBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.DataAreaBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.DataQueueAttributesBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.EnvironmentVariableBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.EnvironmentVariableListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.FTPBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.IFSFileBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.IFSFileInputStreamBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.IFSFileOutputStreamBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.IFSRandomAccessFileBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.JavaApplicationCallBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.JobBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.JobListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.JobLogBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.KeyedFileBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.MessageFileBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.MessageQueueBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.OutputQueueBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.PanelGroupBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.PrintObjectBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.PrintObjectListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.ProductLicenseBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.ProgramCallBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.ProgramParameterBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.QSYSObjectPathNameBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.RecordBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.RecordFormatBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.SequentialFileBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.SystemPoolBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.SystemStatusBeanInfo
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.access.SystemValueBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.SystemValueGroupBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.SystemValueListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.UserBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.UserListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.access.UserSpaceBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.resource.ResourceBeanInfo
Deprecated.
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.security.auth.AS400CredentialBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.security.auth.AS400PrincipalBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.BidiOrderingBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.ButtonFormInputBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.FileListElementBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.FileTreeElementBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.FormInputBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.GridLayoutFormPanelBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLAlignBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLAppletBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLDocumentBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLFormBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLHeadBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLHeadingBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLHyperlinkBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLImageBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLListItemBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLMetaBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLParameterBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLServletBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLTableBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLTableCaptionBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLTableCellBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLTableRowBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLTagAttributesBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLTextBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLTreeBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.HTMLTreeElementBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.ImageFormInputBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.LabelFormElementBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.OrderedListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.OrderedListItemBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.RadioFormInputGroupBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.SelectFormElementBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.SelectOptionBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.TextAreaFormElementBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.TextFormInputBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.ToggleFormInputBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.UnorderedListBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.html.UnorderedListItemBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.servlet.ListMetaDataBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.servlet.ListRowDataBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaDataBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.servlet.RecordListRowDataBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.servlet.ResourceListRowDataBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.servlet.ServletHyperlinkBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaDataBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowDataBeanInfo
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.AS400ListModelBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.AS400ListPaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.AS400TreeModelBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.AS400TreePaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.CommandCallButtonBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.CommandCallMenuItemBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.DataQueueDocumentBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.ErrorDialogAdapterBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.IFSTextFileDocumentBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocumentBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.ProgramCallButtonBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItemBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.RecordListFormPaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.RecordListTableModelBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.RecordListTablePaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModelBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.ResourceListModelBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.ResourceListPaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SpooledFileViewerBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SQLConnectionBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModelBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePaneBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SQLStatementButtonBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SQLStatementDocumentBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItemBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VActionAdapterBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VIFSDirectoryBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VJavaApplicationCallBeanInfo
Deprecated.
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VJobBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VJobListBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VMessageListBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VMessageQueueBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VPrinterBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VPrinterOutputBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VPrintersBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VPropertiesActionBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VSystemPoolBeanInfo
Deprecated.
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VSystemStatusBeanInfo
Deprecated.
Returns the default event index.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VSystemValueListBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.VUserListBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultEventIndex() - Method in class com.ibm.as400.vaccess.WorkingCursorAdapterBeanInfo
Deprecated.
Returns the index of the default event.
getDefaultNLV() - Static method in class com.ibm.jtopenlite.Conv
Return the default NLV for the client corresponding to the Java locale.
getDefaultPort() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the default port used to transfer stdin, stdout, and stderr between the client and the IBM i system.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.AS400BeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.AS400CertificateUtilBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.AS400FileBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.AS400FTPBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.AS400JDBCDataSourceBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.AS400JDBCRowSetBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.BaseDataQueueBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.CharacterDataAreaBeanInfo
//D1A Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.ClusteredHashTableBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.ClusteredHashTableEntryBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.CommandBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.CommandCallBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.CommandListBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.ConnectionPoolBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.DataAreaBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.DataQueueAttributesBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.DecimalDataAreaBeanInfo
//D1A Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.EnvironmentVariableBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.EnvironmentVariableListBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.FTPBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.IFSFileBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.IFSFileInputStreamBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.IFSFileOutputStreamBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.IFSRandomAccessFileBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.JavaApplicationCallBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.KeyedFileBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.LogicalDataAreaBeanInfo
//D1A Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.MessageFileBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.NetServerFileShareBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.NetServerPrintShareBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.PanelGroupBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.PrintObjectBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.PrintObjectListBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.ProductLicenseBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.ProgramCallBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.ProgramParameterBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.QSYSObjectPathNameBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.RecordBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.RecordFormatBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.SequentialFileBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.ServiceProgramCallBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.SystemPoolBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.SystemStatusBeanInfo
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.SystemValueBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.SystemValueGroupBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.SystemValueListBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.access.UserSpaceBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.security.auth.AS400CredentialBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.security.auth.AS400PrincipalBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.BidiOrderingBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.ButtonFormInputBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.FileListElementBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.FileTreeElementBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.FormInputBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.GridLayoutFormPanelBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLAlignBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLAppletBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLDocumentBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLFormBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLHeadBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLHeadingBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLHyperlinkBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLImageBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLListBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLListItemBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLMetaBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLParameterBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLServletBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLTableBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLTableCaptionBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLTableCellBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLTableRowBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLTagAttributesBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLTextBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLTreeBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.HTMLTreeElementBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.ImageFormInputBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.LabelFormElementBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.LineLayoutFormPanelBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.OrderedListBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.OrderedListItemBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.RadioFormInputGroupBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.SelectFormElementBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.SelectOptionBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.TextAreaFormElementBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.TextFormInputBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.ToggleFormInputBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.UnorderedListBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.html.UnorderedListItemBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.servlet.ListMetaDataBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.servlet.ListRowDataBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaDataBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.servlet.RecordListRowDataBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.servlet.ResourceListRowDataBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.servlet.ServletHyperlinkBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaDataBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowDataBeanInfo
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.AS400ListModelBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.AS400ListPaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.AS400TreeModelBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.AS400TreePaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.CommandCallButtonBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.CommandCallMenuItemBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.DataQueueDocumentBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.ErrorDialogAdapterBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.IFSTextFileDocumentBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocumentBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.ProgramCallButtonBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItemBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.RecordListFormPaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.RecordListTableModelBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.RecordListTablePaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModelBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.ResourceListModelBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.ResourceListPaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SpooledFileViewerBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SQLConnectionBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModelBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePaneBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SQLStatementButtonBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SQLStatementDocumentBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItemBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VActionAdapterBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VIFSDirectoryBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VJavaApplicationCallBeanInfo
Deprecated.
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VJobBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VJobListBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VMessageListBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VMessageQueueBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VPrinterBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VPrinterOutputBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VPrintersBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VPropertiesActionBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VSystemPoolBeanInfo
Deprecated.
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VSystemStatusBeanInfo
Deprecated.
Returns the default property index.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VSystemValueListBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.VUserListBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultPropertyIndex() - Method in class com.ibm.as400.vaccess.WorkingCursorAdapterBeanInfo
Deprecated.
Returns the index of the default property.
getDefaultReply() - Method in class com.ibm.as400.access.AS400Message
Returns the default reply.
getDefaultRootElement() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns the root element that views should be based upon unless some other mechanism for assigning views to element structures is provided.
getDefaultRootElement() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the root element that views should be based upon unless some other mechanism for assigning views to element structures is provided.
getDefaultRootElement() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns the root element that views should be based upon unless some other mechanism for assigning views to element structures is provided.
getDefaultSchema() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the default SQL schema.
getDefaultSchema(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the default SQL schema.
getDefaultSchema() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getDefaultSchema(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getDefaultSignonHandler() - Static method in class com.ibm.as400.access.AS400
Returns the default sign-on handler.
getDefaultSQLLibraryName() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDefaultTimeZone(AS400) - Static method in class com.ibm.as400.access.AS400
Returns the timezone of the IBM i, if available.
getDefaultTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the default transaction isolation level.
getDefaultTransactionIsolation() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the default transaction isolation level.
getDefaultUser(String) - Static method in class com.ibm.as400.access.AS400
Returns the default user ID for this system name.
getDefaultValue() - Method in class com.ibm.as400.access.AS400AbstractTime
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Array
Returns a Java object that represents the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Bin1
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Bin2
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Bin4
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Bin8
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400ByteArray
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in interface com.ibm.as400.access.AS400DataType
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Date
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400DecFloat
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Float4
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Float8
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400PackedDecimal
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Structure
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Text
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Time
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Timestamp
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400UnsignedBin1
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400UnsignedBin2
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400UnsignedBin4
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400UnsignedBin8
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400Varchar
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Returns a Java object representing the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the default value.
getDefaultValue() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the default value (WHDFT) of this field.
getDefaultWait() - Method in class com.ibm.as400.access.Job
Returns the default maximum time (in seconds) that a thread in the job waits for a system instruction, such as a LOCK machine interface (MI) instruction, to acquire a resource.
getDeletedRecordCount() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the number of deleted records (MBNDTR) in the member.
getDelimiter() - Method in class com.ibm.as400.access.RecordFormat
Returns the delimiter.
getDepartment() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the department.
getDependentPTFs() - Method in class com.ibm.as400.access.PTF
Retrieves the list of PTFs that are dependent upon this PTF.
getDescribeOption() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the describe options property.
getDescribeOption() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the describe option setting.
getDescribeOption() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getDescription() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the description of the data source.
getDescription() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the description of the data source.
getDescription() - Method in class com.ibm.as400.access.BaseDataQueue
Returns the text description of the data queue.
getDescription() - Method in class com.ibm.as400.access.Command
Returns the user text used to briefly describe this command and its function.
getDescription() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns the text description of the data queue.
getDescription() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "description" attribute.
getDescription() - Method in class com.ibm.as400.access.ISeriesNetServerShare
Returns the text description of the share.
getDescription() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the text description of the printer device.
getDescription() - Method in class com.ibm.as400.access.SaveFile
Returns the text description of the save file.
getDescription() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the text description of the object.
getDescription() - Method in class com.ibm.as400.access.SystemPool
Returns the description of the system pool.
getDescription() - Method in class com.ibm.as400.access.SystemValue
Returns the description for this system value.
getDescription() - Method in class com.ibm.as400.access.UDFS.UdfsInformationStructure
Returns the text description for the user-defined file system.
getDescription() - Method in class com.ibm.as400.access.User
Retrieves the descriptive text for the user profile.
getDescription() - Method in class com.ibm.as400.access.ValidationList
Returns the text description for the validation list object.
getDescription() - Method in class com.ibm.as400.vaccess.FileFilter
Deprecated.
Returns the description.
getDescription() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the description.
getDescription() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getDescriptionID() - Method in class com.ibm.as400.access.Product
Returns the message ID associated with this product option.
getDescriptionMessageFile() - Method in class com.ibm.as400.access.Product
Returns the full pathname of the message file that contains the messages describing the product and its options.
getDescriptionPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "description" attribute.
getDescriptionText() - Method in class com.ibm.as400.access.Product
Retrieves the description text for this product's message ID out of this product's message file.
getDescriptionText() - Method in class com.ibm.as400.access.Subsystem
Returns the subsystem description text.
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, InputStream) - Static method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the specified XPCML document.
getDescriptor(String, ClassLoader) - Static method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the specified PCML document.
getDescriptor(String, ClassLoader, InputStream) - Static method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the specified XPCML document.
getDescriptor() - Method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the current PCML document.
getDescriptor(String) - Static method in class com.ibm.as400.data.RecordFormatDocument
Returns a Descriptor for the specified RFML document.
getDescriptor(String, ClassLoader) - Static method in class com.ibm.as400.data.RecordFormatDocument
Returns a Descriptor representing the specified RFML document.
getDescriptor() - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a Descriptor representing the current RFML document.
getDestination() - Method in class com.ibm.as400.util.commtrace.Redirect
Returns the destination address of this Redirect Message.
getDestinationHardwareAddress() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the hardware address of the destination of this packet.
getDestinationIPAddress() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the IP address of the destination of this packet.
getDestinationToSourceMap() - Method in class com.ibm.as400.access.BidiConversionProperties
Output value: destination-to-source map from the last transform with dstToSrcMapRequired specified; if this option was not specified, the content of dstToSrcMap should be ignored.
getDetailInSTRAUTCOL() - Method in class com.ibm.as400.access.User
 
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in interface com.ibm.as400.vaccess.VNode
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the child for the details at the specified index.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in interface com.ibm.as400.vaccess.VNode
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the number of children for the details.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the column model that is used to maintain the columns of the details.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in interface com.ibm.as400.vaccess.VNode
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Returns the column model that is used to maintain the columns of the details.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the table column model to be used in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the table column model to use in the details when representing the children.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in interface com.ibm.as400.vaccess.VNode
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the index of the specified child for the details.
getDetailsModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the details model.
getDetailsModel() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Returns the details model.
getDetailsRoot() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the root of the details pane.
getDetailsSelectionModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the selection model that is used to maintain selection state in the details.
getDetailsSelectionModel() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Returns the selection model that is used to maintain selection state in the details.
getDevDescriptionName() - Method in class com.ibm.as400.access.list.AspListItem
Returns the auxiliary storage pool (ASP) device description name.
getDeviceRecoveryAction() - Method in class com.ibm.as400.access.Job
Returns the action taken for interactive jobs when an I/O error occurs for the job's requesting program device.
getDeviceRecoveryAction() - Method in class com.ibm.as400.access.JobDescription
Returns the action to take when an I/O error occurs for the interactive job's requesting program device.
getDeviceStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the status of the printer device.
getDeviceType() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the type of device for which the spooled file is intended.
getDFT() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the DFT keyword for this field.
getDFTCurrentValue() - Method in class com.ibm.as400.access.FieldDescription
Returns the default value setting based on the current timestamp.
getDigitallySigned() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getDigitallySignedBySystemTrustedSource() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getDigitallySignedMoreThanOnce() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getDirection() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.FormInput
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLAlign
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLHead
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLList
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLListItem
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.HTMLText
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.SelectFormElement
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.SelectOption
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns the direction of the text interpretation.
getDirection() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form text interpretation direction.
getDirectory() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Returns the path for the file selected.
getDirectoryEntry() - Method in class com.ibm.as400.access.User
Retrieves the system distribution directory entry for the user profile, if one exists.
getDirectoryFormat() - Method in class com.ibm.as400.access.FileAttributes
Returns the format of the specified directory object.
getDirectoryInformation() - Method in class com.ibm.as400.access.Product
Returns the list of product directories for this product.
getDirectoryName(File) - Method in class com.ibm.as400.util.html.FileListRenderer
Return the directory name string.
getdiskCapacity() - Method in class com.ibm.as400.access.list.AspListItem
Returns The total size of the disk unit in megabytes.
getdiskModel() - Method in class com.ibm.as400.access.list.AspListItem
Returns The model of the disk unit.
getdiskProtectionType() - Method in class com.ibm.as400.access.list.AspListItem
Returns The type of protection that has been assigned to this disk unit.
getdiskResourceName() - Method in class com.ibm.as400.access.list.AspListItem
Returns The unique system-assigned name of the disk unit.
getdiskSerialNumber() - Method in class com.ibm.as400.access.list.AspListItem
Returns The serial number of the disk unit.
getDiskStatuses(CommandConnection, DDMConnection, String) - Method in class com.ibm.jtopenlite.components.ListDiskStatuses
 
getDiskStatuses(CommandConnection, DDMConnection, String, boolean) - Method in class com.ibm.jtopenlite.components.ListDiskStatuses
 
getdiskStorageAvailable() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes of space not currently assigned.
getDiskStorageOption() - Method in class com.ibm.as400.access.FileAttributes
Returns how auxiliary storage is allocated by the system for the specified object.
getdiskStorageReserved() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes of auxiliary storage on the disk unit reserved for use by the system.
getdiskType() - Method in class com.ibm.as400.access.list.AspListItem
Returns The type of disk unit Available in format: FORMAT_0300
getDiskUnitNumber() - Method in class com.ibm.as400.access.list.AspListItem
Returns the total number of disk units in the ASP.
getdiskUnitpresence() - Method in class com.ibm.as400.access.list.AspListItem
Returns Indicates whether disk units in the ASP were found on the system.
getDisplacement() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsKeyField
 
getDisplayFilePath() - Method in class com.ibm.as400.access.Subsystem
Returns the path of the signon display file that is used when showing signon displays at work stations allocated to the subsystem.
getDisplaySignOnInformation() - Method in class com.ibm.as400.access.User
Retrieves whether the sign-on information display is shown when the user signs on.
getDisplaySize() - Method in class com.ibm.as400.access.SQLDataBase
Returns the display size.
getDLOName() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the document library object (DLO) name.
getDLOObjectTypesInSTRAUTCOL() - Method in class com.ibm.as400.access.User
 
getDLOOwner() - Method in class com.ibm.as400.access.DirectoryEntry
Returns which profile will be assigned ownership of the document library objects (DLOs) for this directory entry.
getDocGif() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the document gif.
getDocumentEnd() - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns the tag containing the servlet ending.
getDocumentHead() - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns the tag containing the servlet head.
getDomain() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getDomainDefinedAttributeType1() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the type of domain-defined attribute 1.
getDomainDefinedAttributeType2() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the type of domain-defined attribute 2.
getDomainDefinedAttributeType3() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the type of domain-defined attribute 3.
getDomainDefinedAttributeType4() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the type of domain-defined attribute 4.
getDomainDefinedAttributeValue1() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the value of domain-defined attribute 1.
getDomainDefinedAttributeValue2() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the value of domain-defined attribute 2.
getDomainDefinedAttributeValue3() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the value of domain-defined attribute 3.
getDomainDefinedAttributeValue4() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the value of domain-defined attribute 4.
getDomainName() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "domain name" attribute.
getDomainNamePending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "domain name" attribute.
getDouble(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java double value.
getDouble(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java double value.
getDouble(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DOUBLE or FLOAT output parameter as a Java double.
getDouble(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DOUBLE or FLOAT output parameter as a Java double.
getDouble(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getDouble(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getDouble(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java double value.
getDouble(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java double value.
getDouble(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java double value.
getDouble(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java double value.
getDouble() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java double.
getDouble(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getDouble(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getDouble(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getDouble(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getDouble(byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified record data at this field's offset into a double value, if possible.
getDoubleValue(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a double value for the named element.
getDoubleValue(String, int[]) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a double value for the named element given indices to the data element.
getDRDAPackageSize() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getDriver() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the JDBC driver implementation.
getDriver() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the JDBC driver implementation.
getDriverMajorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the major version number for this JDBC driver.
getDriverMajorVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the major version number for this JDBC driver.
getDriverMinorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the minor version number for this JDBC driver.
getDriverMinorVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the minor version number for this JDBC driver.
getDriverName() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the name of this JDBC driver.
getDriverName() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the name of this JDBC driver.
getDriverVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the version of this JDBC driver.
getDriverVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the version of this JDBC driver.
getDscp() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the dscp of this IPv4 Header.
getDstAddr() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the destination IP address of this IPv4 Header.
getDstAddr() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the destination IPv6 Address of this Header
getDstPort() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the destination port for this TCP header.
getDstPort() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the destination port of this UDP Header.
getECEFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the ece Flag for this TCP header.
getEcn() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the ecn of this IPv4 Header.
getelapsedTime() - Method in class com.ibm.as400.access.list.AspListItem
Returns The time that has elapsed since the start of the function.
getElapsedTime() - Method in class com.ibm.as400.access.SystemStatus
Returns the time (in seconds) that has elapsed between the measurement start time and the current system time.
getElapsedTime() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getElapsedTime() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200, FORMAT_SSTS0300.
getElapsedTime() - Method in class com.ibm.jtopenlite.components.ListActiveJobs
Returns the elapsed time since job statistics were reset, in milliseconds.
getElapsedTime() - Method in class com.ibm.jtopenlite.components.ListDiskStatuses
 
getElement() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns the element for the caption.
getElement() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the table cell element.
getElementAt(int) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Returns the element at the specifed index.
getElementAt(int) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Returns the element at the specified index.
getEnableClientAffinitiesList() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the enableClientAffinitiesList setting.
getEnableClientAffinitiesList() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the enableClientAffinitiesList setting.
getEnableSeamlessFailover() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the enableSeamlessFailover setting.
getEnableSeamlessFailover() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the affinityFailbackInteval setting.
getEncoded() - Method in class com.ibm.as400.access.AS400Certificate
Returns the ASN.1 encoded certificate value.
getEncoding() - Method in class com.ibm.as400.access.AS400Text
Returns the encoding of the data type.
getEncoding() - Method in class com.ibm.as400.access.AS400Varchar
Returns the encoding of the data type.
getEncoding() - Method in class com.ibm.as400.access.CharConverter
Returns the encoding of this conversion object.
getEncoding() - Method in class com.ibm.as400.access.Converter
 
getEncoding() - Method in class com.ibm.as400.access.ConverterImplRemote
 
getEncoding() - Method in class com.ibm.as400.access.ConvTable
 
getEncoding() - Method in class com.ibm.as400.access.ConvTableReader
Returns the encoding used by this ConvTableReader.
getEncoding() - Method in class com.ibm.as400.access.ConvTableWriter
Returns the encoding used by this ConvTableWriter.
getEncoding() - Method in class com.ibm.as400.access.IFSFileReader
Returns the encoding used by this IFSFileReader.
getEncoding() - Method in class com.ibm.as400.access.IFSFileWriter
Returns the encoding used by this IFSFileWriter.
getEncoding() - Method in class com.ibm.as400.access.LineDataRecordWriter
Gets the name of the encoding being used by this LineDataRecordWriter.
getEncoding() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the encoding used by this ReaderInputStream.
getEncoding() - Method in class com.ibm.as400.access.SCS5256Writer
Returns the name of the encoding being used by this stream.
getEncryptedConnectionEnforcement() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "encrypted connection enforce" attribute.
getEncryptedConnectionEnforcementPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "Encrypted connection enforcement" attribute.
getEncryptedData() - Method in class com.ibm.as400.access.ValidationListEntry
Returns the information currently encrypted for the entry in the validation list.
getEncryptedPassword(byte[], byte[], byte[], byte[], int) - Static method in class com.ibm.jtopenlite.HostServerConnection
 
getEncryptionRequired() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the value of the "Encryption Required" attribute.
getEncryptionRequired() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Gets the value of the "Encryption Required" attribute, only available on 7.4 and above Possible values are ENABLED, NOT_ENABLED.
getEndDateFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the create end date filter.
getendImmeControl() - Method in class com.ibm.as400.access.list.AspListItem
Returns This field has meaning in the system ASP (ASP 1) only.
getEndingBytes() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the ending bytes.
getEndingDate() - Method in class com.ibm.as400.access.HistoryLog
Returns the ending date for messages and jobs to be listed.
getEndingSpooledFileCreateDate() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0200Listener
 
getEndingSpooledFileCreateTime() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0200Listener
 
getEndPendingStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether an End Writer (ENDWTR) command has been issued for this writer.
getEndPosition() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns a position that represents the end of the document.
getEndPosition() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns a position that represents the end of the document.
getEndPosition() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns a position that represents the end of the document.
getEndSeverity() - Method in class com.ibm.as400.access.Job
Returns the message severity level of escape messages that can cause a batch job to end.
getEndSeverity() - Method in class com.ibm.as400.access.JobDescription
Returns the message severity level of escape messages that can cause a batch job to end.
getEndTime() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Gets the end time filter.
getEndTimeFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the create end time filter.
getEntries() - Method in class com.ibm.as400.access.DirectoryEntryList
Retrieves the directory entry information from the system.
getEntries() - Method in class com.ibm.as400.access.ValidationList
Returns all entries from the validation list.
getEntryAuthority() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the entry authority.
getEntryID() - Method in class com.ibm.as400.access.ValidationListEntry
Returns the translated data containing the entry identifier.
getEntryLength() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns the maximum entry length of the data queue.
getEntryStatus() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the entry status.
getEnumerationBlockSize() - Method in class com.ibm.as400.access.list.OpenList
Returns the number of items that Enumerations returned by this OpenList's getItems() method will attempt to retrieve from the system and cache.
getEnvironment() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns a hashtable of standard JNDI environment properties.
getEnvironmentVariables() - Method in class com.ibm.as400.access.EnvironmentVariableList
Returns an enumeration that contains an EnvironmentVariable object for each environment variable on the system.
getErrno() - Method in exception com.ibm.as400.access.ErrnoException
 
getErrno() - Method in class com.ibm.as400.access.ServiceProgramCall
Returns the error number (errno).
getErrno(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns an "errno" value for the named service program element.
geterrorCode() - Method in class com.ibm.as400.access.list.AspListItem
Returns An error code that identifies a hardware problem related to the use of an independent ASP (error codes are not available for other ASP types).
getErrorMessage() - Method in exception com.ibm.jtopenlite.DataStreamException
Returns the primary error message associated with this exception, if any.
getErrorMessages() - Method in exception com.ibm.jtopenlite.DataStreamException
Returns the array of error messages associated with this exception, if any.
getErrors() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the amount of detail for error messages originating from the IBM i system.
getErrors() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the amount of detail for error messages originating from the IBM i system.
getEscapeProcessing() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if escape processing is enabled (default).
getEth2DestMacAddress() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Ethernet2 destination mac of the Lan header.
getEth2SrcMacAddress() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Ethernet2 source mac of the Lan header.
getEthDestMacAddress() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Ethernet destination mac of the Lan header.
getEthFrameType() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the frame type of the Lan header.
getEthSaps() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Service Access Points of the Lan header.
getEthSrcMacAddress() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Ethernet source mac of the Lan header.
getEventSetDescriptors() - Method in class com.ibm.as400.access.AS400BeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.AS400CertificateUtilBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.AS400ConnectionPoolBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.AS400FileBeanInfo
Returns the set of event descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo
Returns the set of event descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.AS400JDBCDataSourceBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.AS400JDBCRowSetBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.BaseDataQueueBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.ClusteredHashTableEntryBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.CommandBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.CommandCallBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.CommandListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.ConnectionPoolBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.DataAreaBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.DataQueueAttributesBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.EnvironmentVariableBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.EnvironmentVariableListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.FTPBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.IFSFileBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.IFSFileInputStreamBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.IFSFileOutputStreamBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.IFSRandomAccessFileBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.JavaApplicationCallBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.JobBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.JobListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.JobLogBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.KeyedFileBeanInfo
Returns the set of event descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.access.MessageFileBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.MessageQueueBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.OutputQueueBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.PanelGroupBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.PrintObjectBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.PrintObjectListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.ProductLicenseBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.ProgramCallBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.ProgramParameterBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.QSYSObjectPathNameBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.RecordBeanInfo
Returns the set of event descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.access.RecordFormatBeanInfo
Returns the set of event descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.access.SequentialFileBeanInfo
Returns the set of event descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.access.SystemPoolBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.SystemStatusBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.SystemValueBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.SystemValueGroupBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.SystemValueListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.UserBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.UserListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.access.UserSpaceBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.resource.ResourceBeanInfo
Deprecated.
Returns the event set descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.security.auth.AS400CredentialBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.security.auth.AS400PrincipalBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.security.auth.ProfileTokenCredentialBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.BidiOrderingBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.ButtonFormInputBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.FileListElementBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.FileTreeElementBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.FormInputBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.GridLayoutFormPanelBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLAlignBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLAppletBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLDocumentBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLFormBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLHeadBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLHeadingBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLHyperlinkBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLImageBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLListItemBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLMetaBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLParameterBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLServletBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLTableBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLTableCaptionBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLTableCellBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLTableRowBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLTagAttributesBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLTextBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLTreeBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.HTMLTreeElementBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.ImageFormInputBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.LabelFormElementBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.OrderedListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.OrderedListItemBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.RadioFormInputGroupBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.SelectFormElementBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.SelectOptionBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.TextAreaFormElementBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.TextFormInputBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.ToggleFormInputBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.UnorderedListBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.html.UnorderedListItemBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.servlet.ListMetaDataBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.servlet.ListRowDataBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaDataBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.servlet.RecordListRowDataBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.servlet.ResourceListRowDataBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.servlet.ServletHyperlinkBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaDataBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowDataBeanInfo
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.AS400ListModelBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.AS400ListPaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.AS400TreeModelBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.AS400TreePaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.CommandCallButtonBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.CommandCallMenuItemBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.DataQueueDocumentBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.ErrorDialogAdapterBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.IFSTextFileDocumentBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocumentBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.ProgramCallButtonBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItemBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.RecordListFormPaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.RecordListTableModelBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.RecordListTablePaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModelBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.ResourceListModelBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.ResourceListPaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SpooledFileViewerBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SQLConnectionBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModelBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePaneBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SQLStatementButtonBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SQLStatementDocumentBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItemBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VActionAdapterBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VIFSDirectoryBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VJavaApplicationCallBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VJobBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VJobListBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VMessageListBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VMessageQueueBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VPrinterBeanInfo
Deprecated.
Returns the event set descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VPrinterOutputBeanInfo
Deprecated.
Returns the event set descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VPrintersBeanInfo
Deprecated.
Returns the event set descriptors.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VPropertiesActionBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VSystemPoolBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VSystemStatusBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VSystemValueListBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.VUserListBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventSetDescriptors() - Method in class com.ibm.as400.vaccess.WorkingCursorAdapterBeanInfo
Deprecated.
Returns the descriptors for all events.
getEventType() - Method in class com.ibm.jtopenlite.ddm.DDMCallbackEvent
Returns the type of event.
getEWLMCorrelator() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getException() - Method in exception com.ibm.as400.access.ConnectionPoolException
Returns the original exception.
getException() - Method in class com.ibm.as400.access.PrintObjectListEvent
Returns the exception that occurred while retrieving the list.
getException() - Method in class com.ibm.as400.access.SignonEvent
Returns the exception that is associated with this event, if any.
getException() - Method in exception com.ibm.as400.data.XmlException
Returns the original exception that caused this XmlException.
getException() - Method in exception com.ibm.as400.resource.ResourceException
Deprecated.
Returns the underlying exception, if any.
getException() - Method in exception com.ibm.as400.util.servlet.RowDataException
Returns the original exception.
getException() - Method in class com.ibm.as400.vaccess.ErrorEvent
Deprecated.
Returns the exception which triggered this event.
getExchangeAttrReply() - Method in class com.ibm.as400.access.AS400Server
 
getExecute() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute type.
getExecute() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute type.
getExecuteReadShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute/read, share with neither readers nor writers type.
getExecuteReadShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute/read, share with neither readers nor writers type.
getExecuteReadShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute/read, share with readers and writers type.
getExecuteReadShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute/read, share with readers and writers type.
getExecuteReadShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute/read, share with readers only type.
getExecuteReadShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute/read, share with readers only type.
getExecuteReadShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute/read, share with writers only type.
getExecuteReadShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute/read, share with writers only type.
getExecuteShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute, share with neither readers nor writers type.
getExecuteShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute, share with neither readers nor writers type.
getExecuteShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute, share with readers and writers type.
getExecuteShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute, share with readers and writers type.
getExecuteShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute, share with readers only type.
getExecuteShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute, share with readers only type.
getExecuteShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the execute, share with writers only type.
getExecuteShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the execute, share with writers only type.
getExistenceOption() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns the existence option for this object.
getExitPrograms() - Method in class com.ibm.as400.access.PTF
Retrieves the list of exit programs for this PTF.
getExpandedGif() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the expanded gif.
getExpired() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getExplicitLocks() - Method in class com.ibm.as400.access.AS400File
Returns the explicit locks that have been obtained for the file using this AS400File object.
getExportedKeys(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of the foreign key columns that reference a table's primary key columns.
getExportedKeys(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of the foreign key columns that reference a table's primary key columns.
getExportName() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getExtendedAttributeSize() - Method in class com.ibm.as400.access.FileAttributes
Returns the total number of extended attribute bytes.
getExtendedColumnDescriptorOption() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getExtendedInfo() - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Retrieves any extended information used during the creation of the profile token credential.
getExtendedObjectAttribute() - Method in class com.ibm.as400.access.SaveFileEntry
Returns extended information about the object type.
getExtendedObjectAttribute() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0200, FORMAT_OBJD0300, FORMAT_OBJD0400.
getExtendedSQLParameterMarkerDataFormat() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getExtendedSQLStatementText() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getExtraNameCharacters() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns all of the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9, and _).
getExtraNameCharacters() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns all of the "extra" characters that can be used in unquoted identifier names (those beyond a-z, A-Z, 0-9, and _).
getExtraOptions() - Method in class com.ibm.as400.access.CommandLineArguments
Returns the list of any extra options that were specified.
getFactory() - Method in class com.ibm.as400.access.PxClientConnectionAdapter
 
getFaxNumber() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the fax telephone number.
getFD() - Method in class com.ibm.as400.access.IFSFileInputStream
Returns the opaque file descriptor associated with this stream.
getFD() - Method in class com.ibm.as400.access.IFSFileOutputStream
Returns the file descriptor associated with this stream.
getFD() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns a file descriptor associated with this stream.
getFeature() - Method in class com.ibm.as400.access.ProductLicense
Returns the feature identifier for this license.
getFeatureID() - Method in class com.ibm.as400.access.Product
Returns the feature ID for this product.
getFetchBufferSize() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getFetchDirection() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the fetch direction.
getFetchDirection() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getFetchDirection() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the fetch direction.
getFetchDirection() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the fetch direction.
getFetchDirection() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the fetch direction.
getFetchDirection() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getFetchDirection() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getFetchDirection() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
getFetchScrollOption() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getFetchScrollOptionRelativeValue() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getFetchSize() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the fetch size.
getFetchSize() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getFetchSize() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the fetch size.
getFetchSize() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the number of rows to be fetched from the database when more rows are needed.
getFetchSize() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the fetch size.
getFetchSize() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getFetchSize() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getFetchSize() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
getField(int) - Method in class com.ibm.as400.access.Record
Returns the value of the field by index.
getField(String) - Method in class com.ibm.as400.access.Record
Returns the value of the field by name.
getField(int) - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the field at the specified index, or null if the index is not valid.
getField(String) - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the field with the specified name, or null if no such field exists in this record format.
getField_I(Object, String) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
get an integer field Examples int value = getField_I(ds, "getMaximumPrecision");
getFieldAsBytes(int) - Method in class com.ibm.as400.access.Record
Returns the value of the field by index, as an unconverted byte array.
getFieldAsBytes(String) - Method in class com.ibm.as400.access.Record
Returns the value of the field by name, as an unconverted byte array.
getFieldCount() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the number of fields in this record format.
getFieldDescription(int) - Method in class com.ibm.as400.access.RecordFormat
Returns the field description at the specified index.
getFieldDescription(String) - Method in class com.ibm.as400.access.RecordFormat
Returns the field description with the specified name.
getFieldDescriptions() - Method in class com.ibm.as400.access.RecordFormat
Returns the field descriptions that make up this object.
getFieldIdentifier(int) - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getFieldIdentifier(int) - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getFieldIdentifierCount() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getFieldIdentifierCount() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getFieldName() - Method in class com.ibm.as400.access.FieldDescription
Returns the name of this field.
getFieldNames() - Method in class com.ibm.as400.access.RecordFormat
Returns the names of the field descriptions that make up this record format.
getFields() - Method in class com.ibm.as400.access.Record
Returns the values of the fields in the record.
getFieldsToReturn() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getFile() - Method in class com.ibm.as400.util.html.FileTreeElement
Returns the file represented by this FileTreeElement.
getFile() - Method in class com.ibm.jtopenlite.ddm.DDMCallbackEvent
 
getFile() - Method in class com.ibm.jtopenlite.ddm.DDMFile
Returns the name of this file.
getFile() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the name of the file (MBFILE).
getFile() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the name of the file (WHFILE) for this record format.
getFileAttribute() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the file attribute (MBFATR).
getFileChangeDate() - Method in class com.ibm.as400.access.JavaProgram
Returns the date and time the file was last modified or changed.
getFileExtensions() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the list of file extensions for the share.
getFileFilter() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Returns the filter that was selected.
getFileFormat() - Method in class com.ibm.as400.access.FileAttributes
Returns the format of the stream file.
getFileId() - Method in class com.ibm.as400.access.FileAttributes
Returns the identifier associated with the referred to object.
getFileMemberDescriptions(String, String) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Retrieves the member descriptions for the specified file.
getFileMemberDescriptions(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Retrieves the member descriptions for the specified file.
getFileName() - Method in class com.ibm.as400.access.AS400File
Returns the file name.
getFileName() - Method in class com.ibm.as400.access.AS400FileRecordDescription
Returns the file name.
getFileName() - Method in class com.ibm.as400.access.AS400Message
Returns the message file name.
getFileName() - Static method in class com.ibm.as400.access.Trace
Returns the trace file name.
getFileName(Object) - Static method in class com.ibm.as400.access.Trace
Returns the trace file name for the specified component.
getFileName(File) - Method in class com.ibm.as400.util.html.FileListRenderer
Return the file name string.
getFileName() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Returns the selected file name.
getFileName() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns the file name.
getFileName() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the file name.
getFileName() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the file name.
getFileOwner() - Method in class com.ibm.as400.access.JavaProgram
Returns the name of the owner of the file.
getFilePointer() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns the current offset in this file.
getFiles(File, boolean) - Method in class com.ibm.as400.access.IFSSystemView
Gets the list of shown (that is, not hidden) files in the directory.
getFiles(File, boolean) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Gets the list of shown (that is, not hidden) files in the directory.
getFileServerReference() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the file server reference type.
getFileServerReference() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the file server reference type.
getFileServerWorkingDirectory() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the file server working directory type.
getFileServerWorkingDirectory() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the file server working directory type.
getFilesExcluded() - Method in class utilities.JarMaker
Deprecated.
Returns the names of the required files specified by the user.
getFilesRequired() - Method in class utilities.JarMaker
Deprecated.
Returns the names of the required files specified by the user.
getFileStatus() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getFileStatusString() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getFileSystem() - Method in class com.ibm.as400.access.IFSFile
Returns the full path of the object.
getFileSystemObjectTypesInSTRAUTCOL() - Method in class com.ibm.as400.access.User
 
getFileSystemType(boolean) - Method in class com.ibm.as400.access.IFSFile
Return the type of file system.
getFileSystemType() - Method in class com.ibm.as400.access.IFSFile
Return the type of file system.
getFileText() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the text description (MBTEXT) of the file.
getFileType() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the file type (MBFTYP).
getFilter() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the filter which determines which files and directories are included as children.
getFilterCreationDateEnd() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the end creation date being used to filter the list of spooled files.
getFilterCreationDateStart() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the start creation date being used to filter the list of spooled files.
getFilterDataType() - Method in class com.ibm.as400.access.list.AspOpenList
 
getFilterDevices() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the printer device names being used to filter the list of spooled files.
getFilterFormType() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the form type being used to filter the list of spooled files.
getFilterIPv6() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns address filtering for IPv6.
getFilterJobName() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the job name portion of the job information used to determine which spooled files belong in the list.
getFilterJobNumber() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the job number portion of the job information used to determine which spooled files belong in the list.
getFilterJobSystemName() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the job system name used to determine which spooled files belong in the list.
getFilterJobUser() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the user name portion of the job information used to determine which spooled files belong in the list.
getFilterKey() - Method in class com.ibm.as400.access.list.AspOpenList
 
getFilterListener() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getFilterOutputQueues() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the output queue names being used to filter the list of spooled files.
getFilterStatuses() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the statuses being used to filter the list of spooled files.
getFilterUserData() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the user data being used to filter the list of spooled files.
getFilterUsers() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the user names being used to filter the list of spooled files.
getFINFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the fin Flag for this TCP header.
getFirstCertificates(String, int) - Method in class com.ibm.as400.access.AS400CertificateUtil
Retrieves certificates placed in the user space by listCertificates starting at the first certificate in the user space.
getFirstCopyright() - Method in class com.ibm.as400.access.Product
Returns the value specified for the copyright first year when the product definition for this product load was created.
getFirstName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the first name.
getFirstRecord() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getFirstSequenceNumber() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getFlag() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the first flag of this IPv4 Header.
getFlag2() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the second flag of this IPv4 Header.
getFloat(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java float value.
getFloat(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java float value.
getFloat(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL REAL or FLOAT output parameter as a Java float.
getFloat(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL REAL or FLOAT output parameter as a Java float.
getFloat(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getFloat(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getFloat(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java float value.
getFloat(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java float value.
getFloat(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java float value.
getFloat(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java float value.
getFloat() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java float.
getFloat(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getFloat(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getFloat(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getFloat(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getFloat(byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified record data at this field's offset into a float value, if possible.
getFloatAttribute(int) - Method in class com.ibm.as400.access.PrintObject
Returns an attribute of the object that is a Float type attribute.
getFloatParameter(int) - Method in class com.ibm.as400.access.PrintParameterList
Returns a float parameter.
getFlowLabel() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the flow label of this Header.
getFLTPCN() - Method in class com.ibm.as400.access.FloatFieldDescription
Returns the value specified for the FLTPCN keyword for this field.
getFolder() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the name of the folder that was saved.
getFont(AttributeSet) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the font based on a set of attributes.
getForceToAuxiliaryStorage() - Method in class com.ibm.as400.access.BaseDataQueue
Returns a value that indicates if entries are forced to auxiliary storage.
getForeground(AttributeSet) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the foreground color based on a set of attributes.
getFormAlignmentMessageTime() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the time at which the forms alignment message will be sent.
getFormat() - Method in class com.ibm.as400.access.AS400Date
Gets the format of this AS400Date object.
getFormat() - Method in class com.ibm.as400.access.AS400Time
Gets the format of this AS400Time object.
getFormat() - Method in class com.ibm.as400.access.list.AspListItem
Returns the format that was used by AspOpenList to generate this item.
getFormat() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the format that was used by SpooledFileOpenList to generate this item.
getFormat() - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Returns the format currently in use by this open list.
getFormat() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getFormat() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getFormatId() - Method in class com.ibm.as400.access.AS400JDBCXid
Returns the format ID.
getFormatId() - Method in class com.ibm.as400.access.jdbcClient.ClientXid
 
getFormatListener() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getFormatListener() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getFormatListener() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getFormatListener() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getFormatListener() - Method in class com.ibm.jtopenlite.command.program.openlist.OpenListHandler
 
getFormatListener() - Method in interface com.ibm.jtopenlite.command.program.openlist.OpenListProgram
The format listener gets called by the formatter once the output data has been formatted.
getFormatListener() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getFormatListener() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getFormatName() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getFormatName() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
getFormatter() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getFormatter() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getFormatter() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getFormatter() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getFormatter() - Method in interface com.ibm.jtopenlite.command.program.openlist.OpenListProgram
The formatter is the class that handles formatting the output data for each entry in the list.
getFormatter() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getFormatter() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getFormType() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the type of form being used to print the spooled file.
getFormType() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the type of forms that should be loaded on the printer before this spooled file is printed.
getFormType() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getFormType() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getFormTypeFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the formtype list filter.
getFormTypeFilter() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the form type filter for the list.
getFOTag() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns the XSL formatting object's tag for the Bi-Directional Ordering.
getFOTag() - Method in class com.ibm.as400.util.html.ButtonFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.CheckboxFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.FileFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HiddenFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLAlign
Returns the tag for the XSL-FO alignment.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns the tag for the XSL-FO document.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLForm
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLHead
Returns the tag for the XSL-FO header.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns the tag for the XSL-FO heading.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the element tag for the XSL-FO image.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLListItem
Returns the tag for the XSL-FO list item.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLParameter
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLServlet
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the XSL-FO table tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns the XSL-FO caption tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the XSL-FO table cell tag.
getFOTag(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the XSL-FO table cell tag with the specified element.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the XSL-FO table header tag.
getFOTag(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the table header tag with the specified data element.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the XSL-FO table row tag.
getFOTag() - Method in interface com.ibm.as400.util.html.HTMLTagElement
Returns the element tag in XSL-FO.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLText
Returns the XSL-FO text tag.
getFOTag(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Returns the XSL-FO text tag.
getFOTag(String) - Method in class com.ibm.as400.util.html.HTMLText
Returns the XSL-FO text tag with the specified text.
getFOTag(String, boolean) - Method in class com.ibm.as400.util.html.HTMLText
Returns the XSL-FO text tag with the specified text.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTree
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.ImageFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.LabelFormElement
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.LineLayoutFormPanel
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.OrderedList
Returns the XSL-FO tag for the ordered list.
getFOTag() - Method in class com.ibm.as400.util.html.PasswordFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.RadioFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.ResetFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.SelectFormElement
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.SelectOption
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.SubmitFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.TextFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.UnorderedList
Returns the XSL-FO tag for the unordered list.
getFragmentOffset() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the fragment offset of this IPv4 Header.
getFrame() - Method in interface com.ibm.as400.vaccess.VActionContext
Deprecated.
Returns the frame.
getFrameType() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the frame type of this packet.
getFreeConnectionCount() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Returns the number of free connections in this pool.
getFreeConnectionCount(String) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Returns the number of free connections for the specified user in this pool.
getFreeSpace() - Method in class com.ibm.as400.access.IFSFile
Returns the amount of unused storage space that is available to the user.
getFreeSpace(AS400) - Static method in class com.ibm.as400.access.IFSFile
Returns the amount of unused storage space that is available to the user.
getFreeSpace() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the number of unallocated bytes in the partition named by this abstract path name.
getFromJobName() - Method in class com.ibm.as400.access.QueuedMessage
Returns the sender job name.
getFromJobNumber() - Method in class com.ibm.as400.access.QueuedMessage
Returns the sender job number.
getFromProgram() - Method in class com.ibm.as400.access.QueuedMessage
Returns the sending program name.
getFromUnicode() - Method in class com.ibm.as400.access.ConvTableDoubleMap
 
getFullName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the full name.
getFullName() - Method in class com.ibm.as400.resource.Presentation
Deprecated.
Returns the full name.
getfunction() - Method in class com.ibm.as400.access.list.AspListItem
Returns The function that is currently running as part of a state transition for an ASP.
getFunction() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getFunction1Level() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getFunction2Level() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getFunction3Level() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getFunctionColumns(String, String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctionColumns(String, String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves a description of the given catalog's system or user function parameters and return type.
getFunctionName() - Method in class com.ibm.as400.access.Job
Returns additional information (as described by the FUNCTION_TYPE attribute) about the last high-level function initiated by the initial thread.
getFunctions(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves a description of the user functions available in the given catalog.
getFunctions(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves a description of the user functions available in the given catalog.
getFunctionType() - Method in class com.ibm.as400.access.Job
Returns the last high-level function initiated by the initial thread.
getGarbageCollectionFrequency() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the relative frequency that garbage collection runs.
getGarbageCollectionInitialSize() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the initial size, in kilobytes, of the garbage collection heap.
getGarbageCollectionMaximumSize() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the maximum size, in kilobytes, that the garbage collection heap can grow to.
getGarbageCollectionPriority() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the priority of the tasks running garbage collection.
getGeneratedKeys() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getGeneratedKeys() - Method in class com.ibm.as400.access.AS400JDBCStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGeneratedKeys() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getGeneratedKeys() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
getGenerationQualifier() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the generation qualifier.
getgeographicMirrorCpDataStat() - Method in class com.ibm.as400.access.list.AspListItem
Returns The condition of the data on the target.
getgeographicMirrorCpStat() - Method in class com.ibm.as400.access.list.AspListItem
Returns The mirror state of the mirror copy.
getgeographicMirrorPerfMode() - Method in class com.ibm.as400.access.list.AspListItem
Returns The performance mode of the mirroring.
getgeographicMirrorResumePriority() - Method in class com.ibm.as400.access.list.AspListItem
Returns The resume priority following a suspend.
getgeographicMirrorRole() - Method in class com.ibm.as400.access.list.AspListItem
Returns The current role of a physical IASP.
getgeographicMirrorSuspendTimeout() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of seconds the production node waits for a response from the mirror copy node before suspending geographic mirroring.
getGID() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getGivenName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the given name.
getGlobalTransactionId() - Method in class com.ibm.as400.access.AS400JDBCXid
Returns the global transaction ID.
getGlobalTransactionId() - Method in class com.ibm.as400.access.jdbcClient.ClientXid
 
getGMTInstance() - Static method in class com.ibm.as400.access.AS400Calendar
 
getGregorianInstance() - Static method in class com.ibm.as400.access.AS400Calendar
 
getGregorianInstance(TimeZone) - Static method in class com.ibm.as400.access.AS400Calendar
 
getGridColor() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the color used to draw grid lines.
getGridColor() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the color used to draw grid lines.
getGroup() - Method in class com.ibm.as400.access.SystemValue
Returns the system value group to which this system value belongs.
getGroup(int) - Method in class com.ibm.as400.access.SystemValueList
Returns a set of SystemValue objects.
getGroupAuthority() - Method in class com.ibm.as400.access.User
Retrieves the authority the user's group profile has to objects the user creates.
getGroupAuthorityType() - Method in class com.ibm.as400.access.User
Retrieves the type of authority the user's group has to objects the user creates.
getGroupCount() - Static method in class com.ibm.as400.access.SystemValueList
Returns the total number of possible groups.
getGroupDescription() - Method in class com.ibm.as400.access.SystemValue
Returns the user-defined group description.
getGroupDescription() - Method in class com.ibm.as400.access.SystemValueGroup
Returns the user-defined description for this group.
getGroupDescription(int) - Static method in class com.ibm.as400.access.SystemValueList
Returns the description for the specified system value group.
getGroupDescription(int, Locale) - Static method in class com.ibm.as400.access.SystemValueList
Returns the description for the specified system value group.
getGroupID() - Method in class com.ibm.as400.access.User
Retrieves the group ID number for the user profile.
getGroupIDNumber() - Method in class com.ibm.as400.access.User
Deprecated.
This method has been replaced by getGroupID() which returns a long.
getGroupIndicator() - Method in class com.ibm.as400.access.UserPermission
Returns the value indicating if the user profile is a group profile.
getGroupInfo() - Method in class com.ibm.as400.access.UserList
Returns the group profile whose members are to be returned.
getGroupInfo() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the group information.
getGroupName() - Method in class com.ibm.as400.access.SystemValue
Returns the user-defined group name.
getGroupName() - Method in class com.ibm.as400.access.SystemValueGroup
Returns the user-defined name for this group.
getGroupName(int) - Static method in class com.ibm.as400.access.SystemValueList
Returns the name of the specified system value group.
getGroupName(int, Locale) - Static method in class com.ibm.as400.access.SystemValueList
Returns the name of the specified system value group.
getGroupProfileName() - Method in class com.ibm.as400.access.User
Retrieves the name of the group profile.
getGSSName() - Method in class com.ibm.as400.access.AS400
Returns the GSS name string.
getGSSOption() - Method in class com.ibm.as400.access.AS400
Returns the option for how the JGSS framework will be used.
getGuestUserProfile() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "guest user profile" attribute.
getGuestUserProfilePending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "guest user profile" attribute.
getHandle() - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns the handle to this BLOB locator in the database.
getHandle() - Method in class com.ibm.as400.access.ClusteredHashTable
Returns the name of the clustered hash table connection handle.
getHandle() - Method in class com.ibm.as400.security.auth.ProfileHandleCredential
Returns the actual bytes for the handle as it exists on the IBM i system.
getHardwareLength() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the byte length of each hardware address of this packet.
getHardwareType() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the hardware type of this packet.
getHeader() - Method in class com.ibm.as400.util.commtrace.IPPacket
Returns the header of this packet.
getHeader() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the table column header tags.
getHeaderChecksum() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the header check sum.
getHeaderData() - Method in class com.ibm.as400.util.commtrace.Header
Returns the data of this header.
getHeaderHyperlinks() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form header's hyperlinks.
getHeaderHyperlinks() - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Returns the table header's hyperlinks.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.AH
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.Destination
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.DestinationUnreachable
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.EchoReplyRequest
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.EchoRequest
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.ExtHeader
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.Header
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.HopByHop
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.ICMP4Header
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.ICMP6Header
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.IP4Header
 
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.MLMessage
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.NDOption
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.NeighborAdvertisement
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.NeighborSolicitation
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.PacketTooBig
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.ParameterProblem
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.Redirect
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.RouterSolicitation
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.Routing
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.TimeExceeded
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the length of this header.
getHeaderTag() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the HTML tag for the table column headers.
getHeight() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the height of the applet in pixels.
getHeight() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the height of the image.
getHeight() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the height relative to the table in pixels or percent.
getHeight() - Method in class com.ibm.as400.util.html.ImageFormInput
Returns the height of the image in pixels.
getHelp() - Method in class com.ibm.as400.access.AS400Message
Returns the message help.
getHelpIdentifier() - Method in class com.ibm.as400.access.Command
Returns the name of the general help module for the names of the help identifiers for this command.
getHelpIdentifiers(String[]) - Method in class com.ibm.as400.access.PanelGroup
Returns the panel group help identifiers for the specified keywords.
getHelpPanelGroup() - Method in class com.ibm.as400.access.Command
Returns the fully integrated file system path of the help panel group in which the online help information exists for this command.
getHelpSearchIndex() - Method in class com.ibm.as400.access.Command
Returns the fully qualified integrated file system path of the help search index used for this command.
getHelpText(String[]) - Method in class com.ibm.as400.access.PanelGroup
Retrieves the XML help text from the system for the specified keywords.
getHelpTextFormatting() - Method in class com.ibm.as400.access.MessageFile
Returns the status of help text formatting.
getHelpTextFormatting() - Method in class com.ibm.as400.access.MessageQueue
Returns the status of help text formatting.
getHexadecimalConstantParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getHiddenParameterList() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the form's hidden parameter list.
getHighestSchedulingPriority() - Method in class com.ibm.as400.access.User
Retrieves the highest scheduling priority the user is allowed to have for each job submitted to the system.
getHoldability() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Retrieves the holdability.
getHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the holdability of ResultSets created from this connection.
getHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the holdability of ResultSets created from this connection.
getHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the holdability of ResultSets created from this connection.
getHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getHoldability() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Retrieves the holdability of this ResultSet object
getHoldability() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
The holdability is always ResultSet.HOLD_CURSORS_OVER_COMMIT.
getHoldability() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getHoldIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getHoldPendingStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether a Hold Writer (HLDWTR) command has been issued for this writer.
getHomeDirectory() - Method in class com.ibm.as400.access.IFSSystemView
Returns the home directory.
getHomeDirectory() - Method in class com.ibm.as400.access.User
Retrieves the home directory for this user profile.
getHomeDirectory() - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns the home directory.
getHopLimit() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the hop limit of this Header.
getHorizontalAlignment() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the horizontal alignment.
getHorizontalAlignment() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the global horizontal alignment for the row.
getHostName() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getHSpace() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the horizontal space around the image in pixels.
getHTMLHead() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns an HTMLHead object for the page.
getHTMLHyperlink(String) - Method in class com.ibm.as400.util.html.URLParser
Returns the HTMLHyperlink.
getHttpEquiv() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns the HTTP-EQUIV of the meta tag.
getHttpServletRequest() - Method in class com.ibm.as400.util.html.FileListElement
Returns the Http servlet request.
getHttpServletRequest() - Method in class com.ibm.as400.util.html.HTMLTree
Returns the HttpServletRequest.
getHttpServletResponse() - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Returns the Http servlet response.
getIASPNames() - Method in class com.ibm.as400.access.User
Retrieves the list of independent auxiliary storage pool (IASP) names in use by this user.
getIASPStorageAllowed(String) - Method in class com.ibm.as400.access.User
Retrieves the maximum amount of auxiliary storage in kilobytes that can be assigned to store permanent object owned by this user on the given independant ASP.
getIASPStorageUsed(String) - Method in class com.ibm.as400.access.User
Retrieves the amount of auxiliary storage in kilobytes occupied by this user's owned objects on the given independent ASP.
getIcon(int) - Method in class com.ibm.as400.access.AFPResourceBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.AFPResourceListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400ArrayBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400BeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400CertificateUtilBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400ConnectionPoolBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo
Returns the icon image for a AS400FileRecordDescription bean.
getIcon(int) - Method in class com.ibm.as400.access.AS400FTPBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSourceBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400JDBCDataSourceBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400JDBCRowSetBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400JDBCXADataSourceBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.access.AS400StructureBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.CharacterDataAreaBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.ClusteredHashTableBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.ClusteredHashTableEntryBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.CommandBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.CommandCallBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.CommandListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.DataQueueAttributesBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.DataQueueBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.DecimalDataAreaBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.EnvironmentVariableBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.EnvironmentVariableListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.FTPBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.IFSFileBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.IFSFileInputStreamBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.IFSFileOutputStreamBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.IFSRandomAccessFileBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.IFSTextFileInputStreamBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.IFSTextFileOutputStreamBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.JavaApplicationCallBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.JobBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.JobListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.JobLogBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.KeyedDataQueueBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.KeyedFileBeanInfo
Returns the icon image for a KeyedFile bean.
getIcon(int) - Method in class com.ibm.as400.access.LocalDataAreaBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.LogicalDataAreaBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.MessageFileBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.MessageQueueBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.OutputQueueBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.OutputQueueListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.PanelGroupBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.PrinterBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.PrinterFileBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.PrinterFileListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.PrinterListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.ProductLicenseBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.ProgramCallBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.ProgramParameterBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.QSYSObjectPathNameBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.RecordBeanInfo
Returns the icon image for a Record bean.
getIcon(int) - Method in class com.ibm.as400.access.RecordFormatBeanInfo
Returns the icon image for a RecordFormat bean.
getIcon(int) - Method in class com.ibm.as400.access.SecureAS400BeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.SequentialFileBeanInfo
Returns the icon image for a SequentialFile bean.
getIcon(int) - Method in class com.ibm.as400.access.ServiceProgramCallBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.SpooledFileListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.SystemPoolBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.SystemStatusBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.SystemValueBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.SystemValueGroupBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.SystemValueListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.UserBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.UserListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.UserSpaceBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.access.WriterJobListBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.resource.RIFSFileBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RIFSFileListBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RJavaProgramBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RJobBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RJobListBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RJobLogBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RMessageQueueBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RPrinterBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RPrinterListBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RUserBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.resource.RUserListBeanInfo
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.security.auth.AS400CredentialBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.security.auth.AS400PrincipalBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.security.auth.ProfileHandleCredentialBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredentialBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.security.auth.UserProfilePrincipalBeanInfo
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.util.html.BidiOrderingBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.ButtonFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.CheckboxFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.FileFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.FileListElementBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.FileTreeElementBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.GridLayoutFormPanelBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HiddenFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLAlignBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLAppletBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLDocumentBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLFormBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLHeadBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLHeadingBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLHyperlinkBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLImageBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLMetaBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLParameterBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLServletBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLTableBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLTableCaptionBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLTableCellBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLTableHeaderBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLTableRowBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLTextBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLTreeBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.HTMLTreeElementBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.ImageFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.LabelFormElementBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.LineLayoutFormPanelBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.OrderedListBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.OrderedListItemBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.PasswordFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.RadioFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.RadioFormInputGroupBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.ResetFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.SelectFormElementBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.SelectOptionBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.SubmitFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.TextAreaFormElementBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.TextFormInputBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.UnorderedListBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.html.UnorderedListItemBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.servlet.ListMetaDataBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.servlet.ListRowDataBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaDataBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.servlet.RecordListRowDataBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.servlet.ResourceListRowDataBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.servlet.ServletHyperlinkBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaDataBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetRowDataBeanInfo
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.AS400ListModelBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.AS400ListPaneBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.AS400TreeModelBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.AS400TreePaneBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.CommandCallButtonBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.CommandCallMenuItemBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.DataQueueDocumentBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.ErrorDialogAdapterBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocumentBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocumentBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.ProgramCallButtonBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItemBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.RecordListFormPaneBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.RecordListTableModelBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.RecordListTablePaneBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModelBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPaneBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.ResourceListModelBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.ResourceListPaneBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SpooledFileViewerBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SQLConnectionBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPaneBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPaneBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModelBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePaneBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SQLStatementButtonBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SQLStatementDocumentBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItemBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VActionAdapterBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VIFSDirectoryBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VJavaApplicationCallBeanInfo
Deprecated.
Returns an Image for this bean's icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VJobBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VJobListBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VMessageListBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VMessageQueueBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VPrinterBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VPrinterOutputBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VPrintersBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VPropertiesActionBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VSystemPoolBeanInfo
Deprecated.
Returns an image for this bean's icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VSystemStatusBeanInfo
Deprecated.
Returns an image for this bean's icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VSystemValueListBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.VUserListBeanInfo
Deprecated.
Returns an image for the icon.
getIcon(int) - Method in class com.ibm.as400.vaccess.WorkingCursorAdapterBeanInfo
Deprecated.
Returns an image for the icon.
getIconUrl() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the icon URL.
getID() - Method in class com.ibm.as400.access.AS400CertificateEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.AS400FileRecordDescriptionEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the ID of the connection.
getID() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getID() - Method in class com.ibm.as400.access.AS400Message
Returns the message ID.
getID() - Method in class com.ibm.as400.access.ConnectionPoolEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.DataAreaEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.DataQueueEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.FileEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.FTPEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the connection ID.
getID() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the unique identifier for the system session.
getID() - Method in class com.ibm.as400.access.NetServerConnection
Deprecated.
Returns the connection ID for connection.
getID() - Method in class com.ibm.as400.access.OutputQueueEvent
Returns the output queue event identifier.
getID() - Method in class com.ibm.as400.access.PrintObjectListEvent
Returns the print object list event identifier.
getID() - Method in class com.ibm.as400.access.ProductLicenseEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.PTF
Returns the ID number for this PTF.
getID() - Method in class com.ibm.as400.access.RecordDescriptionEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.UserSpaceEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.resource.ActiveStatusEvent
Deprecated.
Returns the event ID.
getID() - Method in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Returns the event ID.
getID() - Method in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Returns the event ID.
getID() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the ID.
getID() - Method in class com.ibm.as400.security.auth.AS400CredentialEvent
Returns the identifier for the event.
getID() - Method in class com.ibm.as400.util.html.ElementEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.util.servlet.RowDataEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.jtopenlite.Message
Returns the message ID of this message.
getIdentification() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the indentification of this IPv4 Header.
getIdentifier() - Method in class com.ibm.as400.access.SystemPool
Returns the system pool identifier.
getIdentifier() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the identifier of the attribute.
getIdentifier() - Method in class com.ibm.as400.util.commtrace.EchoReplyRequest
Returns the identifier of this EchoReplyRequest header.
getIdentifier() - Method in class com.ibm.as400.util.commtrace.EchoRequest
Returns the identifier of this EchoRequest header.
getIdentifier() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getIdentifierQuoteString() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the string used to quote SQL identifiers.
getIdentifierQuoteString() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the string used to quote SQL identifiers.
getIdleTime() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the number of seconds the session has been idle.
getIdleTimeout() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "idle timeout" attribute.
getIdleTimeoutPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "idle timeout" attribute.
getIDs() - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Returns the list of IDs in the map.
getIgnoreDecimalDataErrorParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getIgnoreWarnings() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the ignore warnings property.
getIgnoreWarnings() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the ignore warnings property.
getImpl() - Method in class com.ibm.as400.access.AS400
Get underlying AS400Impl object.
getImportedKeys(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of the primary key columns that are referenced by a table's foreign key columns.
getImportedKeys(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of the primary key columns that are referenced by a table's foreign key columns.
getInactivityTime() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Returns the elapsed time the connection has been idle waiting in the pool.
getInclude() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Indicates if files, directories, or both are contained in the list of details children.
getIndex() - Method in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Returns the index of the associated resource within the list.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the index of the specified child.
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of a table's indexes and statistics.
getIndexInfo(String, String, String, boolean, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of a table's indexes and statistics.
getIndexOfChild(Object, Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Returns the index of a child in the parent.
getIndexOfFieldName(String) - Method in class com.ibm.as400.access.RecordFormat
Returns the index of the field description named name.
getIndexOfKeyFieldName(String) - Method in class com.ibm.as400.access.RecordFormat
Returns the index of the field description of the key field named name.
getInfo() - Method in class com.ibm.as400.access.AS400Certificate
Returns the free form information.
getInfo() - Method in class com.ibm.jtopenlite.HostServerConnection
Returns the system information associated with this connection.
getInfo() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Returns the system information for this pool.
getInitialASPGroupNames() - Method in class com.ibm.as400.access.JobDescription
Returns the list of initial ASP groups for jobs that use this job description.
getInitialLibraryList() - Method in class com.ibm.as400.access.JobDescription
Returns the initial library list that is used for jobs that use this job description.
getInitialMenu() - Method in class com.ibm.as400.access.User
Retrieves the initial menu for the user.
getInitialPoolSize() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns the number of physical connections the connection pool should contain when it is created.
getInitialProgram() - Method in class com.ibm.as400.access.User
Retrieves the initial program for the user.
getInitials() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the initials.
getInitialSize() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getInitialValue() - Method in class com.ibm.as400.access.UserSpace
Returns the initial value used for filling in the user space during creation and extension.
getInitialValue() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getInputACIFMergedStream(boolean) - Method in class com.ibm.as400.access.SpooledFile
Deprecated.
Use getAFPInputStream() instead.
getInputBuffer() - Static method in class utilities.RunJavaApplication
Deprecated.
Returns input buffer.
getInputCount() - Method in class com.ibm.as400.access.BidiConversionProperties
Output value: number of characters processed in the source data by the last transform.
getInputData() - Method in class com.ibm.as400.access.ProgramParameter
Returns the parameter data that will be sent to the program.
getInputData() - Method in class com.ibm.jtopenlite.command.InputOutputParameter
Returns the input data.
getInputData() - Method in class com.ibm.jtopenlite.command.InputParameter
Returns the input data.
getInputData() - Method in class com.ibm.jtopenlite.command.Parameter
Returns the input data for this parameter.
getInputLength() - Method in class com.ibm.jtopenlite.command.InputOutputParameter
Returns the input length.
getInputLength() - Method in class com.ibm.jtopenlite.command.InputParameter
Returns the input length.
getInputLength() - Method in class com.ibm.jtopenlite.command.Parameter
Returns the input length of this parameter.
getInputLocatorType() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getInputStream() - Method in class com.ibm.as400.access.AFPResource
Returns an input stream that can be used to read the contents of the AFP resource.
getInputStream() - Method in class com.ibm.as400.access.SpooledFile
Returns an input stream that can be used to read the contents of the spooled file.
getInputStream(PrintParameterList) - Method in class com.ibm.as400.access.SpooledFile
Returns an input stream that can be used to read the contents of the spooled file.
getInquiryMessageReply() - Method in class com.ibm.as400.access.Job
Returns how the job answers inquiry messages.
getInquiryMessageReply() - Method in class com.ibm.as400.access.JobDescription
Indicates how inquiry messages are answered for jobs that use this job description.
getInstalledPath() - Method in class com.ibm.as400.access.ProductDirectoryInformation
The installed full path name for the product directory.
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1025
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1026
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1027
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1097
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1112
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1122
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1123
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1130
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1132
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1137
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1140
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1141
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1142
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1143
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1144
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1145
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1146
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1147
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1148
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1149
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1153
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1154
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1155
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1156
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1157
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1158
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1160
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID1164
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID13121
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID13124
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID256
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID273
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID277
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID278
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID280
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID284
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID285
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID28709
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID290
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID297
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID37
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID420
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID423
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID4971
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID500
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID5123
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID62211
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID62224
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID62235
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID62245
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID62251
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID833
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID836
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID838
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID870
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID871
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID875
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID880
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID9030
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID905
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID918
 
getInstance() - Static method in class com.ibm.jtopenlite.ccsidConversion.CCSID924
 
getInstanceType() - Method in class com.ibm.as400.access.AS400AbstractTime
Returns an integer constant representing the type of class that implements this interface.
getInstanceType() - Method in class com.ibm.as400.access.AS400Array
Returns TYPE_ARRAY.
getInstanceType() - Method in class com.ibm.as400.access.AS400Bin1
Returns TYPE_BIN1.
getInstanceType() - Method in class com.ibm.as400.access.AS400Bin2
Returns TYPE_BIN2.
getInstanceType() - Method in class com.ibm.as400.access.AS400Bin4
Returns TYPE_BIN4.
getInstanceType() - Method in class com.ibm.as400.access.AS400Bin8
Returns TYPE_BIN8.
getInstanceType() - Method in class com.ibm.as400.access.AS400ByteArray
getInstanceType() - Method in interface com.ibm.as400.access.AS400DataType
Returns an integer constant representing the type of class that implements this interface.
getInstanceType() - Method in class com.ibm.as400.access.AS400Date
Returns TYPE_DATE.
getInstanceType() - Method in class com.ibm.as400.access.AS400DecFloat
Returns instance type
getInstanceType() - Method in class com.ibm.as400.access.AS400Float4
Returns TYPE_FLOAT4.
getInstanceType() - Method in class com.ibm.as400.access.AS400Float8
Returns TYPE_FLOAT8.
getInstanceType() - Method in class com.ibm.as400.access.AS400PackedDecimal
Returns TYPE_PACKED.
getInstanceType() - Method in class com.ibm.as400.access.AS400Structure
getInstanceType() - Method in class com.ibm.as400.access.AS400Text
Returns TYPE_TEXT.
getInstanceType() - Method in class com.ibm.as400.access.AS400Time
Returns TYPE_TIME.
getInstanceType() - Method in class com.ibm.as400.access.AS400Timestamp
getInstanceType() - Method in class com.ibm.as400.access.AS400UnsignedBin1
Returns TYPE_UBIN1.
getInstanceType() - Method in class com.ibm.as400.access.AS400UnsignedBin2
Returns TYPE_UBIN2.
getInstanceType() - Method in class com.ibm.as400.access.AS400UnsignedBin4
Returns TYPE_UBIN4.
getInstanceType() - Method in class com.ibm.as400.access.AS400UnsignedBin8
Returns TYPE_UBIN8.
getInstanceType() - Method in class com.ibm.as400.access.AS400Varchar
Returns TYPE_TEXT.
getInstanceType() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Returns TYPE_ZONED.
getInt(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java int value.
getInt(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java int value.
getInt(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL INTEGER output parameter as a Java int.
getInt(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL INTEGER output parameter as a Java int.
getInt(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getInt(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getInt(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java int value.
getInt(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java int value.
getInt(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java int value.
getInt(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java int value.
getInt(int) - Method in class com.ibm.as400.access.JDProperties
Get the value of the specified property as an int.
getInt() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java int.
getInt(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getInt(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getInt(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getInt(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getInt(byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified record data at this field's offset into an int value, if possible.
getIntegerAttribute(int) - Method in class com.ibm.as400.access.PrintObject
Returns an attribute of the object that is a Integer type attribute.
getIntegerParameter(int) - Method in class com.ibm.as400.access.PrintParameterList
Returns an integer parameter.
getIntegerReturnValue() - Method in class com.ibm.as400.access.ServiceProgramCall
Returns the return data when the service program returns an integer.
getInteractiveTransactions() - Method in class com.ibm.as400.access.Job
Returns the count of operator interactions, such as pressing the Enter key or a function key.
getInterfaceLevel() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getInterfaceName() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getInterfaceType() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getInternalHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the holdability of ResultSets created from this connection.
getInternalHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getInternalJobID() - Method in class com.ibm.as400.access.Job
Deprecated.
Use getInternalJobIdentifier() instead. The internal job identifier should be treated as a byte array of 16 bytes.
getInternalJobID() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Returns the internal job identifier.
getInternalJobID() - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Returns the internal job identifier.
getInternalJobIdentifier() - Method in class com.ibm.as400.access.Job
Returns the internal job identifier.
getInternalJobIdentifier() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the internal job identifier for the job that created the spooled file.
getInternalJobIdentifier() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getInternalSaveLock() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the internal save lock type.
getInternalSaveLock() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the internal save lock type.
getInternalSpooledFileIdentifier() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the internal spooled file identifier for the spooled file.
getInternetHeaderLength() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the Internet Header length of this IPv4 Header.
getInterpret() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns whether all Java class files should be run interpretively.
getIntFromFile() - Method in class com.ibm.as400.util.commtrace.Format
Reads in an int from the input stream.
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.
getIntValue(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns an int value for the named element.
getIntValue(String, int[]) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns an int value for the named element given indices to the data element.
getInUseTime() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Returns the elapsed time the connection has been in use.
getIORequests() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getIPAddress() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Gets the IPAddress filter
getIPID() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns IP protocol number.
getIPLAction() - Method in class com.ibm.as400.access.PTF
Returns the action to be taken on this PTF during the next IPL.
getIPLRequired() - Method in class com.ibm.as400.access.PTF
Returns the type of PTF (delayed or immediate).
getIPPJobIdentifier() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the Internet Print Protocol (IPP) job identifier assigned by the system based on the output queue to which the file was added or moved.
getIPv4() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns IP address IPv4.
getItemCount() - Method in class com.ibm.as400.util.html.HTMLList
Returns the number of items in the HTMLList.
getItemData() - Method in class com.ibm.as400.util.html.HTMLListItem
Returns the data in the HTMLListItem.
getItems() - Method in class com.ibm.as400.access.list.OpenList
Returns the list of items.
getItems(int, int) - Method in class com.ibm.as400.access.list.OpenList
Returns an array of items, which can be a subset of the entire list built on the system.
getItems() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns the list of items.
getItems() - Method in class com.ibm.as400.util.html.HTMLList
Returns the list of items.
getJarEntryName() - Method in class utilities.JarMakerEvent
Returns the name of the jar entry being processed.
getJavaApplication() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the name of Java application to be run.
getJavaApplicationCall() - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Returns the access class which defines the Java application to run.
getJavaClassName() - Method in class com.ibm.as400.access.SQLDataBase
Returns the Java class name for ParameterMetaData.getParameterClassName().
getJavaInitializationString() - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Returns a code fragment representing an initializer for the current value.
getJavaInitializationString() - Method in class com.ibm.as400.access.IFSShareOptionEditor
Returns a code fragment representing an initializer for the current value.
getJavaProgramCreationDate() - Method in class com.ibm.as400.access.JavaProgram
Returns the date and time the Java program was created for the file.
getJavaProgramVersion() - Method in class com.ibm.as400.access.JavaProgram
Returns the IBM i version the Java program was created for.
getJavaStringType() - Method in class com.ibm.as400.access.AS400BidiTransform
Returns the current string type of Java data.
getJavaType() - Method in class com.ibm.as400.access.AS400AbstractTime
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Array
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Bin1
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Bin2
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Bin4
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Bin8
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400ByteArray
Returns the Java class that corresponds with this data type.
getJavaType() - Method in interface com.ibm.as400.access.AS400DataType
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Date
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400DecFloat
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Float4
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Float8
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400PackedDecimal
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Structure
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Text
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Time
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Timestamp
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400UnsignedBin1
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400UnsignedBin2
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400UnsignedBin4
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400UnsignedBin8
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400Varchar
Returns the Java class that corresponds with this data type.
getJavaType() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Returns the Java class that corresponds with this data type.
getJDBCMajorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the JDBC major version number.
getJDBCMajorVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the JDBC major version number.
getJDBCMinorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the JDBC minor version number.
getJDBCMinorVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the JDBC minor version number.
getJob() - Method in class com.ibm.as400.access.CallStackEntry
Returns the Job object that generated this call stack entry.
getJob() - Method in class com.ibm.as400.access.CommandCall
Deprecated.
Use getServerJob() instead.
getJob() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the job.
getJobAccountingCode() - Method in class com.ibm.as400.access.Job
Returns an identifier assigned to the job by the system to collect resource use information for the job when job accounting is active.
getJobActiveDate() - Method in class com.ibm.as400.access.Job
Returns the date and time when the job began to run on the system.
getJobAsp() - Method in class com.ibm.as400.access.Job
Get the asp group information of the job
getJobCCSIDEncoding() - Method in class com.ibm.as400.access.AS400
Returns the encoding that corresponds to the job CCSID.
getJobDate() - Method in class com.ibm.as400.access.Job
Returns the date to be used for the job.
getJobDateString() - Method in class com.ibm.as400.access.JobDescription
Returns the date that will be assigned to jobs using this job description when they are started.
getJobDescription() - Method in class com.ibm.as400.access.Job
Returns the fully qualified integrated file system path name for the job description.
getJobDescription() - Method in class com.ibm.as400.access.User
Retrieves the fully qualified integrated file system path name of the job description used for jobs that start through subsystem work station entries.
getJobEndedDate() - Method in class com.ibm.as400.access.Job
Returns the date and time when the job completed running on the system.
getJobEnterSystemDate() - Method in class com.ibm.as400.access.Job
Returns the date and time when the job was placed on the system.
getJobLog() - Method in class com.ibm.as400.access.Job
Returns the job log.
getJobLogOutput() - Method in class com.ibm.as400.access.JobDescription
Indicates how the job log will be produced when the job completes.
getJobMessageQueueFullAction() - Method in class com.ibm.as400.access.Job
Returns the action to take when the message queue is full.
getJobMessageQueueFullAction() - Method in class com.ibm.as400.access.JobDescription
Returns the action to be taken when the job message queue becomes full.
getJobMessageQueueMaximumSize() - Method in class com.ibm.as400.access.Job
Returns the maximum size (in megabytes) that the job message queue can become.
getJobMessageQueueMaximumSize() - Method in class com.ibm.as400.access.JobDescription
Returns the maximum size (in megabytes) of the job message queue.
getJobName() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the name that this job will run under.
getjobName() - Method in class com.ibm.as400.access.list.AspListItem
Returns The simple job name of the job that is using an ASP.
getJobName() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the name of the job that created the spooled file.
getJobName() - Method in class com.ibm.as400.access.ObjectLockListEntry
Returns the simple job name of the job that issued the lock request.
getJobName() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the name of the job.
getJobName() - Method in class com.ibm.as400.access.SpooledFile
Returns the name of the job that created the spooled file.
getJobName() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getJobName() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobName() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getJobName() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getJobName() - Method in interface com.ibm.jtopenlite.Connection
Returns the server job associated with this connection, if any.
getJobName() - Method in class com.ibm.jtopenlite.HostServerConnection
Returns the host server job string for the job that is connected to this connection.
getjobNumber() - Method in class com.ibm.as400.access.list.AspListItem
Returns The system-assigned job number of the job that is using an ASP.
getJobNumber() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the number of the job that created the spooled file.
getJobNumber() - Method in class com.ibm.as400.access.ObjectLockListEntry
The system-assigned job number of the job that issued the lock request.
getJobNumber() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number associated with the job.
getJobNumber() - Method in class com.ibm.as400.access.SpooledFile
Returns the number of the job that created the spooled file.
getJobNumber() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getJobNumber() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobNumber() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getJobNumber() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getJobPutOnJobQueueDate() - Method in class com.ibm.as400.access.Job
Returns the date and time this job was put on this job queue.
getJobQLibrary() - Method in class com.ibm.as400.access.JobQueue
Return the library containing the job queue.
getJobQName() - Method in class com.ibm.as400.access.JobQueue
Return the job queue name
getJobQueueLibraryName() - Method in class com.ibm.as400.access.JobDescription
Returns the library of the job queue into which batch jobs using this job description are placed.
getJobQueueName() - Method in class com.ibm.as400.access.JobDescription
Returns the name of the job queue into which batch jobs using this job description are placed.
getJobQueueName(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobQueueNameCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobQueuePriority() - Method in class com.ibm.as400.access.JobDescription
Returns the scheduling priority of each job that uses this job description.
getJobQueueStatus() - Method in class com.ibm.as400.access.JobQueue
Return The status of the job queue
getJobs(int) - Method in class com.ibm.as400.access.AS400
Returns an array of Job objects representing the jobs to which this object is connected.
getJobs(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
getJobs() - Method in class com.ibm.as400.access.HistoryLog
Returns the list of jobs used to filter which messages in the log are listed.
getJobs() - Method in class com.ibm.as400.access.JobList
Returns an Enumeration that wraps the list of jobs on the system.
getJobs(int, int) - Method in class com.ibm.as400.access.JobList
Returns a subset of the list of jobs in the job list.
getJobs(CommandConnection, boolean) - Method in class com.ibm.jtopenlite.components.ListActiveJobs
Returns an array of active jobs, sorted by subsystem and job name, the way WRKACTJOB does.
getJobs(CommandConnection, boolean, ActiveJobsListener) - Method in class com.ibm.jtopenlite.components.ListActiveJobs
 
getJobsInSystem() - Method in class com.ibm.as400.access.SystemStatus
Returns the total number of user jobs and system jobs that are currently in the system.
getJobsInSystem() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getJobsOnJobQueueStatus(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobsOnJobQueueStatusCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobStatusInJobQueue() - Method in class com.ibm.as400.access.Job
Returns the status of this job on the job queue.
getJobSwitches() - Method in class com.ibm.as400.access.Job
Returns the current setting of the job switches used by this job.
getJobSwitches() - Method in class com.ibm.as400.access.JobDescription
Returns the initial settings for a group of eight job switches used by jobs that use this job description.
getJobSysName() - Method in class com.ibm.as400.access.SpooledFile
Returns the name of the system where the spooled file was created.
getJobSystemFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the create job system filter.
getJobSystemName() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the name of the system where the job that created the spooled file ran.
getJobTitle() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the job title.
getJobType() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobType() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getJobTypeEnhanced(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobTypeEnhancedCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getJobUser() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the user of the job that created the spooled file.
getJobUser() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the user profile associated with the job.
getJobUser() - Method in class com.ibm.as400.access.SpooledFile
Returns the ID of the user that created the spooled file.
getJobUser() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getJobUser() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getjobUserName() - Method in class com.ibm.as400.access.list.AspListItem
Returns The user name under which the job that is using an ASP was started.
getJobUserName() - Method in class com.ibm.as400.access.ObjectLockListEntry
The user name under which the job that issued the lock request is run.
getJobUsingObjectStructures() - Method in class com.ibm.as400.access.ObjectReferences
Returns information about the jobs that are known to be holding a reference on the object.
getJounalingStartTime() - Method in class com.ibm.as400.access.FileAttributes
Deprecated.
getJournal() - Method in class com.ibm.as400.access.FileAttributes
Returns the fully qualified integrated file system path name of the current or last journal.
getJournalEntriesToBeOmitted() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getJournalIdentifier() - Method in class com.ibm.as400.access.FileAttributes
Returns the field that associates the object being journaled with an identifier that can be used on various journaling-related commands and APIs.
getJournalImages() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getJournalingOptions() - Method in class com.ibm.as400.access.FileAttributes
Returns the current journaling options.
getJournalingStartTime() - Method in class com.ibm.as400.access.FileAttributes
Returns the last date and time for which the object had journaling started for it.
getJournalLibrary() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getJournalLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getJournalName() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getJournalName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getJournalStartDateAndTime() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getJournalStatus() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getKeepAlive() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket keepalive option.
getKey() - Method in class com.ibm.as400.access.AS400Message
Returns the 4-byte message key..
getKey() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the key.
getKey() - Method in class com.ibm.as400.access.DirectoryEntryList
Returns the primary selection ID used when searching the system distribution directory.
getKey() - Method in class com.ibm.as400.access.KeyedDataQueueEntry
Returns the key for this data queue entry.
getKey() - Method in class com.ibm.as400.access.QueuedMessage
Returns the 4-byte message key.
getKey() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns the key.
getKey() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the key.
getKey() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the key.
getKey() - Method in class com.ibm.jtopenlite.ByteArrayKey
 
getKey() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsKeyField
 
getKey() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getKeyboardBuffering() - Method in class com.ibm.as400.access.User
Retrieves the keyboard buffering value that is used when a job is initialized for this user.
getKeyed() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns whether the file will be accessed in key or sequential order.
getKeyed() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns whether the file will be accessed in key or sequential order.
getKeyed() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns whether the file will be accessed in key or sequential order.
getKeyFieldDescription(int) - Method in class com.ibm.as400.access.RecordFormat
Returns the field description of the key field at the specified index.
getKeyFieldDescription(String) - Method in class com.ibm.as400.access.RecordFormat
Returns the field description of the key field with the specified name.
getKeyFieldDescriptions() - Method in class com.ibm.as400.access.RecordFormat
Returns the key field descriptions that make up this object.
getKeyFieldFunctions() - Method in class com.ibm.as400.access.FieldDescription
Returns the string specified for any key field-level keywords for this field.
getKeyFieldNames() - Method in class com.ibm.as400.access.RecordFormat
Returns the names of the field descriptions of the keys that make up this record format.
getKeyFields() - Method in class com.ibm.as400.access.Record
Returns the values of the key fields in the record.
getKeyFields() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getKeyFields() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200
 
getKeyFields() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300
 
getKeyFieldsAsBytes() - Method in class com.ibm.as400.access.Record
Returns the values of the key fields in a byte array.
getKeyLength() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns the byte length of the keys of the data queue.
getKeyLength() - Method in class com.ibm.as400.access.KeyedDataQueue
Returns the length of the keys (in bytes) on this queue.
getKeyRingName() - Method in class com.ibm.as400.access.SecureAS400
Deprecated. 
getKeyString() - Method in class com.ibm.as400.access.KeyedDataQueueEntry
Returns the key for this data queue entry as a string.
getLabel() - Method in class com.ibm.as400.util.html.LabelFormElement
Returns the viewable text label.
getLabel() - Method in class com.ibm.as400.util.html.ToggleFormInput
Returns the viewable text label for the toggle.
getLabel(int) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Returns the label for the specified tab.
getLabelText(int) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns the text of the label at the given index.
getLabelText(int) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Returns the text of the label at the given index.
getLANFilter() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the Lan Filter option.
getLanguage() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns the language of the element.
getLanguage() - Method in class com.ibm.as400.util.html.FormInput
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLAlign
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLHead
Returns the language of the head element.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLList
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLListItem
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns the language of the meta tag.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the language of the caption.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns the language of the caption.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the language of the table cell.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the language of the caption.
getLanguage() - Method in class com.ibm.as400.util.html.HTMLText
Returns the language of the text element.
getLanguage() - Method in class com.ibm.as400.util.html.SelectFormElement
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.SelectOption
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns the language of the input element.
getLanguage() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the language of the form.
getLanguageDescription(AS400, String) - Static method in class com.ibm.as400.access.NLS
Retrieves the descriptive text for the specified language identifier.
getLanguageDirectory() - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Returns the base directory under which the Toolbox language files will be searched for.
getLanguageDirectory() - Method in class utilities.ToolboxJarMaker
Deprecated.
Returns the base directory under which the Toolbox language files will be searched for.
getLanguageFeatureCode() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getLanguageID() - Method in class com.ibm.as400.access.Job
Returns the language identifier associated with this job.
getLanguageID() - Method in class com.ibm.as400.access.User
Retrieves the language ID used by the system for this user.
getLanguageLibrary() - Method in class com.ibm.as400.access.Subsystem
Returns the library that is entered ahead of other libraries in the system portion of the library list.
getLanguages() - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Returns the national languages that explicitly are to be supported.
getLanguages() - Method in class utilities.ToolboxJarMaker
Deprecated.
Returns the national languages that explicitly are to be supported.
getLANManagerAuthentication() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "LAN Manager authentication" attribute.
getLANManagerAuthenticationPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "LAN Manager authentication" attribute.
getLanRouteLength() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the lan routing length.
getLargeMaxRows() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getLargeMaxRows() - Method in class com.ibm.as400.access.AS400JDBCStatement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getLargeMaxRows() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getLargeUpdateCount() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getLargeUpdateCount() - Method in class com.ibm.as400.access.AS400JDBCStatement
Retrieves the current result as an update count; if the result is a ResultSet object or there are no more results, -1 is returned.
getLargeUpdateCount() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getLastMessage() - Method in class com.ibm.as400.access.FTP
Returns the text of the last reply returned from the system.
getLastName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the last name.
getLastServerSQLState() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getLastServerSQLState() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getLastStatus() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getLastUsedDate() - Method in class com.ibm.as400.access.FileAttributes
Returns the date the object was last used.
getLastUsedDate() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getLatestBytesReceived() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
getLayoutAlignment() - Method in class com.ibm.as400.access.FieldDescription
Returns the layout alignment of this field.
getLayoutLength() - Method in class com.ibm.as400.access.FieldDescription
Returns the layout length of this field.
getLength() - Method in class com.ibm.as400.access.DataArea
Returns the size of the data area.
getLength() - Method in class com.ibm.as400.access.FieldDescription
Returns the length of this field.
getLength() - Method in class com.ibm.as400.access.HistoryLog
Returns the number of messages in the history log.
getLength() - Method in class com.ibm.as400.access.JobList
Returns the number of jobs in the list.
getLength() - Method in class com.ibm.as400.access.JobLog
Returns the number of messages in the job log.
getLength() - Method in class com.ibm.as400.access.list.OpenList
Returns the number of items in the list the system has built.
getLength() - Method in class com.ibm.as400.access.MessageQueue
Returns the number of messages in the list.
getLength() - Method in class com.ibm.as400.access.ObjectList
Returns the number of objects in the object list.
getLength() - Method in class com.ibm.as400.access.SaveFile
Returns the current total size (in bytes) of the save file.
getLength() - Method in class com.ibm.as400.access.UserList
Returns the number of users in the user list.
getLength() - Method in class com.ibm.as400.access.UserSpace
Returns the size (in bytes) of the user space.
getLength() - Method in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Returns the length of the list.
getLength() - Method in class com.ibm.as400.util.commtrace.NDOption
Returns the length of this NDOption Header.
getLength() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the length of this UDP Header.
getLength() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns the length of the document.
getLength() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the length of the document.
getLength() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns the length of the document.
getLength() - Method in class com.ibm.jtopenlite.ByteArrayKey
 
getLength() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsKeyField
 
getLength() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the length (WHFLDB) of this field.
getLength() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the total length in bytes of this record format.
getLengthDependency(int) - Method in class com.ibm.as400.access.RecordFormat
Returns the index of the field description on which the field description at the specified index depends.
getLengthDependency(String) - Method in class com.ibm.as400.access.RecordFormat
Returns the index of the field description on which the field description with the specified name depends.
getLengthOfData() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getLengthOfInformationReturned() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getLengthOfReceiverVariable() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getLevel() - Method in class com.ibm.as400.access.Product
Returns the release level of this product.
getLevel() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the level for which this is supported.
getLevel() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns the level of the header.
getLFlag() - Method in class com.ibm.as400.util.commtrace.PrefixInfo
Returns the on-link flag of this PrefixInfo header.
getLibNameInSTRAUTCOL() - Method in class com.ibm.as400.access.User
 
getLibraries() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the IBM i system libraries to add to the server job's library list.
getLibraries() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the libraries to add to the server job's library list.
getLibrary() - Method in class com.ibm.as400.access.CommandList
Returns the library where the command(s) reside.
getLibrary() - Method in class com.ibm.as400.access.ObjectDescription
Returns the library of this object.
getLibrary() - Method in class com.ibm.as400.access.ObjectList
Returns the library used to filter this list.
getLibrary() - Method in class com.ibm.as400.access.SaveFile
Returns the name of the library where the save file is located on the system.
getLibrary() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the name of the library from which the object is saved.
getLibrary() - Method in class com.ibm.as400.access.Subsystem
Returns the name of the library where the subsystem resides on the system.
getLibrary() - Method in class com.ibm.jtopenlite.components.ObjectInfo
 
getLibrary() - Method in class com.ibm.jtopenlite.ddm.DDMFile
Returns the library in which this file resides.
getLibrary() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the library (MBLIB) in which the file resides.
getLibrary() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the library (WHLIB) in which the file resides.
getLibraryASPDeviceName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getLibraryASPGroupName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getLibraryASPNumber() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getLibraryAuthority(int) - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsAuthorityListener
 
getLibraryName() - Method in class com.ibm.as400.access.AS400File
Returns the library name.
getLibraryName() - Method in class com.ibm.as400.access.AS400Message
Returns the message file library.
getLibraryName() - Method in class com.ibm.as400.access.JobDescription
Returns name of the library in which the job description resides.
getLibraryName() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns the library in which the object resides.
getLibraryName() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the name of the library containing the object.
getLicense() - Method in class com.ibm.as400.access.Product
Returns a ProductLicense object representing license information for this product.
getLicensedInternalCodeOptions() - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
getLicensedProgram() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getLicenseTerm() - Method in class com.ibm.as400.access.ProductLicense
Returns the license term for this license.
getLICGroup() - Method in class com.ibm.as400.access.PTF
Returns the name of the Licensed Internal Code Group for this PTF.
getLICOptions() - Method in class com.ibm.as400.access.JavaProgram
Returns the LIC options string specified when the java program was last modified.
getLifeSpan() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Returns the elapsed time the pooled connection has been alive.
getLimitCapabilities() - Method in class com.ibm.as400.access.User
Retrieves whether the user has limited capabilites.
getLimitDeviceSessions() - Method in class com.ibm.as400.access.User
Retrieves whether the user is limited to one device session.
getLink() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the Uniform Resource Identifier (URI) for the resource link.
getLinkChangesLock() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the link changes lock type.
getLinkChangesLock() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the link changes lock type.
getListDirection() - Method in class com.ibm.as400.access.JobLog
Returns the list direction.
getListDirection() - Method in class com.ibm.as400.access.MessageQueue
Returns the list direction.
getListDirection() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getListDirection() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getListener() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getListener() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
GetListEntries - Class in com.ibm.jtopenlite.command.program.openlist
Get list entries using the System API: QGYGTLE
GetListEntries() - Constructor for class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
GetListEntries(int, byte[], int, int, int, ListEntryFormat, ListFormatListener) - Constructor for class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getListInformation() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getListInformation() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getListInformation() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getListInformation() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getListInformation() - Method in interface com.ibm.jtopenlite.command.program.openlist.OpenListProgram
 
getListInformation() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getListInformation() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getListLength() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the total number of resources in the list.
getLiteralPrefix() - Method in class com.ibm.as400.access.SQLDataBase
Returns the prefix used to quote a literal.
getLiteralSuffix() - Method in class com.ibm.as400.access.SQLDataBase
Returns the suffix used to quote a literal.
getLLC() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the code determining if the LAN fame is LLC.
getLMIData() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns trace LMI data"
'0' - Normal trace
'6' - Exclude LMI
'3' - LMI only
getLoadedStatus() - Method in class com.ibm.as400.access.PTF
Returns the current loaded status of this PTF.
getLoadedStatusMessage(String) - Method in class com.ibm.as400.access.PTF
Returns the translated description text for the specified status.
getLoadID() - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Returns the load ID.
getLoadState() - Method in class com.ibm.as400.access.Product
Returns the state of the product load for which information was retrieved.
getLoadType() - Method in class com.ibm.as400.access.Product
Returns the type of product load for which information was retrieved.
getLOBBuffer() - Method in interface com.ibm.jtopenlite.database.DatabaseLOBDataCallback
 
getLOBBuffer() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
getLOBBuffer() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocatorInputStream
 
getLOBFieldThreshold() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getLOBLocatorHandle() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getLobThreshold() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the maximum LOB (large object) size in bytes that can be retrieved as part of a result set.
getLobThreshold() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the maximum LOB (large object) size in bytes that can be retrieved as part of a result set.
getLocale() - Method in class com.ibm.as400.access.AS400
Returns the Locale associated with this system object.
getLocaleJobAttributes() - Method in class com.ibm.as400.access.User
Retrieves a list of the job attributes which are set from the user's locale path name.
getLocalePathName() - Method in class com.ibm.as400.access.User
Retrieves the locale path name that is assigned to the user profile when a job is started.
getLocalizedMessage() - Method in exception com.ibm.as400.data.XmlException
Returns a localized description of this XmlException.
getLocalizedObjectType(String) - Static method in class com.ibm.as400.access.QSYSObjectTypeTable
Returns a localized description of an object type.
getLocalizedObjectType(String, String) - Static method in class com.ibm.as400.access.QSYSObjectTypeTable
Returns a localized description of an object type.
getLocalName() - Method in class com.ibm.as400.access.SQLDataBase
Returns the localized version of the name of the data type.
getLocalRemote() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object is stored locally or stored on a remote system.
getLocalSAP() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns local SAP address.
getLocation() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the location.
getLocation() - Method in class com.ibm.as400.access.ValidationListAttribute
Indicates where the attribute should be stored.
getLocation() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the bookmark locatoin of the resource link.
getLocation() - Method in class com.ibm.as400.util.html.HTMLServlet
Returns the location of the servlet.
getLocationOfSyntaxError() - Method in exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
returns the location of the syntax error, if available.
getLocator() - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Get the locator handle corresponding to this ClobLocator
getLocator() - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Get the locator handle corresponding to this ClobLocator
getLocatorPersistence() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getLocked() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getLockScope() - Method in class com.ibm.as400.access.ObjectLockListEntry
Returns the value indicating the lock scope.
getLockState() - Method in class com.ibm.as400.access.ObjectLockListEntry
Returns the value indicating the lock state.
getLockStatus() - Method in class com.ibm.as400.access.ObjectLockListEntry
Returns the value indicating the lock status.
getLockType() - Method in class com.ibm.as400.access.ObjectLockListEntry
Returns the value indicating the lock type.
getLog() - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Get the log object used for tracing and error logging.
getLogFileName() - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Replaced by com.ibm.as400.access.Trace.getFileName().
getLoggingCLPrograms() - Method in class com.ibm.as400.access.Job
Returns a value indicating whether or not commands are logged for CL programs that are run.
getLoggingLevel() - Method in class com.ibm.as400.access.Job
Returns what type of information is logged.
getLoggingSeverity() - Method in class com.ibm.as400.access.Job
Returns the severity level that is used in conjunction with the logging level to determine which error messages are logged in the job log.
getLoggingText() - Method in class com.ibm.as400.access.Job
Returns the level of message text that is written in the job log when a message is logged according to the LOGGING_LEVEL and LOGGING_SEVERITY.
getLogicalStyle(int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the logical style for a given offset within the document.
getLoginTimeout() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the timeout value in seconds.
getLoginTimeout() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the timeout value in seconds.
getLoginTimeout() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the login timeout socket option is set in milliseconds.
getLogStream() - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Replaced by com.ibm.as400.access.Trace.getPrintWriter().
getLogWriter() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the log writer for this data source.
getLogWriter() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the log writer for this data source.
getLong(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java long value.
getLong(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java long value.
getLong(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
If the connected system supports SQL BIGINT data, this returns the value of an SQL BIGINT output parameter as a Java long.
getLong(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
If the connected system supports SQL BIGINT data, this returns the value of an SQL BIGINT output parameter as a Java long.
getLong(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getLong(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getLong(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java long value.
getLong(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java long value.
getLong(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java long value.
getLong(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java long value.
getLong() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java long.
getLong(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getLong(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getLong(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getLong(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getLong(byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified record data at this field's offset into a long value, if possible.
getMacAddress() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the destination MAC address of this packet.
getMailingAddress1() - Method in class com.ibm.as400.access.DirectoryEntry
Returns line 1 of the mailing address.
getMailingAddress2() - Method in class com.ibm.as400.access.DirectoryEntry
Returns line 2 of the mailing address.
getMailingAddress3() - Method in class com.ibm.as400.access.DirectoryEntry
Returns line 3 of the mailing address.
getMailingAddress4() - Method in class com.ibm.as400.access.DirectoryEntry
Returns line 4 of the mailing address.
getMailNotification() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the type of mail notification.
getMailServiceLevel() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the value of the mail service level field and product ID.
getMailServiceName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the field name portion of the mail server framework service level.
getMailServiceProductID() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the product ID portion of the mail server framework service level.
getMainStorageOption() - Method in class com.ibm.as400.access.FileAttributes
Returns how main storage is allocated and used by the system for the specified object.
getMainStorageSize() - Method in class com.ibm.as400.access.SystemStatus
Returns the amount of main storage, in kilobytes, in the system.
getMainStorageSize() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200, FORMAT_SSTS0400.
getMainStorageSizeLong() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200, FORMAT_SSTS0400.
getMajorVersion() - Method in class com.ibm.as400.access.AS400JDBCDriver
Returns the driver's major version number.
getMajorVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
getMarginBottom() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns the bottom margin of the page in inches.
getMarginLeft() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns the left margin of the page in inches.
getMarginRight() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns the right margin of the page in inches.
getMarginTop() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns the top margin of the page in inches.
getMaxActive() - Method in class com.ibm.as400.access.JobQueue
Return The maximum number of jobs that can be active at the same time through this job queue entry.
getmaxActiveRoutingStep() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getMaxBinaryLiteralLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length for an inline binary literal.
getMaxBinaryLiteralLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length for an inline binary literal.
getMaxCatalogNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length for a catalog name.
getMaxCatalogNameLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length for a catalog name.
getMaxCharLiteralLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length for a character literal.
getMaxCharLiteralLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length for a character literal.
getMaxColumnNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length for a column name.
getMaxColumnNameLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length for a column name.
getMaxColumnsInGroupBy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum number of columns in a GROUP BY clause.
getMaxColumnsInGroupBy() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum number of columns in a GROUP BY clause.
getMaxColumnsInIndex() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum number of columns allowed in an index.
getMaxColumnsInIndex() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum number of columns allowed in an index.
getMaxColumnsInOrderBy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum number of columns in an ORDER BY clause.
getMaxColumnsInOrderBy() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum number of columns in an ORDER BY clause.
getMaxColumnsInSelect() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum number of columns in a SELECT list.
getMaxColumnsInSelect() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum number of columns in a SELECT list.
getMaxColumnsInTable() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum number of columns in a table.
getMaxColumnsInTable() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum number of columns in a table.
getMaxConnections() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the number of active connections you can have at a time to this database.
getMaxConnections() - Method in class com.ibm.as400.access.ConnectionPool
Returns the maximum number of connections.
getMaxConnections() - Method in class com.ibm.as400.access.ProxyServer
Returns the maximum number of connections which can be active at any particular time.
getMaxConnections() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the number of active connections you can have at a time to this database.
getMaxCursorNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum cursor name length.
getMaxCursorNameLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum cursor name length.
getMaxEntryLength() - Method in class com.ibm.as400.access.BaseDataQueue
Returns the maximum entry length of the data queue.
getMaxFieldSize() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getMaxFieldSize() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the maximum column size.
getMaxFieldSize() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the maximum field size limit for the statement.
getMaxFieldSize() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getMaxFieldSize() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Retrieves the maximum number of bytes that can be returned for character and binary column values in a ResultSet object produced by this Statement object.
getMaxFrameProtocol() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns max frame allowed by protocol.
getMaxFrameUser() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns max frame allowed by user.
getMaxIdleTime() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns the amount of time (in seconds) after which an available pooled physical connection is considered "stale" and should be closed.
getMaximumActiveJobs() - Method in class com.ibm.as400.access.Subsystem
Returns the maximum number of active jobs that can run or use resources within the subsystem at one time.
getMaximumActiveThreads() - Method in class com.ibm.as400.access.SystemPool
Deprecated.
Use getActivityLevel() instead.
getMaximumBlockedInputRows() - Method in class com.ibm.as400.access.AS400JDBCConnection
 
getMaximumBlockedInputRows() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getMaximumBlockedInputRows() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getMaximumBlockedInputRows() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the maximum block input rows.
getMaximumBlockedInputRows() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the maximum block input rows.
getMaximumDecimalPrecision() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getMaximumDecimalScale() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getMaximumJobsInSystem() - Method in class com.ibm.as400.access.SystemStatus
Returns the maximum number of jobs that are allowed on the system.
getMaximumJobsInSystem() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getMaximumLevel() - Method in class com.ibm.as400.access.PTF
Returns the highest release level of the product on which this PTF can be installed.
getMaximumMessageHelpLength() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getMaximumMessageHelpLength() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getMaximumMessageLength() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getMaximumMessageLength() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getMaximumNumberOfRecords() - Method in class com.ibm.as400.access.SaveFile
Returns the capacity (maximum number of records) of the save file.
getMaximumNumberOfUsers() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the maximum number of concurrent connections that the share can accommodate.
getMaximumPositionalParameters() - Method in class com.ibm.as400.access.Command
Returns the maximum number of parameters that can be coded in a positional manner for this command.
getMaximumPrecision() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the maximum precision property.
getMaximumPrecision() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the maximum precision property.
getMaximumPrecision() - Method in class com.ibm.as400.access.SQLDataBase
Returns the maximum precision of the type.
getMaximumScale() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the maximum scale property.
getMaximumScale() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the maximum scale property.
getMaximumScale() - Method in class com.ibm.as400.access.SQLDataBase
Returns the maximum scale of the type.
getMaximumSegmentSize() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the Maximum Segment Size option for this TCP header.
getMaximumStorageAllowed() - Method in class com.ibm.as400.access.User
Retrieves the maximum amount of auxiliary storage (in kilobytes) that can be assigned to store permanant objects owned by the user.
getMaximumStorageAllowedInLong() - Method in class com.ibm.as400.access.User
 
getMaximumTableSize() - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Returns the maximum number of rows in a table.
getMaximumUnprotectedStorageUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the largest amount of storage for temporary object used at any one time since the last IPL.
getMaximumUnprotectedStorageUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getMaximumValueLength() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the maximum length of the value associated with the attribute.
getMaxInactivity() - Method in class com.ibm.as400.access.ConnectionPool
Returns the maximum amount of inactive time before an available connection is closed.
getMaxIndexLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length of an index.
getMaxIndexLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length of an index.
getMaxLength() - Method in class com.ibm.as400.util.html.TextFormInput
Returns the maximum number of characters permitted in the text field.
getMaxLength() - Method in class com.ibm.jtopenlite.command.InputOutputParameter
Returns the maximum of the output length and input length of this parameter.
getMaxLength() - Method in class com.ibm.jtopenlite.command.InputParameter
Returns the maximum length of this parameter, which is the input length.
getMaxLength() - Method in class com.ibm.jtopenlite.command.OutputParameter
Returns the maximum length of this parameter, which is the output length.
getMaxLength() - Method in class com.ibm.jtopenlite.command.Parameter
Returns the maximum length of this parameter.
getMaxLevel() - Method in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Returns the maximum supported level.
getMaxLifetime() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns the maximum amount of time (in seconds) after which a physical connection is considered to be expired and should be closed.
getMaxLifetime() - Method in class com.ibm.as400.access.ConnectionPool
Returns the maximum life for an available connection.
getMaxLogicalLobSize() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves the maximum number of bytes this database allows for the logical size for a LOB.
getMaxPoolSize() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns the maximum number of physical connections that the connection pool contains.
getMaxProcedureNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length of a procedure name.
getMaxProcedureNameLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length of a procedure name.
getMaxResponseDelay() - Method in class com.ibm.as400.util.commtrace.MLMessage
Returns the max response delay of this MLMessage.
getMaxRetriesForClientReroute() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the maxRetriesForClientReroute setting.
getMaxRetriesForClientReroute() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the maxRetriesForClientReroute setting.
getMaxRows() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getMaxRows() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the maximum number of rows for the rowset.
getMaxRows() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the maximum rows limit for the statement.
getMaxRows() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getMaxRows() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Retrieves the maximum number of rows that a ResultSet object produced by this Statement object can contain.
getMaxRowSize() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length of a single row.
getMaxRowSize() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length of a single row.
getMaxSchemaNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length allowed for a schema name.
getMaxSchemaNameLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length allowed for a schema name.
getMaxStatementLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length of an SQL statement.
getMaxStatementLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length of an SQL statement.
getMaxStatements() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the number of active statements you can have open at one time.
getMaxStatements() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the number of active statements you can have open at one time.
getMaxTableNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length of a table name.
getMaxTableNameLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length of a table name.
getMaxTablesInSelect() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum number of tables in a SELECT.
getMaxTablesInSelect() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum number of tables in a SELECT.
getMaxUseCount() - Method in class com.ibm.as400.access.ConnectionPool
Returns the maximum number of times a connection can be used before it is replaced in the pool.
getMaxUserNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length of a user name.
getMaxUserNameLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the maximum length of a user name.
getMaxUseTime() - Method in class com.ibm.as400.access.ConnectionPool
Returns the maximum amount of time a connection can be in use before it is closed and returned to the pool.
getMember() - Method in class com.ibm.jtopenlite.ddm.DDMFile
Returns the member name of this file.
getMember() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the name (MBNAME) of the member.
getMemberDescriptions() - Method in class com.ibm.as400.access.MemberList
Returns an array of retrieved member descriptions.
getMemberName() - Method in class com.ibm.as400.access.AS400File
Returns the member name.
getMemberName() - Method in class com.ibm.as400.access.AS400FileRecordDescription
Returns the member name.
getMemberName() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns the name of the member.
getMembers() - Method in class com.ibm.as400.access.AS400Structure
Returns the data types of the members of the structure.
getMembers(int) - Method in class com.ibm.as400.access.AS400Structure
Returns the data type of the member of the structure at the specified index.
getMembers() - Method in class com.ibm.as400.access.UserGroup
Returns the list of users that are members of this group.
getMemberText() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the text description (MBMTXT) of the member.
getMemoryPool(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getMemoryPool() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getMemoryPoolCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getMemoryPoolID() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getMessage() - Method in exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
 
getMessage(String) - Method in class com.ibm.as400.access.MessageFile
Returns an AS400Message object containing the object.
getMessage(String, int) - Method in class com.ibm.as400.access.MessageFile
Returns an AS400Message object containing the object.
getMessage(String, String) - Method in class com.ibm.as400.access.MessageFile
Returns an AS400Message object containing the message.
getMessage(String, String, int) - Method in class com.ibm.as400.access.MessageFile
Returns an AS400Message object containing the message.
getMessage(String, byte[]) - Method in class com.ibm.as400.access.MessageFile
Returns an AS400Message object containing the message.
getMessage(String, byte[], int) - Method in class com.ibm.as400.access.MessageFile
Returns an AS400Message object containing the message.
getMessage(String, byte[], int, int, int) - Method in class com.ibm.as400.access.MessageFile
Returns an AS400Message object containing the message.
getMessage() - Method in class com.ibm.as400.access.QueuedMessage
Returns the text of a predefined message without replacement data substitution option.If an impromptu message is listed, this field contains the impromptu message text.
getMessage() - Method in class com.ibm.as400.access.SpooledFile
Returns the message that is associated with this spooled file.
getMessage() - Method in exception com.ibm.as400.data.XmlException
Returns a description of this XmlException.
getMessageAuthentication() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "message authentication" attribute.
getMessageAuthenticationPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "message authentication" attribute.
getMessageFile() - Method in class com.ibm.as400.access.Command
Returns a MessageFile object representing the message file from which messages identified on the DEP statements used to define the command are retrieved.
getMessageFileLibrarySpecified() - Method in class com.ibm.as400.access.AS400Message
Get the message file library specified.
getMessageHelp() - Method in class com.ibm.as400.access.QueuedMessage
Returns the message help for the message listed without formatting characters and without replacement of data.
getMessageHelpFormat() - Method in class com.ibm.as400.access.QueuedMessage
Returns the message help for the message listed, including the replacement data but without formatting characters.
getMessageHelpReplacement() - Method in class com.ibm.as400.access.QueuedMessage
Returns the message help for the message listed, including the replacement data.
getMessageHelpReplacementandFormat() - Method in class com.ibm.as400.access.QueuedMessage
Returns the message help for the message listed, including the replacement data and the formatting characters.
getMessageID() - Method in class com.ibm.as400.access.ErrorCodeParameter
Returns the error message ID that was returned in the error code parameter.
getMessageIDs() - Method in class com.ibm.as400.access.HistoryLog
Returns the list of message ids used to filter which messages in the log are listed.
getMessageIDsListIndicator() - Method in class com.ibm.as400.access.HistoryLog
Returns the list indicator indicating if the message ids in the list are omitted or selected.
getMessageList() - Method in exception com.ibm.as400.access.AS400SecurityException
Returns the list of messages associated with this exception.
getMessageList() - Method in class com.ibm.as400.access.CommandCall
Returns the list of messages returned from running the command.
getMessageList(int) - Method in class com.ibm.as400.access.CommandCall
Returns a message returned from running the command.
getMessageList() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the list of IBM i system messages generated if the Java program cannot be started.
getMessageList() - Method in exception com.ibm.as400.access.PersistenceException
Returns the list of associated system messages; null if not available.
getMessageList() - Method in class com.ibm.as400.access.ProgramCall
Returns the list of messages returned from running the program.
getMessageList(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns the list of IBM i system messages returned from running the program.
getMessageList() - Method in exception com.ibm.as400.resource.ResourceException
Deprecated.
Returns the message list, if any.
getMessageList() - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Returns the message list resulting from the last command that was run.
getMessageList() - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Returns the message list resulting from the last command that was run.
getMessageList() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Returns the message list resulting from the last program call that was run.
getMessageList() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Returns the message list resulting from the last program call that was run.
getMessageList() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the message list.
getMessageLoggingLevel() - Method in class com.ibm.as400.access.JobDescription
Returns the type of information logged.
getMessageLoggingSeverity() - Method in class com.ibm.as400.access.JobDescription
Returns the severity level that is used in conjunction with the logging level to determine which error messages are logged in the job log.
getMessageLoggingText() - Method in class com.ibm.as400.access.JobDescription
Returns the level of message text that is written in the job log when a message is logged according to the logging level and logging severity.
getMessageOption() - Method in class com.ibm.as400.access.CommandCall
Returns the option for how many messages will be retrieved.
getMessageOption() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the message option for sending a message to the message queue when this form is finished.
getMessageOption() - Method in class com.ibm.as400.access.ProgramCall
Returns the option for how many messages will be retrieved.
getMessageQueue() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the fully qualified integrated file system pathname of the message queue associated with this printer.
getMessageQueue() - Method in class com.ibm.as400.access.User
Retrieves the fully qualified integrated file system path name of the message queue that is used by this user.
getMessageQueue1() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getMessageQueue2() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getMessageQueueDeliveryMethod() - Method in class com.ibm.as400.access.User
Retrieves how the messages are delivered to the message queue used by the user.
getMessageQueueSeverity() - Method in class com.ibm.as400.access.User
Retrieves the lowest severity that a message can have and still be delivered to a user in break or notify mode.
getMessages() - Method in class com.ibm.as400.access.HistoryLog
Returns the list of messages in the history log.
getMessages(int, int) - Method in class com.ibm.as400.access.HistoryLog
Returns a subset of the list of messages in the history log.
getMessages() - Method in class com.ibm.as400.access.JobLog
Returns the list of messages in the job log.
getMessages(int, int) - Method in class com.ibm.as400.access.JobLog
Returns a subset of the list of messages in the job log.
getMessages() - Method in class com.ibm.as400.access.MessageQueue
Returns the list of messages in the message queue.
getMessages(int, int) - Method in class com.ibm.as400.access.MessageQueue
Returns a subset of the list of messages in the message queue.
getMessages() - Method in exception com.ibm.as400.data.PcmlSpecificationException
Returns the error messages that were logged to this object.
getMessages() - Method in class com.ibm.jtopenlite.command.CommandResult
Returns any messages that were issued during the call.
getMessages(CommandConnection, JobInfo) - Method in class com.ibm.jtopenlite.components.ListJobLogMessages
Returns an array of messages, sorted by time, the way DSPJOBLOG does.
getMessages(CommandConnection) - Method in class com.ibm.jtopenlite.components.ListQSYSOPRMessages
Returns an array of messages, sorted by time, the way DSPMSG does.
getMessages(CommandConnection, MessageInfoListener) - Method in class com.ibm.jtopenlite.components.ListQSYSOPRMessages
 
getMessages() - Method in exception com.ibm.jtopenlite.MessageException
Returns the array of Messages.
getMessageSeverity() - Method in class com.ibm.as400.access.HistoryLog
Returns the minimum severity of the messages to be listed.
getMessagesList() - Method in class com.ibm.jtopenlite.command.CommandResult
 
getMessagesList() - Method in exception com.ibm.jtopenlite.MessageException
Returns the list of Messages.
getMessageText() - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Returns the text from the first message resulting from the last command that was run.
getMessageText() - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Returns the text from the first message resulting from the last command that was run.
getMessageText() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Returns the message text from the last program that was run.
getMessageText() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Returns the message text from the last program that was run.
getMessageTypeListIndicator() - Method in class com.ibm.as400.access.HistoryLog
Returns the list indicator indicating if the message types in the list should be omitted or selected.
getMessageTypes() - Method in class com.ibm.as400.access.HistoryLog
Returns the message types to be selected or omitted from the list.
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the ResultSetMetaData object that describes the result set's columns.
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the DatabaseMetaData object that describes the connection's tables, supported SQL grammar, stored procedures, capabilities and more.
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the DatabaseMetaData object that describes the connection's tables, supported SQL grammar, stored procedures, capabilities and more.
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the DatabaseMetaData object that describes the connection's tables, supported SQL grammar, stored procedures, capabilities and more.
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Returns the ResultSetMetaData object that describes the result set's columns.
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Returns the ResultSetMetaData object that describes the result set's columns.
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the ResultSetMetaData object that describes the result set's columns.
getMetaData() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the ResultSetMetaData object that describes the result set's columns.
getMetaData() - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Returns the array of ResourceMetaData objects.
getMetaData(String) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Returns the array of ResourceMetaData objects.
getMetaData(Object) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Returns the meta data for a particular ID.
getMetaData() - Method in class com.ibm.as400.util.servlet.ListRowData
Returns the metadata.
getMetaData() - Method in class com.ibm.as400.util.servlet.RecordListRowData
Returns the metadata.
getMetaData() - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Returns the metadata.
getMetaData() - Method in class com.ibm.as400.util.servlet.RowData
Returns the meta data.
getMetaData() - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the result set metadata.
getMetaData() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowData
Returns the metadata.
getMetaData() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Returns the metadata for this connection.
getMetaData() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
getMetaData() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getMetaDataSource() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates how to retrieve DatabaseMetaData.
getMetadataSource() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates how to retrieve DatabaseMetaData.
getMetaDataSource() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates how to retrieve DatabaseMetaData.
getMetadataSource() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates how to retrieve DatabaseMetaData.
getMethod() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the HTTP method used for sending form contents to the server.
getMFlag() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the "Managed address configuration" flag of this RouterAdvertisement Message.
getMicroseconds() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getMiddleName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the middle name.
getMIInstructionNumber() - Method in class com.ibm.as400.access.CallStackEntry
Returns the current machine instruction number in the program.
getMinimumBasePoolSize() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0400.
getMinimumDivideScale() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the minimum divide scale property.
getMinimumDivideScale() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the minimum divide scale property.
getMinimumDivideScale() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getMinimumLevel() - Method in class com.ibm.as400.access.PTF
Returns the lowest release level of the product on which this PTF can be installed.
getMinimumMachinePoolSize() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0400.
getMinimumMessageSeverity() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "minimum message severity" attribute.
getMinimumMessageSeverityPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "minimum message severity" attribute.
getMinimumRecordLength() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormat
 
getMinimumRecordLength() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0100
 
getMinimumRecordLength() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200
 
getMinimumRecordLength() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300
 
getMinimumRequiredRelease() - Method in class com.ibm.as400.access.Product
Returns the minimum release level that is allowed for the option that will run with the current level of the *BASE option for the product.
getMinimumRequiredReleaseForBase() - Method in class com.ibm.as400.access.Product
Returns the minimum release level that is allowed for the *BASE option that will run with the current level of the option for the product.
getMinimumScale() - Method in class com.ibm.as400.access.SQLDataBase
Returns the minimum scale of the type.
getMinimumTargetRelease() - Method in class com.ibm.as400.access.Product
Returns the minimum operating system release to which the Save Licensed Program (SAVLICPGM) command will allow the product to be saved.
getMinLevel() - Method in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Returns the minimum supported level.
getMinorVersion() - Method in class com.ibm.as400.access.AS400JDBCDriver
Returns the driver's minor version number.
getMinorVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
getMinPoolSize() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns the minimum number of physical connections that the connection pool contains.
getmirroredUnitProtected() - Method in class com.ibm.as400.access.list.AspListItem
Returns The mirrored status of the mirrored pair of which this unit is a member.
getmirroredUnitReported() - Method in class com.ibm.as400.access.list.AspListItem
Returns This mirrored unit reported present.
getmirroredUnitStatus() - Method in class com.ibm.as400.access.list.AspListItem
Returns The mirrored status of the unit.
getmirrorUnitIdentifier() - Method in class com.ibm.as400.access.list.AspListItem
Returns One of a pair of mirrored units.
getMode() - Method in class com.ibm.as400.access.FTP
Returns the current transfer mode.
getModel() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Returns the model that contains data for the table.
getModel() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Returns the list model.
getModel() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Returns the model which contains the data for the tree.
getModel() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the model that contains data for the table.
getModel() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Returns the list model.
getModeName() - Method in class com.ibm.as400.access.Job
Returns the mode name of the advanced program-to-program communications (APPC) device that started the job.
getModification() - Method in class com.ibm.as400.access.AS400
Returns the modification level of the IBM i system.
getModificationDate() - Method in class com.ibm.as400.access.AS400Message
Returns the messages last modification date
getModifiedProfile() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the user profile that last modified the entry.
getModifyTime() - Method in class com.ibm.as400.access.FileAttributes
Returns the time that the object's data was last changed.
getModuleLibrary() - Method in class com.ibm.as400.access.CallStackEntry
Returns the library in which the module is located.
getModuleName() - Method in class com.ibm.as400.access.CallStackEntry
Returns the module containing the integrated language environment (ILE) procedure.
getMonitorJob() - Method in class com.ibm.as400.access.Subsystem
Returns the subsystem monitor job.
getMoreResults() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getMoreResults(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getMoreResults() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the next result set.
getMoreResults(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the next result set.
getMoreResults() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getMoreResults(int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getMoreResults() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Makes the next result of the last statement run the current result.
getMoreResults() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Makes the next result of the last statement run the current result.
getMoreResults() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Makes the next result of the last statement run the current result.
getMoreResults() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
getMoreResults(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
getMountedFsInformationStructure() - Method in class com.ibm.as400.access.UDFS
Returns information about a mounted file system.
getMTU() - Method in class com.ibm.as400.util.commtrace.MTU
Returns the MTU of MTU header.
getMTU() - Method in class com.ibm.as400.util.commtrace.PacketTooBig
Returns the MTU of this PacketTooBig Message.
getmultiConnDiskUnit() - Method in class com.ibm.as400.access.list.AspListItem
 
getmultiConnectionUnit() - Method in class com.ibm.as400.access.list.AspListItem
Returns A disk unit may have multiple resource names.
getMultithreadedJobAction() - Method in class com.ibm.as400.access.Command
Returns the action taken when a command that is not threadsafe is called in a multithreaded job.
getMustSpecifyForUpdate() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getMustSpecifyForUpdate() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getName() - Method in class com.ibm.as400.access.AFPResource
Returns the name of the AFP resource.
getName() - Method in class com.ibm.as400.access.AS400CertificateUtil
Returns the name of the IBM i certificate repository.
getName() - Method in class com.ibm.as400.access.BaseDataQueue
Returns the name of the data queue.
getName() - Method in class com.ibm.as400.access.ClusteredHashTable
Returns the name of the clustered hash table server.
getName() - Method in class com.ibm.as400.access.DataArea
Returns the data area name.
getName() - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the environment variable name.
getName(int) - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the environment variable name.
getName() - Method in class com.ibm.as400.access.IFSFile
Determines the name of the integrated file system object represented by this object.
getName() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the name of the IFSJavaFile.
getName() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "NetServer name" attribute.
getName() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the network name of the resource.
getName() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the name of the workstation from which the session to the system was established.
getName() - Method in class com.ibm.as400.access.ISeriesNetServerShare
Returns the name of the share.
getName() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the printer name.
getName() - Method in class com.ibm.as400.access.Job
Returns the job name.
getName() - Method in class com.ibm.as400.access.JobDescription
Returns name of the job description about which information is being returned.
getName() - Method in class com.ibm.as400.access.JobList
Returns the job name that describes which jobs are returned.
getName() - Method in class com.ibm.as400.access.JobLog
Returns the job name.
getName() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the name of the spooled file.
getName() - Method in class com.ibm.as400.access.NetServerSession
Deprecated.
Returns the name of the workstation from which the session to the system was established.
getName() - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Returns the network name of the share.
getName() - Method in class com.ibm.as400.access.ObjectDescription
Returns the name of this object.
getName() - Method in class com.ibm.as400.access.ObjectList
Returns the object name used to filter this list.
getName() - Method in class com.ibm.as400.access.OutputQueue
Returns the name of the output queue.
getName() - Method in class com.ibm.as400.access.PanelGroupHelpIdentifier
Returns the name of the help identifier.
getName() - Method in class com.ibm.as400.access.Permission
Returns the name of the object whose permission is represented by this object.
getName() - Method in class com.ibm.as400.access.Printer
Returns the name of the printer.
getName() - Method in class com.ibm.as400.access.PrinterFile
Returns the name of the printer file.
getName() - Method in class com.ibm.as400.access.RecordFormat
Returns the name of this record format.
getName() - Method in class com.ibm.as400.access.SaveFile
Returns the name of the save file on the system.
getName() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the name of the object saved.
getName() - Method in class com.ibm.as400.access.SpooledFile
Returns the name of the spooled file.
getName() - Method in class com.ibm.as400.access.Subsystem
Returns the subsystem name.
getName() - Method in class com.ibm.as400.access.SystemPool
Returns the name of this storage pool.
getName() - Method in class com.ibm.as400.access.SystemValue
Returns the name of this system value.
getName() - Method in class com.ibm.as400.access.User
Returns the user profile name.
getName() - Method in class com.ibm.as400.access.UserSpace
Returns the user space name.
getName() - Method in class com.ibm.as400.access.WriterJob
Returns the name of the writer.
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.
getName() - Method in class com.ibm.as400.resource.Presentation
Deprecated.
Returns the abbreviated name.
getName() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Returns the job name.
getName() - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Returns the job name.
getName() - Method in class com.ibm.as400.resource.RPrinter
Deprecated.
Returns the printer device name.
getName() - Method in class com.ibm.as400.resource.RUser
Deprecated.
Returns the user profile name.
getName() - Method in class com.ibm.as400.security.auth.AS400Principal
Returns the name commonly used to refer to the principal.
getName() - Method in class com.ibm.as400.util.commtrace.Header
The name of this header.
getName() - Method in class com.ibm.as400.util.commtrace.IPPacket
The name of this packet
getName() - Method in class com.ibm.as400.util.html.FormInput
Returns the control name of the input field.
getName() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the bookmark name.
getName() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the unique name of the image.
getName() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns the name of the meta tag.
getName() - Method in class com.ibm.as400.util.html.HTMLParameter
Returns the name of the parameter.
getName() - Method in class com.ibm.as400.util.html.HTMLServlet
Returns the name of the servlet.
getName() - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Returns the control name of the radio group.
getName() - Method in class com.ibm.as400.util.html.SelectFormElement
Returns the control name of the select element.
getName() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns the control name of the text area.
getName() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the directory name.
getName() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the file name.
getName() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the job name.
getName() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the user name.
getName() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormat
 
getName() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0100
 
getName() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0200
 
getName() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0300
 
getName() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormat
 
getName() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0100
 
getName() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200
 
getName() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300
 
getName() - Method in class com.ibm.jtopenlite.components.ObjectInfo
 
getName() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getName() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the name (WHFLDE) of this field.
getName() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the name (WHNAME) of this record format.
getName() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getNamePending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "NetServer name" attribute.
getNames() - Method in class com.ibm.as400.access.SystemValueGroup
Returns the system value names that are currently part of this group.
getNaming() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the naming convention used when referring to tables.
getNaming() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the naming convention used when referring to tables.
getNamingConventionParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getNanos() - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Gets this Timestamp object's nanos value.
getNativeType() - Method in class com.ibm.as400.access.SQLDataBase
Returns the native IBM i identifier for the type.
getNCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Retrieves the value of the designated parameter as a java.io.Reader object in the Java programming language.
getNCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getNCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getNCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Retrieves the value of the designated column in the current row of this ResultSet object as a java.io.Reader object.
getNCharacterStream() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a java.io.Reader object.
getNCharacterStream(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getNCharacterStream(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getNCharacterStream(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getNCharacterStream(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getNDObject() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the ND object name.
getNDType() - Method in class com.ibm.as400.util.commtrace.NDOption
Returns the Neighbor Discovery type of this NDOption Header.
getNetworkTimeout() - Method in class com.ibm.as400.access.AS400JDBCConnection
Retrieves the number of milliseconds the driver will wait for a database request to complete.
getNetworkTimeout() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Retrieves the number of milliseconds the driver will wait for a database request to complete.
getNetworkTimeout() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getNetworkUserID() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the network user ID.
getNewDataStream() - Method in class com.ibm.as400.access.DataStream
 
getNewDataStream() - Method in class com.ibm.as400.access.IFSCreateUserHandleRep
Generate a new instance of this type.
getNewDataStream() - Method in class com.ibm.as400.access.IFSOpenNodeRep
Generate a new instance of this type.
getNewDataStream() - Method in class com.ibm.as400.access.IFSUserHandleSeedRep
Generate a new instance of this type.
getNewDataStream() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getNewRecord() - Method in class com.ibm.as400.access.RecordFormat
Returns a new record based on this record format, which contains default values for the contents of the fields.
getNewRecord(String) - Method in class com.ibm.as400.access.RecordFormat
Returns a new record based on this record format, which contains default values for the contents of the fields.
getNewRecord(byte[]) - Method in class com.ibm.as400.access.RecordFormat
Returns a new record based on this record format, which contains data from the specified byte array.
getNewRecord(byte[], String) - Method in class com.ibm.as400.access.RecordFormat
Returns a new record based on this record format, which contains data from the specified byte array.
getNewRecord(byte[], int) - Method in class com.ibm.as400.access.RecordFormat
Returns a new record based on this record format, which contains data from the specified byte array.
getNewRecord(byte[], int, String) - Method in class com.ibm.as400.access.RecordFormat
Returns a new record based on this record format, which contains data from the specified byte array.
getNewValue() - Method in class com.ibm.as400.access.SystemValueEvent
Returns the new value of the system value.
getNextCertificates(int) - Method in class com.ibm.as400.access.AS400CertificateUtil
Retrieves the next certificates placed in a user space by listCertificates.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.AH
Returns the next header in this packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.DestinationUnreachable
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.ExtHeader
Returns the next header in this packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.Header
Returns the next header in this packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.ICMP6Header
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.IP4Header
 
getNextHeader() - Method in class com.ibm.as400.util.commtrace.IP6Header
 
getNextHeader() - Method in class com.ibm.as400.util.commtrace.NDOption
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.NeighborAdvertisement
Returns the next header in the packet
getNextHeader() - Method in class com.ibm.as400.util.commtrace.NeighborSolicitation
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.PacketTooBig
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.ParameterProblem
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.Redirect
Returns the next header in the packet
getNextHeader() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.RouterSolicitation
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.TimeExceeded
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.UnknownMessage
Returns the next header in this packet.
getNextHeaderDec() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the next header identifier.
getNextRecord() - Method in class com.ibm.as400.util.commtrace.Format
Retrieves the next record from the given trace.
getNLSSIdentifier() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getNLSSIdentifierLanguageID() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getNLSSIdentifierLanguageTableLibrary() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getNLSSIdentifierLanguageTableName() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getNLV() - Method in class com.ibm.as400.access.AS400
Returns the National Language Version (NLV) that will be sent to the system.
getNlv(Locale) - Static method in class com.ibm.as400.access.ExecutionEnvironment
 
getNLV() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns the National Language Version (NLV) for this cover letter.
getNLV() - Method in class com.ibm.jtopenlite.command.CommandConnection
Get the NLV used by the connection
getNonDatabaseFaults() - Method in class com.ibm.as400.access.SystemPool
Returns the rate, in page faults per second, of nondatabase page faults against pages other than those designated as database pages.
getNonDatabasePages() - Method in class com.ibm.as400.access.SystemPool
Returns the rate, in page per second, at which non-database pages are brought into the storage pool.
getnotBusyCount() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of times the disk queue was empty during the same time period that the sample count was taken.
getNString(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Retrieves the value of the designated NCHAR, NVARCHAR or LONGNVARCHAR parameter as a String in the Java programming language.
getNString(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getNString(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getNString(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Retrieves the value of the designated column in the current row of this ResultSet object as a String in the Java programming language.
getNString() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to String object.
getNString(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getNString(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getNString(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getNString(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getNullFieldValues() - Method in class com.ibm.jtopenlite.ddm.DDMDataBuffer
Returns the current null field values stored in this buffer.
getNullFieldValues(DDMCallbackEvent, int) - Method in interface com.ibm.jtopenlite.ddm.DDMWriteCallback
Returns the array of null field values, one for each field in the record to be written.
getNumber() - Method in class com.ibm.as400.access.Job
Returns the job number.
getNumber() - Method in class com.ibm.as400.access.JobList
Returns the job number that describes which jobs are returned.
getNumber() - Method in class com.ibm.as400.access.JobLog
Returns the job number.
getNumber() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the number of the spooled file.
getNumber() - Method in class com.ibm.as400.access.SpooledFile
Returns the number of the spooled file.
getNumber() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Returns the job number.
getNumber() - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Returns the job number.
getNumber() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the job number.
getNumberOfASPGroups() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getNumberOfAttachedPrograms() - Method in class com.ibm.as400.access.JavaProgram
Returns the number of Java prgroams attached to the .class or .jar/sip file.
getNumberOfAttributesReturned() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getNumberOfClasses() - Method in class com.ibm.as400.access.JavaProgram
Returns the number of classes.
getNumberOfClassesWithCurrentJavaPrograms() - Method in class com.ibm.as400.access.JavaProgram
Returns the number of classes with representations up-to-date in the attached Java programs.
getNumberOfClassesWithErrors() - Method in class com.ibm.as400.access.JavaProgram
Returns the number of classes containing errors.
getNumberOfClassesWithoutCurrentJavaPrograms() - Method in class com.ibm.as400.access.JavaProgram
Returns the number of classes with representations out-of-date.
getNumberOfConnections() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the number of connections made during the session.
getNumberOfDecimalPositions() - Method in class com.ibm.as400.access.AS400PackedDecimal
Returns the number of decimal positions in the packed decimal number.
getNumberOfDecimalPositions() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Returns the number of decimal positions in the zoned decimal number.
getNumberOfDigits() - Method in class com.ibm.as400.access.AS400DecFloat
Returns the total number of digits in the decfloat number.
getNumberOfDigits() - Method in class com.ibm.as400.access.AS400PackedDecimal
Returns the total number of digits in the packed decimal number.
getNumberOfDigits() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Returns the total number of digits in the zoned decimal number.
getNumberOfDigits() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the total number of digits (WHFLDO) of this field.
getNumberOfElements() - Method in class com.ibm.as400.access.AS400Array
Returns the number of elements in the data type.
getNumberOfEntries() - Method in class com.ibm.as400.access.ValidationList
Returns the number of entries in the validation list.
getNumberOfFields() - Method in class com.ibm.as400.access.Record
Returns the number of fields in this record.
getNumberOfFields() - Method in class com.ibm.as400.access.RecordFormat
Returns the number of field descriptions in this record format.
getNumberOfFilesOpen() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the number of files that are open currently (on the connection).
getNumberOfFilesOpen() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the number of files that are currently open for the session.
getNumberOfJobs() - Method in class com.ibm.as400.access.JobQueue
Return The number of jobs in the queue
getNumberOfKeyFields() - Method in class com.ibm.as400.access.Record
Returns the number of key fields in this record.
getNumberOfKeyFields() - Method in class com.ibm.as400.access.RecordFormat
Returns the number of key field descriptions in this record format.
getNumberOfLibrariesInSYSLIBL() - Method in class com.ibm.as400.access.Job
Returns the number of libraries in the system portion of the library list of the initial thread of the job.
getNumberOfLibrariesInUSRLIBL() - Method in class com.ibm.as400.access.Job
Returns the number of libraries in the user portion of the library list for the initial thread of the job.
getNumberOfLibraryAuthorities() - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsAuthorityListener
 
getNumberOfMembers() - Method in class com.ibm.as400.access.AS400Structure
Returns the number of members in the data type.
getNumberOfObjectAuthorities() - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsAuthorityListener
 
getNumberOfOutputQueues() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getNumberOfPages() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Returns the number of pages in the stream.
getNumberOfPages() - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Returns the number of pages in the list buffer.
getNumberOfPages() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Returns the number of pages in the spooled file.
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getNumberOfParameters() - Method in interface com.ibm.jtopenlite.command.Program
Returns the number of parameters for this program.
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getNumberOfParameters() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getNumberOfPartitions() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of partitions on the system.
getNumberOfPartitions() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getNumberOfPools() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0300, FORMAT_SSTS0400.
getNumberOfPrinterDevices() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getNumberOfProcessors() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of processors that are currently active in this partition.
getNumberOfProcessors() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getNumberOfProductLibraries() - Method in class com.ibm.as400.access.Job
Returns the number of libraries that contain product information for the initial thread of the job.
getNumberOfProductLibraries() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getNumberOfProfileNames() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getNumberOfQueuesUsed() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getNumberOfRecords(DDMCallbackEvent) - Method in interface com.ibm.jtopenlite.ddm.DDMWriteCallback
Returns the number of records to write, which is how many times the DDMConnection will call getRecordData() for a given write operation.
getNumberOfRecordsToReturn() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getNumberOfRecordsToReturn() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getNumberOfRecordsToReturn() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getNumberOfRecordsToReturn() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getNumberOfRecordsToReturn() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getNumberOfRecordsToReturn() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getNumberOfSeparators() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the number of separator pages to be printed.
getNumberOfSortKeys() - Method in interface com.ibm.jtopenlite.command.program.SortListener
 
getNumberOfSortKeys() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSortListener
 
getNumberOfStatuses() - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsSelectionListener
 
getNumberOfStatuses() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getNumberOfSubsystemsAvailable() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0500.
getNumberOfSubsystemsReturned() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0500.
getNumberOfSystemLibraries() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getNumberOfTCPRecords() - Method in class com.ibm.as400.util.commtrace.Format
Returns the number of tcp records in this trace.
getNumberOfUserLibraries() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getNumberOfUserNames() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getNumberOfUsers() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the number of current users on the connection.
getNumberOfVariableLengthRecords() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelection
 
getNumberOfVariableLengthRecords() - Method in interface com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelectionListener
 
getNumBytes() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the number of bytes collected during this communication trace .
getNumerals() - Method in class com.ibm.as400.access.BidiFlagSet
Returns the numeral shapes flag from a BidiFlagSet.
getNumericFunctions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of supported math functions.
getNumericFunctions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the list of supported math functions.
getNumericRangeError() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the behavior to use when an numeric range error occurs
getNumericRangeError() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the behavior to use when an numeric range error occurs
getNumRecs() - Method in class com.ibm.as400.util.commtrace.Prolog
return the number of records in this communication trace.
getObject(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java Object.
getObject(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java Object.
getObject(int, Map) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java Object.
getObject(String, Map) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java Object.
getObject(int, Class) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
 
getObject(String, Class) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
 
getObject(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an output parameter as a Java Object.
getObject(int, Map) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an output parameter as a Java Object.
getObject(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an output parameter as a Java Object.
getObject(String, Map) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an output parameter as a Java Object.
getObject(int, Class) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
 
getObject(String, Class) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
 
getObject(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getObject(int, Map) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getObject(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getObject(String, Map) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getObject(String, Class) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getObject(int, Class) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getObject(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java Object.
getObject(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java Object.
getObject(int, Map) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java Object.
getObject(String, Map) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java Object.
getObject(int, Class) - Method in class com.ibm.as400.access.AS400JDBCResultSet
 
getObject(String, Class) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Retrieves the value of the designated column in the current row of this ResultSet object and will convert from the SQL type of the column to the requested Java data type, if the conversion is supported.
getObject(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java Object.
getObject(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java Object.
getObject(int, Map) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java Object.
getObject(String, Map) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java Object.
getObject(int, Class) - Method in class com.ibm.as400.access.AS400JDBCRowSet
 
getObject(String, Class) - Method in class com.ibm.as400.access.AS400JDBCRowSet
 
getObject(int) - Method in class com.ibm.as400.access.PrintObjectList
Returns one object from the list.
getObject() - Method in class com.ibm.as400.access.PrintObjectListEvent
Returns the print object added to the list.
getObject() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java object.
getObject(int) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Returns the current record's field at the specified columnIndex.
getObject(int) - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Returns the current row's column data specified at columnIndex.
getObject(int) - Method in class com.ibm.as400.util.servlet.RowData
Returns the current row's column data specified at columnIndex.
getObject() - Method in class com.ibm.as400.vaccess.VObjectEvent
Deprecated.
Returns the affected system resource.
getObject() - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Returns the object with which the action is associated.
getObject(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getObject(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getObject(int, Map<String, Class<?>>) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getObject(String, Map<String, Class<?>>) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getObject(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getObject(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getObject(int, Map) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
getObject(String, Map) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getObjectAlter() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has object alter authority to the object.
getObjectASPDeviceName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getObjectASPGroupName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getObjectASPNumber() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getObjectAt(int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Returns the object at the specifed row.
getObjectAuditingValue() - Method in class com.ibm.as400.access.User
Retrieves the user's object auditing value.
getObjectAuditingValue() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getObjectAuthority() - Method in class com.ibm.as400.access.QSYSPermission
Returns the object authority of the user specified as a single value.
getObjectAuthority(int) - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsAuthorityListener
 
getObjectChangeDateAndTime() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getObjectCompressionStatus() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getObjectDescription() - Method in class com.ibm.as400.access.JobDescription
Returns an ObjectDescription instance representing the job description.
getObjectDescription() - Method in class com.ibm.as400.access.JobQueue
Returns an ObjectDescription instance representing the subsystem.
getObjectDescription() - Method in class com.ibm.as400.access.SaveFile
Returns an ObjectDescription instance representing the save file.
getObjectDescription() - Method in class com.ibm.as400.access.Subsystem
Returns an ObjectDescription instance representing the subsystem.
getObjectDomain() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getObjectExistence() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has object existence authority to the object.
getObjectHyperlink(RowData, int) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the object's hyperlink at the specified column within the current row.
getObjectHyperlink(RowData, int, int) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the object's hyperlink at the specified row and column.
getObjectHyperlink(RowData, int) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Returns the object hyperlink for the current row's specified column.
getObjectHyperlink(RowData, int, int) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Returns the object's hyperlink at the specified row and column.
getObjectInfo() - Method in class com.ibm.as400.access.AS400CertificateUtil
Returns free form object info.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class com.ibm.as400.access.AS400JDBCObjectFactory
Returns the object requested.
getObjectLevel() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getObjectLibrary() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getObjectLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getObjectList() - Method in class com.ibm.as400.access.UserObjectsOwnedList
Returns a list of all UserObjectsOwnedListEntry IBM i objects based on the current selection criteria for the file system and object relation.
getObjectLockList() - Method in class com.ibm.as400.access.ObjectDescription
Returns a list of all ObjectLockListEntry objects representing possible Object Locks on this ObjectDescription.
getObjectManagement() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has object management authority to the object.
getObjectName() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns the name of the object this path name represents.
getObjectName() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the name of the object the user is authorized to, owns, or is the primary group for.
getObjectName() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getObjectName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getObjectNamesInSTRAUTCOL() - Method in class com.ibm.as400.access.User
 
getObjectOperational() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has object operational authority to the object.
getObjectOverflowedASPIndicator() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getObjectOwner() - Method in class com.ibm.as400.access.FileAttributes
Returns the name of the user profile that is the owner of the object.
getObjectOwner() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getObjectPath() - Method in class com.ibm.as400.access.Permission
Returns the path of the integrated file system object whose permission is represented by this object.
getObjectProperties(int) - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Returns the data object's property list at the specified columnIndex.
getObjectProperties(int) - Method in class com.ibm.as400.util.servlet.RowData
Returns the data object's property list at the specified columnIndex.
getObjectReference() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user has object reference authority to the object.
getObjectRestoredDateAndTime() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getObjects() - Method in class com.ibm.as400.access.ObjectList
Returns the list of objects in the object list.
getObjects(int, int) - Method in class com.ibm.as400.access.ObjectList
Returns a subset of the list of objects.
getObjects() - Method in class com.ibm.as400.access.PrintObjectList
Returns an enumeration of the PrintObjects in the list.
getObjects(CommandConnection, String, String, String) - Method in class com.ibm.jtopenlite.components.ListObjects
Returns an array of objects, sorted by library list order and object name, the way WRKOBJ does.
getObjectSavedDateAndTime() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getObjectSize() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getObjectSizeMultiplier() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getObjectsOwned() - Method in class com.ibm.as400.access.User
Return an object representing the objects that this user owns.
getObjectType() - Method in class com.ibm.as400.access.FileAttributes
Returns the object type.
getObjectType() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns type of object this path name represents.
getObjectType() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the type of object the user is authorized to, owns, or is the primary group of.
getObjectType() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the Object type and subtype:
'1' - Line description
'2' - Network interface
'3' - Network Server
getObjectType() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getObjectType() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getObjectTypesInSTRAUTCOL() - Method in class com.ibm.as400.access.User
 
getObjectValue() - Method in class com.ibm.as400.access.PxBooleanParm
Returns the Object value.
getOffice() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the office.
getOffset() - Method in class com.ibm.jtopenlite.ByteArrayKey
 
getOffset() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the offset in the record data where this field begins.
getOffset() - Method in class com.ibm.jtopenlite.file.FileHandle
Returns the current byte offset in the file where the next read or write operation will take place.
getOffsetDependency(int) - Method in class com.ibm.as400.access.RecordFormat
Returns the index of the field description on which the field description at the specified index depends.
getOffsetDependency(String) - Method in class com.ibm.as400.access.RecordFormat
Returns the index of the field description on which the field description with the specified name depends.
getOFlag() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the "Other stateful configuration" flag of this RouterAdvertisement Message.
getOkButtonText() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Returns the text for the Ok button.
getOldValue() - Method in class com.ibm.as400.access.SystemValueEvent
Returns the old value of the system value.
getOmitLibNamesInSTRAUTCOL() - Method in class com.ibm.as400.access.User
 
getOmitStatus() - Method in class com.ibm.as400.access.PTF
Return omit status for PTF getting by PTFGroup.getPTFs()
getOpcode() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the opcode of this packet.
getOpenAttributes() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getOpenType() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getOperatorControlled() - Method in class com.ibm.as400.access.JobQueue
Return Whether a user who has job control authority is allowed to control this job queue and manage the jobs on the queue.
getOpportunisticLockTimeout() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "opportunistic lock timeout" attribute.
getOpportunisticLockTimeoutPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "opportunistic lock timeout" attribute.
getOptimization() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the optimization level of IBM i system Java programs that will be created if no Java program is associated with the Java class.
getOptimizationGoalIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getOptimizationLevel() - Method in class com.ibm.as400.access.JavaProgram
Returns the optimization level used to create the java program.
getOptimumSpaceAlignment() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getOptimumSpaceAlignment() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getOption() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the first 8 bits of the options for this TCP header.
getOptionBytesReturnCount(byte[]) - Static method in class com.ibm.as400.access.UserIndex
Utility method to obtain the return count from the option bytes.
getOptionCount() - Method in class com.ibm.as400.util.html.SelectFormElement
Returns the number of elements in the option layout.
getOptionNames() - Method in class com.ibm.as400.access.CommandLineArguments
Returns the list of option names that were specified.
getOptions() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns a list of special options used when running the Java class.
getOptions() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the option of this IPv4 header.
getOptions() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the options for this TCP header.
getOptionValue(String) - Method in class com.ibm.as400.access.CommandLineArguments
Returns the value of an option.
getOrganization() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the organization.
getOrganizationUnit1() - Method in class com.ibm.as400.access.DirectoryEntry
Returns organization unit 1.
getOrganizationUnit2() - Method in class com.ibm.as400.access.DirectoryEntry
Returns organization unit 1.
getOrganizationUnit3() - Method in class com.ibm.as400.access.DirectoryEntry
Returns organization unit 1.
getOrganizationUnit4() - Method in class com.ibm.as400.access.DirectoryEntry
Returns organization unit 1.
getOrientation() - Method in class com.ibm.as400.access.BidiFlagSet
Returns the orientation flag from a BidiFlagSet.
getORName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the paper representation of the X.400 O/R name, if one exists.
getOutOfBounds() - Method in class com.ibm.as400.access.SQLDataBase
Returns true if the last conversion of this piece of data was out of bounds of the range of the requested datatype.
getOutputCount() - Method in class com.ibm.as400.access.BidiConversionProperties
Output value: number of characters written in the destination data by the last transform
getOutputData() - Method in class com.ibm.as400.access.ProgramParameter
Returns the parameter data that has been received from the program.
getOutputData() - Method in class com.ibm.jtopenlite.command.InputOutputParameter
Returns the output data.
getOutputData() - Method in class com.ibm.jtopenlite.command.OutputParameter
Returns the output data.
getOutputData() - Method in class com.ibm.jtopenlite.command.Parameter
Returns the output data for this parameter.
getOutputDataLength() - Method in class com.ibm.as400.access.ProgramParameter
Returns the output parameter data length.
getOutputLength() - Method in class com.ibm.jtopenlite.command.InputOutputParameter
Returns the output length.
getOutputLength() - Method in class com.ibm.jtopenlite.command.OutputParameter
Returns the output length.
getOutputLength() - Method in class com.ibm.jtopenlite.command.Parameter
Returns the output length of this parameter.
getOutputLocation() - Method in class com.ibm.as400.util.CommandHelpRetriever
Returns the output location for the source XML and source command HTML help when running programatically.
getOutputQueue() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the fully qualified integrated file system pathname of the output queue associated with this printer from which spooled files are selected for printing.
getOutputQueue() - Method in class com.ibm.as400.access.Job
Returns the fully qualified integrated file system path name of the default output queue that is used for spooled output produced by this job.
getOutputQueue() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the fully-qualified integrated file system path of the output queue in which the spooled file is located.
getOutputQueue() - Method in class com.ibm.as400.access.User
Retrieves the output queue used by this user.
getOutputQueueLibrary() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the name of the library containing the output queue associated with the share.
getOutputQueueLibrary() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the library of the output queue in which the spooled file is located.
getOutputQueueLibrary(int) - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getOutputQueueLibrary() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getOutputQueueLibraryName() - Method in class com.ibm.as400.access.JobDescription
Returns the name of the library in which the output queue resides.
getOutputQueueName() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the name of the output queue associated with the share.
getOutputQueueName() - Method in class com.ibm.as400.access.JobDescription
Returns the name of the default output queue that is used for spooled output produced by jobs that use this job description.
getOutputQueueName() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the name of the output queue in which the spooled file is located.
getOutputQueueName(int) - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getOutputQueueName() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getOutputQueuePriority() - Method in class com.ibm.as400.access.Job
Returns the output priority for spooled output files that this job produces.
getOutputQueuePriority() - Method in class com.ibm.as400.access.JobDescription
Returns the output priority for spooled files that are produced by jobs using this job description.
getOutputQueueStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the status of the output queue from which spooled files are being selected for printing.
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.
getOutputText() - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Returns a reference to the JTextArea object.
getOverallStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the overall status of the logical printer.
getoverflowRecovery() - Method in class com.ibm.as400.access.list.AspListItem
Returns An indicator of the result of the ASP overflow recovery operation, which is performed during IPL at the user's request.
getOverflowStorage() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes of storage that has overflowed from the user ASP into the system ASP.
getOverride() - Method in class com.ibm.as400.util.commtrace.NeighborAdvertisement
Returns the override flag of this NeighborAdvertisement Message
getOwner() - Method in class com.ibm.as400.access.Permission
Returns the object owner.
getOwner() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the name of the object owner's user profile.
getOwner() - Method in class com.ibm.as400.access.UDFS.UdfsInformationStructure
Returns the user profile name of the user who owns the user-defined file system (UDFS).
getOwner() - Method in class com.ibm.as400.access.User
Retrieves who is to own objects created by this user.
getOwnerId() - Method in class com.ibm.as400.access.IFSFile
Deprecated.
Use getOwnerUID() instead.
getOwnerName() - Method in class com.ibm.as400.access.IFSFile
Returns the name of the user profile that is the owner of the file.
getOwnerProfile() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the user profile that created the entry.
getOwnership() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns whether the user owns the object or is the primary group for the object.
getOwnerUID() - Method in class com.ibm.as400.access.IFSFile
Returns the "user ID number" of the owner of the integrated file system file.
getPackage() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the base name of the SQL package.
getPackage() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the base name of the SQL package.
getPackageAddStatementAllowed() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getPackageCCSID() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the package CCSID property, which indicates the CCSID in which statements are sent to the IBM i system and also the CCSID of the package they are stored in.
getPackageCcsid() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the package CCSID property, which indicates the CCSID in which statements are sent to the IBM i system and also the CCSID of the package they are stored in.
getPackageCCSID() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the package CCSID property, which indicates the CCSID in which statements are sent to the IBM i system and also the CCSID of the package they are stored in.
getPackageCcsid() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the package CCSID property, which indicates the CCSID in which statements are sent to the IBM i system and also the CCSID of the package they are stored in.
getPackageCCSID_Converter() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getPackageCCSID_Converter() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getPackageCriteria() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the type of SQL statement to be stored in the SQL package.
getPackageCriteria() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the type of SQL statement to be stored in the SQL package.
getPackageError() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the action to take when SQL package errors occur.
getPackageError() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the action to take when SQL package errors occur.
getPackageLibrary() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the library for the SQL package.
getPackageLibrary() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the library for the SQL package.
getPackageLibrary() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getPackageName() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getPackages() - Method in class utilities.JarMaker
Deprecated.
Returns the names of the packages that are to be included in the output.
getPackagesExcluded() - Method in class utilities.JarMaker
Deprecated.
Returns the names of the packages that are to be excluded from the output.
getPacket() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the packet contained by this Frame.
getPageBeingWritten() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the page number in the spooled file that is currently being processed by the writer.
getPageCount() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getPageHeight() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns the height of the page in inches.
getPageInputStream(PrintParameterList) - Method in class com.ibm.as400.access.SpooledFile
Returns a page input stream that can be used to read the contents of the spooled file, one page at a time.
getPageSize() - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Returns the page size of the list buffer.
getPageWidth() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns the width of the page in inches.
getPagingOption() - Method in class com.ibm.as400.access.SystemPool
Returns the value indicating whether the system will dynamically adjust the paging characteristics of the storage pool for optimum performance.
getPaperSize() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Returns the paper size.
getParagraphElement(int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the element that represents the paragraph that encloses a given offset within the document.
getParameterCCSID(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the CCSID of the specified parameter.
getParameterClassName(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the fully-qualified name of the Java class of the specified parameter.
getParameterClassName(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
Not implemented.
getParameterCount() - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the number of parameters in this ParameterMetaData object.
getParameterCount() - Method in interface com.ibm.jtopenlite.command.program.CallServiceProgramParameterFormat
This method is called to get the number of parameters used by the service program procedure call.
getParameterCount() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getParameterCount() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
getParameterCount() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
getParameterFormat(int) - Method in interface com.ibm.jtopenlite.command.program.CallServiceProgramParameterFormat
This method is used to obtain the format of the specified parameter
getParameterFormat() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getParameterFormat(int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getParameterFormat(int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getParameterInputData(int) - Method in interface com.ibm.jtopenlite.command.Program
Returns the input data of the parameter at the specified index.
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getParameterInputData(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getParameterInputLength(int) - Method in interface com.ibm.jtopenlite.command.Program
Returns the input length of the parameter at the specified index.
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getParameterInputLength(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getParameterLength(int) - Method in interface com.ibm.jtopenlite.command.program.CallServiceProgramParameterFormat
This method is used to obtain the length of the specified parameter
getParameterLength(int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getParameterLength(int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
getParameterList() - Method in class com.ibm.as400.access.ProgramCall
Returns the list of parameters.
getParameterList() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Returns the parameter list.
getParameterList() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Returns the parameter list.
getParameterMetaData() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Returns the number, types, and properties of a PreparedStatement object's parameters.
getParameterMetaData() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Returns the number, types, and properties of a PreparedStatement object's parameters.
getParameterMetaData() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getParameterMetaData() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
getParameterMode(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the mode of the specified parameter or if that information is unknown.
getParameterMode(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
getParameterObject(String, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getParameterOutputLength(int) - Method in interface com.ibm.jtopenlite.command.Program
Returns the output length of the parameter at the specified index.
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getParameterOutputLength(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getParameters() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns parameter values that are passed to the Java application.
getParameters() - Method in class com.ibm.as400.util.html.URLParser
Returns the parameters.
getParameterType(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the SQL type of the specified parameter.
getParameterType() - Method in class com.ibm.as400.access.ProgramParameter
Returns the program parameter type.
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getParameterType(int) - Method in interface com.ibm.jtopenlite.command.Program
Returns the type of parameter at the specified index.
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getParameterType(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getParameterType(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
getParameterTypeName(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the database-specific type name of the specified parameter.
getParameterTypeName(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
getParent() - Method in class com.ibm.as400.access.IFSFile
Returns the path of the parent directory of the integrated file system object represented by this object.
getParent() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the parent directory of the IFSJavaFile.
getParent() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VObjectEvent
Deprecated.
Returns the parent of the affected system resource.
getParent() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the parent node.
getParentDirectory(File) - Method in class com.ibm.as400.access.IFSSystemView
Returns the parent directory of dir.
getParentDirectory(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns the parent directory of dir.
getParentDirectory() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the parent directory name.
getParentDirectory() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the parent directory name.
getParentFile() - Method in class com.ibm.as400.access.IFSFile
Returns the parent directory of the current object.
getParentFile() - Method in class com.ibm.as400.access.IFSJavaFile
Returns an IFSJavaFile object that represents the parent of the current object.
getParentName(File) - Method in class com.ibm.as400.util.html.FileListRenderer
Return the parent directory name string.
getPartitionIdentifier() - Method in class com.ibm.as400.access.SystemStatus
Returns the identifier for the current partition in which the API is running.
getPartitionIdentifier() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPassword() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the password used to create the connection.
getPasswordChangeBlock() - Method in class com.ibm.as400.access.User
Retrieves the time period during which a password is blocked from being changed following the prior successful password change operation.
getPasswordExpirationDate() - Method in class com.ibm.as400.access.AS400
Returns the password expiration date for the signed-on user.
getPasswordExpirationDays() - Method in class com.ibm.as400.access.AS400
Returns the number of days until the user profile's password expires.
getPasswordExpirationInterval() - Method in class com.ibm.as400.access.User
Retrieves the number of days the user's password can remain active before it must be changed.
getPasswordExpirationWarningDays() - Static method in class com.ibm.as400.access.AS400
Returns the number of days before password expiration to start warning the user.
getPasswordExpireDate() - Method in class com.ibm.as400.access.User
Retrieves the date the user's password expires.
getPasswordLastChangedDate() - Method in class com.ibm.as400.access.User
Retrieves the date the user's password was last changed.
getPasswordLevel() - Method in class com.ibm.as400.access.AS400ImplRemote
 
getPasswordLevel() - Method in class com.ibm.jtopenlite.SystemInfo
Returns the server password level.
getPasswordType() - Method in class com.ibm.as400.access.AS400ImplRemote
 
getPath() - Method in class com.ibm.as400.access.AFPResource
Returns the integrated file system pathname of the AFP resource.
getPath() - Method in class com.ibm.as400.access.AS400CertificateUtil
Returns the integrated file system path name of the IBM i certificate repository.
getPath() - Method in class com.ibm.as400.access.AS400File
Returns the integrated file system pathname for the file as specified on the constructor or the setPath() method.
getPath() - Method in class com.ibm.as400.access.AS400FileRecordDescription
Returns the integrated file system path name for the file as specified on the constructor or the setPath() method.
getPath() - Method in class com.ibm.as400.access.AS400Message
Returns the full integrated file system path name of the message file.
getPath() - Method in class com.ibm.as400.access.BaseDataQueue
Returns the full integrated file system path name of the data queue.
getPath() - Method in class com.ibm.as400.access.CharacterDataArea
Returns the integrated file system path name of the object represented by the data area.
getPath() - Method in class com.ibm.as400.access.Command
Returns the path name of this Command object.
getPath() - Method in class com.ibm.as400.access.DecimalDataArea
Returns the integrated file system path name of the object represented by the data area.
getPath() - Method in class com.ibm.as400.access.IFSFile
Returns the path of the integrated file system object represented by this object.
getPath() - Method in class com.ibm.as400.access.IFSFileInputStream
Returns the integrated file system path name of the object represented by this IFSFileInputStream object.
getPath() - Method in class com.ibm.as400.access.IFSFileOutputStream
Returns the integrated file system path name of the object represented by this IFSFileOutputStream object.
getPath() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the path name of the IFSJavaFile.
getPath() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns the integrated file system path name of the object represented by this IFSRandomAccessFile.
getPath() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the path in the integrated file system to be shared with the network.
getPath() - Method in class com.ibm.as400.access.JavaProgram
Returns the path to a class, jar, or zip file used to create the Java program.
getPath() - Method in class com.ibm.as400.access.LogicalDataArea
Returns the integrated file system path name of the object represented by the data area.
getPath() - Method in class com.ibm.as400.access.MemberDescription
Returns the IFS path of this member.
getPath() - Method in class com.ibm.as400.access.MessageFile
Returns the integrated file system path name of the message file.
getPath() - Method in class com.ibm.as400.access.MessageQueue
Returns the fully qualified integrated file system path name of the message queue, or CURRENT to refer to the user's default message queue.
getPath() - Method in class com.ibm.as400.access.ObjectDescription
Returns the fully-qualified integrated file system path name of this object.
getPath() - Method in class com.ibm.as400.access.OutputQueue
Returns the integrated file system pathname of the output queue.
getPath() - Method in class com.ibm.as400.access.PanelGroup
Returns the path name for this panel group.
getPath() - Method in class com.ibm.as400.access.PanelGroupHelpIdentifier
Returns the path of the panel group from whence this help identifier came.
getPath() - Method in class com.ibm.as400.access.PrinterFile
Returns the integrated file system pathname of the printer file.
getPath() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns the full pathname to this cover letter on the system.
getPath() - Method in class com.ibm.as400.access.PTFExitProgram
Returns the full pathname of the exit program.
getPath() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns the fully qualified integrated file system path name.
getPath() - Method in class com.ibm.as400.access.SaveFile
Returns the fully-qualifed IFS pathname of the save file.
getPath() - Method in class com.ibm.as400.access.Subsystem
Returns the fully-qualifed IFS pathname of the subsystem.
getPath() - Method in class com.ibm.as400.access.UserSpace
Returns the integrated file system path name of the object represented by the user space.
getPath() - Method in class com.ibm.as400.access.ValidationList
Returns the location (library context) of the validation list.
getPath() - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Returns the file path name.
getPath() - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Returns the directory path.
getPath() - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Returns the path.
getPath() - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Returns the fully qualified integrated file system path name of the message queue, or CURRENT to refer to the user's default message queue.
getPath(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the path from the root to get to this object in the tree hierarchy.
getPath(Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Returns the path from the root to get to this object in the tree hierarchy.
getPath(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Returns the path from the root to get to this object in the tree hierarchy.
getPath() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns the fully qualified integrated file system path name of the data queue.
getPath() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
The path name of the file.
getPath() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns the fully qualified integrated file system path name of the data queue.
getPath() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the fully qualified path name of the file.
getPath() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the fully qualified path name of the file.
getPath() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the fully qualified integrated file system path name of the message queue.
getPath() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getPathInfo() - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Returns the path information.
getPathName() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the path name of the object the user owns, is authorized to, or is the primary group for.
getPathPointedTo() - Method in class com.ibm.as400.access.IFSFile
Returns the path of the integrated file system object that is directly pointed to by the symbolic link represented by this object; or null if the file is not a symbolic link or does not exist.
getPathWhereMounted() - Method in class com.ibm.as400.access.UDFS.UdfsInformationStructure
Returns the path name where the user-defined file system (UDFS) is mounted.
getPattern() - Method in class com.ibm.as400.vaccess.FileFilter
Deprecated.
Returns the pattern.
getPattern() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the pattern that all file and directory names must match to be included as children.
getPatternMatching() - Method in class com.ibm.as400.access.IFSFile
Returns the pattern-matching behavior used when files are listed by any of the list() or listFiles() methods.
getPatternMatching() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the pattern-matching behavior used when files are listed by any of the list() or listFiles() methods.
getPayLoad() - Method in class com.ibm.as400.util.commtrace.Header
Returns this header's raw payload.
getPayload() - Method in class com.ibm.as400.util.commtrace.Header
Returns this header's payload as an ascii and hexadecimal string.
getPayloadBytes() - Method in class com.ibm.as400.util.commtrace.Header
Returns this header's payload as a byte array.
getPayloadHexString() - Method in class com.ibm.as400.util.commtrace.Header
Returns this header's payload as a hexadecimal string.
getPayloadLength() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the payload length of this Header.
getPDUType() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the PDU length.
getPeers() - Method in class com.ibm.as400.access.ProxyServer
Returns a list of peer proxy servers for use in load balancing.
getPendingFormType() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the name of the next form type to be printed.
getPendingMessageOption() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the message option for sending a message to the message queue when the next form type is finished.
getPendingNumberOfSeparators() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the next number of separator pages to be printed when the change to the writer takes place.
getPendingOutputQueue() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the fully qualified integrated file system pathname of the next output queue.
getPendingSeparatorDrawer() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the drawer from which to take the separator pages if there is a change to the writer.
getPercentBusy() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getPercentCurrentInteractivePerformance() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of interactive performance assigned to this logical partition.
getPercentCurrentInteractivePerformance() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentDBCapability() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of processor database capability that was used during the elapsed time.
getPercentDBCapability() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentPermanent256MBSegmentsUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the maximum possible permanent 256MB segments that have been used.
getPercentPermanent256MBSegmentsUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentPermanent4GBSegmentsUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the maximum possible permanent 4GB segments that have been used.
getPercentPermanent4GBSegmentsUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentPermanentAddresses() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the maximum possible addresses for permanent objects that have been used.
getPercentPermanentAddresses() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentProcessingUnitUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the average of the elapsed time during which the processing units were in use.
getPercentProcessingUnitUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentSharedProcessorPoolUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the total shared processor pool capacity used by all partitions using the pool during the elapsed time.
getPercentSharedProcessorPoolUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentSystemASPUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the system storage pool currently in use.
getPercentSystemASPUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentTemporary256MBSegmentsUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the maximum possible temporary 256MB segments that have been used.
getPercentTemporary256MBSegmentsUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentTemporary4GBSegmentsUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the maximum possible temporary 4GB segments that have been used.
getPercentTemporary4GBSegmentsUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentTemporaryAddresses() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the maximum possible addresses for temporary objects that have been used.
getPercentTemporaryAddresses() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentUncappedCPUCapacityUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the uncapped shared processing capacity for the partition that was used during the elapsed time.
getPercentUncappedCPUCapacityUsed() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getPercentUsed() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getPerformanceCollectionEnabledFlag() - Method in class com.ibm.as400.access.JavaProgram
Returns whether or not performance collection is enabled.
getPerformanceCollectionType() - Method in class com.ibm.as400.access.JavaProgram
Returns the type of performance collection if the performance collection flag is set.
getpermanentBlockTransferFromMainStorage() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of 512-byte blocks of permanent storage transferred to the disk unit since the last IPL.
getPermission() - Method in class com.ibm.as400.access.IFSFile
Returns the permission of the object.
getPermissions() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the access available from the network for this share.
getPicos() - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Get this Timestamp objects' picos value.
getPointer() - Method in class com.ibm.as400.util.commtrace.ParameterProblem
Returns the pointer of this Parameter Problem.
getPool(int) - Method in class com.ibm.as400.access.Subsystem
Returns the storage pool defined at the specified position for the subsystem.
getPooledConnection() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Returns a pooled connection that is connected to the IBM i system.
getPooledConnection(String, char[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Returns a pooled connection that is connected to the IBM i system.
getPooledConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Deprecated.
Use getPooledConnection(String user, char[] password) instead.
getPooledConnection() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns a pooled connection that is connected to the IBM i system.
getPooledConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns a pooled connection that is connected to the IBM i system.
getPooledConnection(String, char[]) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns a pooled connection that is connected to the IBM i system.
getPooledConnection(String, String, String, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
 
getPoolIdentifier() - Method in class com.ibm.as400.access.Job
Returns the identifier of the system-related pool from which the job's main storage is allocated.
getPoolIdentifier() - Method in class com.ibm.as400.access.SystemPool
Deprecated.
Use getIdentifier() instead.
getPoolName() - Method in class com.ibm.as400.access.SystemPool
Deprecated.
Use getName() instead.
getPools() - Method in class com.ibm.as400.access.Subsystem
Returns the list of storage pools that are defined for the subsystem.
getPoolSize() - Method in class com.ibm.as400.access.SystemPool
Deprecated.
Use getSize() instead.
getPoolsNumber() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of system pools.
getPort() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getPort() - Method in class com.ibm.as400.access.FTP
Returns the port used to connect to the system.
getPort() - Method in class com.ibm.as400.access.ProxyServer
Returns the port to use for accepting connections from clients.
getPort() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Gets the Port filter.
getPort(String, String) - Static method in class com.ibm.jtopenlite.PortMapper
Issues a request to the Port Mapper host server on the specified system to determine the TCP/IP port the specified service is listening on.
getPortNumber() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the port number
getPortNumber() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the port number.
getPortNumber() - Method in class com.ibm.as400.access.JDDataSourceURL
 
getPositionOfSyntaxError() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getPositionOfSyntaxError() - Method in class com.ibm.as400.access.AS400JDBCStatement
Will return the value of the last syntax error that came back from the IBM i system.
getPositionOfSyntaxError() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getPossibleValuePresentation(Object) - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the presentation for a possible value.
getPossibleValuePresentations() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the presentations for the possible values.
getPossibleValues() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the possible values.
getPostSpecialInstructions() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns whether the cover letter contains special instructions that should be followed after applying or removing the PTF.
getPreamble() - Method in exception com.ibm.jtopenlite.MessageException
Returns the preamble, which may be null.
getPrecision(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the number of decimal digits of the specified parameter.
getPrecision(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the precision of a column.
getPrecision() - Method in class com.ibm.as400.access.SQLDataBase
Returns the precision of the type.
getPrecision(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the precision of the column specified by columnIndex.
getPrecision(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the precision of the column specified by columnIndex.
getPrecision(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the precision of the column specified by columnIndex.
getPrecision(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the number of decimal digits for the column specified by columnIndex.
getPrecision(Column) - Static method in class com.ibm.jtopenlite.database.jdbc.JDBCColumnMetaData
 
getPrecision(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
getPrecision(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getPreferredAddressName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the field name portion of the preferred address.
getPreferredAddressProductID() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the product ID portion of the preferred address.
getPreferredAddressTypeName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the address type name of the preferred address.
getPreferredAddressTypeValue() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the address type value of the preferred address.
getPreferredAddressValue() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the value of the preferred address field and product ID.
getPreferredLifeTime() - Method in class com.ibm.as400.util.commtrace.PrefixInfo
Returns the preferred life time of this PrefixInfo header.
getPreferredName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the preferred name.
getPreferredSize() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Returns the preferred size of the viewer.
getPrefix() - Method in class com.ibm.as400.util.commtrace.PrefixInfo
Returns the prefix of this PrefixInfo header.
getPrefixLength() - Method in class com.ibm.as400.util.commtrace.PrefixInfo
Returns the prefix length of this PrefixInfo header.
getPrepareOption() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getPrepareStatementName() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getPresentation(String) - Method in class com.ibm.as400.resource.PresentationLoader
Deprecated.
Returns a Presentation object with text loaded from the resource bundle.
getPresentation(String, String) - Method in class com.ibm.as400.resource.PresentationLoader
Deprecated.
Returns a Presentation object with text loaded from the resource bundle.
getPresentation() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Returns the presentation information.
getPresentation() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the presentation information.
getPresentation() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the presentation information.
getPresentationWithIcon(String, String) - Method in class com.ibm.as400.resource.PresentationLoader
Deprecated.
Returns a Presentation object with text loaded from the resource bundle.
getPresentationWithIcon(String, String, String) - Method in class com.ibm.as400.resource.PresentationLoader
Deprecated.
Returns a Presentation object with text loaded from the resource bundle.
getPreSpecialInstructions() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns whether the cover letter contains special instructions that should be followed prior to applying or removing the PTF.
getPreviousSignedOnDate() - Method in class com.ibm.as400.access.User
Retrieves the date and time the user last signed on.
getPreviousSignonDate() - Method in class com.ibm.as400.access.AS400
Returns the date of the last successful sign-on.
getPrimaryASPResourceName() - Method in class com.ibm.as400.access.list.AspListItem
Returns the resource name of the primary ASP for a secondary ASP.
getPrimaryAssociatedSpaceSize() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getPrimaryGroup() - Method in class com.ibm.as400.access.FileAttributes
Returns the name of the user profile that is the primary group of the object.
getPrimaryGroup() - Method in class com.ibm.as400.access.Permission
Returns the primary group of the object.
getPrimaryGroup() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getPrimaryJobStatus(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getPrimaryJobStatusCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getPrimaryKeys(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of the primary key columns.
getPrimaryKeys(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of the primary key columns.
getPrimaryLanguageFeatureID() - Method in class com.ibm.as400.access.Product
Returns the primary language feature ID for this product.
getPrimaryPath() - Method in class com.ibm.as400.access.ProductDirectoryInformation
The primary full path name for the product directory.
getPrincipal() - Method in class com.ibm.as400.security.auth.AS400Credential
Returns the AS400Principal associated with the credential.
getPrintDevice() - Method in class com.ibm.as400.access.User
Retrieves the printer used to print for this user.
getPrintDriver() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the text string that identifies the print driver appropriate for this share.
getPrinter() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the printer associated with this object.
getPrinterAssignment() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns how the spooled file is assigned.
getPrinterDevice(int) - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getPrinterDeviceName() - Method in class com.ibm.as400.access.Job
Returns the printer device used for printing output from this job.
getPrinterDeviceName() - Method in class com.ibm.as400.access.JobDescription
Returns the name of the printer device or the source for the name of the printer device that is used for all spooled files created by jobs that use this job description.
getPrinterDeviceType() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the type of printer being used to print the spooled file.
getPrinterFileFilter() - Method in class com.ibm.as400.access.PrinterFileList
Returns the printer file list filter.
getPrinterFileLibrary() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the name of the library containing the printer file associated with the share.
getPrinterFileName() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the name of the printer file associated with the share.
getPrinterFilter() - Method in class com.ibm.as400.access.PrinterList
Returns the printer list filter.
getPrinterFilter() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the printer list filter.
getPrinterName() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the name of the printer the spooled file has been assigned to print on.
getPrintKeyFormat() - Method in class com.ibm.as400.access.Job
Returns a value indicating whether border and header information is provided when the Print key is pressed.
getPrintStream() - Static method in class com.ibm.jtopenlite.Trace
 
getPrintText() - Method in class com.ibm.as400.access.Job
Returns the line of text (if any) that is printed at the bottom of each page of printed output for the job.
getPrintText() - Method in class com.ibm.as400.access.JobDescription
Returns the line of text (if any) that is printed at the bottom of each page of printed output for jobs using this job description.
getPrintWriter() - Static method in class com.ibm.as400.access.Trace
Returns the PrintWriter object.
getPrintWriter(Object) - Static method in class com.ibm.as400.access.Trace
Returns the print writer object for the specified component.
getPriority() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the priority of the spooled file.
getPriority() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getPrivateManagementDomain() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the private management domain.
getProcedureColumns(String, String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of a catalog's stored procedure parameters and result columns.
getProcedureColumns(String, String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of a catalog's stored procedure parameters and result columns.
getProcedureName() - Method in class com.ibm.as400.access.CallStackEntry
Returns the name of the procedure at this level of the call stack.
getProcedureName() - Method in class com.ibm.as400.access.ServiceProgramCall
Returns the service program procedure to be called.
getProcedures(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the description of the stored procedures available in a catalog.
getProcedures(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the description of the stored procedures available in a catalog.
getProcedureTerm() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the DB2 for IBM i SQL term for "procedure".
getProcedureTerm() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the DB2 for IBM i SQL term for "procedure".
getProcessorSharingAttribute() - Method in class com.ibm.as400.access.SystemStatus
Returns the processor sharing attribute.
getProcessorSharingAttribute() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getProductFeature() - Method in class com.ibm.as400.access.PTF
Returns the product feature to which this PTF applies.
getProductID() - Method in class com.ibm.as400.access.Product
Returns the product ID for this product.
getProductID() - Method in class com.ibm.as400.access.ProductLicense
Returns the product identifier for this license.
getProductID() - Method in class com.ibm.as400.access.PTF
Returns the product ID of this PTF.
getProductID() - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Returns the product ID.
getProductLibraries() - Method in class com.ibm.as400.access.Job
Returns the libraries that contain product information for the initial thread of the job.
getProductLibrary() - Method in class com.ibm.as400.access.Command
Returns the library that is in effect during the processing of the command.
getProductOption() - Method in class com.ibm.as400.access.Product
Returns the product option for this product.
getProductOption() - Method in class com.ibm.as400.access.PTF
Returns the product option to which this PTF applies.
getProductOption() - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Returns the product option.
getProductOptions() - Method in class com.ibm.as400.access.Product
Returns the list of product options for this product ID.
getProducts() - Method in class com.ibm.as400.access.ProductList
Retrieves the list of products from the system.
getProductStatus() - Method in class com.ibm.as400.access.PTF
Return product status for PTF getting by PTFGroup.getPTFs()
getProfileToken() - Method in class com.ibm.as400.access.AS400
Deprecated.
getProfileToken(int, int) - Method in class com.ibm.as400.access.AS400
Authenticates the assigned user profile and password and returns a corresponding ProfileTokenCredential if successful.
getProfileToken(String, String) - Method in class com.ibm.as400.access.AS400
Deprecated.
Use getProfileToken(String userId, char[] password) instead.
getProfileToken(String, char[]) - Method in class com.ibm.as400.access.AS400
Authenticates the given user profile and password and returns a corresponding ProfileTokenCredential if successful.
getProfileToken(String, String, int, int) - Method in class com.ibm.as400.access.AS400
Deprecated.
Using string for password is insecure.
getProfileToken(String, char[], int, int) - Method in class com.ibm.as400.access.AS400
Authenticates the given user profile and password and returns a corresponding ProfileTokenCredential if successful.
getProfilingDataStatus() - Method in class com.ibm.as400.access.JavaProgram
Returns whether profiling data is enabled or applied.
getProgram() - Method in class com.ibm.as400.access.ProgramCall
Returns the integrated file system pathname for the program.
getProgram() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Returns the program which will be called when the button is pressed.
getProgram() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Returns the program which will be called when the button is pressed.
getProgramASPName() - Method in class com.ibm.as400.access.CallStackEntry
Returns the name of the auxiliary storage pool (ASP) device in which the program is located.
getProgramASPNumber() - Method in class com.ibm.as400.access.CallStackEntry
Returns the numeric identifier of the auxiliary storage pool (ASP) device containing the program.
getProgramCall() - Method in class com.ibm.as400.data.ProgramCallDocument
Returns the ProgramCall object that was used in the most recent invocation of callProgram().
getProgramLibrary() - Method in class com.ibm.as400.access.CallStackEntry
Returns the library in which the program is located.
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getProgramLibrary() - Method in interface com.ibm.jtopenlite.command.Program
Returns the library of the program object.
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getProgramLibraryASPName() - Method in class com.ibm.as400.access.CallStackEntry
Returns the name of the auxiliary storage pool (ASP) device in which the program library is located.
getProgramLibraryASPNumber() - Method in class com.ibm.as400.access.CallStackEntry
Returns the numeric identifier of the auxiliary storage pool (ASP) device containing the program library.
getProgramName() - Method in class com.ibm.as400.access.CallStackEntry
Returns the name of the procedure at this level of the call stack.
getProgramName() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getProgramName() - Method in interface com.ibm.jtopenlite.command.Program
Returns the name of the program object.
getProgramName() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getProgramName() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getProgress() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Property set if progress should be displayed.
getProlog() - Method in class com.ibm.as400.util.commtrace.Format
Returns the prolog of this trace.
getPromptMessageFile() - Method in class com.ibm.as400.access.Command
Returns a MessageFile object representing the message file that contains the prompt text for this command.
getPromptOverrideProgram() - Method in class com.ibm.as400.access.Command
Returns the fully qualified integrated file system path of the program that replaces default values on the prompt display with the current actual values for the parameter.
getPromptOverrideState() - Method in class com.ibm.as400.access.Command
Returns the state from which the prompt override program is called.
getProperties() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the connection properties.
getProperties() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the connection properties.
getProperties() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getProperties() - Method in class com.ibm.as400.access.EnvironmentVariableList
Returns a new Properties object which contains an entry for each environment variable in the list.
getProperties() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the properties set on the IBM i system's JVM before running the Java program.
getProperties() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the properties associated with the link resource.
getProperties(int) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Returns the property IDs that have been added to the specified tab.
getProperties() - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Returns the properties for this connection.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the properties pane.
getProperty(String) - Static method in class com.ibm.as400.access.SystemProperties
 
getProperty(Object) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns a property value associated with the document.
getProperty(Object) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns a property value associated with the document.
getProperty(Object) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns a property value associated with the document.
getPropertyCycle() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns the interval (in seconds) between runs of the connection pool's maintenance thread.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AFPResourceBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AFPResourceListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400ArrayBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400BeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtilBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400CertificateUtilBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400CertificateVldlUtilBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400FileBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400FTPBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400JDBCDataSourceBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400JDBCRowSetBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.AS400StructureBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.BaseDataQueueBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.CharacterDataAreaBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.ClusteredHashTableBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.ClusteredHashTableEntryBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.CommandBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.CommandCallBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.CommandListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.ConnectionPoolBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.DataAreaBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.DataQueueAttributesBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.DecimalDataAreaBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.EnvironmentVariableBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.EnvironmentVariableListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.FTPBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.IFSFileBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.IFSFileInputStreamBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.IFSFileOutputStreamBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.IFSRandomAccessFileBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.IFSTextFileOutputStreamBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.JavaApplicationCallBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.JobBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.JobListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.JobLogBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.KeyedFileBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.access.LogicalDataAreaBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.MessageFileBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.MessageQueueBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.NetServerFileShareBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.access.NetServerPrintShareBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.access.OutputQueueBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.OutputQueueListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.PanelGroupBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.PrinterBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.PrinterFileBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.PrinterFileListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.PrinterListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.PrintObjectBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.PrintObjectListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.ProductLicenseBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.ProgramCallBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.ProgramParameterBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.QSYSObjectPathNameBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.RecordBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.access.RecordFormatBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.access.SecureAS400BeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.SequentialFileBeanInfo
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.access.ServiceProgramCallBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.SpooledFileListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.SystemPoolBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.SystemStatusBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.SystemValueBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.SystemValueGroupBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.SystemValueListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.UserBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.UserListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.UserSpaceBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.access.WriterJobListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.ResourceBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RIFSFileBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RIFSFileListBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RJavaProgramBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RJobBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RJobLogBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RMessageQueueBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RPrinterBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RSoftwareResourceBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.resource.RUserBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.security.auth.AS400CredentialBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.security.auth.AS400PrincipalBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.security.auth.ProfileHandleCredentialBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.security.auth.ProfileTokenCredentialBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.security.auth.UserProfilePrincipalBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.BidiOrderingBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.ButtonFormInputBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.FileListElementBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.FileTreeElementBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.FormInputBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.GridLayoutFormPanelBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLAlignBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLAppletBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLDocumentBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLFormBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLHeadBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLHeadingBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLHyperlinkBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLImageBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLListItemBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLMetaBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLParameterBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLServletBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLTableBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLTableCaptionBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLTableCellBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLTableRowBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLTagAttributesBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLTextBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLTreeBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.HTMLTreeElementBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.ImageFormInputBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.LabelFormElementBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.LineLayoutFormPanelBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.OrderedListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.OrderedListItemBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.RadioFormInputGroupBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.SelectFormElementBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.SelectOptionBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.TextAreaFormElementBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.TextFormInputBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.ToggleFormInputBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.UnorderedListBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.html.UnorderedListItemBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.servlet.ListMetaDataBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.servlet.ListRowDataBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaDataBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.servlet.RecordListRowDataBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.servlet.ResourceListRowDataBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.servlet.ServletHyperlinkBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaDataBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowDataBeanInfo
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.AS400ListModelBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.AS400ListPaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.AS400TreeModelBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.AS400TreePaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.CommandCallButtonBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.CommandCallMenuItemBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.DataQueueDocumentBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.ErrorDialogAdapterBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.IFSTextFileDocumentBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocumentBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.ProgramCallButtonBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItemBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.RecordListFormPaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.RecordListTableModelBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.RecordListTablePaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModelBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.ResourceListModelBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.ResourceListPaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SpooledFileViewerBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SQLConnectionBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModelBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePaneBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SQLStatementButtonBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SQLStatementDocumentBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItemBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VActionAdapterBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VIFSDirectoryBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VJavaApplicationCallBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VJobBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VJobListBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VMessageListBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VMessageQueueBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VPrinterBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VPrinterOutputBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VPrintersBeanInfo
Deprecated.
Returns the property descriptors.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VPropertiesActionBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VSystemPoolBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VSystemStatusBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VSystemValueListBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.VUserListBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyDescriptors() - Method in class com.ibm.as400.vaccess.WorkingCursorAdapterBeanInfo
Deprecated.
Returns the descriptors for all properties.
getPropertyInfo(String, Properties) - Method in class com.ibm.as400.access.AS400JDBCDriver
Returns an array of DriverPropertyInfo objects that describe the properties that are supported by this driver.
getPropertyInfo(String, Properties) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
getPropertyMap() - Method in class com.ibm.as400.access.BidiConversionProperties
Output value: property map from the last transform with propertyMapRequired specified; if this option was not specified, the content of propertyMap should be ignored.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns a property value.
getProtectionStatus() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getProtectionType() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getProtocol() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the protocol of this packet
getProtocol() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the protocol of this IPv4 Header.
getProtocol() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the protocol:
'A' - ASYNC
'B' - BSC
'C' - ETHERNET
'D' - DDI
'E' - ECL(TOKEN-RING)
'E' - ECL(TOKEN-RING)
'F' - FRAME RELAY
'H' - HDLC(X.25)
'I' - ISDN
'Q' - IDLC
'S' - SDLC
getProtocolLength() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the byte length of each protocol address of this packet.
getProxyEncryptionMode() - Method in class com.ibm.as400.access.SecureAS400
Returns the proxy encryption mode.
getProxyServer() - Method in class com.ibm.as400.access.AS400
Returns the name of the middle-tier machine where the proxy server is running.
getProxyServer() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the name of the proxy server.
getProxyServer() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the name of the proxy server.
getPseudoColumns(String, String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
getPseudoColumns(String, String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves a description of the pseudo or hidden columns available in a given table within the specified catalog and schema.
getPSHFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the psh Flag for this TCP header.
getPTF() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getPTFGroup() - Method in class com.ibm.as400.access.PTFGroupList
Returns a list of all PTF groups that are known to the system.
getPTFGroupDescription() - Method in class com.ibm.as400.access.PTFGroup
Returns the description for the PTF group.
getPTFGroupLevel() - Method in class com.ibm.as400.access.PTFGroup
Returns the PTF group level.
getPTFGroupName() - Method in class com.ibm.as400.access.PTFGroup
Returns the PTF group name.
getPTFGroupStatus() - Method in class com.ibm.as400.access.PTFGroup
Indicates the overall status of the PTF group on this system.
getPTFs(boolean) - Method in class com.ibm.as400.access.Product
Returns the list of Program Temporary Fixes (PTFs) on the system for this product.
getPTFs() - Method in class com.ibm.as400.access.PTFGroup
 
getPublicAuthority() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getPublicDataAuthority() - Method in class com.ibm.as400.access.ProductDirectoryInformation
The public data authority given to the directory by the Restore Licensed Program (RSTLICPGM) command when this product is installed if the directory does not exist.
getPublicObjectAuthorities() - Method in class com.ibm.as400.access.ProductDirectoryInformation
The public object authorities given to the directory by the Restore Licensed Program (RSTLICPGM) command when this product is installed if the directory does not exist.
getPurge() - Method in class com.ibm.as400.access.Job
Indicates whether or not the job is eligible to be moved out of main storage and put into auxiliary storage at the end of a time slice or when entering a long wait (such as waiting for a work station user's response).
getQaqqinilib() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the QAQQINI library name.
getQaqqinilib() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the QAQQINI library name.
getQaqqiniLibrary() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the QAQQINI library name.
getQaqqiniLibrary() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the QAQQINI library name.
getQualifiedJobName() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getQualifiedJobName(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getQualifiedJobNameCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getQualifiedName() - Method in interface com.ibm.as400.data.Descriptor
Returns the qualified name of the Descriptor.
getQualifiedNameParm() - Method in class com.ibm.as400.access.ValidationList
Returns a program parameter to be used for IBM i Toolbox program calls that require the qualifed name of the validation list.
getQuery() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Returns the SQL query that corresponds to the user's selections.
getQuery() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Returns the SQL query used to generate the form data.
getQuery() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the SQL query.
getQuery() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the SQL query used to generate the table data.
getQueryOptimizeGoal() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the goal the IBM i system should use with optimization of queries.
getQueryOptimizeGoal() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the "query optimize goal" property
getQueryReplaceTruncatedParameter() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the string to be substituted for a truncated parameter on a query.
getQueryReplaceTruncatedParameter() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the string to be substituted for a truncated parameter on a query.
getQueryStorageLimit() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the storage limit in megabytes, that should be used for statements executing a query in a connection.
getQueryStorageLimit() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the storage limit in megabytes, that should be used for statements executing a query in a connection.
getQueryStorageLimit() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getQueryTimeout() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getQueryTimeout() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the maximum wait time in seconds for a statement to execute.
getQueryTimeout() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the query timeout limit for this statement.
getQueryTimeout() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getQueryTimeout() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Retrieves the number of seconds the driver will wait for a Statement object to execute
getQueryTimeoutLimit() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getQueryTimeoutMechanism() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the mechanism used to implement query timeout.
getQueryTimeoutMechanism() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the mechanism used to implement query timeout.
getQueue() - Method in class com.ibm.as400.access.Job
Returns the fully qualified integrated file system path name of the job queue that the job is currently on, or that the job was on if it is currently active.
getQueue() - Method in class com.ibm.as400.access.QueuedMessage
Returns the message queue.
getQueueFilter() - Method in class com.ibm.as400.access.OutputQueueList
Returns the output queue list filter.
getQueueFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the output queue filter.
getQueueFilter() - Method in class com.ibm.as400.access.WriterJobList
Returns the output queue filter.
getQueueFilter() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the output queue list filter.
getQueueLibrary() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getQueuePriority() - Method in class com.ibm.as400.access.Job
Returns the scheduling priority of the job compared to other jobs on the same job queue.
getRadix() - Method in class com.ibm.as400.access.SQLDataBase
Returns the radix for the type.
getRAIDType() - Method in class com.ibm.as400.access.list.AspListItem
Returns The type of RAID protection that has been assigned to this disk unit.
getRDBName() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getReachableTime() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the reachable time of this RouterAdvertisement Message.
getReadKB() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getReadOffsetCcsid() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the offset of CCSID information in the structure when the receiver is read from IBM i bytes.
getReadOffsetTByteLength() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the offset of the length of the translated bytes when the receiver is read from a IBM i byte structure.
getReadOffsetTBytes() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the offset of the translated bytes when the receiver is read from an IBM i byte structure.
getReadOnly() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getReadOnly() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getReadOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read only type.
getReadOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read only type.
getReadOnlyShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read only, share with neither readers nor writers type.
getReadOnlyShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read only, share with neither readers nor writers type.
getReadOnlyShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read only, share with readers and writers type.
getReadOnlyShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read only, share with readers and writers type.
getReadOnlyShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read only, share with readers only type.
getReadOnlyShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read only, share with readers only type.
getReadOnlyShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read only, share with writers only type.
getReadOnlyShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read only, share with writers only type.
getReadRequests() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getReadWrite() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read/write type.
getReadWrite() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read/write type.
getReadWriteShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read/write, share with neither readers nor writers type.
getReadWriteShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read/write, share with neither readers nor writers type.
getReadWriteShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read/write, share with readers and writers type.
getReadWriteShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read/write, share with readers and writers type.
getReadWriteShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read/write, share with readers only type.
getReadWriteShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read/write, share with readers only type.
getReadWriteShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the read/write, share with writers only type.
getReadWriteShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the read/write, share with writers only type.
getReadWriteType() - Method in class com.ibm.jtopenlite.ddm.DDMFile
Returns the read-write access type used to open this file.
getRealm() - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Retrieve the realm that was used for the authentication.
getReceiveBufferSize() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket receive buffer size option.
getReceiveBufferSize() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the socket 'receive buffer size' option.
getReceiveBufferSize() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_RCVBUF socket option is set.
getReceiverLibrary() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
getReceiverName() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
getReceiverStatementNumbers() - Method in class com.ibm.as400.access.QueuedMessage
Returns the number of statement numbers or instruction numbers available for the receiving program or procedure.
getReceivingModuleName() - Method in class com.ibm.as400.access.QueuedMessage
Returns the name of the module that contains the procedure where the message was sent.
getReceivingProcedureName() - Method in class com.ibm.as400.access.QueuedMessage
Returns the name of the procedure receiving the message.
getReceivingProgramInstructionNumber() - Method in class com.ibm.as400.access.AS400Message
Get the receiving program instruction number.
getReceivingProgramName() - Method in class com.ibm.as400.access.AS400Message
Get the receiving program name.
getReceivingProgramName() - Method in class com.ibm.as400.access.QueuedMessage
Returns the program name, or the ILE program name that contains the procedure that the message was sent to.
getReceivingType() - Method in class com.ibm.as400.access.AS400Message
Get the type of the receiver (whether it is a program or procedure).
getReceivingType() - Method in class com.ibm.as400.access.QueuedMessage
Returns the type of the receiver (whether it is a program or a procedure).
getRecFromFile() - Method in class com.ibm.as400.util.commtrace.Format
Reads a Frame from the input stream.
getRecNum() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the Frame number.
getRecommendedBatchSize() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the recommended batch size to use for reading or writing records with this record format.
getReconnectURLs() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns a String array containing the URLs that are used when to reconnect to a system when the "enableClientAffinities" property is set.
getReconnectURLs() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getReconnectURLs() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getRecordCapacity() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the record capacity (MBRCDC) of the member.
getRecordCount() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the current number of records (MBNRCD) in the member.
getRecordData(DDMCallbackEvent, int) - Method in interface com.ibm.jtopenlite.ddm.DDMWriteCallback
Returns the record data to write.
getRecordDataBuffer() - Method in class com.ibm.jtopenlite.ddm.DDMDataBuffer
Returns the current record data stored in this buffer.
getRecordDataBuffer() - Method in class com.ibm.jtopenlite.ddm.DDMFile
Returns the current data buffer's record data buffer.
getRecordDataOffset(DDMCallbackEvent, int) - Method in interface com.ibm.jtopenlite.ddm.DDMWriteCallback
Returns the offset into the byte array returned by the prior call to getRecordData() so that a single buffer can be used to write multiple records.
getRecordFormat() - Method in class com.ibm.as400.access.AS400File
Returns the record format of this file.
getRecordFormat() - Method in class com.ibm.as400.access.Record
Returns the record format for this record.
getRecordFormat() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the record format.
getRecordFormat() - Method in class com.ibm.as400.util.servlet.RecordListRowData
Returns the record format.
getRecordFormat(String, String) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Retrieves the record format of the specified file.
getRecordFormat(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Retrieves the record format of the specified file.
getRecordFormatID() - Method in class com.ibm.as400.access.RecordFormat
Returns the record format ID.
getRecordFormatType() - Method in class com.ibm.as400.access.RecordFormat
Returns the record format type.
getRecordLength() - Method in class com.ibm.as400.access.Record
Returns the record length of this record.
getRecordLength() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getRecordLength() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getRecordLength() - Method in class com.ibm.jtopenlite.ddm.DDMFile
Returns the record length in bytes of this file.
getRecordName() - Method in class com.ibm.as400.access.Record
Returns the record name for this record.
getRecordNumber() - Method in class com.ibm.as400.access.Record
Returns the record number of this record.
getRecordNumber() - Method in class com.ibm.jtopenlite.ddm.DDMDataBuffer
Returns the current record number stored in this buffer.
getRecordNumberLong() - Method in class com.ibm.as400.access.Record
Returns the record number in long type of this record.
getRecordsReturned() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getRecsProcessed() - Method in class com.ibm.as400.util.commtrace.Format
Returns the number of records that have been formatted.
getRecStatus() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the Frame status.
getRecTimer() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns record timer length 2/4 bytes.
getRecType() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the Frame type.
getRef(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Ref object.
getRef(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Ref object.
getRef(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL REF output parameter as a Ref value.
getRef(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL REF output parameter as a Ref value.
getRef(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getRef(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getRef(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Ref object.
getRef(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Ref object.
getRef(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Ref object.
getRef(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Ref object.
getRef(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getRef(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getRef(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
getRef(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
getReference() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Returns the Reference object for the data source object.
getReference() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the Reference object for the data source object.
getReference() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Returns a Reference object for the data source object.
getReference() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the Reference object for the data source object.
getReference() - Method in class com.ibm.as400.access.AS400JDBCXADataSource
Returns the Reference object for the data source object.
getReference() - Method in class com.ibm.as400.util.html.URLParser
Returns the reference, also known as the "anchor".
getReferenceCount() - Method in class com.ibm.as400.access.ObjectReferences
Returns the current number of references on the object.
getREFFIL() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the REFFIL keyword for this field.
getREFFLD() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the REFFLD keyword for this field.
getREFFMT() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the REFFMT keyword for this field.
getREFLIB() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the REFLIB keyword for this field.
getRegistrationType() - Method in class com.ibm.as400.access.Product
Returns the registration type associated with this product.
getRegistrationValue() - Method in class com.ibm.as400.access.Product
Returns the registration value associated with this product.
getRelatedPTFGroups() - Method in class com.ibm.as400.access.PTFGroup
Returns a list of related PTF groups.
getRelationship(PTF) - Method in class com.ibm.as400.access.PTF
Returns the relationship between this PTF and another PTF.
getRelease() - Method in class com.ibm.as400.access.AS400
Returns the release of the IBM i system.
getRelease() - Method in class com.ibm.as400.access.SystemValue
Returns the supported release for this system value.
getReleaseDate() - Method in class com.ibm.as400.access.Product
Returns the value specified for the release date when the product definition for this product load was created.
getReleaseLevel() - Method in class com.ibm.as400.access.Product
Returns the release level for this product.
getReleaseLevel() - Method in class com.ibm.as400.access.ProductLicense
Returns the release level for this license.
getReleaseLevel() - Method in class com.ibm.as400.access.PTF
Returns the release level of this PTF.
getReleaseLevel() - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Returns the release level.
getReleaseName() - Static method in class com.ibm.as400.util.AboutToolbox
Returns the release name for Toolbox.
getRemarks() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the source of the text for REMARKS columns in ResultSets returned by DatabaseMetaData methods.
getRemarks() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the source of the text for REMARKS columns in ResultSets returned by DatabaseMetaData methods.
getRenderer() - Method in class com.ibm.as400.util.html.FileListElement
Return the file list renderer.
getReplace() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getReplyStatus() - Method in class com.ibm.as400.access.QueuedMessage
Returns the reply status.
getReplyStatus() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getreqDataTransfer2MainStorage() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of input data transfer requests processed for the disk unit since the last IPL.
getreqDataTransferFromMainStorage() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of output data transfer requests processed for the disk unit since the last IPL.
getreqPermanentBlockTransferFromMainStorage() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of output permanent data transfer requests processed for the disk unit since the last IPL.
getRequestedSize() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getRequestHandle() - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getRequestHandle() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getRequestHandle() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getRequestLevel() - Method in class com.ibm.as400.access.CallStackEntry
Returns the level of the request-processing program or procedure.
getRequestLevel() - Method in class com.ibm.as400.access.QueuedMessage
Returns the level of the request-processing program that received the request message.
getRequestSize() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getRequestStatus() - Method in class com.ibm.as400.access.QueuedMessage
Returns information regarding the processing status of the request message.
getRequiredFiles() - Method in class utilities.JarMaker
Deprecated.
Use getFilesRequired() instead.
getRequirementsMet() - Method in class com.ibm.as400.access.Product
Returns the reason why the release requirements between the base and option may or may not be in error.
getRequisitePTFs() - Method in class com.ibm.as400.access.PTF
Retrieves the list of pre- and co-requisite PTFs for this PTF.
getReservedSize() - Method in class com.ibm.as400.access.SystemPool
Returns the amount of storage, in kilobytes, in the pool reserved for system use.
getResetDate() - Method in class com.ibm.as400.access.FileAttributes
Returns the date the days used count was last reset to zero (0).
getResetDate() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getResetStatusStatistics() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getResource() - Method in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Returns the associated resource.
getResourceAt(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the resource at the specified row.
getResourceAtPoint(Point) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the resource that corresponds to the row located at the specified point.
getResourceAtPoint(Point) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Returns the resource that corresponds to the row located at the specified point.
getResourceFilter() - Method in class com.ibm.as400.access.AFPResourceList
Returns the library, name, and resource type being used as a resource list filter.
getResourceKey() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Returns the resource key.
getResourceList() - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Return the resource list.
getResourceList() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the resource list from which all information for the model is gathered.
getResourceList() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the resource list from which all information for the model is gathered.
getResourceList() - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Returns the resource list from which all information for the model is gathered.
getResourceList() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Returns the resource list from which all information for the model is gathered.
getResourceName() - Method in class com.ibm.as400.access.list.AspListItem
Returns the auxiliary storage pool (ASP) resource name.
getResourceProperties() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the resource properties.
getResourceProperties() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Returns the resource properties.
getResourceType() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the type of resource for this connection.
getRestrictedRelease() - Method in class com.ibm.as400.access.Command
Returns the version, release, and modification level to which this command is restricted.
getRestrictedStateFlag() - Method in class com.ibm.as400.access.SystemStatus
Returns the value indicating whether the system is in restricted state.
getResultSet() - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves Array ResultSet that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(long, int) - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet(Map) - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves a result set that contains the elements of the SQL ARRAY value designated by this Array object.
getResultSet(long, int, Map) - Method in class com.ibm.as400.access.AS400JDBCArray
Retrieves a result set holding the elements of the subarray that starts at index index and contains up to count successive elements.
getResultSet() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getResultSet() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the current result set.
getResultSet() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getResultSet() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowData
Returns the SQL result set.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the SQL result set.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the SQL result set.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Returns the current results of the last SQL statement run.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Returns the current results of the last SQL statement run.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Returns the current results of the last SQL statement run.
getResultSet() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
getResultSetConcurrency() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getResultSetConcurrency() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the result set concurrency to be used for this statement.
getResultSetConcurrency() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getResultSetConcurrency() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Retrieves the result set concurrency for ResultSet objects generated by this Statement object.
getResultSetHoldability() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves the default holdability of this ResultSet object.
getResultSetHoldability() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getResultSetHoldability() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the result set cursor holdability to be used for this statement.
getResultSetHoldability() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getResultSetHoldability() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves the default holdability of this ResultSet object.
getResultSetHoldability() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Retrieves the result set holdability for ResultSet objects generated by this Statement object.
getResultSetHoldabilityOption() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getResultSetType() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getResultSetType() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the result set type to be used for this statement.
getResultSetType() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getResultSetType() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
getRetransTimer() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the retrans Time of this RouterAdvertisement Message.
getRetryIntervalForClientReroute() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the retryIntervalForClientReroute setting.
getRetryIntervalForClientReroute() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the retryIntervalForClientReroute setting.
getReturnCode() - Method in exception com.ibm.as400.access.AS400SecurityException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.ConnectionDroppedException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.ConnectionPoolException
Returns the return code.
getReturnCode() - Method in exception com.ibm.as400.access.ErrorCompletingRequestException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.ExtendedIllegalArgumentException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.ExtendedIllegalStateException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.ExtendedIOException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.IllegalObjectTypeException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.IllegalPathNameException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.InternalErrorException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.LicenseException
Returns the return code.
getReturnCode() - Method in exception com.ibm.as400.access.ObjectAlreadyExistsException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.ObjectDoesNotExistException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.ProxyException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.RequestNotSupportedException
Returns the return code associated with this exception.
getReturnCode() - Method in interface com.ibm.as400.access.ReturnCodeException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.access.ServerStartupException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.micro.MEException
Returns the return code associated with this exception.
getReturnCode() - Method in exception com.ibm.as400.resource.ResourceException
Deprecated.
Returns the return code.
getReturnCode() - Method in class com.ibm.jtopenlite.command.CommandResult
Returns the return code from the call, if any.
getReturnCode() - Method in exception com.ibm.jtopenlite.database.DatabaseException
 
getReturnCodeClass() - Method in exception com.ibm.jtopenlite.database.DatabaseException
 
getReturnCodeString(int, int) - Static method in exception com.ibm.jtopenlite.database.DatabaseException
 
getReturnCodeString() - Method in exception com.ibm.jtopenlite.database.DatabaseException
 
getReturnCurrentLengthIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getReturnLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
All formats.
getReturnOptimisticLockingColumns() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getReturnSize() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getReturnValue() - Method in class com.ibm.as400.access.ServiceProgramCall
Returns the data returned from the service program.
getReturnValueErrorNumber() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getReturnValueFormat() - Method in class com.ibm.as400.access.ServiceProgramCall
Returns the format of the returned data.
getReturnValueFormat() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getReturnValueInteger() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getReturnValuePointer() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getReuseIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getRJob() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the job.
getRLECompressedFunctionParameters() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getRLECompression() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getRmtContName() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the remote controller name.
getRmtMacAddr() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns remote MAC address.
getRmtSAP() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns remote SAP address.
getRoot() - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Returns the root, or the system resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Returns the root, or the system resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the root, or the system resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Returns the root, or the system resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Returns the root, or the system resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Returns the root, or the system resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Returns the root, or the system resource, from which all information for the model is gathered.
getRootDirectory() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the root directory type.
getRootDirectory() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the root directory type.
getRootElements() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns the root elements.
getRootElements() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the root elements.
getRootElements() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns the root elements.
getRoots() - Method in class com.ibm.as400.access.IFSSystemView
Returns all root partitions on this system.
getRoots() - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns all root partitions on this system.
getRouter() - Method in class com.ibm.as400.util.commtrace.NeighborAdvertisement
Returns the router flag of this NeighborAdvertisement Message
getRouterLifeTime() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the router life time of this RouterAdvertisement Message.
getRoutingData() - Method in class com.ibm.as400.access.Job
Returns the routing data that is used to determine the routing entry that identifies the program to start for the routing step.
getRoutingData() - Method in class com.ibm.as400.access.JobDescription
Returns the routing data that is used with this job description to start jobs.
getRoutingDataEntry(String) - Method in class com.ibm.as400.access.SubsystemEntryList
Returns the routing data entry by compareValue.
getRoutingDataEntry() - Method in class com.ibm.as400.access.SubsystemEntryList
Returns an array of routing data entries.
getroutingEntryClassName() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getroutingEntryPoolIden() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getroutingEntryProgramLibrary() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getroutingEntryProgramName() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getroutingEntryResourcesAffinityGroup() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getroutingEntrySequenceNum() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getroutingEntryThreadResourcesAffinityGroup() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getroutingEntryThreadResourcesAffinityLevel() - Method in class com.ibm.as400.access.RoutingDataEntry
 
getRoutingLength() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the LAN routing length,
getRow() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Retrieves the current row number.
getRow() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the current row number, or 0.
getRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the current row number.
getRow(int) - Method in class com.ibm.as400.util.html.HTMLTable
Returns the HTMLTableRow object for the specified rowIndex.
getRow() - Method in class com.ibm.as400.util.servlet.ListRowData
Returns the data objects for the current row.
getRow() - Method in class com.ibm.as400.util.servlet.RecordListRowData
Returns the Record object for the current row.
getRow() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getRowCount() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the number of rows in the table.
getRowCount() - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Returns the number of rows in the table.
getRowCount() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the number of rows in the table.
getRowCount() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the number of rows in the table.
getRowCount() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the number of rows in the table.
getRowData(File, boolean, Collator) - Method in class com.ibm.as400.util.html.FileListRenderer
Return the row data to be displayed in the FileListElement.
getRowProperties() - Method in class com.ibm.as400.util.servlet.RowData
Returns the current row's property list.
getRows() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns the number of visible rows in the text area.
getRowSelectionAllowed() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Returns the indicator for whether the rows can be selected.
getRowSpan() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the row span.
getRSTFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the rst Flag for this TCP header.
getRunPriority() - Method in class com.ibm.as400.access.Job
Returns the priority at which the job is currently running, relative to other jobs on the system.
getRunPriority() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getRunStage() - Method in class com.ibm.as400.access.PTFExitProgram
Returns the stage of the PTF process in which the exit program will be run.
getsampleCount() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of times the disk queue was checked to determine whether or not the queue is empty.
getSaveActiveDateAndTime() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getSaveCommand() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSaveDate() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the time at which the object was saved.
getSaveDevice() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSavedSize() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSavedSizeInUnits() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getSavedSizeMultiplier() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getSavedValue() - Method in class com.ibm.as400.access.SQLDataBase
 
getSaveFile() - Method in class com.ibm.as400.access.PTF
Returns the full pathname of the save file for this PTF, if one exists.
getSaveFileLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSaveFileName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSaveFilePublicAuthority() - Method in class com.ibm.as400.access.AS400FTP
Returns the public authority of save files created by this object.
getSaveLabel() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSaveLock() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the save lock type.
getSaveLock() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the save lock type.
getSavepointId() - Method in class com.ibm.as400.access.AS400JDBCSavepoint
Returns the generated ID for the savepoint that this Savepoint object represents.
getSavepointName() - Method in class com.ibm.as400.access.AS400JDBCSavepoint
Returns the name for the savepoint that this Savepoint object represents.
getSaveSenderInformation() - Method in class com.ibm.as400.access.BaseDataQueue
Returns whether sender information is stored with each data queue entry.
getSaveSequenceNumber() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSaveVolumeID() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getScale(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the number of digits to the right of the decimal point of the specified parameter.
getScale(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the scale of a column.
getScale() - Method in class com.ibm.as400.access.SQLDataBase
Returns the scale of the type.
getScale(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the scale of the column specified by columnIndex.
getScale(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the scale of the column specified by columnIndex.
getScale(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the scale of the column specified by columnIndex.
getScale(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the number of digits to the right of the decimal point for the column specified by columnIndex.
getScale(Column) - Static method in class com.ibm.jtopenlite.database.jdbc.JDBCColumnMetaData
 
getScale(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
getScale(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getScan() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object will be scanned when exit programs are registered with any of the integrated file system scan-related exit points.
getScanCcsid1() - Method in class com.ibm.as400.access.FileAttributes
Returns the CCSID value that the object has been scanned in if it was previously scanned in a CCSID.
getScanCcsid2() - Method in class com.ibm.as400.access.FileAttributes
Returns the CCSID value that the object has been scanned in if it was previously scanned in a CCSID.
getScanStatus() - Method in class com.ibm.as400.access.FileAttributes
Returns the scan status associated with this object.
getSchedule() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the schedule of the spooled file.
getScheduleDate() - Method in class com.ibm.as400.access.Job
Returns the date and time the job is scheduled to become active.
getSchema() - Method in class com.ibm.as400.access.AS400JDBCConnection
Retrieves this Connection object's current schema name.
getSchema() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
 
getSchema() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Retrieves this Connection object's current schema name.
getSchema() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getSchema() - Method in class com.ibm.as400.access.JDDataSourceURL
Validate and return the schema as it was parsed from the URL.
getSchemaName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the schema name of the table for a column.
getSchemaName(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getSchemas() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the schema names available in this database.
getSchemas(String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves the schema names available in this database.
getSchemas() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the schema names available in this database.
getSchemas(String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves the schema names available in this database.
getSchemaTerm() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the DB2 for IBM i SQL term for "schema".
getSchemaTerm() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the DB2 for IBM i SQL term for "schema".
getScrollableCursorFlag() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getSDLCPort() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the SDLC port.
getSDLCSlot() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the SDLC slot.
getSearchStringEscape() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the string used to escape wildcard characters.
getSearchStringEscape() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the string used to escape wildcard characters.
getSearchType() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns the search type.
getSearchType() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the search type.
getSearchType() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the search type.
getSecondaryRC_() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getSecondaryUrl() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the secondary URL.
getSecondaryURL() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the secondary URL.
getSecondaryUrl() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the secondary URL.
getSecondaryURL() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the secondary URL.
getSecondIPAddress() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Gets the second IPAddress filter.
getSection() - Method in class com.ibm.as400.util.servlet.SectionCompletedEvent
Returns the completed section of data.
getSecureConnection(String, String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use getSecureConnection(String systemName, String userID, char[] password) instead.
getSecureConnection(String, String, char[]) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an secure connected AS400 object from the connection pool.
getSecureConnection(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use getSecureConnection(String systemName, String userID, char[] password) instead.
getSecureConnection(String, String, String, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use getSecureConnection(String systemName, String userID, char[] password, int service) instead.
getSecureConnection(String, String, char[], int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a secure connected AS400 object from the connection pool.
getSecureConnection(String, String, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated.
Use getConnection(String systemName, String userID, char[] password, int service) instead.
getSecureConnection(String, String, ProfileTokenCredential) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an secure connected AS400 object from the connection pool.
getSecureConnection(String, String, ProfileTokenCredential, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a secure connected AS400 object from the connection pool.
getSecurePort() - Method in class com.ibm.as400.access.ProxyServer
Returns the port to use for accepting Secure Sockets Layer (SSL) connections from clients.
getSecurityCheckLevel() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the level of warnings given for directories in the CLASSPATH that have public write authority.
getSegmentSize() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the Segment Size option for this TCP header.
getSelectedObject() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Returns the first selected object.
getSelectedObject() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the first selected object.
getSelectedObject() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Returns the first selected object.
getSelectedObject() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Returns the first selected object.
getSelectedObject() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Returns the first selected object.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Returns the objects which are represented by the selected rows.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the selected objects.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Returns the selected objects.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Returns the selected objects.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Returns the selected objects.
getSelectedResource() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the first selected resource.
getSelectedResource() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Returns the first selected resource.
getSelectedResources() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the resources which are represented by the selected rows.
getSelectedResources() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Returns the selected resources.
getSelection() - Method in class com.ibm.as400.access.MessageQueue
Deprecated.
Use isSelectMessagesNeedReply(), isSelectMessagesNoNeedReply(), and isSelectSendersCopyMessagesNeedReply() instead. The value returned by this method may not accurately reflect the actual selection criteria used to filter the list of messages.
getSelection() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the selection.
getSelectionCriteria(int) - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getSelectionCriteriaCount() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getSelectionFileSystem() - Method in class com.ibm.as400.access.UserObjectsOwnedList
Returns the current selection criteria for the file system from which to retrieve the list of objects that a user is authorized to or list of objects the user owns.
getSelectionListener() - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
getSelectionListener() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getSelectionListener() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getSelectionListener() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getSelectionMetaData(Object) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the selection meta data for a specific selection.
getSelectionMetaData() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the selection meta data.
getSelectionModel() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Returns the selection model that is used to maintain row selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Returns the selection model that is used to maintain selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Returns the selection model that is used to maintain selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the ListSelectionModel that is used to maintain row selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Returns the selection model that is used to maintain row selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Returns the selection model that is used to maintain selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the ListSelectionModel that is used to maintain row selection state.
getSelectionObjectRelation() - Method in class com.ibm.as400.access.UserObjectsOwnedList
Returns the returned objects setting indicating that objects to be returned are objects that the user is authorized to, objects owned, or both.
getSelectionValue(Object) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the current value of a selection.
getSelectionValue(Object, int) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the current value of a selection.
getSendBufferSize() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket send buffer size option.
getSendBufferSize() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the socket 'send buffer size' option.
getSendBufferSize() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_SNDBUF socket option is set.
getSenderInformation() - Method in class com.ibm.as400.access.DataQueueEntry
Returns the sender information for this data queue entry.
getSenderType() - Method in class com.ibm.as400.access.QueuedMessage
Returns the type of the sender (whether it is a program or procedure).
getSendingModuleName() - Method in class com.ibm.as400.access.QueuedMessage
Returns the name of the module that contains the procedure sending the message.
getSendingProcedureName() - Method in class com.ibm.as400.access.QueuedMessage
Returns the name of the procedure sending the message.
getSendingProgramInstructionNumber() - Method in class com.ibm.as400.access.AS400Message
Get the sending program instruction number.
getSendingProgramName() - Method in class com.ibm.as400.access.AS400Message
Get the sending program name.
getSendingStatementNumbers() - Method in class com.ibm.as400.access.QueuedMessage
Returns number of sending statement numbers or instruction numbers available followed by an array of the sending statement numbers or instruction numbers.
getSendingType() - Method in class com.ibm.as400.access.AS400Message
Get the type of the sender (whether it is a program or procedure).
getSendingUserProfile() - Method in class com.ibm.as400.access.QueuedMessage
Returns the name of the user profile that the thread was running under when the message was sent.
getSensitivityLevel() - Method in class com.ibm.as400.access.Permission
Returns the sensitivity level of the object.
getSeparator() - Method in class com.ibm.as400.access.AS400Date
Gets the separator character of this AS400Date object.
getSeparator() - Method in class com.ibm.as400.access.AS400Time
Gets the separator character of this AS400Time object.
getSeparatorDrawer() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the drawer from which the job and file separator pages are to be taken.
getSequence() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the sequence for this TCP header.
getSequenceNumber() - Method in class com.ibm.as400.access.JobQueue
Return The job queue entry sequence number
getSequenceNumber() - Method in class com.ibm.as400.util.commtrace.EchoReplyRequest
Returns the sequence number of this EchoReplyRequest header.
getSequenceNumber() - Method in class com.ibm.as400.util.commtrace.EchoRequest
Returns the sequence number of this EchoRequest header.
getServer() - Method in class com.ibm.as400.access.FTP
Returns the name of the system.
getServerAuthorizationList() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "Server Authorization List" attribute.
getServerAuthorizationListPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "Server Authorization List" attribute.
getServerCCSID() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getServerCCSID() - Method in class com.ibm.jtopenlite.SystemInfo
Returns the server CCSID.
getServerFunctionalLevel() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getServerFunctionalLevel() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getServerFunctionalLevel() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getServerIPLRequired() - Method in class com.ibm.as400.access.PTF
Indicates whether a server IPL must be performed in order to activate the changes for the PTF.
getServerJob() - Method in class com.ibm.as400.access.CommandCall
Returns a Job object which represents the system job in which the command will be run.
getServerJob() - Method in class com.ibm.as400.access.ProgramCall
Returns a Job object which represents the server job in which the program will be run.
getServerJobIdentifier() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the job identifier of the host server job corresponding to this connection.
getServerJobIdentifier() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the job identifier of the host server job corresponding to this connection.
getServerJobIdentifier() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the job identifier of the host server job corresponding to this connection.
getServerJobIdentifier() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getServerJobIdentifier() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
getServerJobName() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getServerJobNumber() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getServerJobUser() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getServerLevel() - Method in class com.ibm.jtopenlite.SystemInfo
Returns the server lipi level.
getServerName(int) - Static method in class com.ibm.as400.access.AS400
 
getServerName() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the name of the IBM i system.
getServerName() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the serverName property.
getServerName() - Method in class com.ibm.as400.access.JDDataSourceURL
Get the system name as it was parsed from the URL.
getServerSideStaticCursorResultSetSize() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getServerTrace() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the level of tracing started on the JDBC server job.
getServerTrace() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the level of tracing started on the JDBC server job.
getServerTraceCategories() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the level of tracing started on the JDBC server job.
getServerTraceCategories() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the level of tracing started on the JDBC server job.
getServerType(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getServerTypeCount() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getServerVersion() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
getServerVersion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Return the version level.
getServerVersion() - Method in class com.ibm.jtopenlite.SystemInfo
Returns the server VRM version.
getService() - Method in class com.ibm.as400.access.ConnectionEvent
Returns the service ID.
getServicePort(int) - Method in class com.ibm.as400.access.AS400
Returns the service port stored in the service port table for the specified service.
getServicePort(String, int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
getServiceProgramLibrary() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getServiceProgramName() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getServletHyperlink(String) - Method in class com.ibm.as400.util.html.URLParser
Returns the ServletHyperlink.
getSessionID() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the session ID for connection.
getSessionIdentifier() - Method in class com.ibm.as400.access.ObjectReferences.SessionUsingObjectStructure
Returns the unique identifier for the session.
getSessionUsingObjectStructures() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns information about the sessions that are known to be holding a reference on the object.
getSeverity() - Method in class com.ibm.as400.access.AS400Message
Returns the message severity.
getSeverity() - Method in class com.ibm.as400.access.MessageQueue
Returns the severity of the messages which are returned.
getSeverity() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the severity.
getSeverity() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getSeverity() - Method in class com.ibm.jtopenlite.Message
Returns the severity of this message, or 0 if unknown.
getSeverityCriteria() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getShare() - Method in class com.ibm.as400.access.ObjectLockListEntry
Share.
getShareName() - Method in class com.ibm.as400.util.html.FileListElement
Return the name of the NetServer share.
getShareName() - Method in class com.ibm.as400.util.html.FileTreeElement
Returns the NetServer share name.
getShareOption() - Method in class com.ibm.as400.access.IFSFileInputStream
Returns the share option for this object.
getShareOption() - Method in class com.ibm.as400.access.IFSFileOutputStream
Returns the share option for this object.
getShareOption() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns the share option for this object.
getShareOption() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getSharePath() - Method in class com.ibm.as400.util.html.FileListElement
Return the NetServer share point.
getSharePath() - Method in class com.ibm.as400.util.html.FileTreeElement
Returns the NetServer share path.
getShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the share with neither readers nor writers type.
getShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the share with neither readers nor writers type.
getShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the share with readers and writers type.
getShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the share with readers and writers type.
getShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the share with readers only type.
getShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the share with readers only type.
getShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the share with writers only type.
getShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the share with writers only type.
getShort(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java short value.
getShort(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a Java short value.
getShort(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java short value.
getShort(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java short value.
getShort(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getShort(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getShort(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java short value.
getShort(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java short value.
getShort(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java short value.
getShort(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java short value.
getShort() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java short.
getShort(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getShort(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getShort(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getShort(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getShort(byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified record data at this field's offset into a short value, if possible.
getShowChoiceProgramValues() - Method in class com.ibm.as400.util.CommandHelpRetriever
Returns whether or not the generated HTML documentation will contain parameter values returned by a "choices program".
getShowHorizontalLines() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns whether horizontal lines are drawn between rows.
getShowHorizontalLines() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns whether horizontal lines are drawn between rows.
getShowVerticalLines() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns whether vertical lines are drawn between columns.
getShowVerticalLines() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns whether vertical lines are drawn between columns.
getSignedOnAttemptsNotValid() - Method in class com.ibm.as400.access.User
Retrieves the number of sign-on attempts that were not valid since the last successful sign-on.
getSignedOnJob() - Method in class com.ibm.as400.access.Job
Indicates whether the job is to be treated like a signed-on user on the system.
getSignonDate() - Method in class com.ibm.as400.access.AS400
Returns the date for the current sign-on.
getSignonHandler() - Method in class com.ibm.as400.access.AS400
Returns the sign-on handler that is used by this object.
getSingleByteConversion(int) - Static method in class com.ibm.jtopenlite.ccsidConversion.CcsidConversion
 
getSingleFloatAttribute(int) - Method in class com.ibm.as400.access.PrintObject
Returns an attribute of the object that is a Float type attribute.
getSingleIntegerAttribute(int) - Method in class com.ibm.as400.access.PrintObject
Returns an attribute of the object that is a Integer type attribute.
getSingleStringAttribute(int) - Method in class com.ibm.as400.access.PrintObject
Returns an attribute of the object that is a String type attribute.
getSize() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the spooled file size in bytes.
getSize() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the total size of the object in bytes.
getSize() - Method in class com.ibm.as400.access.SystemPool
Returns the amount of main storage, in kilobytes, currently allocated to the pool.
getSize() - Method in class com.ibm.as400.access.SystemValue
Returns the length (in bytes) of this system value's data value component.
getSize() - Method in class com.ibm.as400.util.html.FormInput
Returns the size of the input field.
getSize() - Method in class com.ibm.as400.util.html.HTMLText
Returns the font text size.
getSize() - Method in class com.ibm.as400.util.html.LayoutFormPanel
Returns the number of elements in the layout.
getSize() - Method in class com.ibm.as400.util.html.SelectFormElement
Returns the number of visible options.
getSize() - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Returns the number of objects in the list.
getSize() - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Returns the number of objects in the list.
getSize() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getSize() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getSize() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getSizeLong() - Method in class com.ibm.as400.access.SystemPool
Returns the amount of main storage, in kilobytes, currently allocated to the pool.
getSizeOfAttachedJavaPrograms() - Method in class com.ibm.as400.access.JavaProgram
Returns the size in kilobytes of all the attached java programs.
getSMTPDomain() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the SMTP domain, if one exists.
getSMTPRoute() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the SMTP route, if one exists.
getSMTPUserID() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the SMTP user ID, if one exists.
getSocketProperties() - Method in class com.ibm.as400.access.AS400
Returns a copy of the socket options object.
getSocketProperties() - Method in class com.ibm.as400.access.AS400ConnectionPool
Returns a copy of the socket properties that this AS400ConnectionPool specifies when it creates new AS400 objects, for example in fill(), getConnection(), or getSecureConnection().
getSocketTimeout() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket timeout option in milliseconds.
getSocketTimeout() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the socket timeout option in milliseconds.
getSolicited() - Method in class com.ibm.as400.util.commtrace.NeighborAdvertisement
Returns the solicited flag of this NeighborAdvertisement Message
getSoLinger() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket linger option in seconds.
getSoLinger() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the socket 'linger' option, in milliseconds.
getSoLinger() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_LINGER socket option is set.
getSort() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns how the system sorts records before sending them to the client.
getSort() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns how the IBM i system sorts records before sending them to the client.
getSort() - Method in class com.ibm.as400.access.MessageQueue
Returns whether or not messages will be sorted when ALL is specified for the selection criteria.
getSortInformation() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getSortKeyFieldDataType(int) - Method in interface com.ibm.jtopenlite.command.program.SortListener
 
getSortKeyFieldDataType(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSortListener
 
getSortKeyFieldLength(int) - Method in interface com.ibm.jtopenlite.command.program.SortListener
 
getSortKeyFieldLength(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSortListener
 
getSortKeyFieldStartingPosition(int) - Method in interface com.ibm.jtopenlite.command.program.SortListener
 
getSortKeyFieldStartingPosition(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSortListener
 
getSortLanguage() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the three-character language id to use for selection of a sort sequence.
getSortLanguage() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the three-character language id to use for selection of a sort sequence.
getSortListener() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getSortListener() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getSortListener() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getSortMetaData(Object) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the sort meta data for a specific sort.
getSortMetaData() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the sort meta data.
getSortOrder(Object) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the current order for a particular sort.
getSortSequenceTable() - Method in class com.ibm.as400.access.Job
Returns the name of the sort sequence table associated with this job.
getSortSequenceTable() - Method in class com.ibm.as400.access.User
Retrieves the name of the sort sequence table used for string comparisons.
getSortTable() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the library and file name of a sort sequence table stored on the system.
getSortTable() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the library and file name of a sort sequence table stored on the IBM i system.
getSortValue() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the current value of the sort.
getSortWeight() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns how the system treats case while sorting records.
getSortWeight() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns how the IBM i system treats case while sorting records.
getSoTimeout() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket timeout option in milliseconds.
getSoTimeout() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the socket 'timeout' option in milliseconds.
getSoTimeout() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_TIMEOUT socket option is set.
getSource() - Method in class com.ibm.as400.util.html.ImageFormInput
Returns the source URL for the image.
getSourceFile() - Method in class com.ibm.as400.access.Command
Returns the fully qualified integrated file system path of the source file member that contains the command definition statements used to create this command.
getSourceFileLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0200, FORMAT_OBJD0300, FORMAT_OBJD0400.
getSourceFileMember() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0200, FORMAT_OBJD0300, FORMAT_OBJD0400.
getSourceFileName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0200, FORMAT_OBJD0300, FORMAT_OBJD0400.
getSourceFileUpdatedDateAndTime() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSourceHardwareAddress() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the hardware address of the sender of this packet.
getSourceIPAddress() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the IP address of the source of this packet.
getSourceToDestinationMap() - Method in class com.ibm.as400.access.BidiConversionProperties
Output value: source-to-destination map from the last transform with srcToDstMapRequired specified; if this option was not specified, the content of srcToDstMap should be ignored.
getspace2ErrorLog() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes of auxiliary storage allocated to the error log.
getspace2MachineLog() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes of auxiliary storage allocated to the machine log.
getspace2MachineTreac() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes of auxiliary storage allocated to the machine trace.
getspace2Microcode() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes of auxiliary storage allocated to the microcode and space used by the microcode.
getspace4MainStoragedump() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of megabytes of auxiliary storage allocated to the main storage dump space.
getSpecialAuthority() - Method in class com.ibm.as400.access.User
Retrieves a list of the special authorities the user has.
getSpecialEnvironment() - Method in class com.ibm.as400.access.User
Retrieves the special environment the user operates in after signing on.
getSpooledFile() - Method in class com.ibm.as400.access.SpooledFileOutputStream
Returns the spooled file that was created (or is being created) with this output stream.
getSpooledFile() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Returns the spooled file being viewed.
getSpooledFile() - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Returns the spooled file.
getSpooledFileAction() - Method in class com.ibm.as400.access.JobDescription
Returns the value that specifies whether spooled files can be accessed through job interfaces once a job has completed its normal activity.
getSpooledFileCreationDate() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the date and time the spooled file was created on the system.
getSpooledFileFilter() - Method in class com.ibm.as400.access.AFPResourceList
Returns the spooled file object being used as a resource list filter.
getSpooledFileJobName() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the name of the job that created the spooled file currently being processed by the writer.
getSpooledFileJobNumber() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the number of the job that created the spooled file currently being processed by the writer.
getSpooledFileJobSystem() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the name of the system where the job that created the spooled file ran.
getSpooledFileJobUser() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the user of the job that created the spooled file currently being processed by the writer.
getSpooledFileName() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the name of the spooled file currently being processed by the writer.
getSpooledFileName() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getSpooledFileNumber() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the number of the spooled file currently being processed by the writer.
getSpooledFileNumber() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getSpooledFiles(CommandConnection) - Method in class com.ibm.jtopenlite.components.ListSpooledFiles
Returns an array of spooled files for the current user, similar to the way WRKSPLF does.
getSpooledFiles(CommandConnection, SpooledFileInfoListener) - Method in class com.ibm.jtopenlite.components.ListSpooledFiles
 
getSpooledFiles(CommandConnection, String) - Method in class com.ibm.jtopenlite.components.ListSpooledFiles
Returns an array of spooled files for the specified user, similar to the way WRKSPLF does.
getSpooledFiles(CommandConnection, String, SpooledFileInfoListener) - Method in class com.ibm.jtopenlite.components.ListSpooledFiles
 
getSpooledFileType() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the spooled file type for the share.
getSQLException(String) - Static method in class com.ibm.jtopenlite.database.jdbc.JDBCError
 
getSQLException(String, String) - Static method in class com.ibm.jtopenlite.database.jdbc.JDBCError
 
getSQLExtendedParameterMarkerData() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getSQLKeywords() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of all of the database's SQL keywords that are not also SQL-XXXX keywords.
getSQLKeywords() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the list of all of the database's SQL keywords that are not also SQL92 keywords.
getSQLParameterMarkerBlockIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getSQLParameterMarkerData() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getSQLParameterMarkerDataFormat() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getSQLStatement() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Returns the SQL statement that will be run when this button is pressed.
getSQLStatement() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Returns the SQL statement that was last executed which the results in this object represent.
getSQLStatement() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Returns the SQL statement that will be run when this menu item is chosen.
getSqlStatementText() - Method in exception com.ibm.as400.access.AS400JDBCSQLSyntaxErrorException
returns the sql statement text which encountered the error, if available.
getSQLStatementText() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getSQLStatementType() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getSQLStateType() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open SQL CLI or SQL99.
getSQLStateType() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open SQL CLI or SQL99.
getSQLType() - Method in class com.ibm.as400.access.SQLDataBase
Returns the SQL type constant for the implementing class.
getSrc() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the absolute or relative URL to reference the image.
getSrcAddr() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the source IP address of this IPv4 Header.
getSrcAddr() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the source IPv6 Address of this Header.
getSrcPort() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the source port for this TCP header.
getSrcPort() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the source port of this UDP Header.
getStandardErrorString() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the next string written to stderr by the program running on the system.
getStandardOutString() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the next string written to stdout by the application.
getStartBytes() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the beginning bytes.
getStartDateFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the create start date filter.
getStarterUser() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the name of the user that started the writer.
getStartingDate() - Method in class com.ibm.as400.access.HistoryLog
Returns the starting date for messages and jobs to be listed.
getStartingJournalReceiverAspDevice() - Method in class com.ibm.as400.access.FileAttributes
Returns the name of the ASP for the library that contains the starting journal receiver.
getStartingJournalReceiverForApply() - Method in class com.ibm.as400.access.FileAttributes
Returns the fully qualified integrated file system path name of the starting journal receiver for apply.
getStartingJournalReceiverLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getStartingJournalReceiverLibraryASPDeviceName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getStartingJournalReceiverLibraryASPGroupName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getStartingJournalReceiverNameForApply() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getStartingMessageKey() - Method in class com.ibm.as400.access.JobLog
Returns the starting message key.
getStartingMessageKey() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesSelectionListener
 
getStartingMessageKey(int) - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getStartingMessageKeyCount() - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesSelectionListener
 
getStartingPosition() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getStartingRecord() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getStartingSequenceNumber() - Method in class com.ibm.as400.util.html.OrderedList
Returns the starting number in the order labeling.
getStartingSpooledFileCreateDate() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0200Listener
 
getStartingSpooledFileCreateTime() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0200Listener
 
getStartOffset() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getStartPosition() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns a position that represents the start of the document.
getStartPosition() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns a position that represents the start of the document.
getStartPosition() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns a position that represents the start of the document.
getStartTime() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Gets the start time filter
getStartTime() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns Start time of trace in 8-byte TOD clock value.
getStartTimeFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the create start time filter.
getStatement() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the statement for this result set.
getStatement() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the statement for this result set.
getStatement() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the statement for this result set.
getStatement() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getStatementIdentifier() - Method in class com.ibm.as400.access.CallStackEntry
Returns the high-level language statement identifier.
getStatementType(String) - Static method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
getStatus() - Method in class com.ibm.as400.access.Job
Returns the status of this job.
getStatus() - Method in exception com.ibm.as400.access.list.OpenListException
Returns the list status indicator for the Open List API call that generated this exception, or the error code.
getStatus() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the status of the spooled file.
getStatus() - Method in class com.ibm.as400.access.ObjectDescription
Returns the status of the information returned in this object if it was generated by an ObjectList.
getStatus() - Method in class com.ibm.as400.access.PanelGroupHelpIdentifier
Returns the state of the information for this help identifier.
getStatus() - Method in class com.ibm.as400.access.Subsystem
Returns the extended status of the subsystem.
getStatus() - Method in class com.ibm.as400.access.User
Retrieves the status of the user profile.
getStatus() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns status of trace:
'STOP' - Stopped
'ERR ' - Error
getStatus(int) - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsSelectionListener
 
getStatus() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getStatus(int) - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getStatus() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getStatus() - Method in class com.ibm.jtopenlite.components.ObjectInfo
 
getStatus() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getStatusDate() - Method in class com.ibm.as400.access.PTF
Returns the date and time the PTF status last changed.
getStatusMessageHandling() - Method in class com.ibm.as400.access.Job
Returns whether status messages are displayed for this job.
getStopFull() - Method in class com.ibm.as400.util.commtrace.Prolog
returns Stop on Buffer full.
getStopTime() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns stop time of trace in 8-byte TOD clock value.
getStorage() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getStorageMax() - Method in class com.ibm.jtopenlite.components.UserInfo
Returns 1 if the setting is *NOMAX.
getstorageThresholdPer() - Method in class com.ibm.as400.access.list.AspListItem
Returns When the storage in the ASP reaches this percentage, a warning message is sent to the QSYSOPR message queue.
getStorageUsed() - Method in class com.ibm.as400.access.User
Retrieves the amount of auxiliary storage (in kilobytes) occupied by this user's owned objects.
getStorageUsed() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getStorageUsedInLong() - Method in class com.ibm.as400.access.User
Retrieves the amount of auxiliary storage (in kilobytes) occupied by this user's owned objects.
getString(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a String object.
getString(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a String object.
getString(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL CHAR or VARCHAR output parameter as a Java String object.
getString(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL CHAR or VARCHAR output parameter as a Java String object.
getString(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getString(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getString(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a String object.
getString(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a String object.
getString(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a String object.
getString(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a String object.
getString() - Method in class com.ibm.as400.access.AS400JDBCSQLXML
Retrieves a string representation of the XML value designated by this SQLXML object.
getString() - Method in class com.ibm.as400.access.DataQueueEntry
Returns the data for this data queue entry as a string.
getString() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a Java String object.
getString(AS400) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the result of converting the assigned IBM i bytes to a Java String using the assigned CCSID.
getString(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getString(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getString(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getString(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getString(byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified record data at this field's offset directly into a String value, if possible.
getStringAttribute(int) - Method in class com.ibm.as400.access.PrintObject
Returns an attribute of the object that is a String type attribute.
getStringFunctions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of supported string functions.
getStringFunctions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the list of supported string functions.
getStringParameter(int) - Method in class com.ibm.as400.access.PrintParameterList
Returns a string parameter.
getStringType(int) - Static method in class com.ibm.as400.access.AS400BidiTransform
Returns Bidi string type defined for CCSID
getStringTypeX(int, AS400) - Static method in class com.ibm.as400.access.AS400BidiTransform
 
getStringValue(int) - Method in class com.ibm.as400.access.Job
Returns the value for the specified job attribute, as a String.
getStringValue(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns a String value for the named element.
getStringValue(String, int) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns a String value for the named element.
getStringValue(String, int[]) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns a String value for the named element given indices to the data element.
getStringValue(String, int[], int) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns a String value for the named element given indices to the data element.
getStringValue(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a String value for the named <data type="char"> element.
getStringValue(String, int) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a String value for the named <data type="char"> element.
getStringValue(String, int[], int) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a String value for the named <data type="char"> element, given indices to the data element.
getStringValueAt(int) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns the string value of the current record at the given index.
getStringValueAt(int, int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the string value at the specifed row and column.
getStringValueAt(int) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Returns the string value of the current record at the given index.
getStringValueAt(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the string value at the specifed row and column.
getstroageAllocationRestrictUnit() - Method in class com.ibm.as400.access.list.AspListItem
Returns An indicator of whether new storage allocations are allowed on the disk unit.
getStyle(String) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns a named style.
getSubstitutionData() - Method in class com.ibm.as400.access.AS400Message
Returns the substitution data.
getSubstitutionData() - Method in class com.ibm.as400.access.ErrorCodeParameter
Returns the error message substitution data that was returned in the error code parameter.
getSubString(long, int) - Method in class com.ibm.as400.access.AS400JDBCClob
Returns part of the contents of the CLOB.
getSubString(long, int) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns part of the contents of the CLOB.
getSubString(long, int) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
getSubString(long, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
getSubsystem() - Method in class com.ibm.as400.access.Job
Returns the fully qualified integrated file system path name of the subsystem description for the subsystem in which the job is running.
getSubsystem() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getSubsystemLibrary() - Method in class com.ibm.as400.access.JobQueue
Return The library in which the subsystem description resides
getSubsystemLibrary() - Method in class com.ibm.as400.access.SystemPool
Returns the library of the subsystem with which this storage pool is associated.
getSubsystemName() - Method in class com.ibm.as400.access.JobQueue
Return The name of the subsystem that can receive jobs from this job queue
getSubsystemName() - Method in class com.ibm.as400.access.SystemPool
Returns the subsystem with which this storage pool is associated.
getSubtype() - Method in class com.ibm.as400.access.IFSFile
Returns the subtype of the integrated file system object represented by this object.
getSubtype() - Method in class com.ibm.as400.access.Job
Returns additional information about the job type (if any exists).
getSupersedingPTF() - Method in class com.ibm.as400.access.PTF
Returns the PTF ID of the PTF that supersedes this PTF.
getSuperTables(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a ResultSet containing descriptions of the table hierarchies in a schema.
getSuperTables(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a ResultSet containing descriptions of the table hierarchies in a schema.
getSuperTypes(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a ResultSet containing descriptions of user-defined type hierarchies in a schema.
getSuperTypes(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a ResultSet containing descriptions of user-defined type hierarchies in a schema.
getSupplementalGroups() - Method in class com.ibm.as400.access.User
Retrieves the supplemental groups for the user profile.
getSupplementalGroupsNumber() - Method in class com.ibm.as400.access.User
Retrieves the number of supplemental groups for the user profile.
getSupportedAttributes(String) - Static method in class com.ibm.as400.access.QSYSObjectTypeTable
Returns a list of the supported extended attributes for an object type.
getSupportedObjectTypes() - Static method in class com.ibm.as400.access.QSYSObjectTypeTable
Returns a list of the supported object types.
getSurname() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the surname.
getSwap() - Method in class com.ibm.as400.access.BidiFlagSet
Returns the symmetric swapping flag from a BidiFlagSet.
getSymbolicLoadState() - Method in class com.ibm.as400.access.Product
Returns the symbolic load state for which information was retrieved.
getSymptomStrings() - Method in class com.ibm.as400.access.PTF
Returns the list of symptom strings for the problems fixed by this PTF.
getSyncPointCount() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getSYNFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the syn Flag for this TCP header.
getSyntaxCheckSeverity() - Method in class com.ibm.as400.access.JobDescription
Returns whether requests placed on the job's message queue are checked for syntax as CL commands, and the message severity that causes a syntax error to end processing of a job.
getSystem() - Method in class com.ibm.as400.access.AS400CertificateUtil
Returns the system object.
getSystem() - Method in class com.ibm.as400.access.AS400File
Returns the system object for this object.
getSystem() - Method in class com.ibm.as400.access.AS400FileRecordDescription
Returns the system object for this object.
getSystem() - Method in class com.ibm.as400.access.AS400FTP
Returns the name of the system.
getSystem() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the system object which is managing the connection to the system.
getSystem() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the system object which is managing the connection to the system.
getSystem() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the system object which is managing the connection to the system.
getSystem() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getSystem() - Method in class com.ibm.as400.access.BaseDataQueue
Returns the system object representing the system on which the data queue exists.
getSystem() - Method in class com.ibm.as400.access.ClusteredHashTable
Returns the system object for the clustered hash table.
getSystem() - Method in class com.ibm.as400.access.Command
Returns the system object for this command.
getSystem() - Method in class com.ibm.as400.access.CommandCall
Returns the system on which the command is to be run.
getSystem() - Method in class com.ibm.as400.access.CommandList
Returns the system from which to retrieve the command list.
getSystem() - Method in class com.ibm.as400.access.DataArea
Returns the AS400 system object for the data area.
getSystem() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the system.
getSystem() - Method in class com.ibm.as400.access.DirectoryEntryList
Returns the system.
getSystem() - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the system on which the environment variable exists.
getSystem() - Method in class com.ibm.as400.access.EnvironmentVariableList
Returns the system on which the environment variable list exists.
getSystem() - Method in class com.ibm.as400.access.HistoryLog
Returns the system object representing the system on which the history log exists.
getSystem() - Method in class com.ibm.as400.access.IFSFile
Returns the system that this object references.
getSystem() - Method in class com.ibm.as400.access.IFSFileInputStream
Returns the AS400 system object for this file input stream.
getSystem() - Method in class com.ibm.as400.access.IFSFileOutputStream
Returns the AS400 system object for this stream.
getSystem() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the system that this object references.
getSystem() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns the AS400 system object for this stream.
getSystem() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the system.
getSystem() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the system object representing the system on which the printer exists.
getSystem() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the system which contains the Java program.
getSystem() - Method in class com.ibm.as400.access.JavaProgram
Returns the name of the system.
getSystem() - Method in class com.ibm.as400.access.Job
Returns the system.
getSystem() - Method in class com.ibm.as400.access.JobCCSID
Returns the system on which the Job CCSID is to be retrieved.
getSystem() - Method in class com.ibm.as400.access.JobDescription
Returns the system where the job description is located.
getSystem() - Method in class com.ibm.as400.access.JobList
Returns the system object representing the system on which the jobs exist.
getSystem() - Method in class com.ibm.as400.access.JobLog
Returns the system object representing the system on which the job log exists.
getSystem() - Method in class com.ibm.as400.access.list.OpenList
Returns the system object used by this OpenList.
getSystem() - Method in class com.ibm.as400.access.MessageFile
Returns the system object representing the system on which the message file exists.
getSystem() - Method in class com.ibm.as400.access.MessageQueue
Returns the system object representing the system on which the message queue exists.
getSystem() - Method in class com.ibm.as400.access.ObjectDescription
Returns the system.
getSystem() - Method in class com.ibm.as400.access.ObjectList
Returns the system.
getSystem() - Method in class com.ibm.as400.access.PanelGroup
Returns the system object.
getSystem() - Method in class com.ibm.as400.access.Permission
Returns the system
getSystem() - Method in class com.ibm.as400.access.PrintObject
Returns the system on which this object exists.
getSystem() - Method in class com.ibm.as400.access.PrintObjectList
Returns the system name.
getSystem() - Method in class com.ibm.as400.access.Product
Returns the system.
getSystem() - Method in class com.ibm.as400.access.ProductLicense
Returns the system object for this license.
getSystem() - Method in class com.ibm.as400.access.ProgramCall
Returns the system on which the program is to be run.
getSystem() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns the system.
getSystem() - Method in class com.ibm.as400.access.PTFGroup
Returns the system.
getSystem() - Method in class com.ibm.as400.access.PTFGroupList
Returns the system used to get a list of PTF groups.
getSystem() - Method in class com.ibm.as400.access.SaveFile
Returns the system where the save file is located.
getSystem() - Method in class com.ibm.as400.access.Subsystem
Returns the system where the subsystem resides.
getSystem() - Method in class com.ibm.as400.access.SystemPool
Returns the system.
getSystem() - Method in class com.ibm.as400.access.SystemStatus
Returns the system object representing the system from which the system status information will be retrieved.
getSystem() - Method in class com.ibm.as400.access.SystemValue
Returns the system object representing the system on which the system value exists.
getSystem() - Method in class com.ibm.as400.access.SystemValueGroup
Returns the system object representing the system on which the system value group exists.
getSystem() - Method in class com.ibm.as400.access.SystemValueList
Returns the system object representing the system on which the system value list exists.
getSystem() - Method in class com.ibm.as400.access.User
Returns the system object representing the system on which the user profile exists.
getSystem() - Method in class com.ibm.as400.access.UserList
Returns the system object representing the system on which the users exist.
getSystem() - Method in class com.ibm.as400.access.UserObjectsOwnedList
Returns the system from which to retrieve the list of objects that a user is authorized to and the list of objects the user owns.
getSystem() - Method in class com.ibm.as400.access.UserSpace
Returns the system object for this user space.
getSystem() - Method in class com.ibm.as400.data.ProgramCallDocument
Gets the system on which programs are to be called.
getSystem() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Returns the system.
getSystem() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the system.
getSystem() - Method in class com.ibm.as400.security.auth.AS400Credential
Returns the AS400 system object for the credential.
getSystem() - Method in class com.ibm.as400.security.auth.AS400Principal
Returns the AS400 system object for the principal.
getSystem() - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Retrieves the system that is used during the creation of the profile token credential.
getSystem() - Method in class com.ibm.as400.util.html.FileListElement
Returns the system.
getSystem() - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an object representing the system.
getSystem(String) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an object representing the system.
getSystem(int) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an object representing the system.
getSystem(String, int) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an object representing the system.
getSystem(String, String, String) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Deprecated.
Use getSystem(String systemName, String userId, char[] password) instead.
getSystem(String, String, char[]) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an object representing the system.
getSystem(String, String, String, int) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an object representing the system.
getSystem() - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Returns the system on which commands are run.
getSystem() - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Returns the system on which commands are run.
getSystem() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns the system on which the data queue resides.
getSystem() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Returns the system for this dialog.
getSystem() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the system on which the file resides.
getSystem() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns the system on which the data queue resides.
getSystem() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Returns the system on which programs are run.
getSystem() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Returns the system on which programs are run.
getSystem() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns the system where the file is located.
getSystem() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the system where the file is located.
getSystem() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the system where the file is located.
getSystem() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the system on which the file resides.
getSystem() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the system on which the file resides.
getSystem() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the system on which the job resides.
getSystem() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the system on which the list resides.
getSystem() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the system on which the message queue exists.
getSystem() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the system on which the output resides.
getSystem() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the system from which the list will be retrieved.
getSystem() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns the system in which the system pool information resides.
getSystem() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the system in which the system status information resides.
getSystem() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the system in which the system values resides.
getSystem() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the system on which the user resides.
getSystem() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the system in which the user information resides.
getSystem() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the system from which the user will be retrieved.
getSystem() - Method in class com.ibm.jtopenlite.SystemInfo
Returns the system name.
getSystemASP() - Method in class com.ibm.as400.access.SystemStatus
Returns the storage capacity of the system auxiliary storage pool (ASP1).
getSystemASP() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getSystemDisplayName(File) - Method in class com.ibm.as400.access.IFSSystemView
Returns the name of a file, directory, or folder as it would be displayed in a system file browser.
getSystemDisplayName(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns the name of a file, directory, or folder as it would be displayed in a system file browser.
getSystemFunctions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of supported system functions.
getSystemFunctions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the list of supported system functions.
getSystemGroup() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the system group of this directory entry.
getSystemIcon(File) - Method in class com.ibm.as400.access.IFSSystemView
Always returns an icon representing an IBM i system.
getSystemIcon(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Always returns an icon representing an IBM i system.
getSystemLevel() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getSystemLibraryList() - Method in class com.ibm.as400.access.Job
Returns the system portion of the library list of the initial thread of the job.
getSystemName() - Method in class com.ibm.as400.access.AS400
Returns the name of the IBM i system.
getSystemName() - Method in class com.ibm.as400.access.AS400ImplRemote
 
getSystemName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the system name of this directory entry.
getSystemName() - Method in class com.ibm.as400.access.PasswordDialog
Returns the system name.
getSystemName() - Method in class com.ibm.as400.access.PxClientConnectionAdapter
 
getSystemName() - Method in class com.ibm.as400.access.SystemStatus
Returns the name of the system where the statistics were collected.
getSystemName() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0200Listener
 
getSystemName() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
All formats.
getSystemName() - Method in class com.ibm.jtopenlite.ddm.DDMFileMemberDescription
Returns the source system name (MBSYSN).
getSystemNames() - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a list of the system names in the pool.
getSystemPasswordExpirationWarningDays() - Method in class com.ibm.as400.access.AS400
Returns the number of days before password expiration to start warning the user based on the value of the QPWDEXPWRN system value.
getSystemPool() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns the systemPool.
getSystemPools() - Method in class com.ibm.as400.access.SystemStatus
Returns an enumeration containing a SystemPool object for each system pool.
getSystemThread() - Method in class com.ibm.as400.access.CommandCall
Returns the thread on which the command would be run, if it were to be called on-thread.
getSystemThread() - Method in class com.ibm.as400.access.ProgramCall
Returns the thread on which the program would be run, if it were to be called on-thread.
getSystemTimeZone() - Method in class com.ibm.as400.access.AS400
Deprecated.
Use getTimeZone() instead.
getSystemTypeDescription(File) - Method in class com.ibm.as400.access.IFSSystemView
Returns a type description for a file, directory, or folder as it would be displayed in a system file browser.
getSystemTypeDescription(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns a type description for a file, directory, or folder as it would be displayed in a system file browser.
getSystemUse() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the file has a special use by the system.
getSystemValueList() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the system value list.
getSystemValues() - Method in class com.ibm.as400.access.SystemValueGroup
Returns newly-generated SystemValue objects representing the system values in this group.
getSystemWhereObjectWasCreated() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getTabCount() - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Returns the number of tabs.
getTable(String) - Static method in class com.ibm.as400.access.ConvTable
 
getTable(int, AS400ImplRemote) - Static method in class com.ibm.as400.access.ConvTable
 
getTable() - Method in class com.ibm.as400.util.html.FileListElement
Returns the HTMLTable.
getTable() - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Returns the default HTML table.
getTableName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the column's table name.
getTableName(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
getTablePrivileges(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the description of the access rights for each table available in a catalog.
getTablePrivileges(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the description of the access rights for each table available in a catalog.
getTables(String, String, String, String[]) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the description of the tables available in a catalog.
getTables() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Returns the names of the tables used in the query.
getTables(String, String, String, String[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the description of the tables available in a catalog.
getTableSchemas() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Returns the schemas for which the tables will be listed for inclusion in the query.
getTableTypes() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the table types available in this database.
getTableTypes() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the table types available in this database.
getTag() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns the tag for the Bi-Directional Ordering.
getTag() - Method in class com.ibm.as400.util.html.ButtonFormInput
Returns the tag for the button form input type.
getTag() - Method in class com.ibm.as400.util.html.CheckboxFormInput
Returns the tag for the checkbox form input type.
getTag() - Method in class com.ibm.as400.util.html.FileFormInput
Returns the tag for the file form input type.
getTag() - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns the grid layout panel tag.
getTag() - Method in class com.ibm.as400.util.html.HiddenFormInput
Returns the tag for the hidden form input type.
getTag() - Method in class com.ibm.as400.util.html.HTMLAlign
Returns the tag for the HTML alignment.
getTag() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the tag for the HTML applet.
getTag() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns the tag for the HTML document.
getTag() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the HTML form tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLHead
Returns the tag for the HTML alignment.
getTag() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns the tag for the HTML heading.
getTag() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the HTML tag that represents the resource link.
getTag(String, Properties) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the HTML tag that represents the resource link with the specified text and properties.
getTag(String, String, String, Properties) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the HTML tag that represents the resource link with the specified text, bookmark name, resource link, and properties.
getTag() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the element tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLListItem
Returns the tag for the HTML list item.
getTag() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns the tag for the HTML heading.
getTag() - Method in class com.ibm.as400.util.html.HTMLParameter
Returns the tag for the HTML parameter.
getTag() - Method in class com.ibm.as400.util.html.HTMLServlet
Returns the tag for the HTML servlet.
getTag() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the HTML table tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns the HTML caption tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the table cell tag.
getTag(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the table cell tag with the specified element.
getTag() - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the table header tag.
getTag(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the table header tag with the specified data element.
getTag() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the table row tag.
getTag() - Method in interface com.ibm.as400.util.html.HTMLTagElement
Returns the element tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLText
Returns the text tag.
getTag(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Returns the text tag.
getTag(String) - Method in class com.ibm.as400.util.html.HTMLText
Returns the text tag with the specified text.
getTag(String, boolean) - Method in class com.ibm.as400.util.html.HTMLText
Returns the text tag with the specified text.
getTag() - Method in class com.ibm.as400.util.html.HTMLTree
Returns the HTMLTree tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the HTMLTreeElement tag.
getTag() - Method in class com.ibm.as400.util.html.ImageFormInput
Returns the tag for the image form input type.
getTag() - Method in class com.ibm.as400.util.html.LabelFormElement
Returns the label tag.
getTag() - Method in class com.ibm.as400.util.html.LineLayoutFormPanel
Returns the line layout panel tag.
getTag() - Method in class com.ibm.as400.util.html.OrderedList
Returns the tag for the ordered list.
getTag() - Method in class com.ibm.as400.util.html.PasswordFormInput
Returns the tag for the password form input type.
getTag() - Method in class com.ibm.as400.util.html.RadioFormInput
Returns the tag for the radio button form input type.
getTag() - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Returns the radio button group tag.
getTag() - Method in class com.ibm.as400.util.html.ResetFormInput
Returns the tag for the reset form input type.
getTag() - Method in class com.ibm.as400.util.html.SelectFormElement
Returns the select form element tag.
getTag() - Method in class com.ibm.as400.util.html.SelectOption
Returns the select option tag.
getTag(String) - Method in class com.ibm.as400.util.html.SelectOption
Returns the select option tag with the new viewable option text.
getTag() - Method in class com.ibm.as400.util.html.SubmitFormInput
Returns the tag for the submit form input type.
getTag() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns the text area tag.
getTag() - Method in class com.ibm.as400.util.html.TextFormInput
Returns the tag for the text form input type.
getTag() - Method in class com.ibm.as400.util.html.UnorderedList
Returns the tag for the unordered list.
getTag() - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Returns the HTML tag that represents the resource link.
getTag(String, Properties) - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Returns the HTML tag that represents the resource link with the specified text and properties.
getTagName() - Method in interface com.ibm.as400.data.Descriptor
Returns the tag name of the Descriptor.
getTags() - Method in class com.ibm.as400.access.DQAttsAuthorityEditor
Returns the list of data queue editor authorities.
getTags() - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Returns the set of possible values for the property.
getTags() - Method in class com.ibm.as400.access.IFSShareOptionEditor
Returns the set of possible values for the property.
getTarget() - Method in class com.ibm.as400.util.commtrace.NeighborAdvertisement
Returns the target address of this NeighborAdvertisement Message
getTarget() - Method in class com.ibm.as400.util.commtrace.Redirect
Returns the target address of this Redirect Message.
getTarget() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the target frame for the form response.
getTarget() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the target frame for the resource link.
getTargetAddress() - Method in class com.ibm.as400.util.commtrace.NeighborSolicitation
Returns the target address of this NeighborSolicitation Message.
getTargetRelease() - Method in class com.ibm.as400.access.PTF
Returns the earliest release of the operating system on which you can load and apply this PTF.
getTargetRelease() - Method in class com.ibm.as400.access.PTFGroup
 
getTargetRelease() - Method in class com.ibm.as400.access.SaveFile
Returns the target release level of the operating system on which you intend to restore and use the object(s) saved in the save file by a subsequent invocation of one of the save() methods.
getTCP() - Method in class com.ibm.as400.util.commtrace.Frame
Returns if the Frame is TCP Y/N.
getTcpNoDelay() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket TCP no delay option.
getTechRefreshPTF() - Method in class com.ibm.as400.access.PTF
Deprecated.
Use isTechRefreshPTF() instead.
getTelephoneNumber1() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the first telephone number.
getTelephoneNumber2() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the second telephone number.
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
getTempDataBuffer() - Method in interface com.ibm.jtopenlite.command.Program
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.
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
getTempDataBuffer() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
getTempDataBuffer(int) - Method in interface com.ibm.jtopenlite.database.DatabaseFetchCallback
The implementor can create their own temp byte array for the row size and reuse it each time a fetch is performed.
getTempDataBuffer(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getText() - Method in class com.ibm.as400.access.AS400Message
Returns the message text with the substitution text inserted.
getText() - Method in class com.ibm.as400.access.BidiFlagSet
Returns the text shapes flag from a BidiFlagSet.
getText() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the text for this directory entry.
getTEXT() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the TEXT keyword for this field.
getText() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the alternate text of the applet.
getText() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns the text of the header.
getText() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the text that represents the resource link.
getText() - Method in class com.ibm.as400.util.html.HTMLServlet
Returns the alternate text of the servlet.
getText() - Method in class com.ibm.as400.util.html.HTMLText
Returns the text.
getText() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the visible text of the HTMLTreeElement.
getText() - Method in class com.ibm.as400.util.html.SelectOption
Returns the viewable option text.
getText() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns the initial text of the text area.
getText(int, int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Returns the text contained within the specified portion of the document.
getText(int, int, Segment) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Stores the text contained within the specified portion of the document in a segment.
getText(int, int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the text contained within the specified portion of the document.
getText(int, int, Segment) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Stores the text contained within the specified portion of the document in a segment.
getText(int, int) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Returns the text contained within the specified portion of the document.
getText(int, int, Segment) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Stores the text contained within the specified portion of the document in a segment.
getText() - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Returns the text for the action.
getText() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the name of the message queue.
getText() - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Returns the descriptive text associated with this object.
getText() - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Returns the text for the properties action.
getText() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns the text which is the system pool name.
getText() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the description text.
getText() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the text representation of the system value list.
getText() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the description text.
getText() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the description text.
getText() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getText() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the text description (WHFTXT) of this field.
getText() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the text description (WHTEXT) of this record format.
getText() - Method in class com.ibm.jtopenlite.Message
Returns the message text of this message.
getTextCcsidConversionStatusIndicator() - Method in class com.ibm.as400.access.AS400Message
Get the text ccsid conversion status indicator.
getTextConversionEnablement() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the value of the "enable text conversion" attribute.
getTextDescription() - Method in class com.ibm.as400.access.JobDescription
Returns the user text, if any, used to briefly describe the job description.
getTextDescription() - Method in class com.ibm.as400.access.JobQueue
Return Text that briefly describes the job queue
getTextDescription() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns the text description of the object.
getTextDescription() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getTextDescription() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0200, FORMAT_OBJD0300, FORMAT_OBJD0400.
getTextDescription() - Method in class com.ibm.jtopenlite.components.ObjectInfo
 
getTextUrl() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the text URL.
getThreadCount() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getThreadID() - Method in class com.ibm.as400.access.CallStackEntry
Returns the identifier of the thread in whose call stack this entry belongs.
getThreadID() - Method in class com.ibm.as400.access.ObjectLockListEntry
The identifier of the thread that is holding a thread-scoped lock or waiting for a lock.
getthreadIdentifier() - Method in class com.ibm.as400.access.list.AspListItem
Returns A value that addresses a particular thread within a job.
getThreadsafeIndicator() - Method in class com.ibm.as400.access.CommandCall
Returns the value of the "Threadsafe" attribute of the CL command on the system.
getThreadsafeOverride(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Gets the value of the override of the threadsafe attribute of a program element.
getThreadSafety() - Method in class com.ibm.as400.access.Command
Returns the type of threadsafety for this command; that is, whether or not this command can be used safely in a multithreaded job.
getthreadStatus() - Method in class com.ibm.as400.access.list.AspListItem
Returns The current status of the thread.
getTime(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Time object using the default calendar.
getTime(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Time object using the default calendar.
getTime(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Time object using the default calendar.
getTime(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Time object using the default calendar.
getTime(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL TIME output parameter as a java.sql.Time object using the default calendar.
getTime(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL TIME output parameter as a java.sql.Time object using a calendar other than the default.
getTime(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL TIME output parameter as a java.sql.Time object using the default calendar.
getTime(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL TIME output parameter as a java.sql.Time object using a calendar other than the default.
getTime(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getTime(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getTime(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getTime(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getTime(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Time object using the default calendar.
getTime(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Time object using the default calendar.
getTime(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Time object using a calendar other than the default.
getTime(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Time object using a calendar other than the default.
getTime(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Time object using the default calendar.
getTime(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Time object using the default calendar.
getTime(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Time object using a calendar other than the default.
getTime(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Time object using a calendar other than the default.
getTime(Calendar) - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a java.sql.Time object.
getTime() - Method in class com.ibm.as400.util.commtrace.Frame
Return the Time of day in HH:MM:SS.mm format.
getTime() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getTime(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getTime(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getTime(int, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getTime(String, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getTime(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getTime(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getTime(int, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getTime(String, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getTimeBetweenCollections() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getTimeDateFunctions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of supported time and date functions.
getTimeDateFunctions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the list of supported time and date functions.
getTimeFormat() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the time format used in time literals with SQL statements.
getTimeFormat() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the time format used in time literals with SQL statements.
getTimeFormatParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getTimeOpened() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the time the spooled file was created.
getTimeOpened() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getTimeout() - Method in class com.ibm.as400.access.ProgramCall
Gets a valid time
getTimeout() - Method in class com.ibm.as400.data.ProgramCallDocument
 
getTimeoutInterval() - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Retrieves the timeout interval that is specified during the creation of the profile token credential.
getTimeoutInterval() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Returns the number of seconds to expiration assigned when the token was last initialized or refreshed.
getTimeSeparator() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the time separator used in time literals within SQL statements.
getTimeSeparator() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the time separator used in time literals within SQL statements.
getTimeSeparator() - Method in class com.ibm.as400.access.Job
Returns the value used to separate hours, minutes, and seconds when presenting a time.
getTimeSeparatorParserOption() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getTimeSlice() - Method in class com.ibm.as400.access.Job
Returns the maximum amount of processor time (in milliseconds) given to each thread in this job before other threads in this job and in other jobs are given the opportunity to run.
getTimeSliceEndPool() - Method in class com.ibm.as400.access.Job
Returns a value indicating whether a thread in an interactive job moves to another main storage pool at the end of its time slice.
getTimeSliceEndPool() - Method in class com.ibm.as400.access.JobDescription
Returns whether interactive jobs using this job description should be moved to another main storage pool when they reach time-slice end.
getTimestamp(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Timestamp object using the default calendar.
getTimestamp(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Timestamp object using the default calendar.
getTimestamp(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Timestamp object using a calendar other than the default.
getTimestamp(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of a column as a java.sql.Timestamp object using a calendar other than the default.
getTimestamp(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL TIMESTAMP output parameter as a java.sql.Timestamp object using the default calendar.
getTimestamp(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL TIMESTAMP output parameter as a java.sql.Timestamp object using a calendar other than the default.
getTimestamp(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL TIMESTAMP output parameter as a java.sql.Timestamp object using the default calendar.
getTimestamp(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL TIMESTAMP output parameter as a java.sql.Timestamp object using a calendar other than the default.
getTimestamp(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getTimestamp(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getTimestamp(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getTimestamp(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getTimestamp(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Timestamp object using the default calendar.
getTimestamp(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Timestamp object using the default calendar.
getTimestamp(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Timestamp object using a calendar other than the default.
getTimestamp(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a java.sql.Timestamp object using a calendar other than the default.
getTimestamp(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Timestamp object using the default calendar.
getTimestamp(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Timestamp object using the default calendar.
getTimestamp(int, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Timestamp object using a calendar other than the default.
getTimestamp(String, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a java.sql.Timestamp object using a calendar other than the default.
getTimestamp(Calendar) - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a java.sql.Timestamp object.
getTimestamp() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getTimestamp(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getTimestamp(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getTimestamp(int, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getTimestamp(String, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getTimestamp(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getTimestamp(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getTimestamp(int, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getTimestamp(String, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getTimestampAccessed() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getTimestampCreated() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getTimestampFormat() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the timestamp format used by getString methods.
getTimestampFormat() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the timestamp format used by getString.
getTimestampModified() - Method in class com.ibm.jtopenlite.file.FileHandle
 
getTimeToExpiration() - Method in class com.ibm.as400.access.ProfileHandleImplNative
Returns the number of seconds before the credential is due to expire.
getTimeToExpiration() - Method in class com.ibm.as400.access.ProfileTokenImplNative
Returns the number of seconds before the credential is due to expire.
getTimeToExpiration() - Method in class com.ibm.as400.security.auth.AS400Credential
Returns the number of seconds before the credential is due to expire.
getTimeToLive() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the time to live (in seconds) that was passed to the constructor.
getTimeToLive() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the time to live of this IPv4 Header.
getTimeZone() - Method in class com.ibm.as400.access.AS400
Returns the time zone of the IBM i system.
getTimeZone() - Method in class com.ibm.as400.access.AS400AbstractTime
 
getTIMFMT() - Method in class com.ibm.as400.access.TimeFieldDescription
Returns the value specified for the TIMFMT keyword for this field.
getTIMSEP() - Method in class com.ibm.as400.access.TimeFieldDescription
Returns the value specified for the TIMSEP keyword for this field.
getTitle() - Method in class com.ibm.as400.util.commtrace.Prolog
return the title of this communication trace
getTitle() - Method in class com.ibm.as400.util.html.HTMLHead
Returns the title of the HTMLHead object.
getTitle() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the title for the resource link.
getTOD() - Method in class com.ibm.as400.util.commtrace.Frame
Returns 64 bit Time of Day.
getToken() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Returns the actual bytes for the token as it exists on the IBM i system.
getTokenType() - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Retrieves the token type that is specified during the creation of the profile token credential.
getTokenType() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Returns an integer indicating the type assigned when the token was last initialized or refreshed.
getToolboxTrace() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the toolbox trace category.
getToolboxTrace() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the toolbox trace category.
getToolboxTraceCategory() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the toolbox trace category.
getToolboxTraceCategory() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the toolbox trace category.
getTotalAuxiliaryStorage() - Method in class com.ibm.as400.access.SystemStatus
Returns the total auxiliary storage (in millions of bytes) on the system.
getTotalAuxiliaryStorage() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0200.
getTotalCopies() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the total number of copies to be printed.
gettotalCount() - Method in class com.ibm.as400.access.list.AspListItem
Returns The total number of entities to be processed by the function.
getTotalCPUUsed() - Method in class com.ibm.jtopenlite.components.JobInfo
 
gettotalItemCount() - Method in class com.ibm.as400.access.list.AspListItem
Returns The total number of items that are to be processed by the function.
getTotalLength() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the total length of this IPv4 Header.
getTotalPages() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the total number of pages in the spooled file.
getTotalPages() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the total number of pages or number of records for this spooled file.
getTotalRecords() - Method in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
getTotalResponseTime() - Method in class com.ibm.as400.access.Job
Returns the total amount of response time for the initial thread, in milliseconds.
getTotalSpace() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the size of the partition named by this abstract pathname.
getToUnicode() - Method in class com.ibm.as400.access.ConvTableDoubleMap
 
getTraceCategory() - Static method in class com.ibm.jtopenlite.Trace
 
gettraceDateTime() - Method in class com.ibm.as400.access.list.AspListItem
Returns The date and time of the last status change for the trace function.
getTraceDescription() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the trace description.
gettraceDuration() - Method in class com.ibm.as400.access.list.AspListItem
Returns The number of minutes that the trace function has run collecting data for this ASP.
gettraceStatus() - Method in class com.ibm.as400.access.list.AspListItem
Returns The current status of the trace function.
getTrafficClass() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the traffic class of this Header.
gettranfitionTarget() - Method in class com.ibm.as400.access.list.AspListItem
Returns The state transition target of the ASP.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the transaction isolation level.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the transaction isolation level.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the transaction isolation level.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the system's transaction isolation.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the IBM i system's transaction isolation.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the transaction isolation level.
getTransactionIsolation() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
getTransactionManager() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getTransactionManager() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getTransactionTimeout() - Method in class com.ibm.as400.access.AS400JDBCXAResource
Returns the current transaction timeout value.
getTransferSizeRequest() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getTransformedInputStream(PrintParameterList) - Method in class com.ibm.as400.access.SpooledFile
Returns a transformed input stream that can be used to read the contents of the spooled file.
getTranslateHex() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the translate hex property, which indicates how the parser will treat hexadecimal literals.
getTranslateHex() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the translate hex property, which indicates how the parser will treat hexadecimal literals.
getTranslateIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getTranslateIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getTreeModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the tree model.
getTreeSelectionModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Returns the selection model that is used to maintain selection state in the tree.
getTrnDestMacAddress() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Tokenring destination mac of the Lan header.
getTrnFrameType() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Tokenring frame type information of the Lan header.
getTrnRouteInfo() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Tokenring routing information of the Lan header.
getTrnSaps() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Tokenring Service Access Points of the Lan header.
getTrnSrcMacAddress() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the Tokenring source mac of the Lan header.
getTrueAutoCommitIndicator() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getTruncated() - Method in class com.ibm.as400.access.SQLDataBase
Returns the number of bytes truncated by the last conversion of this piece of data.
getType() - Method in class com.ibm.as400.access.AS400Array
Returns the type of the array.
getType() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the result set type.
getType() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the result set type.
getType() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the result set type.
getType() - Method in class com.ibm.as400.access.AS400Message
Returns the message type.
getType() - Method in class com.ibm.as400.access.BidiFlagSet
Returns the type-of-text flag from a BidiFlagSet.
getType() - Method in class com.ibm.as400.access.Job
Returns the type of job.
getType() - Method in class com.ibm.as400.access.ObjectDescription
Returns the type of this object.
getType() - Method in class com.ibm.as400.access.ObjectList
Returns the object type used to filter this list.
getType() - Method in class com.ibm.as400.access.Permission
Returns the object type.
getType() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the type of object.
getType() - Method in class com.ibm.as400.access.SQLDataBase
Returns the type constant associated with the type.
getType() - Method in class com.ibm.as400.access.SystemValue
Returns the type for this system value.
getType() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the attribute type.
getType() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the type of value.
getType() - Method in class com.ibm.as400.util.commtrace.Header
Returns this header's type.
getType() - Method in class com.ibm.as400.util.commtrace.IPPacket
Returns the type of this packet.
getType() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the type.
getType() - Method in class com.ibm.as400.util.html.OrderedList
Returns the type of the order labeling.
getType() - Method in class com.ibm.as400.util.html.OrderedListItem
Returns the type of the order labeling.
getType() - Method in class com.ibm.as400.util.html.UnorderedList
Returns the type of the labeling scheme.
getType() - Method in class com.ibm.as400.util.html.UnorderedListItem
Returns the type of the labeling scheme.
getType() - Method in class com.ibm.jtopenlite.command.Parameter
Returns the type of this parameter.
getType() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormat
 
getType() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0100
 
getType() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0200
 
getType() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0300
 
getType() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormat
 
getType() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0100
 
getType() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200
 
getType() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300
 
getType() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getType() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
getType() - Method in class com.ibm.jtopenlite.components.ObjectInfo
 
getType() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getType() - Method in exception com.ibm.jtopenlite.DataStreamException
Returns the datastream reply type.
getType() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns the type (WHFLDT) of this field.
getType() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns the file type (WHFTYP) of record format.
getTypeField() - Method in class com.ibm.as400.util.commtrace.ICMP4Header
Returns the type of this ICMPv4 Header from the trace.
getTypeField() - Method in class com.ibm.as400.util.commtrace.ICMP6Header
Returns the type of this ICMPv6 Header from the trace.
getTypeInfo() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of all of the standard SQL types supported by this database.
getTypeInfo() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of all of the standard SQL types supported by this database.
getTypeMap() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the type map.
getTypeMap() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the type map.
getTypeMap() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the type map.
getTypeMap() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getTypeMap() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the type map.
getTypeMap() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
getTypeName() - Method in class com.ibm.as400.access.SQLDataBase
Returns the name of the data type.
getTypeOfActionToPerform() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getTypeOfResource() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getTypeOfService() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the type of service of this IPv4 Header.
getUdfsDefaultFormat() - Method in class com.ibm.as400.access.FileAttributes
Returns the default file format of stream files (*STMF) created in the user-defined file system.
getUdfsInformationStructure() - Method in class com.ibm.as400.access.UDFS
Returns information about a UDFS.
getUdfsPreferredStorageUnit() - Method in class com.ibm.as400.access.FileAttributes
Returns the preferred storage media for the objects in the UDFS.
getUDTs(String, String, String, int[]) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the description of the user-defined types available in a catalog.
getUDTs(String, String, String, int[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the description of the user-defined types available in a catalog.
getUID() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getUnencryptedData() - Method in class com.ibm.as400.access.ValidationListEntry
Returns the unencrypted data for the entry.
getUnexpandedFiles() - Static method in class utilities.AS400ToolboxInstaller
Deprecated.
Returns the set of files that should be expanded as a result of the latest install or uninstall operation.
getUnicodeStream(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Deprecated.
Use getCharacterStream(int) instead.
getUnicodeStream(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Deprecated.
Use getCharacterStream(String) instead.
getUnicodeStream(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Deprecated.
Use getCharacterStream(int) instead.
getUnicodeStream(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Deprecated.
Use getCharacterStream(String) instead.
getUnicodeStream(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Deprecated.
Use getCharacterStream(int) instead.
getUnicodeStream(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Deprecated.
Use getCharacterStream(String) instead.
getUnicodeStream() - Method in class com.ibm.as400.access.SQLDataBase
Converts the data to a stream of Unicdoe characters.
getUnicodeStream(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Deprecated. 
getUnicodeStream(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Deprecated. 
getUnit() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getunitControl() - Method in class com.ibm.as400.access.list.AspListItem
Returns The disk status for the disk unit.
getUnusedId(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the next unused id.
getUnusedId(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getUpdateCount() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getUpdateCount() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the current update count.
getUpdateCount() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getUpdateCount() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Returns the number of rows affected by the last SQL statement run.
getUpdateCount() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Returns the number of rows affected by the last SQL statement run.
getUpdateCount() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Returns the number of rows affected by the last SQL statement run.
getUpdateCount() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
getUpdateOption() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the update option that was passed to the constructor.
getUrgentPointer() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the urgent pointer for this TCP header.
getURGFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the urg Flag for this TCP header.
getURI() - Method in class com.ibm.as400.util.html.URLParser
Returns the URI.
getURI(HttpServletRequest) - Static method in class com.ibm.as400.util.html.URLParser
Returns the URI from the specified request.
getURL(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getURL(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getURL(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getURL(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getURL(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getURL(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
getURL() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the URL for the connection's database.
getURL() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getURL() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the URL for this database.
getURL(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getURL(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getUrl() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the url used in getting a connection.
getURL(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getURL(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getURL() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the ACTION URL address of the server-side form handler.
getUrl() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns the URL of the meta tag.
getURL() - Method in class com.ibm.as400.util.html.URLParser
Returns the URL.
getURL() - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Returns the URL for this connection.
getURL(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getURL(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
getURL() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
getURL() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the URL for this database.
getURL(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getURL(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
getUsableSpace() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
getUsageCount() - Method in class com.ibm.as400.access.ProductLicense
Returns the usage count for this license.
getUsageInformationUpdated() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getUsageLimit() - Method in class com.ibm.as400.access.ProductLicense
Returns the usage limit for this license.A license must have been requested prior to calling this method.
getUsageType() - Method in class com.ibm.as400.access.ProductLicense
Returns the usage type for this license.
getUseCount() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Returns the number of times the pooled connection has been used.
getUsedConnectionCount() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Returns the number of in-use connections in this pool.
getUsedConnectionCount(String) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Returns the number of used connections for the specified user in this pool.
getUseExtendedFormats() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
getuseIdentification() - Method in class com.ibm.as400.access.list.AspListItem
Returns An identification of how an ASP is being used Available in format: FORMAT_0600
getUser() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the database user property.
getUser() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the 'user' property.
getUser() - Method in class com.ibm.as400.access.FTP
Returns the user.
getUser() - Method in class com.ibm.as400.access.Job
Returns the user name.
getUser() - Method in class com.ibm.as400.access.JobList
Returns the user name that describes which jobs are returned.
getUser() - Method in class com.ibm.as400.access.JobLog
Returns the job user name.
getUser() - Method in class com.ibm.as400.access.QueuedMessage
Returns the sender job's user.
getUser() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Returns the user name.
getUser() - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Returns the user name.
getUser() - Method in class com.ibm.as400.security.auth.AS400Principal
Returns an IBM i system User object based on the user profile name and system associated with the principal.
getUser() - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Retrieve the user that was used for the authentication.
getUser() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the user name.
getUser() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the user.
getUser() - Method in interface com.ibm.jtopenlite.Connection
Returns the current authenticated user of this connection.
getUser() - Method in class com.ibm.jtopenlite.HostServerConnection
Returns the currently authenticated user of this connection.
getUserActionAuditLevel() - Method in class com.ibm.as400.access.User
Retrieves a list of action audit levels for the user.
getUserAddress() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the address of this directory entry.
getUserChanged() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0300, FORMAT_OBJD0400.
getUserClass() - Method in class com.ibm.jtopenlite.components.UserInfo
 
getUserClassName() - Method in class com.ibm.as400.access.User
Retrieves the user class name.
getUserData() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the user data.
getUserData() - Method in class com.ibm.as400.access.list.SpooledFileListItem
Returns the 10 characters of user-specified data that describe the spooled file.
getUserData() - Method in class com.ibm.as400.access.PTFExitProgram
Returns any user data associated with this exit program.
getUserData() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns if traced all user data.
getUserData() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
getUserDataFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the user data list filter.
getUserDataFilter() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the user data list filter.
getUserDefinedAttribute() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
FORMAT_OBJD0400.
getUserDescription() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the user description field for this directory entry.
getUserExpirationAction() - Method in class com.ibm.as400.access.User
Retrieves the action that will occur when the user profile has expired.
getUserExpirationDate() - Method in class com.ibm.as400.access.User
Retrieves the date when the user profile expires and is automatically disabled.
getUserExpirationInterval() - Method in class com.ibm.as400.access.User
Retrieves the number of days before the user profile is automatically disabled.
getUserFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the user ID list filter.
getUserFilter() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the user ID list filter.
getUserHandle() - Method in class com.ibm.as400.access.AS400ImplRemote
 
getUserId() - Method in class com.ibm.as400.access.AS400
Returns the user ID.
getUserId(boolean) - Method in class com.ibm.as400.access.AS400
Returns the user ID.
getUserID() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the user ID of this directory entry.
getUserId() - Method in class com.ibm.as400.access.PasswordDialog
Returns the user ID.
getUserID() - Method in class com.ibm.as400.access.User
Retrieves the user ID (UID) number for the user profile.
getUserID() - Method in class com.ibm.as400.access.UserPermission
Returns the user profile name for this permission.
getUserId() - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Retrieves the user ID that is specified during the creation of the profile token credential.
getUserIDNumber() - Method in class com.ibm.as400.access.User
Deprecated.
This method has been replaced by getUserID() which returns a long.
getUserInfo() - Method in class com.ibm.as400.access.UserList
Returns the description of which users are returned.
getUserInfo() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the user information.
getUserLibraryList() - Method in class com.ibm.as400.access.Job
Returns the user portion of the library list for the initial thread of the job.
getUserName() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the user name as currently signed on to the system.
getUserName() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getUserName() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the current user name as known to the database.
getUsername() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the user used to create the connection.
getUserName() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the name of the user that is associated with the connection.
getUserName() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the name of the user that is associated with the session.
getUserName() - Method in class com.ibm.as400.access.JobDescription
Returns the name of the user profile associated with this job description.
getUserName() - Method in class com.ibm.as400.access.ObjectReferences.SessionUsingObjectStructure
Returns the name of the user that is associated with the session.
getUserName() - Method in class com.ibm.as400.access.UserObjectsOwnedList
Returns the user name for which to retrieve the list of objects that a user is authorized to and list of objects the user owns.
getUserName() - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Returns the user name for this connection.
getUserName(int) - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getUserName() - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSelectionListener
 
getUserName() - Method in class com.ibm.jtopenlite.components.JobInfo
 
getUserName() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
getUserName() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the current user name as known to the database.
getUserOptions() - Method in class com.ibm.as400.access.User
Retrieves a list of options for users to customize their environment.
getUserOrQueueIndicator() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getUserOrQueueName() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
getUserPermission(String) - Method in class com.ibm.as400.access.Permission
Returns a UserPermission object for the specified user.
getUserPermissions() - Method in class com.ibm.as400.access.Permission
Returns an enumeration of UserPermission objects.
getUserProfile() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the user profile name associated with this entry.
getUserProfile() - Method in class com.ibm.as400.access.UserList
Returns the user profile names of which users are returned.
getUserProfileName() - Method in class com.ibm.as400.access.User
Retrieves the name of the user profile for which the information is returned.
getUserProfileName() - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationPrincipal
Returns the user profile name.
getUserProfileName() - Method in class com.ibm.as400.security.auth.AS400Principal
Returns the name of a user profile associated with the thread when work is performed on behalf of the principal.
getUserProfileName() - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
Returns the user profile name.
getUsers() - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an enumeration of the systemName/userId pairs in the pool.
getUsers(String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get a list of the userIds in the pool with connections to a specific system.
getUsers() - Method in class com.ibm.as400.access.UserList
Returns the list of users in the user list.
getUsers(int, int) - Method in class com.ibm.as400.access.UserList
Returns a subset of the list of users.
getUsers(DDMConnection) - Method in class com.ibm.jtopenlite.components.ListUsers
Returns an array of users, the way WRKUSRPRF does.
getUsers(DDMConnection, UserInfoListener) - Method in class com.ibm.jtopenlite.components.ListUsers
 
getUsers() - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Returns an array of users of connections in this pool, both free and in use.
getUsersCurrentlySignedOn() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getUsersCurrentSignedOn() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of users currently signed on the system.
getUserSelectTables() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Returns true if the user is able to select and change the tables that are included in the query.
getUserSelectTableSchemas() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Returns true if the user is able to select and change the schemas for which tables are shown.
getUserSpaceLibrary() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getUserSpaceLibrary() - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getUserSpaceLibrary() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getUserSpaceLibrary() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getUserSpaceName() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
getUserSpaceName() - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
getUserSpaceName() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
getUserSpaceName() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
getUserSpecifiedData() - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFilterOSPF0100Listener
 
getUsersSignedOffWithPrinterOutputWaitingToPrint() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of sessions that have ended with printer output files waiting to print.
getUsersSignedOffWithPrinterOutputWaitingToPrint() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getUsersSuspendedByGroupJobs() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of user jobs that have been temporarily suspended by group jobs so that another job may be run.
getUsersSuspendedByGroupJobs() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getUsersSuspendedBySystemRequest() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of user jobs that have been temporarily suspended by system request jobs so that another job may be run.
getUsersSuspendedBySystemRequest() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getUserStartingMessageKey() - Method in class com.ibm.as400.access.MessageQueue
Returns the user starting message key, if one has been set.
getUsersTemporarilySignedOff() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of jobs that have been disconnected due to either the selection of option 80 (Temporary sign-off) or the entry of the Disconnect Job (DSCJOB) command.
getUsersTemporarilySignedOff() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0100.
getvalidateSignonTimeOut() - Method in class com.ibm.as400.access.AS400
 
getValidityCheckProgram() - Method in class com.ibm.as400.access.Command
Returns the fully qualified integrated file system path of the program that performs additional user-defined validity checking on the parameters for this command.
getValidityCheckState() - Method in class com.ibm.as400.access.Command
Returns the state from which the validity check program is called.
getValidLifeTime() - Method in class com.ibm.as400.util.commtrace.PrefixInfo
Returns the valid life time of this PrefixInfo header.
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCDataSource
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCResultSet
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCRowSet
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCStatement
 
getValidWrappedList() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getValue() - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the value of the environment variable.
getValue(int) - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the value of the environment variable.
getValue() - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Returns the value of the property.
getValue() - Method in class com.ibm.as400.access.IFSShareOptionEditor
Returns the value of the property.
getValue(int) - Method in class com.ibm.as400.access.Job
Returns the value for the specified job attribute.
getValue(int) - Method in class com.ibm.as400.access.MemberDescription
Returns the requested member attribute information object.
getValue(int) - Method in class com.ibm.as400.access.ObjectDescription
Returns the value of the given attribute of this ObjectDescription.
getValue() - Method in class com.ibm.as400.access.SystemValue
Returns the current value of this system value.
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.
getValue(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns the Java object value for the named element.
getValue(String, int[]) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns the Java object value for the named element given indices to the data element.
getValue(Object) - Method in class com.ibm.as400.resource.Presentation
Deprecated.
Returns a presentation value.
getValue(Object) - Method in class com.ibm.as400.resource.ProgramAttributeGetter
Deprecated.
Returns an attribute value.
getValue(Object, int) - Method in class com.ibm.as400.resource.ProgramAttributeGetter
Deprecated.
Returns an attribute value.
getValue() - Method in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Returns the associated attribute value, or null if none.
getValue() - Method in class com.ibm.as400.util.html.FormInput
Returns the initial value of the input field.
getValue() - Method in class com.ibm.as400.util.html.HTMLParameter
Returns the value of the parameter.
getValue() - Method in class com.ibm.as400.util.html.OrderedListItem
Returns the number for the current list item
getValue() - Method in class com.ibm.as400.util.html.SelectOption
Returns the input value used when the field is submitted.
getValue(String) - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Returns the value of the property associated with the given key.
getValue() - Method in exception com.ibm.jtopenlite.DataStreamException
Returns the value associated with this exception, if any.
getValueAsString(int) - Method in class com.ibm.as400.access.ObjectDescription
Returns the value of the given attribute of this ObjectDescription, as a String.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Returns the value at the specifed row and column.
getValueAt(int) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Returns the value of the current record at the given index.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Returns the value at the specifed column and row.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Returns the value at the specifed row and column.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Returns the value at the specified row and column.
getValueAt(int) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Returns the value of the current record at the given index.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the value at the specifed row and column.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the value at the specifed row and column.
getValues(Object[], AS400, ProgramCallDocument, String, int[]) - Method in class com.ibm.as400.resource.ProgramMap
Deprecated.
Get a set of values from the PCML document and map them to the appropriate logical values.
getVariableFieldCompression() - Method in class com.ibm.as400.access.AS400JDBCDataSource
 
getVariableFieldCompression() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the variable field compression property, which when variable field compression is used.
getVariableFieldCompression() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
getVariableLengthRecordDataLength(int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelection
 
getVariableLengthRecordDataLength(int) - Method in interface com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelectionListener
 
getVariableLengthRecordKey(int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelection
 
getVariableLengthRecordKey(int) - Method in interface com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelectionListener
 
getVARLEN() - Method in class com.ibm.as400.access.CharacterFieldDescription
Returns the value specified for the VARLEN keyword for this field.
getVARLEN() - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Returns the value specified for the VARLEN keyword for this field.
getVARLEN() - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Returns the value specified for the VARLEN keyword for this field.
getVARLEN() - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Returns the value specified for the VARLEN keyword for this field.
getVARLEN() - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Returns the value specified for the VARLEN keyword for this field.
getVARLEN() - Method in class com.ibm.as400.access.HexFieldDescription
Returns the value specified for the VARLEN keyword for this field.
getVarLengthSize() - Method in class com.ibm.as400.access.AS400Varchar
Returns the size of the data length, 2 or 4 bytes.
getVersion() - Method in class com.ibm.as400.access.AS400
Returns the version of the IBM i system.
getVersion() - Method in class com.ibm.as400.access.list.AspListItem
Returns the version of objects in an independent ASP.
getVersion() - Method in class com.ibm.as400.access.ProfileHandleImplNative
Returns the version number for the implementation.
getVersion() - Method in class com.ibm.as400.access.ProfileTokenImplNative
Returns the version number for the implementation.
getVersion() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the version of this IPv4 Header.
getVersion() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the version of this Header.
getVersionColumns(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns a description of a table's columns that are automatically updated when any value in a row is updated.
getVersionColumns(String, String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns a description of a table's columns that are automatically updated when any value in a row is updated.
getVersionDescription() - Static method in class com.ibm.as400.util.AboutToolbox
Returns version information about the Toolbox.
getVersionDescription() - Static method in class utilities.AboutToolbox
Deprecated.
Returns version information about the Toolbox.
getVerticalAlignment() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the vertical alignment.
getVerticalAlignment() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the global vertical alignment for the row.
getViewingFidelity() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Returns the viewing fidelity.
getVisibleRowCount() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Returns the preferred number of visible rows.
getVisibleRowCount() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Returns the preferred number of visible rows.
getVRM() - Method in class com.ibm.as400.access.AS400
Returns the version, release, and modification level for the system.
getVRM() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
getVRM() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getVSpace() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the vertical space around the Image in pixels.
getVSystemStatus() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Returns the VSystemStatus contained in VSystemStatusPane.
getWaitTime() - Method in class com.ibm.as400.access.SaveFile
Returns the wait time for the save file.
getWaitToIneligible() - Method in class com.ibm.as400.access.SystemPool
Returns the rate, in transitions per minute, of transitions of threads from a waiting condition to an ineligible condition.
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Returns the first warning reported for the result set.
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the first warning reported for the connection.
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the first warning reported for the connection.
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the first warning reported for the connection.
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the first warning reported for the result set.
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the first warning reported for the result set.
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the first warning reported for the statement.
getWarnings() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
getWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Returns the warnings generated by the JDBC connection, statement, and result set.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Returns the SQL warnings.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Returns the warnings generated by the JDBC connection, statement, and result set.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Returns the warnings generated by the JDBC connection and statement.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Returns the warnings generated by the JDBC connection and statement.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Returns the warnings generated by the JDBC connection and statement.
getWarnings() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Returns null because get warnings is not implemented on this driver.
getWarnings() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
For the jtopenlite driver, no warnings will ever be reported
getWarnings() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented, but we return null to avoid problems with existing applications
getWhereAllowedToRun() - Method in class com.ibm.as400.access.Command
Returns the API string for the "where allowed to run" field.
getWidth() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the width of the applet in pixels.
getWidth() - Method in class com.ibm.as400.util.html.HTMLImage
Sets the width of the image in pixels.
getWidth() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the table width in pixels or percent.
getWidth() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the width relative to the table in pixels or percent.
getWidth() - Method in class com.ibm.as400.util.html.ImageFormInput
Returns the width of the image in pixels.
getWidth() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form width in pixels or percent.
getWindow() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the window for this TCP header.
getWINSPrimaryAddress() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "WINS primary address" attribute.
getWINSPrimaryAddressPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "WINS primary address" attribute.
getWINSScopeID() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "WINS scope ID" attribute.
getWINSScopeIDPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "WINS scope ID" attribute.
getWINSSecondaryAddress() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "WINS secondary address" attribute.
getWINSSecondaryAddressPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "WINS secondary address" attribute.
getWorkIDUnit() - Method in class com.ibm.as400.access.Job
Returns the unit of work identifier.
getWorkstationAddress() - Method in class com.ibm.as400.access.ObjectReferences.SessionUsingObjectStructure
Returns the IP address of the workstation from which the session to the system was established.
getWorkstationName() - Method in class com.ibm.as400.access.ObjectReferences.SessionUsingObjectStructure
Returns the name of the workstation from which the session to the system was established.
getWorkstationStartingMessageKey() - Method in class com.ibm.as400.access.MessageQueue
Returns the workstation starting message key, if one has been set.
getWriteKB() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getWriteNullDataLength() - Method in class com.ibm.as400.access.ValidationListDataToEncrypt
Returns the length to be specified in the written IBM i byte structure if the assigned data is null.
getWriteNullDataLength() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the length to be specified in the written IBM i byte structure if the assigned data is null.
getWriteOffsetCcsid() - Method in class com.ibm.as400.access.ValidationListAttributeData
Returns the offset of CCSID information in the structure when the receiver is written to IBM i bytes.
getWriteOffsetCcsid() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the offset of CCSID information in the structure when the receiver is written to IBM i bytes.
getWriteOffsetTByteLength() - Method in class com.ibm.as400.access.ValidationListAttributeData
Returns the offset of the length of the translated bytes when the receiver is written to an IBM i byte structure.
getWriteOffsetTByteLength() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the offset of the length of the translated bytes when the receiver is written to an IBM i byte structure.
getWriteOffsetTBytes() - Method in class com.ibm.as400.access.ValidationListAttributeData
Returns the offset of the translated bytes when the receiver is written to an IBM i byte structure.
getWriteOffsetTBytes() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the offset of the translated bytes when the receiver is written to an IBM i byte structure.
getWriteOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the write only type.
getWriteOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the write only type.
getWriteOnlyShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the write only, share with neither readers nor writers type.
getWriteOnlyShareWithNeitherReadersNorWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the write only, share with neither readers nor writers type.
getWriteOnlyShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the write only, share with readers and writers type.
getWriteOnlyShareWithReadersAndWriters() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the write only, share with readers and writers type.
getWriteOnlyShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the write only, share with readers only type.
getWriteOnlyShareWithReadersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the write only, share with readers only type.
getWriteOnlyShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences
Returns the number of references of the write only, share with writers only type.
getWriteOnlyShareWithWritersOnly() - Method in class com.ibm.as400.access.ObjectReferences.JobUsingObjectStructure
Returns the number of references within this specific job of the write only, share with writers only type.
getWriterChangeTime() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the time at which the pending changes to the writer take effect.
getWriterEndTime() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns when to end the writer if it is to end automatically.
getWriteRequests() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
getWriterFilter() - Method in class com.ibm.as400.access.WriterJobList
Returns the writer filter.
getWriterJobName() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the job name of the printer writer.
getWriterJobNumber() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the job number of the printer writer.
getWriterJobUser() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the name of the system user.
getWriterMessageKey() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the key to the message that the writer is waiting for a reply.
getWriterStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the status of the writer for this printer.
getWritingStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the printer writer is in writing status.
getXAConnection() - Method in class com.ibm.as400.access.AS400JDBCXADataSource
Returns an XA connection to IBM i.
getXAConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCXADataSource
Returns an XA connection to IBM i.
getXAConnection(String, char[]) - Method in class com.ibm.as400.access.AS400JDBCXADataSource
Returns an XA connection to IBM i.
getXALooselyCoupledSupport() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether lock sharing is allowed for loosely coupled transaction branches.
getXALooselyCoupledSupport() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the "XA loosely couple support" property.
getXAResource() - Method in class com.ibm.as400.access.AS400JDBCXAConnection
Returns the XA resource associated with this connection.
getXML() - Method in class com.ibm.as400.access.Command
Retrieves the XML source for this CL command.
getXMLExtended() - Method in class com.ibm.as400.access.Command
Retrieves the extended XML source for this CL command.
getXMLHelpIdentifiers() - Method in class com.ibm.as400.access.Command
Parses the XML source for this CL command and returns the help identifiers.
getXMLHelpText() - Method in class com.ibm.as400.access.Command
Parses the XML source for this CL command and returns the help text.
getXMLHelpText(PanelGroup) - Method in class com.ibm.as400.access.Command
Parses the XML source for this CL command and returns the help text.
getXMLPanelGroup() - Method in class com.ibm.as400.access.Command
Parses the XML source for this CL command and returns the name of the panel group.
getXMLProductLibrary() - Method in class com.ibm.as400.access.Command
Parses the XML source for this CL command and returns the product library.
getXsdName() - Method in class com.ibm.as400.data.ProgramCallDocument
Returns the value of the XSD name to be used on the <xpcml> tag when generating XPCML.
go(InputStream, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
 
GRACE_PERIOD_EXPIRED - Static variable in exception com.ibm.as400.access.LicenseException
GRACE_PERIOD_EXPIRED - Return code from the Central server when the grace period for the product license being requested is exceeded and a license was not granted.
GRAPHIC - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
GRAPHIC_468 - Static variable in class com.ibm.as400.access.SQLNativeType
 
GridLayoutFormPanel - Class in com.ibm.as400.util.html
The GridLayoutFormPanel class represents a grid layout of HTML form elements.
GridLayoutFormPanel() - Constructor for class com.ibm.as400.util.html.GridLayoutFormPanel
Constructs a default GridLayoutFormPanel with one column.
GridLayoutFormPanel(int) - Constructor for class com.ibm.as400.util.html.GridLayoutFormPanel
Constructs a GridLayoutFormPanel with the specified number of columns.
GridLayoutFormPanelBeanInfo - Class in com.ibm.as400.util.html
The GridLayoutFormPanelBeanInfo class provides bean information for the GridLayoutFormPanel class.
GridLayoutFormPanelBeanInfo() - Constructor for class com.ibm.as400.util.html.GridLayoutFormPanelBeanInfo
 
GROUP - Static variable in class com.ibm.as400.access.UserList
Selection value indicating that the list contains only user profiles that are group profiles.
GROUP - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection value indicating that the list contains only user profiles that are group profiles.
GROUP_ALC - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *ALC (Allocation).
GROUP_ALL - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *ALL (All).
GROUP_AUTHORITY - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for group authority.
GROUP_AUTHORITY_ALL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the group profile has all authority to the objects the user creates.
GROUP_AUTHORITY_CHANGE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the group profile has change authority to the objects the user creates.
GROUP_AUTHORITY_EXCLUDE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the group profile has exclude authority to the objects the user creates.
GROUP_AUTHORITY_TYPE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for group authority type.
GROUP_AUTHORITY_TYPE_PGP - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the group profile will be the primary group for objects the user creates.
GROUP_AUTHORITY_TYPE_PRIVATE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the group profile has a private authority to the objects the user creates, or the user does not have a group profile.
GROUP_AUTHORITY_USE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the group profile has use authority to the objects the user creates.
GROUP_DATTIM - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *DATTIM (Date and Time).
GROUP_EDT - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *EDT (Editing).
GROUP_ID_NUMBER - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for group ID number.
GROUP_ID_NUMBER_GENERATE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the system should generate a unique group ID number (*GEN).
GROUP_ID_NUMBER_NONE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the group ID number is *NONE.
GROUP_LIBL - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *LIBL (Library List).
GROUP_MEMBER_INDICATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for group member indicator.
GROUP_MSG - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *MSG (Message and Logging).
GROUP_NET - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *NET (Net Attribute).
GROUP_NO_GROUP - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
GROUP_NONE - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
GROUP_PROFILE - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection ID for group profile.
GROUP_PROFILE_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for group profile name.
GROUP_SEC - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *SEC (Security).
GROUP_STG - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *STG (Storage).
GROUP_SYSCTL - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the system value's group is *SYSCTL (System control).
GROUPINDICATOR_GROUP - Static variable in class com.ibm.as400.access.UserPermission
Constant indicating that this user profile is a group.
GROUPINDICATOR_SPECIALVALUE - Static variable in class com.ibm.as400.access.UserPermission
Constant indicating that this user is neither a user nor a group.
GROUPINDICATOR_USER - Static variable in class com.ibm.as400.access.UserPermission
Constant indicating that this user profile is a user.
GSS_OPTION_FALLBACK - Static variable in class com.ibm.as400.access.AS400
Constant indicating that the JGSS framework will be attempted when no password or authentication token is set.
GSS_OPTION_MANDATORY - Static variable in class com.ibm.as400.access.AS400
Constant indicating that the JGSS framework must be used when no password or authentication token is set.
GSS_OPTION_NONE - Static variable in class com.ibm.as400.access.AS400
Constant indicating that the JGSS framework will not be used when no password or authentication token is set.
gtrid - Variable in class com.ibm.as400.access.jdbcClient.ClientXid
 
GUEST_USER_PROFILE - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "guest user profile".
GUEST_USER_PROFILE_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "guest profile (pending)".

H

HANDLE_LENGTH - Static variable in class com.ibm.as400.security.auth.ProfileHandleCredential
Indicates the length of a profile handle (in bytes)
handleAbort() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
handleAbort() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
handleIte(InvocationTargetException) - Static method in class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
hasChildren() - Method in interface com.ibm.as400.data.Descriptor
Returns true if this Descriptor has childen.
hasCurrentLibrary() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
hasException() - Method in class com.ibm.as400.access.SignonEvent
Indicates whether this SignonEvent object has an associated exception.
hashCode() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
 
hashCode() - Method in class com.ibm.as400.access.AS400JDBCRowId
Returns a hash code value of this RowId object.
hashCode() - Method in class com.ibm.as400.access.BidiFlagSet
Returns a hashcode for a BidiFlagSet.
hashCode() - Method in class com.ibm.as400.access.ClientAccessDataStream
 
hashCode() - Method in class com.ibm.as400.access.DataStream
 
hashCode() - Method in class com.ibm.as400.access.IFSCreateUserHandleRep
Generates a hash code for this data stream.
hashCode() - Method in class com.ibm.as400.access.IFSFile
Computes a hash code for this object.
hashCode() - Method in class com.ibm.as400.access.IFSJavaFile
Computes a hashcode for this object.
hashCode() - Method in class com.ibm.as400.access.IFSOpenNodeRep
Generates a hash code for this data stream.
hashCode() - Method in class com.ibm.as400.access.IFSUserHandleSeedRep
Generates a hash code for this data stream.
hashCode() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the hash code value for the name of this ISeriesPrinter object.
hashCode() - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
hashCode() - Method in class com.ibm.as400.access.ObjectDescription
Returns a hash code value for the object.
hashCode() - Method in class com.ibm.as400.access.Record
Returns a hash code value for this Record.
hashCode() - Method in class com.ibm.as400.access.SaveFile
Returns a hash code value for the object.
hashCode() - Method in class com.ibm.as400.access.SaveFileEntry
Returns a hash code value for the object.
hashCode() - Method in class com.ibm.as400.access.SocketProperties
Returns a hash code value for the object.
hashCode() - Method in class com.ibm.as400.access.Subsystem
Returns a hash code value for the object.
hashCode() - Method in class com.ibm.as400.access.SystemPool
Returns a hash code value for the object.
hashCode() - Method in class com.ibm.as400.security.auth.ProfileHandleCredential
Returns a hash code for this credential.
hashCode() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Returns a hash code for this credential.
hashCode() - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
Returns a hash code for this principal.
hashCode() - Method in class com.ibm.jtopenlite.ByteArrayKey
 
hashCode() - Method in class com.ibm.jtopenlite.command.program.HashObject
 
hashCode() - Method in class com.ibm.jtopenlite.file.FileHandle
 
hashCode() - Method in class com.ibm.jtopenlite.SystemInfo
 
HashObject - Class in com.ibm.jtopenlite.command.program
 
HashObject() - Constructor for class com.ibm.jtopenlite.command.program.HashObject
 
hasObjectAuthorities(AS400, String, String, String[]) - Static method in class com.ibm.as400.access.QSYSPermission
Determines if the user has the given authorities to the object on the system.
hasSpecialAuthority(String) - Method in class com.ibm.as400.access.User
Retrieves if this user profile has been granted the specified authority, or belongs to a group profile that has been granted the specified authority.
hasSpecialAuthority(String) - Method in class com.ibm.as400.resource.RUser
Deprecated.
Indicates if this user profile has been granted the specified authority, or belongs to a group profile that has been granted the specified authority.
hasUncommittedAttributeChanges(Object) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Indicates if an attribute has an uncommitted change.
Header - Class in com.ibm.as400.util.commtrace
Parent header class.
HEADER_LENGTH - Static variable in class com.ibm.as400.access.ClientAccessDataStream
 
headerLength_ - Variable in class com.ibm.as400.access.DataStream
 
HELD - Static variable in class com.ibm.as400.access.OutputQueueEvent
The output queue held event ID.
HELD_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for held status.
HELP_TEXT - Static variable in class com.ibm.as400.resource.Presentation
Deprecated.
Constant indicating the presentation key for help text.
HexFieldDescription - Class in com.ibm.as400.access
The HexFieldDescription class represents the description of the data in a hexadecimal field.
HexFieldDescription() - Constructor for class com.ibm.as400.access.HexFieldDescription
Constructs a HexFieldDescription object.
HexFieldDescription(AS400ByteArray, String) - Constructor for class com.ibm.as400.access.HexFieldDescription
Constructs a HexFieldDescription object.
HexFieldDescription(AS400ByteArray, String, String) - Constructor for class com.ibm.as400.access.HexFieldDescription
Constructs a HexFieldDescription object.
hexStringToBytes(String) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified hexadecimal String into its constituent byte values.
hexStringToBytes(String, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified hexadecimal String into its constituent byte values.
HiddenFormInput - Class in com.ibm.as400.util.html
The HiddenFormInput class represents a hidden input type in an HTML form.
HiddenFormInput() - Constructor for class com.ibm.as400.util.html.HiddenFormInput
Constructs a HiddenFormInput object.
HiddenFormInput(String) - Constructor for class com.ibm.as400.util.html.HiddenFormInput
Constructs a HiddenFormInput object with the specified control name.
HiddenFormInput(String, String) - Constructor for class com.ibm.as400.util.html.HiddenFormInput
Constructs a HiddenFormInput object with the specified control name and initial input value.
HiddenFormInputBeanInfo - Class in com.ibm.as400.util.html
The HiddenFormInputBeanInfo class provides bean information for the HiddenFormInput class.
HiddenFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.HiddenFormInputBeanInfo
 
HIGHEST_SCHEDULING_PRIORITY - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for highest scheduling priority.
HistoryLog - Class in com.ibm.as400.access
Represents a history log on the system.
HistoryLog(AS400) - Constructor for class com.ibm.as400.access.HistoryLog
Constructs a HistoryLog object for the specified system.
HMRI - Class in com.ibm.as400.util.html
Locale-specific objects for the IBM Toolbox for Java.
HMRI() - Constructor for class com.ibm.as400.util.html.HMRI
 
hold(boolean) - Method in class com.ibm.as400.access.Job
Holds this job.
hold() - Method in class com.ibm.as400.access.OutputQueue
Holds the output queue on the system.
hold(String) - Method in class com.ibm.as400.access.SpooledFile
Holds the spooled file.
HOLD_PENDING_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for hold pending status.
HOME_DIRECTORY - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for home directory.
HopByHop - Class in com.ibm.as400.util.commtrace
A HopByHop Header.
HostServerConnection - Class in com.ibm.jtopenlite
Represents a TCP/IP socket connection to an IBM i Host Server job.
HostServerConnection(SystemInfo, String, String, Socket, HostServerConnection.HostInputStream, HostServerConnection.HostOutputStream) - Constructor for class com.ibm.jtopenlite.HostServerConnection
 
HostServerConnection.HostInputStream - Class in com.ibm.jtopenlite
 
HostServerConnection.HostInputStream(InputStream) - Constructor for class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
HostServerConnection.HostOutputStream - Class in com.ibm.jtopenlite
 
HostServerConnection.HostOutputStream(OutputStream) - Constructor for class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
HostServerConnectionPool<T extends HostServerConnection> - Class in com.ibm.jtopenlite
Used to pool HostServerConnections of a specific type to a specific system.
HostServerConnectionPool(SystemInfo) - Constructor for class com.ibm.jtopenlite.HostServerConnectionPool
Constructs a new connection pool for the specified system.
HTMLAlign - Class in com.ibm.as400.util.html
The HTMLAlign class represents a block formatting element, which uses the HTML <DIV> tag, within an HTML page.
HTMLAlign() - Constructor for class com.ibm.as400.util.html.HTMLAlign
Constructs a default HTMLAlign object.
HTMLAlign(HTMLTagElement) - Constructor for class com.ibm.as400.util.html.HTMLAlign
Constructs an HTMLAlign object with the specified data.
HTMLAlign(HTMLTagElement, String) - Constructor for class com.ibm.as400.util.html.HTMLAlign
Constructs an HTMLAlign object with the specified data and align attribute.
HTMLAlignBeanInfo - Class in com.ibm.as400.util.html
The HTMLAlignBeanInfo class provides bean information for the HTMLAlign class.
HTMLAlignBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLAlignBeanInfo
 
HTMLApplet - Class in com.ibm.as400.util.html
The HTMLApplet class represents a java application embeded within an HTML page.
HTMLApplet() - Constructor for class com.ibm.as400.util.html.HTMLApplet
Constructs a default HTMLApplet object.
HTMLApplet(String) - Constructor for class com.ibm.as400.util.html.HTMLApplet
Constructs an HTMLApplet object with the specified applet code.
HTMLApplet(String, int, int) - Constructor for class com.ibm.as400.util.html.HTMLApplet
Constructs an HTMLApplet object with the specified Applet code, width, and height.
HTMLApplet(String, String, int, int) - Constructor for class com.ibm.as400.util.html.HTMLApplet
Constructs an HTMLApplet object with the specified Applet code, codebase, width, height.
HTMLApplet(String, String, String, int, int) - Constructor for class com.ibm.as400.util.html.HTMLApplet
Constructs an HTMLApplet object with the specified Applet code, codebase, width, and height.
HTMLAppletBeanInfo - Class in com.ibm.as400.util.html
The HTMLAppletBeanInfo class provides bean information for the HTMLApplet class.
HTMLAppletBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLAppletBeanInfo
 
HTMLConstants - Interface in com.ibm.as400.util.html
The HTMLConstants class is a collection of constants generally used for positioning and orienting HTML components.
HTMLDocument - Class in com.ibm.as400.util.html
The HTMLDocument class represents an HTML or an XSL-FO document.
HTMLDocument() - Constructor for class com.ibm.as400.util.html.HTMLDocument
Constructs a default HTMLDocument object.
HTMLDocument(HTMLHead) - Constructor for class com.ibm.as400.util.html.HTMLDocument
Constructs an HTMLDocument object with the specified HTMLHead.
HTMLDocumentBeanInfo - Class in com.ibm.as400.util.html
The HTMLDocumentBeanInfo class provides bean information for the HTMLDocument class.
HTMLDocumentBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLDocumentBeanInfo
 
HTMLFileFilter - Class in com.ibm.as400.util.html
The HTMLFileFilter class determines if a File object is a file.
HTMLFileFilter() - Constructor for class com.ibm.as400.util.html.HTMLFileFilter
Constructs a default HTMLFileFilter object.
HTMLForm - Class in com.ibm.as400.util.html
The HTMLForm class represents an HTML form.
HTMLForm() - Constructor for class com.ibm.as400.util.html.HTMLForm
Constructs a default HTMLForm object.
HTMLForm(String) - Constructor for class com.ibm.as400.util.html.HTMLForm
Constructs an HTMLForm object with the specified URL.
HTMLFormBeanInfo - Class in com.ibm.as400.util.html
The HTMLFormBeanInfo class provides bean information for the HTMLForm class.
HTMLFormBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLFormBeanInfo
 
HTMLFormConverter - Class in com.ibm.as400.util.servlet
The HTMLFormConverter class can be used to convert data from a RowData object to an array of HTML strings or forms.
HTMLFormConverter() - Constructor for class com.ibm.as400.util.servlet.HTMLFormConverter
Constructs a default HTMLFormConverter object.
HTMLHead - Class in com.ibm.as400.util.html
The HTMLHead class represents an HTML head tag, which contains information about the HTML document.
HTMLHead() - Constructor for class com.ibm.as400.util.html.HTMLHead
Constructs a default HTMLHead object.
HTMLHead(String) - Constructor for class com.ibm.as400.util.html.HTMLHead
Constructs an HTMLHead object with the specified title.
HTMLHead(String, HTMLMeta) - Constructor for class com.ibm.as400.util.html.HTMLHead
Constructs an HTMLHead object with the specified title and meta information.
HTMLHeadBeanInfo - Class in com.ibm.as400.util.html
The HTMLHeadBeanInfo class provides bean information for the HTMLHead class.
HTMLHeadBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLHeadBeanInfo
 
HTMLHeading - Class in com.ibm.as400.util.html
The HTMLHeading class represents a section heading in an HTML page.
HTMLHeading() - Constructor for class com.ibm.as400.util.html.HTMLHeading
Constructs a default HTMLHeading object.
HTMLHeading(int) - Constructor for class com.ibm.as400.util.html.HTMLHeading
Constructs an HTMLHeading object with the specified heading level.
HTMLHeading(int, String) - Constructor for class com.ibm.as400.util.html.HTMLHeading
Constructs an HTMLHeading object with the specified heading level and text.
HTMLHeading(int, String, String) - Constructor for class com.ibm.as400.util.html.HTMLHeading
Constructs an HTMLHeading object with the specified heading level, text, and align.
HTMLHeadingBeanInfo - Class in com.ibm.as400.util.html
The HTMLHeadingBeanInfo class provides bean information for the HTMLHeading class.
HTMLHeadingBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLHeadingBeanInfo
 
HTMLHyperlink - Class in com.ibm.as400.util.html
The HTMLHyperlink class represents an HTML hyperlink tag.
HTMLHyperlink() - Constructor for class com.ibm.as400.util.html.HTMLHyperlink
Creates a default HTMLHyperlink object.
HTMLHyperlink(String) - Constructor for class com.ibm.as400.util.html.HTMLHyperlink
Creates an HTMLHyperlink object with the specified resource link.
HTMLHyperlink(String, String) - Constructor for class com.ibm.as400.util.html.HTMLHyperlink
Creates an HTMLHyperlink object with the specified resource link represented by the specified text.
HTMLHyperlink(String, String, String) - Constructor for class com.ibm.as400.util.html.HTMLHyperlink
Creates an HTMLHyperlink object with the specified resource link and target frame represented by the specified text.
HTMLHyperlinkBeanInfo - Class in com.ibm.as400.util.html
The HTMLHyperlinkBeanInfo class provides bean information for the HTMLHyperlink class.
HTMLHyperlinkBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLHyperlinkBeanInfo
 
HTMLImage - Class in com.ibm.as400.util.html
The HTMLImage class represents an image tag within an HTML page.
HTMLImage() - Constructor for class com.ibm.as400.util.html.HTMLImage
Constructs a default HTMLImage object.
HTMLImage(String, String) - Constructor for class com.ibm.as400.util.html.HTMLImage
Constructs an HTMLImage object with the specified source and alternate text.
HTMLImageBeanInfo - Class in com.ibm.as400.util.html
The HTMLImageBeanInfo class provides bean information for the HTMLImage class.
HTMLImageBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLImageBeanInfo
 
HTMLList - Class in com.ibm.as400.util.html
The HTMLList class represents a list.
HTMLList() - Constructor for class com.ibm.as400.util.html.HTMLList
Constructs a default HTMLList object.
HTMLList(Vector) - Constructor for class com.ibm.as400.util.html.HTMLList
Constructs an HTMLList object with the specified itemList.
HTMLListBeanInfo - Class in com.ibm.as400.util.html
The HTMLListBeanInfo class provides bean information for the HTMLList class.
HTMLListBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLListBeanInfo
 
HTMLListItem - Class in com.ibm.as400.util.html
The HTMLListItem class represents items within a HTMLList.
HTMLListItem() - Constructor for class com.ibm.as400.util.html.HTMLListItem
 
HTMLListItemBeanInfo - Class in com.ibm.as400.util.html
The HTMLListItemBeanInfo class provides bean information for the HTMLListItem class.
HTMLListItemBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLListItemBeanInfo
 
HTMLMeta - Class in com.ibm.as400.util.html
The HTMLMeta class represents meta-information used within an HTMLHead tag.
HTMLMeta() - Constructor for class com.ibm.as400.util.html.HTMLMeta
Constructs a default HTMLMeta object.
HTMLMeta(String, String) - Constructor for class com.ibm.as400.util.html.HTMLMeta
Constructs an HTMLMeta object with the specified meta HTTP-EQUIV and content.
HTMLMeta(String, String, String) - Constructor for class com.ibm.as400.util.html.HTMLMeta
Constructs an HTMLMeta object with the specified meta HTTP-EQUIV, content, and URL.
HTMLMetaBeanInfo - Class in com.ibm.as400.util.html
The HTMLMetaBeanInfo class provides bean information for the HTMLMeta class.
HTMLMetaBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLMetaBeanInfo
 
HTMLParameter - Class in com.ibm.as400.util.html
The HTMLParameter class represents a parameter within an HTML servlet tag.
HTMLParameter() - Constructor for class com.ibm.as400.util.html.HTMLParameter
Constructs a default HTMLParameter object.
HTMLParameter(String, String) - Constructor for class com.ibm.as400.util.html.HTMLParameter
Constructs an HTMLParameter object with the specified name and value.
HTMLParameterBeanInfo - Class in com.ibm.as400.util.html
The HTMLParameterBeanInfo class provides bean information for the HTMLParameter class.
HTMLParameterBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLParameterBeanInfo
 
HTMLServlet - Class in com.ibm.as400.util.html
The HTMLServlet class represents a server-side include in an HTML page.
HTMLServlet() - Constructor for class com.ibm.as400.util.html.HTMLServlet
Constructs a default HTMLServlet object.
HTMLServlet(String) - Constructor for class com.ibm.as400.util.html.HTMLServlet
Constructs an HTMLServlet object with the specified servlet name.
HTMLServlet(String, String) - Constructor for class com.ibm.as400.util.html.HTMLServlet
Constructs an HTMLServlet object with the specified servlet name and location.
HTMLServletBeanInfo - Class in com.ibm.as400.util.html
The HTMLServletBeanInfo class provides bean information for the HTMLServlet class.
HTMLServletBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLServletBeanInfo
 
HTMLTable - Class in com.ibm.as400.util.html
The HTMLTable class represents an HTML table tag.
HTMLTable() - Constructor for class com.ibm.as400.util.html.HTMLTable
Constructs a default HTMLTable object.
HTMLTable(HTMLTableRow[]) - Constructor for class com.ibm.as400.util.html.HTMLTable
Constructs an HTMLTable object with the specified rows.
HTMLTableBeanInfo - Class in com.ibm.as400.util.html
The HTMLTableBeanInfo class provides bean information for the HTMLTable class.
HTMLTableBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTableBeanInfo
 
HTMLTableCaption - Class in com.ibm.as400.util.html
The HTMLTableCaption class represents an HTML Caption tag.
HTMLTableCaption() - Constructor for class com.ibm.as400.util.html.HTMLTableCaption
Constructs a default HTMLTableCaption object.
HTMLTableCaption(HTMLTagElement) - Constructor for class com.ibm.as400.util.html.HTMLTableCaption
Constructs an HTMLTableCaption object with the specified element.
HTMLTableCaptionBeanInfo - Class in com.ibm.as400.util.html
The HTMLTableCaptionBeanInfo class provides bean information for the HTMLTableCaption class.
HTMLTableCaptionBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTableCaptionBeanInfo
 
HTMLTableCell - Class in com.ibm.as400.util.html
The HTMLTableCell class represents data in an HTML table cell.
HTMLTableCell() - Constructor for class com.ibm.as400.util.html.HTMLTableCell
Constructs a default HTMLTableCell object.
HTMLTableCell(HTMLTagElement) - Constructor for class com.ibm.as400.util.html.HTMLTableCell
Constructs an HTMLTableCell.
HTMLTableCellBeanInfo - Class in com.ibm.as400.util.html
The HTMLTableCellBeanInfo class provides bean information for the HTMLTableCell class.
HTMLTableCellBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTableCellBeanInfo
 
HTMLTableConverter - Class in com.ibm.as400.util.servlet
The HTMLTableConverter class can be used to convert the data from a RowData object to a single HTML table for a selected group or page of row data, an array of strings or HTML tables.
HTMLTableConverter() - Constructor for class com.ibm.as400.util.servlet.HTMLTableConverter
Constructs a default HTMLTableConverter object.
HTMLTableHeader - Class in com.ibm.as400.util.html
The HTMLTableHeader represents an HTML table header tag.
HTMLTableHeader() - Constructor for class com.ibm.as400.util.html.HTMLTableHeader
Constructs a default HTMLTableHeader object.
HTMLTableHeader(HTMLTagElement) - Constructor for class com.ibm.as400.util.html.HTMLTableHeader
Constructs an HTMLTableHeader object with the specified data element.
HTMLTableHeaderBeanInfo - Class in com.ibm.as400.util.html
The HTMLTableHeaderBeanInfo class provides bean information for the HTMLTableHeader class.
HTMLTableHeaderBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTableHeaderBeanInfo
 
HTMLTableRow - Class in com.ibm.as400.util.html
The HTMLTableRow class represents an HTML row tag.
HTMLTableRow() - Constructor for class com.ibm.as400.util.html.HTMLTableRow
Constructs a default HTMLTableRow object.
HTMLTableRow(HTMLTableCell[]) - Constructor for class com.ibm.as400.util.html.HTMLTableRow
Constructs an HTMLTableRow object with the specified cells.
HTMLTableRowBeanInfo - Class in com.ibm.as400.util.html
The HTMLTableRowBeanInfo class provides bean information for the HTMLTableRow class.
HTMLTableRowBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTableRowBeanInfo
 
HTMLTagAttributes - Class in com.ibm.as400.util.html
The HTMLTagAttributes class represents any additional HTML tag attributes not implemented in the HTML classes.
HTMLTagAttributes() - Constructor for class com.ibm.as400.util.html.HTMLTagAttributes
Constructs a default HTMLTagAttributes.
HTMLTagAttributesBeanInfo - Class in com.ibm.as400.util.html
The HTMLTagAttributesBeanInfo class provides bean information for the HTMLTagAttributes class.
HTMLTagAttributesBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTagAttributesBeanInfo
 
HTMLTagElement - Interface in com.ibm.as400.util.html
The HTMLTagElement class represents an HTML tag element.
HTMLText - Class in com.ibm.as400.util.html
The HTMLText class encapsulates HTML text attributes.
HTMLText() - Constructor for class com.ibm.as400.util.html.HTMLText
Constructs a default HTMLText object.
HTMLText(String) - Constructor for class com.ibm.as400.util.html.HTMLText
Constructs an HTMLText object with the specified text.
HTMLTextBeanInfo - Class in com.ibm.as400.util.html
The HTMLTextBeanInfo class provides bean information for the HTMLText class.
HTMLTextBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTextBeanInfo
 
HTMLTransform - Class in com.ibm.as400.util.html
The HTMLTransform class encodes and decodes a string's tags for use in an HTMLTagElement's control name, initial value, or displayed text.
HTMLTransform() - Constructor for class com.ibm.as400.util.html.HTMLTransform
 
HTMLTree - Class in com.ibm.as400.util.html
The HTMLTree class represents an HTML hierarchical tree of HTML elements.
HTMLTree() - Constructor for class com.ibm.as400.util.html.HTMLTree
Constructs a default HTMLTree object.
HTMLTree(HttpServletRequest) - Constructor for class com.ibm.as400.util.html.HTMLTree
Constructs an HTMLTree object with the specified HttpServletRequest.
HTMLTreeBeanInfo - Class in com.ibm.as400.util.html
The HTMLTreeBeanInfo class provides bean information for the HTMLTree class.
HTMLTreeBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTreeBeanInfo
 
HTMLTreeElement - Class in com.ibm.as400.util.html
The HTMLTreeElement class represents an hierarchial element within an HTMLTree or other HTMLTreeElements.
HTMLTreeElement() - Constructor for class com.ibm.as400.util.html.HTMLTreeElement
Constructs a default HTMLTreeElement object.
HTMLTreeElement(String) - Constructor for class com.ibm.as400.util.html.HTMLTreeElement
Constructs an HTMLTreeElement with the specified text.
HTMLTreeElement(HTMLTagElement) - Constructor for class com.ibm.as400.util.html.HTMLTreeElement
Constructs an HTMLTreeElement with the specified text.
HTMLTreeElement(HTMLHyperlink) - Constructor for class com.ibm.as400.util.html.HTMLTreeElement
Constructs an HTMLTreeElement with the specified textUrl.
HTMLTreeElementBeanInfo - Class in com.ibm.as400.util.html
The HTMLTreeElementBeanInfo class provides bean information for the HTMLTreeElement class.
HTMLTreeElementBeanInfo() - Constructor for class com.ibm.as400.util.html.HTMLTreeElementBeanInfo
 
HTMLVector - Class in com.ibm.as400.util.html
This Vector is used internally by the HTML classes for performance reasons.
HTMLVector() - Constructor for class com.ibm.as400.util.html.HTMLVector
 

I

IBM - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *IBM.
ICMP4 - Static variable in class com.ibm.as400.util.commtrace.Header
An ICMPv4 Header
ICMP4Header - Class in com.ibm.as400.util.commtrace
A Internet Control Message Protocol V4 Header.
ICMP6 - Static variable in class com.ibm.as400.util.commtrace.Header
An ICMPv6 Header
ICMP6Header - Class in com.ibm.as400.util.commtrace
A Internet Control Message Protocol v6 Header.
ICON_COLOR_16x16 - Static variable in class com.ibm.as400.resource.Presentation
Deprecated.
Constant indicating the presentation key for a 16x16 color icon.
ICON_COLOR_32x32 - Static variable in class com.ibm.as400.resource.Presentation
Deprecated.
Constant indicating the presentation key for a 32x32 color icon.
ID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Property identifier for the ID.
ID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VMessage
Deprecated.
Property identifier for the message ID.
ID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the message ID.
IDENTIFIER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
The property identifier for the system pool identifier.
IDLE - Static variable in class com.ibm.as400.resource.ActiveStatusEvent
Deprecated.
Event ID indicating that the active status is idle.
idle(ActiveStatusEvent) - Method in interface com.ibm.as400.resource.ActiveStatusListener
Deprecated.
Invoked when the active status changes to idle.
IDLE_TIME - Static variable in class com.ibm.as400.access.NetServerSession
Deprecated.
Attribute ID for "session idle time".
IDLE_TIMEOUT - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "idle timeout".
IDLE_TIMEOUT_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "idle timeout (pending)".
IFSCreateUserHandleRep - Class in com.ibm.as400.access
 
IFSCreateUserHandleRep() - Constructor for class com.ibm.as400.access.IFSCreateUserHandleRep
 
IFSCreateUserHandlerReq - Class in com.ibm.as400.access
 
IFSCreateUserHandlerReq(byte[], byte[]) - Constructor for class com.ibm.as400.access.IFSCreateUserHandlerReq
 
IFSExistenceOptionEditor - Class in com.ibm.as400.access
The IFSExistenceOptionEditor class provides integrated file system existence editor support.
IFSExistenceOptionEditor() - Constructor for class com.ibm.as400.access.IFSExistenceOptionEditor
 
IFSFile - Class in com.ibm.as400.access
Represents an object in the IBM i integrated file system.
IFSFile() - Constructor for class com.ibm.as400.access.IFSFile
Constructs an IFSFile object.
IFSFile(AS400, IFSFile, String) - Constructor for class com.ibm.as400.access.IFSFile
Constructs an IFSFile object.
IFSFile(AS400, String) - Constructor for class com.ibm.as400.access.IFSFile
Constructs an IFSFile object.
IFSFile(AS400, String, String) - Constructor for class com.ibm.as400.access.IFSFile
Constructs an IFSFile object.
IFSFile(AS400, IFSJavaFile, String) - Constructor for class com.ibm.as400.access.IFSFile
Constructs an IFSFile object.
IFSFile(IFSFile, String) - Constructor for class com.ibm.as400.access.IFSFile
Creates a new IFSFile instance from a parent abstract pathname and a child pathname string.
IFSFileBeanInfo - Class in com.ibm.as400.access
The IFSFileBeanInfo class provides BeanInfo for IFSFile.
IFSFileBeanInfo() - Constructor for class com.ibm.as400.access.IFSFileBeanInfo
 
IFSFileDescriptor - Class in com.ibm.as400.access
Represents an integrated file system file descriptor.
IFSFileDescriptor() - Constructor for class com.ibm.as400.access.IFSFileDescriptor
Constructs an IFSFileDescriptor object.
IFSFileDialog - Class in com.ibm.as400.vaccess
Deprecated.
Use com.ibm.as400.access.IFSSystemView instead.
IFSFileDialog(Frame, String, AS400) - Constructor for class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Constructs an IFSFileDialog object.
IFSFileFilter - Interface in com.ibm.as400.access
The IFSFileFilter interface provides an interface for filtering files.
IFSFileInputStream - Class in com.ibm.as400.access
Represents an integrated file system input stream.
IFSFileInputStream() - Constructor for class com.ibm.as400.access.IFSFileInputStream
Constructs an IFSFileInputStream.
IFSFileInputStream(AS400, String) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Constructs an IFSFileInputStream.
IFSFileInputStream(AS400, String, int) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Constructs an IFSFileInputStream.
IFSFileInputStream(IFSFile) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Creates a file input stream to read from the file specified by file.
IFSFileInputStream(AS400, IFSFile, int) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Deprecated.
Use IFSFileInputStream(IFSFile, int) instead.
IFSFileInputStream(IFSFile, int) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Creates a file input stream to read from the file specified by file.
IFSFileInputStream(IFSFileDescriptor) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Creates a file input stream to read from file descriptor fd.
IFSFileInputStream(IFSJavaFile) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Creates a file input stream to read from the file specified by file.
IFSFileInputStream(AS400, IFSJavaFile, int) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Deprecated.
Use IFSFileInputStream(IFSJavaFile, int) instead.
IFSFileInputStream(IFSJavaFile, int) - Constructor for class com.ibm.as400.access.IFSFileInputStream
Creates a file input stream to read from the file specified by file.
IFSFileInputStreamBeanInfo - Class in com.ibm.as400.access
The IFSFileInputStreamBeanInfo class provides bean information for the IFSFileInputStream class.
IFSFileInputStreamBeanInfo() - Constructor for class com.ibm.as400.access.IFSFileInputStreamBeanInfo
 
IFSFileOutputStream - Class in com.ibm.as400.access
Represents an integrated file system file output stream.
IFSFileOutputStream() - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, String) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, String, int) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, String, int, boolean) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, String, int, boolean, int) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(IFSFile) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, IFSFile, int, boolean) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Deprecated.
Use IFSFileOutputStream(IFSFile, int, boolean) instead.
IFSFileOutputStream(IFSFile, int, boolean) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, IFSFile, int, boolean, int) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Deprecated.
Use IFSFileOutputStream(IFSFile, int, boolean, int) instead.
IFSFileOutputStream(IFSFile, int, boolean, int) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(IFSFileDescriptor) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Creates a file output stream to write to file descriptor fd.
IFSFileOutputStream(IFSJavaFile) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, IFSJavaFile, int, boolean) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, IFSJavaFile, int, boolean, int) - Constructor for class com.ibm.as400.access.IFSFileOutputStream
Constructs an IFSFileOutputStream object.
IFSFileOutputStreamBeanInfo - Class in com.ibm.as400.access
The IFSFileOutputStreamBeanInfo class provides BeanInfo for the IFSFileOutputStream class.
IFSFileOutputStreamBeanInfo() - Constructor for class com.ibm.as400.access.IFSFileOutputStreamBeanInfo
 
IFSFileReader - Class in com.ibm.as400.access
Convenience class for reading character files in the integrated file system.
IFSFileReader(IFSFile) - Constructor for class com.ibm.as400.access.IFSFileReader
Constructs an IFSFileReader object.
IFSFileReader(IFSFile, int) - Constructor for class com.ibm.as400.access.IFSFileReader
Constructs an IFSFileReader object.
IFSFileReader(IFSFile, int, int) - Constructor for class com.ibm.as400.access.IFSFileReader
Constructs an IFSFileReader object.
IFSFileReader(IFSFileDescriptor) - Constructor for class com.ibm.as400.access.IFSFileReader
Constructs an IFSFileReader object.
IFSFileSystemView - Class in com.ibm.as400.vaccess
Deprecated.
Use com.ibm.as400.access.IFSSystemView instead.
IFSFileSystemView(AS400) - Constructor for class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Constructs an IFSFileSystemView object.
IFSFileWriter - Class in com.ibm.as400.access
Convenience class for writing character files in the integrated file system.
IFSFileWriter(IFSFile) - Constructor for class com.ibm.as400.access.IFSFileWriter
Constructs an IFSFileWriter object.
IFSFileWriter(IFSFile, int) - Constructor for class com.ibm.as400.access.IFSFileWriter
Constructs an IFSFileWriter object.
IFSFileWriter(IFSFile, boolean) - Constructor for class com.ibm.as400.access.IFSFileWriter
Constructs an IFSFileWriter object.
IFSFileWriter(IFSFile, boolean, int) - Constructor for class com.ibm.as400.access.IFSFileWriter
Constructs an IFSFileWriter object.
IFSFileWriter(IFSFile, boolean, int, int) - Constructor for class com.ibm.as400.access.IFSFileWriter
Constructs an IFSFileWriter object.
IFSFileWriter(IFSFileDescriptor) - Constructor for class com.ibm.as400.access.IFSFileWriter
Constructs an IFSFileWriter object.
IFSFreeUserHandlerReq - Class in com.ibm.as400.access
 
IFSFreeUserHandlerReq(int) - Constructor for class com.ibm.as400.access.IFSFreeUserHandlerReq
 
IFSJavaFile - Class in com.ibm.as400.access
Represents an object in the IBM i integrated file system.
IFSJavaFile() - Constructor for class com.ibm.as400.access.IFSJavaFile
Creates a default IFSJavaFile instance.
IFSJavaFile(AS400, String) - Constructor for class com.ibm.as400.access.IFSJavaFile
Creates a new IFSJavaFile instance for the specified system, using a file pathname string.
IFSJavaFile(AS400, String, String) - Constructor for class com.ibm.as400.access.IFSJavaFile
Creates a new IFSJavaFile instance for the specified system, from a parent pathname string and a child pathname string.
IFSJavaFile(IFSJavaFile, String) - Constructor for class com.ibm.as400.access.IFSJavaFile
Creates a new IFSJavaFile instance from a parent abstract pathname and a child pathname string.
IFSJavaFile(AS400, IFSJavaFile, String) - Constructor for class com.ibm.as400.access.IFSJavaFile
Creates a new IFSJavaFile instance for the specified system, from a parent abstract pathname and a child pathname string.
IFSJavaFile(IFSFile) - Constructor for class com.ibm.as400.access.IFSJavaFile
Creates a new IFSJavaFile instance from an IFSFile object.
IFSKey - Class in com.ibm.as400.access
The IFSKey class represents an opaque handle to a byte lock on an integrated file system object.
IFSOpenNodeRep - Class in com.ibm.as400.access
 
IFSOpenNodeRep() - Constructor for class com.ibm.as400.access.IFSOpenNodeRep
 
IFSOpenNodeReq - Class in com.ibm.as400.access
 
IFSRandomAccessFile - Class in com.ibm.as400.access
Supports read and write access to integrated file system objects.
IFSRandomAccessFile() - Constructor for class com.ibm.as400.access.IFSRandomAccessFile
Constructs an IFSRandomAccessFile object.
IFSRandomAccessFile(AS400, String, String) - Constructor for class com.ibm.as400.access.IFSRandomAccessFile
Constructs an IFSRandomAccessFile object.
IFSRandomAccessFile(AS400, String, String, int, int) - Constructor for class com.ibm.as400.access.IFSRandomAccessFile
Constructs an IFSRandomAccessFile object.
IFSRandomAccessFile(AS400, IFSFile, String, int, int) - Constructor for class com.ibm.as400.access.IFSRandomAccessFile
Deprecated.
Use IFSRandomAccessFile(IFSFile,String,int,int) instead.
IFSRandomAccessFile(IFSFile, String, int, int) - Constructor for class com.ibm.as400.access.IFSRandomAccessFile
Constructs an IFSRandomAccessFile object.
IFSRandomAccessFileBeanInfo - Class in com.ibm.as400.access
The IFSRandomAccessFileBeanInfo class provides bean information for the IFSRandonAccessFile class.
IFSRandomAccessFileBeanInfo() - Constructor for class com.ibm.as400.access.IFSRandomAccessFileBeanInfo
 
IFSShareOptionEditor - Class in com.ibm.as400.access
The IFSShareOptionEditor class provides integrated file system share option editor support.
IFSShareOptionEditor() - Constructor for class com.ibm.as400.access.IFSShareOptionEditor
 
IFSSystemView - Class in com.ibm.as400.access
Provides a gateway to the IBM i integrated file system, for use when constructing javax.swing.JFileChooser objects.
IFSSystemView(AS400) - Constructor for class com.ibm.as400.access.IFSSystemView
Constructs an IFSSystemView object.
IFSTextFileDocument - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
IFSTextFileDocument() - Constructor for class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Constructs a IFSTextFileDocument object.
IFSTextFileDocument(IFSFile) - Constructor for class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Constructs a IFSTextFileDocument object.
IFSTextFileDocument(AS400, String) - Constructor for class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Constructs a IFSTextFileDocument object.
IFSTextFileDocumentBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
IFSTextFileDocumentBeanInfo() - Constructor for class com.ibm.as400.vaccess.IFSTextFileDocumentBeanInfo
Deprecated.
 
IFSTextFileInputStream - Class in com.ibm.as400.access
Represents an integrated file system input stream for character data.
IFSTextFileInputStream() - Constructor for class com.ibm.as400.access.IFSTextFileInputStream
Constructs an IFSTextFileInputStream object.
IFSTextFileInputStream(AS400, String) - Constructor for class com.ibm.as400.access.IFSTextFileInputStream
Constructs an IFSTextFileInputStream object.
IFSTextFileInputStream(AS400, String, int) - Constructor for class com.ibm.as400.access.IFSTextFileInputStream
Constructs an IFSTextFileInputStream object.
IFSTextFileInputStream(IFSFile) - Constructor for class com.ibm.as400.access.IFSTextFileInputStream
Constructs an IFSTextFileInputStream object.
IFSTextFileInputStream(AS400, IFSFile, int) - Constructor for class com.ibm.as400.access.IFSTextFileInputStream
Constructs an IFSTextFileInputStream object.
IFSTextFileInputStream(IFSJavaFile) - Constructor for class com.ibm.as400.access.IFSTextFileInputStream
Constructs an IFSTextFileInputStream object.
IFSTextFileInputStream(AS400, IFSJavaFile, int) - Constructor for class com.ibm.as400.access.IFSTextFileInputStream
Constructs an IFSTextFileInputStream object.
IFSTextFileInputStream(IFSFileDescriptor) - Constructor for class com.ibm.as400.access.IFSTextFileInputStream
Constructs an IFSTextFileInputStream object.
IFSTextFileInputStreamBeanInfo - Class in com.ibm.as400.access
The IFSTextFileInputStreamBeanInfo class provides bean information for the IFSTextFileInputStream class.
IFSTextFileInputStreamBeanInfo() - Constructor for class com.ibm.as400.access.IFSTextFileInputStreamBeanInfo
 
IFSTextFileOutputStream - Class in com.ibm.as400.access
The IFSTextFileOutputStream class represents an integrated file system output stream for character data.
IFSTextFileOutputStream() - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(AS400, String) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(AS400, String, int) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(AS400, String, int, boolean) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(AS400, String, int, boolean, int) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(IFSFile) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(AS400, IFSFile, int, boolean) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(AS400, IFSFile, int, boolean, int) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(IFSJavaFile) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(AS400, IFSJavaFile, int, boolean) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(AS400, IFSJavaFile, int, boolean, int) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStream(IFSFileDescriptor) - Constructor for class com.ibm.as400.access.IFSTextFileOutputStream
Constructs an IFSTextFileOutputStream object.
IFSTextFileOutputStreamBeanInfo - Class in com.ibm.as400.access
The IFSTextFileOutputStreamBeanInfo class provides bean information for the IFSTextFileOutputStream class.
IFSTextFileOutputStreamBeanInfo() - Constructor for class com.ibm.as400.access.IFSTextFileOutputStreamBeanInfo
 
ifsTextFileOutputStreamProperties_ - Static variable in class com.ibm.as400.access.IFSFileOutputStreamBeanInfo
 
IFSUserHandle2Req - Class in com.ibm.as400.access
 
IFSUserHandleSeedRep - Class in com.ibm.as400.access
 
IFSUserHandleSeedRep() - Constructor for class com.ibm.as400.access.IFSUserHandleSeedRep
 
IFSUserHandleSeedReq - Class in com.ibm.as400.access
 
ignoreWarning(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
ignoreWarning(SQLWarning) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
ignoreWarning(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
ignoreWarning(SQLWarning) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
ILLEGAL_OBJECT_TYPE - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that an attempt was made to use a data queue with an invalid data queue object type.
IllegalObjectTypeException - Exception in com.ibm.as400.access
The IllegalObjectTypeException class represents an exception that indicates that the IBM i system object is not the required type.
IllegalPathNameException - Exception in com.ibm.as400.access
The IllegalPathNameException class represents an exception that indicates that the integrated file system path name is not valid.
ImageFormInput - Class in com.ibm.as400.util.html
The ImageFormInput class represents a image input type in an HTML form.
ImageFormInput() - Constructor for class com.ibm.as400.util.html.ImageFormInput
Constructs a default ImageFormInput object.
ImageFormInput(String) - Constructor for class com.ibm.as400.util.html.ImageFormInput
Constructs a ImageFormInput object with the specified control name.
ImageFormInput(String, String) - Constructor for class com.ibm.as400.util.html.ImageFormInput
Constructs a ImageFormInput object with the specified control name and image source.
ImageFormInputBeanInfo - Class in com.ibm.as400.util.html
The ImageFormInputBeanInfo class provides bean information for the ImageFormInput class.
ImageFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.ImageFormInputBeanInfo
 
IMMED - Static variable in class com.ibm.as400.access.SaveFile
Value for the "waitTime" property, indicating "immediate".
IMMEDIATE_UPDATE - Static variable in class com.ibm.as400.access.UserIndex
 
impl - Variable in class com.ibm.as400.access.Converter
 
IMPLEMENTATION_NOT_FOUND - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that an IBM Toolbox for Java implementation class was not found.
impToImp - Variable in class com.ibm.as400.access.BidiTransform
Option: enable Implicit to Implicit transformations
in_ - Variable in class com.ibm.jtopenlite.HostServerConnection
 
INCLUDE_BOTH - Static variable in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Constant for including both files and directories.
INCLUDE_DIRECTORIES - Static variable in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Constant for including directories only.
INCLUDE_FILES - Static variable in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Constant for including files only.
includeRelatedPTFGroups(boolean) - Method in class com.ibm.as400.access.PTFGroup
Specifies whether information from all related PTF groups should be included when the list of PTFs or related PTF groups are returned.
INCONSISTENT_ENTRIES - Static variable in class com.ibm.as400.access.ClusteredHashTable
Entry status value to limit retrieved entries to only those which are inconsistent between nodes.
INCREMENT_NUMBER_OF_RECORDS - Static variable in class com.ibm.as400.access.MemberDescription
The maximum number of records that are automatically added to the member when the number of records in the member is greater than the initial member size.
INDEX_OUT_OF_BOUNDS - Static variable in class com.ibm.as400.data.DAMRI
 
INDIRECT_USER - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for indirect user.
inFinalizer_ - Variable in class com.ibm.as400.access.AS400JDBCConnection
 
INFORMATION - Static variable in class com.ibm.as400.access.Trace
'Information message' trace category.
INFORMATION_NOT_AVAILABLE - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the requested information is not available.
INFORMATIONAL - Static variable in class com.ibm.as400.access.AS400Message
Message type for informational messages.
INFORMATIONAL - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to informational messages.
INFORMATIONAL - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to informational messages.
init(ServletConfig) - Method in class com.ibm.as400.access.TunnelProxyServer
Servlet initialization.
init(byte[], int) - Method in class com.ibm.as400.access.ValidationListEntry
Initialize a ValidationListEntry from a structure stored as IBM i bytes.
init(ServletConfig) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Servlet initialization.
INITIAL_MENU - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for initial menu.
INITIAL_MENU_SIGNOFF - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value for initial menu signoff.
INITIAL_NUMBER_OF_RECORDS - Static variable in class com.ibm.as400.access.MemberDescription
The number of records that can be written to each member of the file before the member size is automatically extended.
INITIAL_PROGRAM - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for initial program.
INITIAL_SIZE_MAX - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
INITIAL_THREAD - Static variable in class com.ibm.as400.access.Job
Constant indicating that the initial thread of the job should be used when retrieving the call stack.
INITIAL_VALUE_BEST_PERFORMANCE - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
INITIAL_VALUE_ERROR - Static variable in class com.ibm.as400.data.DAMRI
 
initialize(AS400BasicAuthenticationPrincipal, String, boolean, boolean, boolean, int) - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationCredential
Initializes and validates a credential for the local IBM i system.
initialize(AS400BasicAuthenticationPrincipal, char[], boolean, boolean, boolean, int) - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationCredential
Initializes and validates a credential for the local IBM i system.
initialize(String) - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationPrincipal
Initializes a principal for the local IBM i system based on the given user profile name.
initialize(AS400BasicAuthenticationPrincipal, String, boolean, boolean, boolean, int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Deprecated.
Use initialize(AS400BasicAuthenticationPrincipal principal, char[] password, boolean isPrivate, boolean isReusable, boolean isRenewable, int timeoutInterval) instead.
initialize(AS400BasicAuthenticationPrincipal, char[], boolean, boolean, boolean, int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Initializes and validates a credential for the local IBM i system.
initialize(String) - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
Initializes a principal for the local IBM i system based on the given user profile name.
initializeAttributeValue(Object, Object) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Initializes an attribute value.
initializeAttributeValue(Object, Object) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Initializes an attribute value.
initializeAttributeValues(ProgramAttributeGetter) - Method in class com.ibm.as400.resource.ProgramAttributeSetter
Deprecated.
Initializes the attribute values for the setter.
initializeAttributeValues(ProgramAttributeGetter, Object[]) - Method in class com.ibm.as400.resource.ProgramAttributeSetter
Deprecated.
Initializes the attribute values for the setter.
initializeConverter(int) - Method in class com.ibm.as400.access.AS400
Initialize conversion table for the given CCSID.
initializeJavaVersion() - Static method in class com.ibm.as400.access.JVMInfo
 
initializeNew(ClientXid) - Static method in class com.ibm.as400.access.jdbcClient.ClientXid
 
inpCount - Variable in class com.ibm.as400.access.BidiTransform
Output value: number of characters processed in the source data by the last transform
INPUT_VALUE_NOT_SET - Static variable in class com.ibm.as400.data.DAMRI
 
InputOutputParameter - Class in com.ibm.jtopenlite.command
Represents a program parameter to be used as both input and output.
InputOutputParameter(byte[], int) - Constructor for class com.ibm.jtopenlite.command.InputOutputParameter
Constructs a parameter with the provided input data and output length.
InputParameter - Class in com.ibm.jtopenlite.command
Represents a program parameter to be used as input.
InputParameter(byte[]) - Constructor for class com.ibm.jtopenlite.command.InputParameter
Constructs a parameter with the provided input data.
INQUIRY - Static variable in class com.ibm.as400.access.AS400Message
Message type for inquiry messages.
INQUIRY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to inquiry messages.
INQUIRY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to inquiry messages.
INQUIRY_MESSAGE_REPLY - Static variable in class com.ibm.as400.access.Job
Job attribute representing how the job answers inquiry messages.
INQUIRY_MESSAGE_REPLY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for inquiry message reply.
INQUIRY_MESSAGE_REPLY_DEFAULT - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system uses the default message reply to answer any inquiry messages issued while this job is running.
INQUIRY_MESSAGE_REPLY_DEFAULT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system uses the default message reply to answer any inquiry messages issued while this job is running.
INQUIRY_MESSAGE_REPLY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the inquiry message reply.
INQUIRY_MESSAGE_REPLY_REQUIRED - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job requires an answer for any inquiry messages that occur while this job is running.
INQUIRY_MESSAGE_REPLY_REQUIRED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job requires an answer for any inquiry messages that occur while this job is running.
INQUIRY_MESSAGE_REPLY_SYSTEM_REPLY_LIST - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system reply list is checked to see if there is an entry for an inquiry message issued while this job is running.
INQUIRY_MESSAGE_REPLY_SYSTEM_REPLY_LIST - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system reply list is checked to see if there is an entry for an inquiry message issued while this job is running.
insertEntry(String, String, int) - Method in class com.ibm.as400.access.UserIndex
Inserts key and value represented as Strings into the INDEX.
insertEntry(byte[], byte[]) - Method in class com.ibm.as400.access.UserIndex
Inserts one or more entries into the user index using the insinxen MI instruction.
INSERTION_BY_KEY - Static variable in class com.ibm.as400.access.UserIndex
 
insertMarkers - Variable in class com.ibm.as400.access.BidiTransform
Option: add Markers to destination text when needed for round trip.
insertRow() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
insertsAreDetected(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if visible inserts to a result set of the specified type can be detected by calling ResultSet.rowInserted().
insertsAreDetected(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if visible inserts to a result set of the specified type can be detected by calling ResultSet.rowInserted().
insertString(int, String, AttributeSet) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Inserts text into the document.
insertString(int, String, AttributeSet) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Inserts text into the document.
insertString(int, String, AttributeSet) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Inserts text into the document.
install(String, String, URL) - Static method in class utilities.AS400ToolboxInstaller
Deprecated.
Installs/updates an IBM Toolbox for Java package.
INSTANCE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the instance portion of the unit of work ID.
INSTANCE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for instance.
INSTANCE - Static variable in class com.ibm.jtopenlite.command.NullParameter
The instance to use when you need to specify a null program parameter.
INSUFFICIENT_INPUT_DATA - Static variable in class com.ibm.as400.data.DAMRI
 
INTEGER - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
INTEGER_496 - Static variable in class com.ibm.as400.access.SQLNativeType
 
INTEGER_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Integer data type.
IntegerInputParameter - Class in com.ibm.jtopenlite.command
A specific kind of program parameter that represents a 4-byte integer value used as input.
IntegerInputParameter(int) - Constructor for class com.ibm.jtopenlite.command.IntegerInputParameter
Constructs a parameter using the provided value as the input data.
IntegerValueMap - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
IntegerValueMap() - Constructor for class com.ibm.as400.resource.IntegerValueMap
Deprecated.
 
INTEGRATED_FILE_SYSTEM - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Integrated File System component.
INTEGRATED_FILE_SYSTEM - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Integrated File System component.
INTEGRATED_FILE_SYSTEM_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Integrated File System component.
INTEGRATED_FILE_SYSTEM_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Integrated File System component.
INTERACTIVE_TRANSACTIONS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the count of operator interactions, such as pressing the Enter key or a function key.
INTERACTIVE_TRANSACTIONS - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for interactive transactions.
INTERFACE_LEVEL - Static variable in class com.ibm.jtopenlite.About
The INTERFACE_LEVEL represents the level of the interface.
INTERFACE_NAME - Static variable in class com.ibm.jtopenlite.About
 
INTERNAL_JOB_ID - Static variable in class com.ibm.as400.access.Job
Deprecated.
Use INTERNAL_JOB_IDENTIFIER instead. The internal job identifier should be treated as a byte array of 16 bytes.
INTERNAL_JOB_ID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for internal job identifier.
INTERNAL_JOB_IDENTIFIER - Static variable in class com.ibm.as400.access.Job
Job attribute representing the value input to other APIs to increase the speed of locating the job on the system.
InternalErrorException - Exception in com.ibm.as400.access
Represents an exception that indicates that an internal error has occurred.
InternalErrorException(int) - Constructor for exception com.ibm.as400.access.InternalErrorException
Constructs an InternalErrorException object.
intToByteArray(int, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified int into IBM i format in the specified byte array.
intToByteArray(int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified int into IBM i format in a byte array.
intToByteArray(int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified int value into 4 bytes.
intToByteArray(int, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified int value into 4 bytes.
INVALID_ATTRIBUTE_NAME - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the attribute name is not valid.
INVALID_CERTIFICATE - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the certificate or certificate format was not valid.
INVALID_CONNECTION - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the connection is not valid.
INVALID_DIR_ENTRY_NAME - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the directory entry name is not valid.
INVALID_HANDLE - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the handle is not valid.
INVALID_REQUEST - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the request is not valid.
INVALID_REQUEST_CLIENT_NAME - Static variable in exception com.ibm.as400.access.LicenseException
INVALID_REQUEST_CLIENT_NAME - Return code from the Central server when the client name is not valid.
INVALID_USER - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the user ID is not valid.
invalidate(String, String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Invalidates all pooled connections for the specified user/password.
invalidData() - Method in class com.ibm.as400.util.commtrace.Prolog
returns if there was an error parsing the data provided
IP4 - Static variable in class com.ibm.as400.util.commtrace.Header
An IPv4 Header
IP4 - Static variable in class com.ibm.as400.util.commtrace.IPPacket
Internet Protocol Version Four
IP4Header - Class in com.ibm.as400.util.commtrace
A Internet Protocol v4 Header.
IP4Packet - Class in com.ibm.as400.util.commtrace
A Internet Protocolv4 IPPacket.
IP4Packet(byte[]) - Constructor for class com.ibm.as400.util.commtrace.IP4Packet
Creates and parses the data of this header.
IP6 - Static variable in class com.ibm.as400.util.commtrace.Header
An IPv6 Header
IP6 - Static variable in class com.ibm.as400.util.commtrace.IPPacket
Internet Protocol Version Six
IP6Header - Class in com.ibm.as400.util.commtrace
An IPv6 Header.
IP6Packet - Class in com.ibm.as400.util.commtrace
An Internet Protocol v6 IPPacket.
IP6Packet(byte[]) - Constructor for class com.ibm.as400.util.commtrace.IP6Packet
Creates and parses the data of this header.
IPL_ACTION_APPLY_PERMANENT - Static variable in class com.ibm.as400.access.PTF
Constant indicating the PTF will be permanently applied at the next IPL.
IPL_ACTION_APPLY_TEMPORARY - Static variable in class com.ibm.as400.access.PTF
Constant indicating the PTF will be temporarily applied at the next IPL.
IPL_ACTION_NONE - Static variable in class com.ibm.as400.access.PTF
Constant indicating no action will occur at the next IPL.
IPL_ACTION_REMOVE_PERMANENT - Static variable in class com.ibm.as400.access.PTF
Constant indicating the PTF will be permanently removed at the next IPL.
IPL_ACTION_REMOVE_TEMPORARY - Static variable in class com.ibm.as400.access.PTF
Constant indicating the PTF will be temporarily removed at the next IPL.
IPL_SOURCE_A - Static variable in class com.ibm.as400.access.PTF
Constant indicating the system is currently operating on the A IPL source.
IPL_SOURCE_B - Static variable in class com.ibm.as400.access.PTF
Constant indicating the system is currently operating on the B IPL source.
IPL_SOURCE_UNKNOWN - Static variable in class com.ibm.as400.access.PTF
Constant indicating the current IPL source could not be determined.
IPPacket - Class in com.ibm.as400.util.commtrace
Abstract packet class.
IPPacket() - Constructor for class com.ibm.as400.util.commtrace.IPPacket
Default constructor.
IS_ABSOLUTE - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for is absolute.
IS_DIRECTORY - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for is directory.
IS_ENCRYPT_PASSWORD - Static variable in class com.ibm.as400.access.NetServerSession
Deprecated.
Attribute ID for "is encrypt password".
IS_FILE - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for is file.
IS_GUEST - Static variable in class com.ibm.as400.access.NetServerSession
Deprecated.
Attribute ID for "is guest".
IS_HIDDEN - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for is hidden.
IS_READ_ONLY - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for is read only.
isAbsolute() - Method in class com.ibm.as400.access.IFSFile
Determines if the path name of this integrated file system object is an absolute path name.
isAbsolute() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the path name of this IFSJavaFile is an absolute path name.
isActionPending() - Method in class com.ibm.as400.access.PTF
Indicates if a required action has yet to be performed to make this PTF active.
isAdd() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the data authority of add.
isAfterLast() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the cursor is positioned after the last row.
isAfterLast() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the cursor is positioned after the last row.
isAfterLast() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the cursor is positioned after the last row.
isAfterLast() - Method in class com.ibm.as400.util.servlet.RowData
Indicates whether the current position is after the last row in the list.
isAfterLast() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
isAlignmentVertical() - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Indicates if the radio group alignment is vertical.
isAllowCheckpointWrite() - Method in class com.ibm.as400.access.FileAttributes
Returns whether a stream file (*STMF) can be shared with readers and writers during the save-while-active checkpoint processing.
isAllowedToRun(int) - Method in class com.ibm.as400.access.Command
Indicates whether the command is allowed to run in the specified environment.
isAllowedToRunBatch() - Method in class com.ibm.as400.access.Command
Indicates whether or not this command is allowed to run in one or more of the batch environments: ALLOW_BATCH_PROGRAM ALLOW_BATCH_JOB ALLOW_BATCH_REXX_PROCEDURE
isAllowedToRunInteractive() - Method in class com.ibm.as400.access.Command
Indicates whether or not this command is allowed to run in one or more of the interactive environments: ALLOW_INTERACTIVE_PROGRAM ALLOW_INTERACTIVE_JOB ALLOW_INTERACTIVE_REXX_PROCEDURE
isAllowModify() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns true if the modify action is allowed, false otherwise.
isAllowModifyAllPools() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Return true if the modify action to all system pools is allowed, otherwise false.
isAllowModifyAllPools() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Return true if the modify action to all system pools is allowed; false otherwise.
isAllowMultipleThreads() - Method in class com.ibm.as400.access.JobDescription
Returns whether or not the job is allowed to run with multiple user threads.
isAllowSave() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object can be saved or not.
isAllowSystemName() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "allow system name" attribute.
isAllowSystemNamePending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "allow system name" attribute.
isAlter() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the object authority of alter.
isAlter() - Method in class com.ibm.as400.access.RootPermission
Indicates if the user has the object authority of alter.
isAmbiguousSelectOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isApplyJournaledChangesRequired() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object was restored with partial transactions which would require an Apply Journaled Changes (APYJRNCHG) command to complete the transaction.
isAscending(int) - Method in interface com.ibm.jtopenlite.command.program.SortListener
 
isAscending(int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsSortListener
 
isASCIICCSIDForTranslationTableSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isAuthCollectionActive() - Method in class com.ibm.as400.access.User
 
isAuthCollectionDeleted() - Method in class com.ibm.as400.access.User
 
isAuthCollectionRepositoryExist() - Method in class com.ibm.as400.access.User
 
isAuthorizationListManagement() - Method in class com.ibm.as400.access.UserPermission
Indicates whether the user has the authority of authorization list management.
isAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns whether auto-commit mode is the default connection mode for new connections.
isAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns whether auto-commit mode is the default connection mode for new connections.
isAutocommitException() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns whether commit or rollback throws SQLException when autocommit is enabled.
isAutocommitException() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns whether commit or rollback throws SQLException when autocommit is enabled.
isAutoExtendible() - Method in class com.ibm.as400.access.UserSpace
Indicates if the user space is auto extendible.
isAutoIncrement(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column is automatically numbered.
isAutoIncrement(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
isAutoStart() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "autostart" attribute.
isAutoStartPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "autostart" attribute.
isBeforeFirst() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the cursor is positioned before the first row.
isBeforeFirst() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the cursor is positioned before the first row.
isBeforeFirst() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the cursor is positioned before the first row.
isBeforeFirst() - Method in class com.ibm.as400.util.servlet.RowData
Indicates whether the current position is before the first row in the list.
isBeforeFirst() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
isBetweenCopies() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the writer is between copies of a multiple copy spooled file.
isBetweenFiles() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the writer is between spooled files.
isBidiCcsid(int) - Static method in class com.ibm.as400.access.AS400BidiTransform
Indicates if a given CCSID may apply to Bidi data.
isBidiCreateDestinationToSourceMapping() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi create a destination to source mapping property.
isBidiCreatePropertyMap() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi create a property map property.
isBidiCreateSourceToDestinationMapping() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi create a source to destination mapping property.
isBidiData(char[], int, int, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method checks if a char array needs Bidi transformation.
isBidiData(String, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method checks if a string needs Bidi transformation.
isBidiData(CharBuffer, boolean, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method checks if a CharBuffer needs Bidi transformation.
isBidiDestinationRequired() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi destination required property.
isBidiEnabled() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.RPrinter
Deprecated.
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.RUser
Deprecated.
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnv(String, String) - Method in class com.ibm.as400.access.BidiConvert
This method checks if the environment allows Bidi transformations for the current encoding.
isBidiExpandLamAlef() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates whether lam-alef ligatures should get decomposed into lam and alef characters when transforming from visual to logical.
isBidiImplicitReordering() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether bidi implicit reordering is used.
isBidiImplicitReordering() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether bidi implicit reordering is used.
isBidiImplicitReordering() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi implicit LTR-RTL reordering property.
isBidiInsertDirectionalMarks() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi insert directional marks property.
isBidiNumericOrdering() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether bidi numeric ordering round trip is used.
isBidiNumericOrdering() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether bidi numeric ordering round trip is used.
isBidiNumericOrderingRoundTrip() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi numeric ordering round trip property.
isBidiRemoveDirectionalMarks() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi remove directional marks property.
isBidiRemoveMarksOnImplicitToVisual() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi remove the directional marks only when transforming from logical to visual property.
isBidiWindowCompatibility() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi window compatibility property.
isBidiWordBreak() - Method in class com.ibm.as400.access.BidiConversionProperties
Indicates the value of the bidi consider white space to always follow base orientation property.
isBigDecimal() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether a big decimal value is returned.
isBigDecimal() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether a big decimal value is returned.
isBinary() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsKeyField
 
isBinaryScan() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object has been scanned in binary mode when it was previously scanned.
isBlockingFactorSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isBold() - Method in class com.ibm.as400.util.html.HTMLText
Indicates if bold is on.
isCacheStrings() - Method in class com.ibm.jtopenlite.ddm.DDMField
Indicates if getString() will cache previously created String values for memory conservation.
isCaching() - Method in class com.ibm.as400.access.SystemPool
Returns the current cache status.
isCaching() - Method in class com.ibm.as400.access.SystemStatus
Returns the current cache status.
isCaseSensitive(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column is case sensitive.
isCaseSensitive(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
isCatalogAtStart() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a catalog appears at the start or the end of a qualified name.
isCatalogAtStart() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a catalog appears at the start or the end of a qualified name.
isCellEditable(int, int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Indicates if the cell is editable.
isCellEditable(int, int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Indicates if the cell is editable.
isCellEditable(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Indicates if the cell is editable.
isCharacterType(int) - Static method in class com.ibm.as400.access.SQLDataBase
 
isChecked() - Method in class com.ibm.as400.util.html.ToggleFormInput
Indicates if the toggle is initialized to checked.
isCheckedOut() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object is checked out or not.
isClientAccountingInformationSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isClientApplicationNameSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isClientFunctionalLevelSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isClientProgramIdentifierSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isClientSupportInformationSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isClientUserIdentifierSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isClientWorkstationNameSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isClosed() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the result set is closed.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCConnection
Indicates if the connection is closed.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Indicates if the connection is closed.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Indicates if the connection is closed.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Indicates whether the connection pool is closed.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
isClosed() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
isClosed() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the result set is closed.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Retrieves whether this ResultSet object has been closed.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCStatement
Indicates if the statement is closed.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
isClosed() - Method in interface com.ibm.jtopenlite.Connection
Returns true if this connection is closed.
isClosed() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
isClosed() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
isClosed() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
isClosed() - Method in class com.ibm.jtopenlite.HostServerConnection
Returns true if close() has been called on this connection.
isCloseOnCompletion() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
isCloseOnCompletion() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns a value indicating whether this Statement will be closed when all its dependent result sets are closed.
isCloseOnCompletion() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
isCloseOnEOFSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isCollapsed(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Indicates if the object in the tree is currently collapsed.
isCollapsed(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Indicates if the object is currently collapsed.
isColumnIndexSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isCommitmentControlLevelParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isCommitmentControlStarted() - Method in class com.ibm.as400.access.AS400File
Indicates if commitment control is started for the connection.
isCommitmentControlStarted(AS400) - Static method in class com.ibm.as400.access.AS400File
Indicates if commitment control is started for the specified system.
isCommitted() - Method in class com.ibm.as400.access.Permission
Returns a flag indicating whether the change has been committed.
isCompact() - Method in class com.ibm.as400.util.html.HTMLList
Indicates if the list is initialized to compact.
isComplete() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Indicates if the list is completely loaded.
isCompleted() - Method in class com.ibm.as400.access.PrintObjectList
Checks if a list that was opened asynchronously has completed.
isCompressionIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isComputerNode(File) - Method in class com.ibm.as400.access.IFSSystemView
Always returns false.
isComputerNode(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Always returns false.
isConditional() - Method in class com.ibm.as400.access.PTF
Indicates if this PTF has a conditional relationship with any of its dependents or requisites.
isConnected() - Method in class com.ibm.as400.access.AS400
Indicates if any service is currently connected through this object.
isConnected(int) - Method in class com.ibm.as400.access.AS400
Indicates if a service is currently connected through this object.
isConnected(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
isConnectionAlive() - Method in class com.ibm.as400.access.AS400
Tests the connection to the system, to verify that it is still working.
isConnectionAlive(int) - Method in class com.ibm.as400.access.AS400
Tests the connection to a service on the system, to verify that it is still working.
isConnectionAlive() - Method in class com.ibm.as400.access.AS400ImplRemote
 
isConnectionAlive(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
isConnectionEstablished() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Indicates if a connection to the system is established, if any.
isConnectionEstablished() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Indicates if a connection to the system is established.
isControlBoundaryActive() - Method in class com.ibm.as400.access.CallStackEntry
Indicates whether a control boundary is active for a particular program or procedure.
isCoRequisite() - Method in class com.ibm.as400.access.PTF
Indicates if this PTF has a co-requisite relationship with another PTF.
isCurrency(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column is a currency value.
isCurrency(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Indicates if the column is a currency value.
isCurrent() - Method in class com.ibm.as400.access.ProfileHandleImplNative
Indicates if the credential is still considered valid for authenticating to associated services or performing related actions.
isCurrent() - Method in class com.ibm.as400.access.ProfileTokenImplNative
Indicates if the credential is still considered valid for authenticating to associated services or performing related actions.
isCurrent() - Method in class com.ibm.as400.security.auth.AS400Credential
Indicates if a timed credential is still considered valid for authenticating to associated IBM i system services or performing related actions.
isCursorHold() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the cursor is held.
isCursorHold() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether the cursor is held.
isCursorNameSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isCursorNameUsed(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Indicates if the specified cursor name is already used in the connection.
isCursorNameUsed(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
isDataCompression() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether data compression is used.
isDataCompression() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether data compression is used.
isDataCompressionParameterSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDataSaved() - Method in class com.ibm.as400.access.SaveFileEntry
Indicates whether the data for this object was saved with the object.
isDatastreamDebug() - Method in class com.ibm.jtopenlite.HostServerConnection
Returns true if datastream debugging is currently enabled.
isDataTruncation() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether data truncation is used.
isDataTruncation() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether data truncation is used.
isDataTypeValid(int) - Static method in class com.ibm.as400.util.servlet.RowMetaDataType
Indicates if the data type is valid.
isDateFormatParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDateSeparatorParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDecimalFloatingPointErrorReportingOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDecimalFloatingPointRoundingModeOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDecimalPrecisionAndScaleAttributesSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDecimalSeparatorParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDefaultClientCCSIDSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDefaultDatastreamDebug() - Static method in class com.ibm.jtopenlite.HostServerConnection
Returns true if debugging is enabled by default for all HostServerConnection datastreams.
isDefaultSQLLibraryNameSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDefinitelyWritable(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if a write on the column will definitely succeed.
isDefinitelyWritable(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
isDelete() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the data authority of delete.
isDependent() - Method in class com.ibm.as400.access.PTF
Indicates if this PTF has a dependent relationship with another PTF.
isDescribeOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isDestroyed() - Method in class com.ibm.as400.security.auth.AS400Credential
Indicates if the credential has been destroyed.
isDFTCurrent() - Method in class com.ibm.as400.access.FieldDescription
Indicates if the default value for this field is set to one of the SQL special values of CURRENT_DATE, CURRENT_TIME, or CURRENT_TIMESTAMP.
isDFTNull() - Method in class com.ibm.as400.access.FieldDescription
Indicates if the DFT keyword for this field is set to *NULL.
isDirectory() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is a directory.
isDirectory() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the IFSJavaFile is a directory.
isDirectory() - Method in class com.ibm.jtopenlite.file.FileHandle
 
isDistRequisite() - Method in class com.ibm.as400.access.PTF
 
isDone() - Method in class com.ibm.jtopenlite.ddm.DDMReadCallbackAdapter
Returns true after an operation calls endOfFile() or recordNotFound().
isDone() - Method in class com.ibm.jtopenlite.ddm.DDMThreadedReader
Indicates if end-of-file has been reached and our threads have been shutdown.
isDRDAPackageSizeSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isDrive(File) - Method in class com.ibm.as400.access.IFSSystemView
Always returns false.
isDrive(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Always returns false.
isDuringLoad() - Method in class com.ibm.as400.vaccess.VObjectEvent
Deprecated.
 
isEditable() - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Indicates if the properties are editable.
isEmpty() - Method in class com.ibm.as400.access.ClusteredHashTable
Indicates if the clustered hash table contains any keys.
isEnabled() - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Indicates if the action is enabled.
isEnabled() - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Indicates if the action is enabled.
isEnabled() - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Indicates if the action is enabled.
isEnabledForGUI() - Method in class com.ibm.as400.access.Command
Indicates whether or not the command prompt panels are enabled for conversion to a graphical user interface.
isEnforceMaxPoolSize() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Indicates whether pool size restriction should be strictly enforced.
ISeriesNetServer - Class in com.ibm.as400.access
Represents the NetServer service on a system.
ISeriesNetServer(AS400) - Constructor for class com.ibm.as400.access.ISeriesNetServer
Constructs a NetServer object.
ISeriesNetServerConnection - Class in com.ibm.as400.access
The ISeriesNetServerConnection class represents a NetServer share connection.
ISeriesNetServerFileShare - Class in com.ibm.as400.access
The ISeriesNetServerFileShare class represents a NetServer file share.
ISeriesNetServerPrintShare - Class in com.ibm.as400.access
The ISeriesNetServerPrintShare class represents a NetServer print share.
ISeriesNetServerSession - Class in com.ibm.as400.access
The ISeriesNetServerSession class represents a NetServer session.
ISeriesNetServerShare - Class in com.ibm.as400.access
The ISeriesNetServerShare class represents a NetServer share (either a file share or a print share).
ISeriesNetServerShare() - Constructor for class com.ibm.as400.access.ISeriesNetServerShare
 
ISeriesPrinter - Class in com.ibm.as400.access
Represents a printer attached to an IBM i system.
ISeriesPrinter(AS400, String) - Constructor for class com.ibm.as400.access.ISeriesPrinter
Constructs an ISeriesPrinter object with the specified name.
isEWLMCorrelatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isExecute() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the data authority of execute.
isExistence() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the object authority of existence.
isExistence() - Method in class com.ibm.as400.access.RootPermission
Indicates if the user has the object authority of existence.
isExpanded() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Indicates if the HTMLTreeElement is expanded.
isExpanded(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Indicates if the object in the tree is currently expanded.
isExpanded(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Indicates if the object is currently expanded.
isExpected() - Method in exception com.ibm.as400.resource.ResourceException
Deprecated.
Indicates if the exception is expected by the user.
isExtendedColumnDescriptorOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isExtendedDynamic() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether extended dynamic support is used.
isExtendedDynamic() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether extended dynamic support is used.
isExtendedMetaData() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the driver should request extended metadata from the IBM i system.
isExtendedMetadata() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the driver should request extended metadata from the IBM i system.
isExtendedMetaData() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether the driver should request extended metadata from the IBM i system.
isExtendedMetadata() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether the driver should request extended metadata from the IBM i system.
isExtendedSQLParameterMarkerDataFormatSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isExtendedSQLStatementTextSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isFaultTolerantConversion() - Static method in class com.ibm.as400.access.CharConverter
Indicates if conversion is fault tolerant.
isFetchBufferSizeSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isFetchScrollOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isFIFO() - Method in class com.ibm.as400.access.BaseDataQueue
Returns a value that indicates if entries are read in FIFO order.
isFIFO() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns a value that indicates if entries are read in FIFO order.
isFile() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is a "normal" file.
isFile() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the IFSJavaFile is a "normal" file.
isFileSystemRoot(File) - Method in class com.ibm.as400.access.IFSSystemView
Returns true if f represents the root directory on the system ("/"), and false otherwise.
isFileSystemRoot(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Returns true if f represents the root directory on the system ("/"), and false otherwise.
isFindPort() - Method in class com.ibm.as400.access.JavaApplicationCall
Indicates if this class should search for a free port.
isFirst() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the cursor is positioned on the first row.
isFirst() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the cursor is positioned on the first row.
isFirst() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the cursor is positioned on the first row.
isFirst() - Method in class com.ibm.as400.util.servlet.RowData
Indicates whether the current position is the first row in the list.
isFirst() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
isFixed() - Method in class com.ibm.as400.util.html.HTMLText
Indicates if fixed pitch font is on.
isFloppyDrive(File) - Method in class com.ibm.as400.access.IFSSystemView
Always returns false.
isFloppyDrive(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Always returns false.
isFollowSymbolicLinks() - Method in class com.ibm.as400.access.Permission
Returns whether symbolic links are resolved when changing or retrieving permissions.
isForceJavaConversion() - Static method in class com.ibm.as400.access.NLS
Indicates whether or not any text conversion performed by the Toolbox uses the converter tables that are part of the Toolbox, or the converter tables that are part of the Java Runtime Environment.
isForceToAuxiliaryStorage() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns a value that indicates if entries are forced to auxiliary storage.
isFromAuthorizationList() - Method in class com.ibm.as400.access.UserPermission
Indicates whether the user permission is from authorization list.
isFullOpen() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the IBM i system fully opens a file when performing a query.
isFullOpen() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether the IBM i system fully opens a file when performing a query.
isGroupHasMember() - Method in class com.ibm.as400.access.User
Retrieves whether this user is a group that has members.
isGuest() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Indicates whether or not the session is a guest session.
isGuiAvailable() - Method in class com.ibm.as400.access.AS400
Returns the sign-on prompting mode for this object.
isHeaderInUse() - Method in class com.ibm.as400.util.html.HTMLTable
Indicates if the table column header should be used.
isHeightInPercent() - Method in class com.ibm.as400.util.html.HTMLTableCell
Indicates if the height is in percent or pixels.
isHeld() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the writer is held.
isHexadecimalConstantParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isHidden() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is hidden.
isHidden() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the IFSJavaFile is hidden.
isHoldIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isHoldInputLocators() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether input locators are of type hold.
isHoldInputLocators() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the "hold input locators" property
isHoldOnJobQueue() - Method in class com.ibm.as400.access.JobDescription
Returns whether jobs using this job description are put on the job queue in the hold condition.
isHoldStatements() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether statements remain open until a transaction boundary when autocommit is off and they are associated with Lob locators.
isHoldStatements() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the "hold statements" property
isIgnoreDecimalDataErrorParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isIndirectUser() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates if this entry represents an indirect user.
isInError() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Indicates if the list has not been completely loaded due to an error.
isInheritAllowCheckpointWrite() - Method in class com.ibm.as400.access.FileAttributes
Returns whether new objects created within a directory should inherit the save-while-active checkpoint processing options of its parent.
isInPasswordExpirationWarningDays() - Method in class com.ibm.as400.access.AS400
Determines if the password expiration date for the user profile is within the password expiration warning days for the system returned by AS400.getPasswordExpirationDays().
isInput() - Method in class com.ibm.jtopenlite.command.Parameter
Returns true if the type of this parameter is input or input/output.
isInputLocatorTypeSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isInstalled() - Method in class com.ibm.as400.access.Product
Indicates whether or not this product is installed on the system.
isInstalled(String, String) - Static method in class utilities.AS400ToolboxInstaller
Deprecated.
Indicates if the package is installed.
isInterfaceLevelSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isInterfaceNameSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isInterfaceTypeSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isInUse() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Indicates if the pooled connection is in use.
isInUseIndicator() - Method in class com.ibm.as400.access.ObjectReferences
Returns whether the object is currently in-use.
isItalic() - Method in class com.ibm.as400.util.html.HTMLText
Indicates if italic is on.
isJDK14() - Static method in class com.ibm.as400.access.JVMInfo
 
isJDK16() - Static method in class com.ibm.as400.access.JVMInfo
 
isJournalingStatus() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object is currently being journaled.
isJvm16Synchronize() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the temporary fix for JVM 1.6 is enabled.
isJvm16Synchronize() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether the temporary fix for JVM 1.6 is enabled.
isKeepAlive() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket keepalive option. -- returns result as boolean
isKeepAlive() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the socket 'keepalive' option.
isKeepAlive() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_KEEPALIVE socket option is set.
isKeepAliveSet() - Method in class com.ibm.as400.access.SocketProperties
Indicates if the value of the SO_KEEPALIVE socket option will be set.
isLanguageFeatureCodeSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isLast() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the cursor is positioned on the last row.
isLast() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the cursor is positioned on the last row.
isLast() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the cursor is positioned on the last row.
isLast() - Method in class com.ibm.as400.util.servlet.RowData
Indicates whether the current position is the last row in the list.
isLast() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
isLazyClose() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether to delay closing cursors until subsequent requests.
isLazyClose() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether to delay closing cursors until subsequent requests.
isLeaf() - Method in class com.ibm.as400.util.html.FileTreeElement
Indicates if the FileTreeElement is a leaf.
isLeaf() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Indicates if the HTMLTreeElement is a leaf.
isLeaf(Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Indicates if the object is a leaf in the tree.
isLeaf() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Indicates if the node is a leaf.
isLoadInError() - Method in class com.ibm.as400.access.Product
Indicates if there is a known error for this product load.
isLOBFieldThresholdSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isLOBLocatorHandleSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isLocal() - Method in class com.ibm.as400.access.AS400
Indicates if this object is representing the system you are currently running on.
isLocal() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates if this entry is a local entry.
isLocalPasswordManagement() - Method in class com.ibm.as400.access.User
Retrieves whether the password is managed locally.
isLocatorPersistenceSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isLoggingOfCLPrograms() - Method in class com.ibm.as400.access.JobDescription
Returns whether or not commands are logged for CL programs that are run.
isLoginTimeoutSet() - Method in class com.ibm.as400.access.SocketProperties
Indicates if the value of the login timeout socket option will be set.
isLogonServer() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "logon support" attribute.
isLogonServerPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "logon support" attribute.
isManagement() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the object authority of management.
isManagement() - Method in class com.ibm.as400.access.RootPermission
Indicates if the user has the object authority of management.
isManager() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates if this entry represents a manager.
isMessageInfoReturned() - Method in class com.ibm.jtopenlite.database.DatabaseConnection
Indicates if the MESSAGE_ID, FIRST_LEVEL_TEXT, and SECOND_LEVEL_TEXT bits are set on the operational result bitmap for a database request.
isMessageMailNotification() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates a type of mail notification used for this entry.
isMetadataResultSet_ - Variable in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
isMixedCCSID(int) - Static method in class com.ibm.as400.access.ConvTable
Determine if a CCSID is a mixed CCSID.
isModified() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Indicates if the document has been modified since it was last read or written.
isMounted() - Method in class com.ibm.as400.access.UDFS.MountedFsInformationStructure
Returns whether the the path is mounted.
isMultiple() - Method in class com.ibm.as400.util.html.SelectFormElement
Indicates if the user can make multiple selections.
isMultipleSignatures() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object has more than one IBM i digital signature.
isMustAddLanguageLibrary() - Method in class com.ibm.as400.access.AS400
Indicates whether this object will attempt to add the appropriate secondary language library to the library list, when running on the system.
isMustUseNativeMethods() - Method in class com.ibm.as400.access.UserIndex
Indicates if the native methods will be used internally to perform user index insertion and retrieval requests.
isMustUseNativeMethods() - Method in class com.ibm.as400.access.UserSpace
Indicates if the native methods will be used internally to perform user space read and write requests.
isMustUseNetSockets() - Method in class com.ibm.as400.access.AS400
Indicates if Internet domain sockets only will be used.
isMustUseProgramCall() - Method in class com.ibm.as400.access.UserSpace
Indicates if the Toolbox ProgramCall class will be used internally to perform user space read and write requests.
isMustUseSockets() - Method in class com.ibm.as400.access.AS400
When your Java program runs on the system, some Toolbox classes access data via a call to an API instead of making a socket call to the system.
isMustUseSockets() - Method in class com.ibm.as400.access.UserSpace
Indicates whether sockets must be used when internally calling programs and commands.
isMustUseSuppliedProfile() - Method in class com.ibm.as400.access.AS400
Indicates if only a supplied profile will be used.
isNamingConventionParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isNLSSIdentifierSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isNoPassword() - Method in class com.ibm.as400.access.User
Retrieves whether *NONE is specified for the password in the user profile.
isNullable(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns if the specified parameter can be null or that information is unknown.
isNullable(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column can contain an SQL NULL value.
isNullable(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
Not implemented.
isNullable(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Not implemented.
isNullAllowed() - Method in class com.ibm.jtopenlite.ddm.DDMField
Indicates if this field allows null values (WHNULL).
isNullField(int) - Method in class com.ibm.as400.access.Record
Indicates if the field is null.
isNullField(String) - Method in class com.ibm.as400.access.Record
Indicates if the field is null.
isNullParameter() - Method in class com.ibm.as400.access.ProgramParameter
Indicates if this object represents a null parameter.
isNumberOfPagesEstimated() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Indicates if the number of pages associated with the spooled file being viewed is estimated.
isNumericData(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Indicates if the data type is numeric data.
isNumericData(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Indicates if the column specified by columnIndex contains numeric data.
isNumericData(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Indicates if the column specified by columnIndex contains numeric data.
isNumericData(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Indicates if the column specified by columnIndex contains numeric data.
isOnJobQueue() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the writer is on a job queue and is not currently running.
isOnOrder() - Method in class com.ibm.as400.access.PTF
Indicates if this PTF has been ordered.
isOpen() - Method in class com.ibm.as400.access.AS400File
Indicates if the file is open.
isOpen() - Method in class com.ibm.as400.access.list.OpenList
Returns whether or not this list is open.
isOpen() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Indicates if the list is open.
isOpen() - Method in class com.ibm.jtopenlite.file.FileHandle
 
isOpenAttributesSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isOperatingMode(int) - Method in class com.ibm.as400.access.Command
Indicates if this command applies to the specified mode of operating environment.
isOperational() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the object authority of operational.
isOptimizationGoalIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isOptimizeInParallel() - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
isOptionSpecified(String) - Method in class com.ibm.as400.access.CommandLineArguments
Indicates whether the option was specified.
isOutput() - Method in class com.ibm.jtopenlite.command.Parameter
Returns true if the type of this parameter is output or input/output.
isPackageAdd() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether to add newly prepared statements to the SQL package specified on the "package" property.
isPackageAdd() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether to add newly prepared statements to the SQL package specified on the "package" property.
isPackageAddStatementAllowedSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isPackageCache() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether a subset of the SQL package information is cached in client memory.
isPackageCache() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether a subset of the SQL package information is cached in client memory.
isPackageClear() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Deprecated. 
isPackageClear() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Deprecated. 
isPackageLibrarySet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isPackageNameSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isPagesEstimated() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Indicates if the number of pages is estimated.
isPasswordEncrypted() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Indicates whether or not the encrypted password was used to establish the session.
isPasswordSetExpire() - Method in class com.ibm.as400.access.User
Retrieves whether the user's password is set to expired, requiring the user to change the password when signing on.
isPcArchive() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object has changed since the last time the file was examined.
isPcHidden() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object can be displayed using an ordinary directory listing.
isPcReadOnly() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object can be written to or deleted, have its extended attributes changed or deleted, or have its size changed.
isPcSystem() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object is a system file and is excluded from normal directory searches.
isPoolable() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
isPoolable() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the value of the statements poolable hint, indicating whether pooling of the statement is requested.
isPoolable() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
isPoolable() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
isPortSpecified() - Method in class com.ibm.as400.access.JDDataSourceURL
Was a port specified in the URL?
isPrefetch() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether data is prefetched upon executing a SELECT statement.
isPrefetch() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether data is prefetched upon executing a SELECT statement.
isPrepareOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isPrepareStatementNameSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isPreRequisite() - Method in class com.ibm.as400.access.PTF
Indicates if this PTF has a pre-requisite relationship with another PTF.
isPretestConnections() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Indicates whether connections are pretested before being allocated to a requester.
isPretestConnections() - Method in class com.ibm.as400.access.ConnectionPool
Indicates whether connections are pretested before they are allocated to requesters.
isPrintCoverPage() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates if the cover page is to be printed.
isPriorityMailNotification() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates a type of mail notification used for this entry.
isPrivate() - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationCredential
Indicates whether the credential is considered private.
isPrivate() - Method in class com.ibm.as400.security.auth.AS400Credential
Indicates whether the credential is considered private.
isPrompt() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the user is prompted if a user name or password is needed to connect to the IBM i system.
isPrompt() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether the user is prompted if a user name or password is needed to connect to the IBM i system.
isPublished() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the value of the "publish print share" attribute.
isPublishedInNetworkDirectory() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the printer is published in the network directory.
isQSYSObjectEntry() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Indicates if this UserObjectsOwnedListEntry is for a QSYS library based object vs an IFS directory based object.
isQueryStorageLimitSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isQueryTimeoutLimitSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isQueryTimeoutMechanismCancel() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Is SQL cancel used for the query timeout mechanism
isQueryTimeoutMechanismCancel() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
isRDBNameSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isRead() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the data authority of read.
isReadNoUpdate() - Method in class com.ibm.as400.access.AS400File
Indicates if the records should be locked for update when doing reads in a READ_WRITE open mode.
isReadOnly() - Method in class com.ibm.as400.access.AS400File
Indicates if this object is open for read only.
isReadOnly() - Method in class com.ibm.as400.access.AS400JDBCConnection
Indicates if the connection is in read-only mode.
isReadOnly() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Indicates if the connection is in read-only mode.
isReadOnly() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Indicates if the connection is in read-only mode.
isReadOnly() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
isReadOnly() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database is in read-only mode.
isReadOnly(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column is read-only.
isReadOnly() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the rowset is read-only.
isReadOnly() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is read only.
isReadOnly() - Method in class com.ibm.as400.access.SystemValue
Indicates if this system value is read only or if it can be set by the user.
isReadOnly() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Indicates if the value is read-only.
isReadOnly() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
The driver does not allow readonly to be specified.
isReadOnly() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database is in read-only mode.
isReadOnly(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
isReadOnlyAccordingToProperties() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
isReadOnlyAccordingToProperties() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
isReadWrite() - Method in class com.ibm.as400.access.AS400File
Indicates if this object is open for read/write.
isReceiveBufferSizeSet() - Method in class com.ibm.as400.access.SocketProperties
Indicates if the value of the SO_RCVBUF socket option will be set.
isReconnecting() - Method in class com.ibm.as400.access.SignonEvent
Indicates whether the system object was previously connected.
isReference() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the object authority of reference.
isReference() - Method in class com.ibm.as400.access.RootPermission
Indicates if the user has the object authority of reference.
isReleased() - Method in class com.ibm.as400.access.PTF
Indicates if the PTF save file is available for distribution to other systems.
isRenewable() - Method in class com.ibm.as400.security.auth.AS400Credential
Indicates if the credential can be refreshed.
isRenewable() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Indicates if the credential can be refreshed.
isRequestedSizeSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isRequired() - Method in class com.ibm.as400.access.PTF
Indicates if this PTF is required on the system because it is a pre-requisite for another PTF.
isResourceAvailable(long) - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Indicates if the resource is available.
isResourceAvailable(long) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Indicates if the resource is available.
isResourceAvailable(long) - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Indicates if the resource is available.
isRestrictedRenameAndUnlink() - Method in class com.ibm.as400.access.FileAttributes
Returns whether renames and unlinks are restricted for objects within a directory.
isResultSetHoldabilityOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isReturnCurrentLengthIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isReturnOptimisticLockingColumnsSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isReturnSizeSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isReusable() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Indicates if the credential can be used multiple times prior to expiration.
isReuseConnections() - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Indicates whether connections are re-used after being returned to the connection pool.
isReuseIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isReuseSocket() - Method in class com.ibm.as400.access.FTP
Indicates whether the socket is reused for multiple file transfers, when in active mode.
isRLECompressedFunctionParametersSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isRLECompressionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isRollbackCursorHold() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the cursor is held after a rollback.
isRollbackCursorHold() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the value of the "rollback cursor hold" property.
isRollbackWasEnded() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object had rollback ended prior to completion of a request to roll back a transaction.
isRoot(File) - Method in class com.ibm.as400.access.IFSSystemView
Determines if the given file is a root in the navigatable tree(s).
isRoot(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Deprecated.
Determines if the given file is a root in the navigatable tree(s).
isRunMaintenance() - Method in class com.ibm.as400.access.ConnectionPool
Indicates whether the maintenance thread is used to cleanup expired connections.
isRunning() - Method in class com.ibm.as400.access.ProgramCall
Check if the program is still running
isSameRM(XAResource) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Indicates if the resource manager represented by this XA resource is the same resource manager represented by the specified XA resource.
isSaveOutput() - Method in class com.ibm.as400.access.SaveFile
Indicates whether output from called API's will be saved in the job's spooled output.
isSavePasswordWhenSerialized() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the password is saved locally with the rest of the properties when this data source object is serialized.
isSavePasswordWhenSerialized() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether the password is saved locally with the rest of the properties when this data source object is serialized.
isSaveSenderInfo() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns whether sender information is stored with each data queue entry.
isScanSignaturesDifferent() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the scan signatures are different.
isScrollableCursorFlagSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSearchable(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column be used in a where clause.
isSearchable(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
isSecure() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether a Secure Socket Layer (SSL) connection is used to communicate with the IBM i system.
isSecure() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether a Secure Socket Layer (SSL) connection is used to communicate with the IBM i system.
isSecureCurrentUser() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the secure current user setting.
isSecureCurrentUser() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the secure current user setting.
isSelected() - Method in class com.ibm.as400.util.html.SelectOption
Indicates if the option defaults to being selected.
isSelected(VObject) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Indicates if the object is selected.
isSelected(VObject) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Indicates if the object in the tree or the details is selected.
isSelected(VObject) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Indicates if the object is selected.
isSelected(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Indicates if the object is selected.
isSelected(Resource) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Indicates if the resource is selected.
isSelected(Resource) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Indicates if the resource is selected.
isSelected() - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsSelectionListener
Whether the statuses are for selecting objects or omitting objects from the list.
isSelectFromInsert() - Method in class com.ibm.as400.access.JDSQLStatement
 
isSelectMessagesNeedReply() - Method in class com.ibm.as400.access.MessageQueue
Returns whether or not messages that need a reply are included in the list of returned messages.
isSelectMessagesNoNeedReply() - Method in class com.ibm.as400.access.MessageQueue
Returns whether or not messages that do not need a reply are included in the list of returned messages.
isSelectSendersCopyMessagesNeedReply() - Method in class com.ibm.as400.access.MessageQueue
Returns whether or not sender's copy messages that need a reply are included in the list of returned messages.
isSendBufferSizeSet() - Method in class com.ibm.as400.access.SocketProperties
Indicates if the value of the SO_SNDBUF socket option will be set.
isServerCCSIDSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isServerFunctionalLevelSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isServerJobSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isServerSideStaticCursorResultSetSizeSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSetEffectiveGroupId() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the effective group ID (GID) is set at execution time.
isSetEffectiveUserId() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the effective user ID (UID) is set at execution time.
isSetSpecialRegister() - Method in class com.ibm.as400.access.JDSQLStatement
 
isShared() - Method in class com.ibm.as400.access.SaveFile
Reports whether the open data path (ODP) for the save file is shared with other programs in the routing step.
isShared() - Method in class com.ibm.as400.access.SystemPool
Indicates whether the pool is a shared system pool.
isShowCheckboxes() - Method in class com.ibm.as400.access.AS400
Indicates if checkboxes should be shown on the sign-on dialog.
isSigned(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns if values can be signed numbers for the specified parameter.
isSigned(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column can contain a signed value.
isSigned() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object has an IBM i digital signature.
isSigned() - Method in class com.ibm.as400.access.SQLDataBase
Indicates whether the type is signed.
isSigned(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
Not implemented.
isSigned(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Not implemented.
isSoLingerSet() - Method in class com.ibm.as400.access.SocketProperties
Indicates if the value of the SO_LINGER socket option will be set.
isSortable() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in interface com.ibm.as400.vaccess.VNode
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Indicates if the details children are sortable.
isSorted() - Method in class com.ibm.as400.access.IFSFile
Returns the sorting behavior used when files are listed by any of the list() or listFiles() methods.
isSoTimeoutSet() - Method in class com.ibm.as400.access.SocketProperties
Indicates if the value of the SO_TIMEOUT socket option will be set.
isSourcePhysicalFile() - Method in class com.ibm.as400.access.IFSFile
Determines if the file is an IBM i "source physical file".
isSQLExtendedParameterMarkerDataSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSQLParameterMarkerBlockIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSQLParameterMarkerDataFormatSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSQLParameterMarkerDataSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSQLStatementTextSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSQLStatementTypeSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSSPFile() - Method in class com.ibm.as400.access.AS400File
Indicates if this object is being treated as an SSP file.
isStarted() - Method in class com.ibm.as400.access.ISeriesNetServer
Indicates whether or not the NetServer job on the system is started.
isStarted() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Indicates whether or not the NetServer job on the IBM i system is started.
isStarted() - Method in class com.ibm.as400.access.ProxyServer
Indicates if the proxy server has been started.
isStartOffsetSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isStayOnThread() - Method in class com.ibm.as400.access.CommandCall
Indicates whether or not the command will actually get run on the current thread.
isStayOnThread() - Method in class com.ibm.as400.access.ProgramCall
Indicates whether or not the program will actually get run on the current thread.
isStorageFree() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object's data has been moved offline, freeing its online storage.
isStreamTracingEnabled() - Static method in class com.ibm.jtopenlite.Trace
 
isString() - Method in class com.ibm.as400.access.AS400CertificateAttribute
Indicates if the attribute is a String.
issueCommand(String) - Method in class com.ibm.as400.access.AS400FTP
Sends a command to the system, returning the reply from the system.
issueCommand(String) - Method in class com.ibm.as400.access.FTP
Sends a command to the system, returning the reply from the system.
isSupported() - Method in class com.ibm.as400.access.Product
Indicates whether this product feature is currently supported.
isSupported(int) - Static method in class com.ibm.jtopenlite.Conv
Returns true if the conversion to or from the specific CCSID is supported by the methods on this class.
isSymbolicLink() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is a symbolic link.
isSymlink() - Method in class com.ibm.jtopenlite.file.FileHandle
 
isSynchronized() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates whether this entry should be synchronized with directories other than the System Distribution Directory.
isSyncPointCountSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isSysRestrictSave() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object can be written to or deleted, have its extended attributes changed or deleted, or have its size changed.
isSystemArchive() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object has changed and needs to be saved.
isSystemSigned() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object was signed by a source that is trusted by the system.
isTCP() - Method in class com.ibm.as400.util.commtrace.Frame
Returns a boolean indicating if the Frame is TCP
isTcpNoDelay() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket TCP no delay option.
isTcpNoDelay() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the socket 'TCP no delay' option.
isTcpNoDelay() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the TCP_NODELAY socket option is set.
isTcpNoDelaySet() - Method in class com.ibm.as400.access.SocketProperties
Indicates if the value of the TCP_NODELAY socket option will be set.
isTechRefreshPTF() - Method in class com.ibm.as400.access.PTF
 
isTechRefreshRequisite() - Method in class com.ibm.as400.access.PTF
 
isTemporaryObject() - Method in class com.ibm.as400.access.FileAttributes
Returns whether the object is a temporary system object.
isText() - Method in class com.ibm.as400.access.SQLDataBase
Indicates whether the type is text.
isTextData(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Indicates if the data type is text data.
isTextData(int) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Indicates if the column specified by columnIndex contains text data.
isTextData(int) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Indicates if the column specified by columnIndex contains text data.
isTextData(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Indicates if the column specified by columnIndex contains text data.
isThreadSafe() - Method in class com.ibm.as400.access.CommandCall
Deprecated.
The name of this method is misleading. Use isStayOnThread() or getThreadsafeIndicator() instead.
isThreadSafe() - Method in class com.ibm.as400.access.ProgramCall
Deprecated.
The name of this method is misleading. Use isStayOnThread() instead.
isThreadUsed() - Method in class com.ibm.as400.access.AS400
Indicates whether threads are used in communication with the host servers.
isThreadUsed() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether a thread is used.
isThreadUsed() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether a thread is used.
isThreadUsed() - Method in class com.ibm.as400.access.ConnectionPool
Indicates whether threads are used in communication with the host servers and for running maintenance.
isTimed() - Method in class com.ibm.as400.security.auth.AS400Credential
Indicates if the credential will expire based on time.
isTimeFormatParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isTimeSeparatorParserOptionSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isTrace() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether trace messages should be logged.
isTrace() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether trace messages should be logged.
isTraceAllOn() - Static method in class com.ibm.as400.access.Trace
Indicates if all of the tracing categories are enabled.
isTraceConversionOn() - Static method in class com.ibm.as400.access.Trace
Indicates if character set conversion tracing is enabled.
isTraceDatastreamOn() - Static method in class com.ibm.as400.access.Trace
Indicates if data stream tracing is enabled.
isTraceDiagnosticOn() - Static method in class com.ibm.as400.access.Trace
Indicates if diagnostic tracing is enabled.
isTraceEnabled() - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Replaced by com.ibm.as400.access.Trace.isTracePCMLOn().
isTraceErrorOn() - Static method in class com.ibm.as400.access.Trace
Indicates if error tracing is enabled.
isTraceInformationOn() - Static method in class com.ibm.as400.access.Trace
Indicates if information tracing is enabled.
isTraceJDBCOn() - Static method in class com.ibm.as400.access.Trace
Indicates if JDBC tracing is enabled.
isTraceOn() - Static method in class com.ibm.as400.access.Trace
Indicates if overall tracing is enabled.
isTraceOn(int) - Static method in class com.ibm.as400.access.Trace
Indicates if tracing is enabled for the specified category.
isTracePCMLOn() - Static method in class com.ibm.as400.access.Trace
Indicates if PCML tracing is enabled.
isTraceProxyOn() - Static method in class com.ibm.as400.access.Trace
Indicates if proxy tracing is enabled.
isTraceThreadOn() - Static method in class com.ibm.as400.access.Trace
Indicates if thread tracing is enabled.
isTraceWarningOn() - Static method in class com.ibm.as400.access.Trace
Indicates if warning tracing is enabled.
isTranslateBinary() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether binary data is translated.
isTranslateBinary() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether binary data is translated.
isTranslateBoolean() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates how Boolean objects are interpreted when setting the value for a character field/parameter using the PreparedStatement.setObject(), CallableStatement.setObject() or ResultSet.updateObject() methods.
isTranslateBoolean() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates how Boolean objects are interpreted when setting the value for a character field/parameter using the PreparedStatement.setObject(), CallableStatement.setObject() or ResultSet.updateObject() methods.
isTranslateIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isTranslateIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isTrueAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether true auto commit support is used.
isTrueAutocommit() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether true auto commit support is used.
isTrueAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether true auto commit support is used.
isTrueAutocommit() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether true auto commit support is used.
isTrueAutoCommitIndicatorSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isTurkish() - Static method in class com.ibm.as400.access.AS400
 
isUdfs() - Method in class com.ibm.as400.access.UDFS.MountedFsInformationStructure
Returns whether the the path is a user-defined file system (UDFS).
isUnderscore() - Method in class com.ibm.as400.util.html.HTMLText
Indicates if underline is on.
isUpdate() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the data authority of update.
isUpdateNeeded(String, String, URL) - Static method in class utilities.AS400ToolboxInstaller
Deprecated.
Returns whether the package is downlevel.
isUseAdoptedAuthority() - Method in class com.ibm.as400.access.JavaProgram
Returns whether or not the used adopted authority is set.
isUseBlockUpdate() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether blocking is used for update and delete operations
isUseBlockUpdate() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the use block update property, which indicates whether blocked update support will be used.
isUseConnectionPool() - Method in class com.ibm.as400.util.servlet.AS400Servlet
Indicates if the connection pool is being used.
isUseDataSource() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the data source is used to make a connection to the database.
isUseDefaultUser() - Method in class com.ibm.as400.access.AS400
Indicates if the default user should be used by this object.
isUseDouble() - Method in class com.ibm.as400.access.AS400PackedDecimal
Indicates if a Double object or a BigDecimal object will be returned on a call to toObject().
isUseDouble() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Indicates if a Double object or a BigDecimal object will be returned on a call to toObject().
isUseDrdaMetadataVersion() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether DRDA metadata should be returned.
isUseDrdaMetadataVersion() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Gets the use DRDA metadata version property, which indicates if the DatabaseMetadata.getVersion method should return the DRDA metadata.
isUseExtendedFormatsSet() - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
isUseFO() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLAlign
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLHead
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLImage
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLList
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLListItem
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLTable
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLText
Returns if Formatting Object tags are outputted.
isUseGet() - Method in class com.ibm.as400.util.html.HTMLForm
Indicates if the GET method is used for sending the form contents to the server.
isUseMetaData() - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Indicates whether the table header is created using the metadata.
isUsePassphrase() - Method in class com.ibm.as400.access.AS400
Is the AS400 object configured to use a pass phrase
isUsePasswordCache() - Method in class com.ibm.as400.access.AS400
Indicates if the password cache is being used by this object.
isUsePost() - Method in class com.ibm.as400.util.html.HTMLForm
Indicates if the POST method is used for sending the form contents to the server.
isUserEntitlementRequired() - Method in class com.ibm.as400.access.User
Retrieves whether a user entitlement is required for this user profile.
isValid() - Method in class com.ibm.as400.access.JDDataSourceURL
Is the URL valid for access by this JDBC driver?
isValid(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
isValidCcsid(int) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Indicates whether the given CCSID is valid for tagging IBM i data.
isValidNameForSharedPool(String) - Static method in class com.ibm.as400.access.SystemPool
Indicates whether the pool name is a valid name for a shared system pool.
isValueLimited() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Indicates if the value is limited to the possible values.
isVariableFieldCompression() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether variable-length fields are compressed.
isVariableFieldCompressionSet() - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
isVariableLength() - Method in class com.ibm.as400.access.CharacterFieldDescription
Indicates if the field is a variable-length field.
isVariableLength() - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Indicates if the field is a variable-length field.
isVariableLength() - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Indicates if the field is a variable-length field.
isVariableLength() - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Indicates if the field is a variable-length field.
isVariableLength() - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Indicates if the field is a variable-length field.
isVariableLength() - Method in class com.ibm.as400.access.HexFieldDescription
Indicates if the field is a variable-length field.
isVariableLength() - Method in interface com.ibm.as400.access.VariableLengthFieldDescription
Indicates if the field is a variable-length field.
isVariableLength() - Method in class com.ibm.jtopenlite.ddm.DDMField
Indicates if this field is variable length (WHVARL).
isVerbose() - Method in class com.ibm.as400.access.ProxyServer
Indicates whether to print status and connection information to System.out.
isVerbose() - Static method in class com.ibm.as400.access.Verbose
Indicates if verbose output is printed.
isVisible(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Indicates if the object in the tree is currently visible in the tree.
isVisible(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Indicates if the object is currently visible.
isVisual(int) - Static method in class com.ibm.as400.access.AS400BidiTransform
Indicates if a given CCSID has a visual string type.
isWaitForOptimizations() - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
isWaitingForData() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the writer has written all the data currently in the spooled file and is waiting for more data.
isWaitingForDevice() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the writer is waiting to get the device from a job that is printing directly to the printer.
isWaitingForMessage() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the writer is waiting for a reply to an inquiry message.
isWidthInPercent() - Method in class com.ibm.as400.util.html.HTMLTable
Indicates if the table width is in percent or pixels.
isWidthInPercent() - Method in class com.ibm.as400.util.html.HTMLTableCell
Indicates if the width is in percent or pixels.
isWidthInPercent() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Indicates if the form width is in percent or pixels.
isWINSServer() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "WINS enablement" attribute.
isWINSServerPending() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the pending value of the "WINS enablement" attribute.
isWithDigitalCertificates() - Method in class com.ibm.as400.access.User
Retrieves whether there are digital certificates associated with this user.
isWrap() - Method in class com.ibm.as400.util.html.HTMLTableCell
Indicates if the cell data will use normal HTML linebreaking conventions.
isWrapperFor(Class<?>) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
isWritable(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if it is possible for a write on the column to succeed.
isWritable(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
isWriteOnly() - Method in class com.ibm.as400.access.AS400File
Indicates if this object is open for write only.
isWriterStarted() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the writer is started for this printer.
isXML_ - Variable in class com.ibm.as400.access.AS400JDBCSQLXML
 

J

JAAS - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the JAAS component.
JAAS - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the JAAS component.
JarMaker - Class in utilities
Deprecated.
Use the Java 9 module tools instead.
JarMaker() - Constructor for class utilities.JarMaker
Deprecated.
Constructs a JarMaker object.
JarMakerEvent - Class in utilities
The JarMakerEvent class represents a JarMaker event.
JarMakerEvent(Object, String) - Constructor for class utilities.JarMakerEvent
Constructs a JarMakerEvent object.
JarMakerListener - Interface in utilities
The JarMakerListener interface provides a listener interface for receiving JarMaker events.
JAVA_APPLICATION_CALL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Java Application Call component.
JAVA_APPLICATION_CALL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Java Application Call component.
JAVA_APPLICATION_CALL_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Java Application Call component.
JAVA_APPLICATION_CALL_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Java Application Call component.
JAVA_PROGRAM_CREATION - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for Java program creation.
JAVA_PROGRAM_SIZE - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for Java program size.
JAVA_PROGRAMS - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for Java programs.
JavaApplicationCall - Class in com.ibm.as400.access
Provides an easy way to run Java applications on the IBM i system's Java Virtual Machine from a client.
JavaApplicationCall() - Constructor for class com.ibm.as400.access.JavaApplicationCall
Constructs a JavaApplicationCall object.
JavaApplicationCall(AS400) - Constructor for class com.ibm.as400.access.JavaApplicationCall
Constructs a JavaApplicationCall object.
JavaApplicationCall(AS400, String) - Constructor for class com.ibm.as400.access.JavaApplicationCall
Constructs a JavaApplicationCall object.
JavaApplicationCall(AS400, String, String) - Constructor for class com.ibm.as400.access.JavaApplicationCall
Constructs a JavaApplicationCall object.
JavaApplicationCallBeanInfo - Class in com.ibm.as400.access
The JavaApplicationCallBeanInfo class provides bean information for the JavaApplicationCall class.
JavaApplicationCallBeanInfo() - Constructor for class com.ibm.as400.access.JavaApplicationCallBeanInfo
 
JavaProgram - Class in com.ibm.as400.access
Represents an IBM i Java program.
JavaProgram() - Constructor for class com.ibm.as400.access.JavaProgram
Creates a JavaProgram
JavaProgram(AS400, String) - Constructor for class com.ibm.as400.access.JavaProgram
Creates a JavaProgram
JDBC - Static variable in class com.ibm.as400.access.Trace
'JDBC' trace category.
JDBC - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the JDBC component.
JDBC - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the JDBC component.
JDBC_MAJOR_VERSION_ - Static variable in class com.ibm.as400.access.AS400JDBCDriver
 
JDBC_MAJOR_VERSION_ - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
JDBC_MINOR_VERSION_ - Static variable in class com.ibm.as400.access.AS400JDBCDriver
 
JDBC_MINOR_VERSION_ - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
JDBC_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual JDBC component.
JDBC_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual JDBC component.
JDBCBlob - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCBlob(byte[], int, int) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
JDBCBlobLocator - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCBlobLocator(DatabaseConnection, DatabaseRetrieveLOBDataAttributes) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
JDBCBlobLocatorInputStream - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCBlobLocatorInputStream(DatabaseConnection, DatabaseRetrieveLOBDataAttributes, long) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocatorInputStream
 
JDBCCallableStatement - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCCallableStatement(JDBCConnection, String, Calendar, String, String, int) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
JDBCClob - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCClob(byte[], int, int, int) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
JDBCColumnMetaData - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCColumnMetaData() - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCColumnMetaData
 
jdbcCompliant() - Method in class com.ibm.as400.access.AS400JDBCDriver
Indicates if the driver is a genuine JDBC compliant driver.
jdbcCompliant() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
JDBCConnection - Class in com.ibm.jtopenlite.database.jdbc
The JDBCConnection class provides a JDBC connection to a specific DB2 for IBM i database.
JDBCDatabaseMetaData - Class in com.ibm.jtopenlite.database.jdbc
The JDBCDatabaseMetaData class provides information about the database as a whole.
JDBCDriver - Class in com.ibm.jtopenlite.database.jdbc
A JDBC 3.0 driver that accesses DB2 for IBM i databases.
JDBCDriver() - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
JDBCError - Class in com.ibm.jtopenlite.database.jdbc
Utility class to report common SQL errors
JDBCError() - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCError
 
JDBCParameterMetaData - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCParameterMetaData(Calendar) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
JDBCPreparedStatement - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCPreparedStatement(JDBCConnection, String, Calendar, String, String, int) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
JDBCResultSet - Class in com.ibm.jtopenlite.database.jdbc
Result sets created by this JDBC driver are FORWARD-ONLY and READ-ONLY; getArray(), getObject(), and getRef() are not supported; and LOBs and LOB locators have not been extensively tested.
JDBCResultSet(JDBCStatement, JDBCResultSetMetaData, String, String, int) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
JDBCResultSetMetaData - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCResultSetMetaData(int, Calendar, String) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
JDBCStatement - Class in com.ibm.jtopenlite.database.jdbc
 
JDBCStatement(JDBCConnection, String, String, int) - Constructor for class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
JDDataSourceURL - Class in com.ibm.as400.access
A class representing a URL specifying an IBM i system data source.
JDDataSourceURL(String) - Constructor for class com.ibm.as400.access.JDDataSourceURL
Constructor.
JDDataSourceURL(JDDataSourceURL, String, String) - Constructor for class com.ibm.as400.access.JDDataSourceURL
 
JDEscapeClause - Class in com.ibm.as400.access
This class represents an escape clause in a SQL statement.
JDEscapeClause() - Constructor for class com.ibm.as400.access.JDEscapeClause
 
JDMRI - Class in com.ibm.as400.access
Locale-specific objects for the IBM Toolbox for Java.
JDMRI() - Constructor for class com.ibm.as400.access.JDMRI
 
JDMRI2 - Class in com.ibm.as400.access
Locale-specific objects for IBM Toolbox for Java.
JDMRI2() - Constructor for class com.ibm.as400.access.JDMRI2
 
JDProperties - Class in com.ibm.as400.access
Represents the properties passed as connection attributes for the driver.
JDSQLStatement - Class in com.ibm.as400.access
Internal class that represents a parsed SQL statement.
Job - Class in com.ibm.as400.access
Represents a job on the IBM i server.
Job() - Constructor for class com.ibm.as400.access.Job
Constructs a Job object.
Job(AS400) - Constructor for class com.ibm.as400.access.Job
Constructs a Job object.
Job(AS400, String, String, String) - Constructor for class com.ibm.as400.access.Job
Constructs a Job object.
Job(AS400, String) - Constructor for class com.ibm.as400.access.Job
Deprecated.
Use Job(AS400,byte[]) instead. The internal job ID should be treated as a byte array of 16 bytes.
Job(AS400, byte[]) - Constructor for class com.ibm.as400.access.Job
Constructs a Job object.
JOB - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Job component.
JOB - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Job component.
JOB_ACCOUNTING_CODE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the job accounting code.
JOB_DATE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the date used for the job.
JOB_DATE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job date.
JOB_DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the job date.
JOB_DESCRIPTION - Static variable in class com.ibm.as400.access.Job
Job attribute representing a set of job-related attributes used for one or more jobs on the system.
JOB_DESCRIPTION - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job description.
JOB_DESCRIPTION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for job description.
JOB_DESCRIPTION_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the job description.
JOB_END_REASON - Static variable in class com.ibm.as400.access.Job
Job attribute representing the most recent action that caused the job to end.
JOB_LOG_OUTPUT - Static variable in class com.ibm.as400.access.Job
Job attribute representing how a job log will be produced when the job completes.
JOB_LOG_OUTPUT_JOB_END - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job log will be produced by the job itself.
JOB_LOG_OUTPUT_JOB_LOG_SERVER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job log will be produced by a job log server.
JOB_LOG_OUTPUT_PENDING - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job log will not be produced.
JOB_LOG_OUTPUT_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the value is specifed by the QLOGOUTPUT system value.
JOB_LOG_PENDING - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether a job's log has been written or not.
JOB_LOG_PENDING_NO - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job log is not pending.
JOB_LOG_PENDING_YES - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job log is pending and waiting to be written.
JOB_MESSAGE_QUEUE_FULL_ACTION_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the job message queue action.
JOB_MESSAGE_QUEUE_MAXIMUM_SIZE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the job message maximum size.
JOB_NAME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the name of the job as identified to the system.
JOB_NAME - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by the job name portion of the job information.
JOB_NAME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job name.
JOB_NAME - Static variable in class com.ibm.as400.resource.RJobList
Deprecated.
Selection ID for job name.
JOB_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for job name.
JOB_NAME_CURRENT - Static variable in class com.ibm.as400.access.Job
Constant indicating the job that this program is running in.
JOB_NAME_INTERNAL - Static variable in class com.ibm.as400.access.Job
Constant indicating that the INTERNAL_JOB_ID locates the job.
JOB_NAME_LOCK_SPACE - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Job name lock space.
JOB_NAME_MACHINE - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Job name machine process.
JOB_NUMBER - Static variable in class com.ibm.as400.access.Job
Job attribute representing the system-generated job number.
JOB_NUMBER - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by the job number portion of the job information.
JOB_NUMBER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job number.
JOB_NUMBER - Static variable in class com.ibm.as400.resource.RJobList
Deprecated.
Selection ID for job number.
JOB_NUMBER - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for job number.
JOB_NUMBER_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating a blank job number.
JOB_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the name of the job which produced the output.
JOB_QUEUE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the name of the job queue that the job is currently on, or that the job was on if it is currently active.
JOB_QUEUE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job queue.
JOB_QUEUE_DATE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the date and time this job was put on this job queue.
JOB_QUEUE_DATE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job queue date.
JOB_QUEUE_PRIORITY - Static variable in class com.ibm.as400.access.Job
Job attribute representing the scheduling priority of the job compared to other jobs on the same job queue.
JOB_QUEUE_PRIORITY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job queue priority.
JOB_QUEUE_PRIORITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the job queue priority.
JOB_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the job queue.
JOB_QUEUE_STATUS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the status of this job on the job queue.
JOB_QUEUE_STATUS - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job queue status.
JOB_QUEUE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for job queue status.
JOB_QUEUE_STATUS_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job was not on a job queue.
JOB_QUEUE_STATUS_BLANK - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is not on a job queue.
JOB_QUEUE_STATUS_HELD - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job is being held on the job queue.
JOB_QUEUE_STATUS_HELD - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is being held on the job queue.
JOB_QUEUE_STATUS_READY - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job is ready to be selected.
JOB_QUEUE_STATUS_RELEASED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is ready to be selected.
JOB_QUEUE_STATUS_SCHEDULED - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job will run as scheduled.
JOB_QUEUE_STATUS_SCHEDULED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job will run as scheduled.
JOB_STATUS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the status of this job.
JOB_STATUS - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job status.
JOB_STATUS_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating this job is an active job.
JOB_STATUS_ACTIVE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is active.
JOB_STATUS_JOBQ - Static variable in class com.ibm.as400.access.Job
Constant indicating this job is currently on a job queue.
JOB_STATUS_JOBQ - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is currently on a job queue.
JOB_STATUS_OUTQ - Static variable in class com.ibm.as400.access.Job
Constant indicating this job has completed running, but still has output on an output queue.
JOB_STATUS_OUTQ - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job has completed running.
JOB_SUBTYPE - Static variable in class com.ibm.as400.access.Job
Job attribute representing additional information about the job type (if any exists).
JOB_SUBTYPE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job subtype.
JOB_SUBTYPE_ALTERNATE_SPOOL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an alternate spool user job.
JOB_SUBTYPE_ALTERNATE_SPOOL_USER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating alternate spool user.
JOB_SUBTYPE_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job has no special subtype or is not a valid job.
JOB_SUBTYPE_BLANK - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job has no special subtype or is not a valid job.
JOB_SUBTYPE_IMMEDIATE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an immediate job.
JOB_SUBTYPE_IMMEDIATE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is an immediate job.
JOB_SUBTYPE_MACHINE_SERVER_JOB - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an AS/400 Advanced 36 machine server job.
JOB_SUBTYPE_MACHINE_SERVER_JOB - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is an Advanced 36 machine server job.
JOB_SUBTYPE_MRT - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a System/36 multiple requester terminal (MRT) job.
JOB_SUBTYPE_MRT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a System/36 multiple requester terminal (MRT) job.
JOB_SUBTYPE_PRESTART - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a prestart job.
JOB_SUBTYPE_PRESTART - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a prestart job.
JOB_SUBTYPE_PRINT_DRIVER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a print driver job.
JOB_SUBTYPE_PRINT_DRIVER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a print driver job.
JOB_SUBTYPE_PROCEDURE_START_REQUEST - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job started with a procedure start request.
JOB_SUBTYPE_PROCEDURE_START_REQUEST - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job started with a procedure start request.
JOB_SWITCHES - Static variable in class com.ibm.as400.access.Job
Job attribute representing the current setting of the job switches used by this job.
JOB_SWITCHES - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for switch settings.
JOB_SWITCHES_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the job switches.
JOB_SYSTEM - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by system.
JOB_TITLE - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by job title.
JOB_TITLE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for job title.
JOB_TYPE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the type of job.
JOB_TYPE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for job type.
JOB_TYPE - Static variable in class com.ibm.as400.resource.RJobList
Deprecated.
Selection ID for job type.
JOB_TYPE_AUTOSTART - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an autostart job.
JOB_TYPE_AUTOSTART - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is an autostart job.
JOB_TYPE_BATCH - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a batch job.
JOB_TYPE_BATCH - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a batch job.
JOB_TYPE_ENHANCED - Static variable in class com.ibm.as400.access.Job
Job attribute representing the type of job.
JOB_TYPE_ENHANCED_AUTOSTART - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an autostart job.
JOB_TYPE_ENHANCED_BATCH - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a batch job.
JOB_TYPE_ENHANCED_BATCH_ALTERNATE_SPOOL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a batch alternate spool user job.
JOB_TYPE_ENHANCED_BATCH_IMMEDIATE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a batch immediate job.
JOB_TYPE_ENHANCED_BATCH_MRT - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a batch System/36 multiple requester terminal (MRT) job.
JOB_TYPE_ENHANCED_COMM_PROCEDURE_START_REQUEST - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a communications procedure start request job.
JOB_TYPE_ENHANCED_INTERACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an interactive job.
JOB_TYPE_ENHANCED_INTERACTIVE_GROUP - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an interactive job that is part of a group.
JOB_TYPE_ENHANCED_INTERACTIVE_SYSREQ - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an interactive job that is part of a system request pair.
JOB_TYPE_ENHANCED_INTERACTIVE_SYSREQ_AND_GROUP - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an interactive job that is part of a system request pair and part of a group.
JOB_TYPE_ENHANCED_PRESTART - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a prestart job.
JOB_TYPE_ENHANCED_PRESTART_BATCH - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a prestart batch job.
JOB_TYPE_ENHANCED_PRESTART_COMM - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a prestart communications job.
JOB_TYPE_ENHANCED_READER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a reader job.
JOB_TYPE_ENHANCED_SUBSYSTEM - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a subsystem job.
JOB_TYPE_ENHANCED_SYSTEM - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a system job (all system jobs including SCPF).
JOB_TYPE_ENHANCED_WRITER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a writer job (including both spool writers and print drivers).
JOB_TYPE_INTERACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is an interactive job.
JOB_TYPE_INTERACTIVE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is an interactive job.
JOB_TYPE_NOT_VALID - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is not a valid job.
JOB_TYPE_NOT_VALID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is not a valid job.
JOB_TYPE_SCPF_SYSTEM - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is the SCPF system job.
JOB_TYPE_SCPF_SYSTEM - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is the SCPF system job.
JOB_TYPE_SPOOLED_READER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a spooled reader job.
JOB_TYPE_SPOOLED_READER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a spooled reader job.
JOB_TYPE_SPOOLED_WRITER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a spooled writer job.
JOB_TYPE_SPOOLED_WRITER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a spooled writer job.
JOB_TYPE_SUBSYSTEM_MONITOR - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a subsystem monitor job.
JOB_TYPE_SUBSYSTEM_MONITOR - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a subsystem monitor job.
JOB_TYPE_SYSTEM - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is a system job.
JOB_TYPE_SYSTEM - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is a system job.
JOB_USER - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by the user name portion of the job information.
JOB_USER_IDENTITY - Static variable in class com.ibm.as400.access.Job
Job attribute representing the user profile name by which the job is known to other jobs on the system.
JOB_USER_IDENTITY_SETTING - Static variable in class com.ibm.as400.access.Job
Job attribute representing the method by which the job user identity was set.
JOB_USER_IDENTITY_SETTING_APPLICATION - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job user identity was explicitly set by an application using one of the Set Job User Identity APIs, QWTSJUID or QwtSetJuid().
JOB_USER_IDENTITY_SETTING_DEFAULT - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is currently running single threaded and the job user identity is the name of the user profile under which the job is currently running.
JOB_USER_IDENTITY_SETTING_SYSTEM - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is currently running multithreaded and the job user identity was implicitly set by the system when the job became multithreaded.
JOB_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Job component.
JOB_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Job component.
JobBeanInfo - Class in com.ibm.as400.access
The JobBeanInfo class represents the bean information for the Job class.
JobBeanInfo() - Constructor for class com.ibm.as400.access.JobBeanInfo
 
JobCCSID - Class in com.ibm.as400.access
The JobCCSID class represents an IBM i Job CCSID.
JobCCSID() - Constructor for class com.ibm.as400.access.JobCCSID
Constructs a JobCCSID object.
JobCCSID(AS400) - Constructor for class com.ibm.as400.access.JobCCSID
Constructs a JobCCSID object.
JobDescription - Class in com.ibm.as400.access
Represents an IBM i job description.
JobDescription(AS400, String, String) - Constructor for class com.ibm.as400.access.JobDescription
Constructs a JobDescription.
JobDescription(AS400, QSYSObjectPathName) - Constructor for class com.ibm.as400.access.JobDescription
Constructs a JobDescription.
JobInfo - Class in com.ibm.jtopenlite.components
Represents job information returned by the ListActiveJobs class.
JobKeyDataListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
JobList - Class in com.ibm.as400.access
Represents a list of jobs on the system.
JobList() - Constructor for class com.ibm.as400.access.JobList
Constructs a JobList object.
JobList(AS400) - Constructor for class com.ibm.as400.access.JobList
Constructs a JobList object.
JobListBeanInfo - Class in com.ibm.as400.access
The JobListBeanInfo class represents the bean information for the JobList class.
JobListBeanInfo() - Constructor for class com.ibm.as400.access.JobListBeanInfo
 
JobLog - Class in com.ibm.as400.access
Represents a job log on the system.
JobLog() - Constructor for class com.ibm.as400.access.JobLog
Constructs a JobLog object.
JobLog(AS400) - Constructor for class com.ibm.as400.access.JobLog
Constructs a JobLog object.
JobLog(AS400, String, String, String) - Constructor for class com.ibm.as400.access.JobLog
Constructs a JobLog object.
JobLogBeanInfo - Class in com.ibm.as400.access
The JobLogBeanInfo class represents the bean information for the JobLog class.
JobLogBeanInfo() - Constructor for class com.ibm.as400.access.JobLogBeanInfo
 
JOBNUMBER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the number of the job which produced the output.
JobQueue - Class in com.ibm.as400.access
Represents an IBM i job queue.
JobQueue(AS400, String, String) - Constructor for class com.ibm.as400.access.JobQueue
Constructs a JobQueue.
JobQueue(AS400, QSYSObjectPathName) - Constructor for class com.ibm.as400.access.JobQueue
Constructs a JobQueue.
JOIN_MEMBER - Static variable in class com.ibm.as400.access.MemberDescription
Whether the member's logical file member combines (in one record format) fields from two or more physical file members (true = join member, false = not a join member).
JOURNAL - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the fully-qualified integrated file system path name of the journal.
JOURNAL_AFTER_IMAGES - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that when journaling is active, the image of the object after a change is journaled.
JOURNAL_BEFORE_IMAGES - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that when journaling is active, the image of the object prior to a change is journaled.
JOURNAL_IMAGES - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the type of images that are written to the journal receiver for updates to the object.
JOURNAL_OMITTED_ENTRIES - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether journal entries to be omitted are journaled.
JOURNAL_OPTIONAL_ENTRIES - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that when journaling is active, entries that are considered optional are journaled.
JOURNAL_START_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which journaling for the object was last started.
JOURNAL_STATUS - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object is currently being journaled or not.
JOURNAL_SUBTREE - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that this object is a directory with IFS journaling subtree semantics.
JPing - Class in com.ibm.as400.util
Determines if services are running on the IBM i system.
JPing() - Constructor for class com.ibm.as400.util.JPing
 
JPing - Class in utilities
Deprecated.
Use the com.ibm.as400.util version instead.
JPing() - Constructor for class utilities.JPing
Deprecated.
 
JTOpenName - Static variable in interface com.ibm.as400.access.Copyright
 
JUSTIFY - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Horizontal alignment between both text margins.
JVMInfo - Class in com.ibm.as400.access
Provide information about the currently running JVM.
JVMInfo() - Constructor for class com.ibm.as400.access.JVMInfo
 

K

KEEP_DDM_CONNECTIONS_ACTIVE - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether connections using distributed data management (DDM) protocols remain active when they are not being used.
KEEP_DDM_CONNECTIONS_ACTIVE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for keep DDM connections active.
KEEP_DDM_CONNECTIONS_ACTIVE_DROP - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system ends a DDM connection when there are no users.
KEEP_DDM_CONNECTIONS_ACTIVE_DROP - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system ends a DDM connection when there are no users.
KEEP_DDM_CONNECTIONS_ACTIVE_KEEP - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system keeps DDM connections active when there are no users, except for the following: The routing step ends on the source system.
KEEP_DDM_CONNECTIONS_ACTIVE_KEEP - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system keeps DDM connections active when there are no users.
KEEP_UNANSWERED - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to all messages in the message queue except unanswered inquiry and unanswered senders' copy messages.
KEEP_UNANSWERED - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to all messages in the message queue except unanswered inquiry and unanswered senders' copy messages.
KERBEROS_OR_PASSWORDS - Static variable in class com.ibm.as400.access.ISeriesNetServer
Deprecated.
Renamed to NETWORK_AUTHENTICATION_OR_PASSWORDS
KERBEROS_TICKET_NOT_VALID_CONSISTENCY - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the authentication token is not valid.
KERBEROS_TICKET_NOT_VALID_CREDANTIAL_STRUCTURE - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_CREDENTIAL_NO_LONGER_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_CREDENTIAL_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_EIM - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the authentication token is not valid.
KERBEROS_TICKET_NOT_VALID_MECHANISM - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_MULTIPLE_PROFILES - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the authentication token is not valid.
KERBEROS_TICKET_NOT_VALID_RETRIEVE - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_SIGNATURE - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the authentication token is not valid.
KERBEROS_TICKET_NOT_VALID_SYSTEM_PROFILE - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_VERIFICATION - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_V5_TOKENS - Static variable in class com.ibm.as400.access.ISeriesNetServer
Deprecated.
Renamed to NETWORK_AUTHENTICATION
KEY_COMMIT_CYCLE_IDENTIFIER - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_COMMIT_CYCLE_IDENTIFIER corresponds to CMTCYCID parameter of RCVJRNE Command.
KEY_DEPENDENT_ENTRIES - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_DEPENDENT_ENTRIES corresponds to DEPENT parameter of RCVJRNE Command.
KEY_DIRECTORY_SUBTREE - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_DIRECTORY_SUBTREE corresponds to SUBTREE parameter of RCVJRNE Command.
KEY_ENDING_SEQUENCE_NUMBER - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_ENDING_SEQUENCE_NUMBER corresponds to TOENT parameter of RCVJRNE Command.
KEY_ENDING_TIME_STAMP - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_ENDING_TIME_STAMP corresponds to TOTIME parameter of RCVJRNE Command.
KEY_EQ - Static variable in class com.ibm.as400.access.KeyedFile
Constant indicating search type of equal.
KEY_EQ - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Constant indicating search type of equal.
KEY_EQ - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Constant indicating search type of equal.
KEY_EQ - Static variable in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Constant indicating search type of equal.
KEY_FIELD_DESCRIPTION_ADDED - Static variable in class com.ibm.as400.access.RecordDescriptionEvent
Event id indicating that a key field description has been added to a RecordFormat object.
KEY_FILE - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_FILE corresponds to FILE parameter of RCVJRNE Command.
KEY_FORMAT_MINIMIZED_DATA - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_FORMAT_MINIMIZED_DATA corresponds to FMTMINDTA parameter of RCVJRNE Command.
KEY_GE - Static variable in class com.ibm.as400.access.KeyedFile
Constant indicating search type of greater than or equal.
KEY_GE - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Constant indicating search type of greater than or equal.
KEY_GE - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Constant indicating search type of greater than or equal.
KEY_GE - Static variable in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Constant indicating search type of greater than or equal.
KEY_GT - Static variable in class com.ibm.as400.access.KeyedFile
Constant indicating search type of greater than.
KEY_GT - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Constant indicating search type of greater than.
KEY_GT - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Constant indicating search type of greater than.
KEY_GT - Static variable in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Constant indicating search type of greater than.
KEY_INCLUDE_ENTRIES - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_INCLUDE_ENTRIES corresponds to INCENT parameter of RCVJRNE Command.
KEY_JOB - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_JOB corresponds to JOB parameter of RCVJRNE Command.
KEY_JOURNAL_CODES - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_JOURNAL_CODES corresponds to JRNCDE parameter of RCVJRNE Command.
KEY_JOURNAL_ENTRY_TYPES - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_JOURNAL_ENTRY_TYPES corresponds to ENTTYP parameter of RCVJRNE Command.
KEY_LE - Static variable in class com.ibm.as400.access.KeyedFile
Constant indicating search type of less than or equal.
KEY_LE - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Constant indicating search type of less than or equal.
KEY_LE - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Constant indicating search type of less than or equal.
KEY_LE - Static variable in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Constant indicating search type of less than or equal.
KEY_LT - Static variable in class com.ibm.as400.access.KeyedFile
Constant indicating search type of less than.
KEY_LT - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Constant indicating search type of less than.
KEY_LT - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Constant indicating search type of less than.
KEY_LT - Static variable in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Constant indicating search type of less than.
KEY_NAME_PATTERN - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_NAME_PATTERN corresponds to PATTERN parameter of RCVJRNE Command.
KEY_NULL_VALUE_INDICATORS_LENGTH - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_NULL_VALUE_INDICATORS_LENGTH corresponds to NULLINDLEN parameter of RCVJRNE Command.
KEY_NUMBER_OF_ENTRIES - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_NUMBER_OF_ENTRIES corresponds to NBRENT parameter of RCVJRNE Command.
KEY_OBJECT - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_OBJECT corresponds to OBJ parameter of RCVJRNE Command.
KEY_OBJECT_FILE_IDENTIFIER - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_OBJECT_FILE_IDENTIFIER corresponds to OBJFID parameter of RCVJRNE Command.
KEY_OBJECT_PATH - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_OBJECT_PATH corresponds to OBJPATH parameter of RCVJRNE Command.
KEY_PROGRAM - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_PROGRAM corresponds to PGM parameter of RCVJRNE Command.
KEY_RANGE_OF_JOURNAL_RECEIVERS - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_RANGE_OF_JOURNAL_RECEIVERS corresponds to RCVRNG parameter of RCVJRNE Command.
KEY_STARTING_SEQUENCE_NUMBER - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_STARTING_SEQUENCE_NUMBER corresponds to FROMENT parameter of RCVJRNE Command.
KEY_STARTING_TIME_STAMP - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_STARTING_TIME_STAMP corresponds to FROMTIME parameter of RCVJRNE Command.
KEY_USER_PROFILE - Static variable in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
KEY_USER_PROFILE corresponds to USRPRF parameter of RCVJRNE Command.
KEYBOARD_BUFFERING - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for keyboard buffering.
KEYBOARD_BUFFERING_TYPE_AHEAD - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the type-ahead option is on, but the attention-key buffering options is not.
KeyedDataQueue - Class in com.ibm.as400.access
The KeyedDataQueue class represents a keyed data queue object.
KeyedDataQueue() - Constructor for class com.ibm.as400.access.KeyedDataQueue
Constructs a KeyedDataQueue object.
KeyedDataQueue(AS400, String) - Constructor for class com.ibm.as400.access.KeyedDataQueue
Constructs a KeyedDataQueue object.
KeyedDataQueueBeanInfo - Class in com.ibm.as400.access
The KeyedDataQueueBeanInfo class provides bean information for the KeyedDataQueue class.
KeyedDataQueueBeanInfo() - Constructor for class com.ibm.as400.access.KeyedDataQueueBeanInfo
 
KeyedDataQueueDocument - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
KeyedDataQueueDocument() - Constructor for class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Constructs a KeyedDataQueueDocument object.
KeyedDataQueueDocument(AS400, String) - Constructor for class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Constructs a KeyedDataQueueDocument object.
KeyedDataQueueDocumentBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
KeyedDataQueueDocumentBeanInfo() - Constructor for class com.ibm.as400.vaccess.KeyedDataQueueDocumentBeanInfo
Deprecated.
 
KeyedDataQueueEntry - Class in com.ibm.as400.access
The KeyedDataQueueEntry class represents an entry on a keyed data queue.
KeyedFile - Class in com.ibm.as400.access
The KeyedFile class represents a physical or logical file on the system.
KeyedFile() - Constructor for class com.ibm.as400.access.KeyedFile
Constructs a KeyedFile object.
KeyedFile(AS400, String) - Constructor for class com.ibm.as400.access.KeyedFile
Constructs a KeyedFile object.
KeyedFileBeanInfo - Class in com.ibm.as400.access
The KeyedFileBeanInfo class provides BeanInfo for the KeyedFile class.
KeyedFileBeanInfo() - Constructor for class com.ibm.as400.access.KeyedFileBeanInfo
Constructs a KeyedFileBeanInfo object.
keyFieldDescriptionAdded(RecordDescriptionEvent) - Method in interface com.ibm.as400.access.RecordDescriptionListener
Invoked when a key field description has been added to a RecordFormat object.
keyPressed(KeyEvent) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
A key is pressed.
keyReleased(KeyEvent) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
The key is released.
keyTyped(KeyEvent) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
The key is typed.
knownDrivers - Static variable in class com.ibm.as400.access.jdbcClient.Main
 

L

LabelFormElement - Class in com.ibm.as400.util.html
The LabelFormElement class represents a label HTML form element type.
LabelFormElement() - Constructor for class com.ibm.as400.util.html.LabelFormElement
Constructs a default LabelFormElement object.
LabelFormElement(String) - Constructor for class com.ibm.as400.util.html.LabelFormElement
Constructs a LabelFormElement object with the specified viewable text label.
LabelFormElementBeanInfo - Class in com.ibm.as400.util.html
The LabelFormElementBeanInfo class provides bean information for the LabelFormElement class.
LabelFormElementBeanInfo() - Constructor for class com.ibm.as400.util.html.LabelFormElementBeanInfo
 
LANGUAGE_ID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the language identifier associated with this job.
LANGUAGE_ID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for language ID.
LANGUAGE_ID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for language ID.
LANGUAGE_ID_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating the language ID specified in the user profile under which this thread was initially running is used.
LANGUAGE_ID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the language identifier.
LANGUAGE_ID_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the system value QLANGID is used.
LanHeader - Class in com.ibm.as400.util.commtrace
Allows the user to parse, print, and have easy access to the LanHeader.
LARGE_ROMAN - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Large Roman numeral ordered labeling scheme.
last() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor to the last row.
last() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor to the last row.
last() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor to the last row.
LAST - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the last message in the message queue.
LAST - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the last message in the message queue.
last() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the last row in the list.
last() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
LAST_ACCESSED - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for last accessed.
LAST_MODIFIED - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for last modified.
LAST_NAME - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by last name.
LAST_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for last name.
LAST_SOURCE_CHANGE_DATE - Static variable in class com.ibm.as400.access.MemberDescription
For source files, the date and time that this source member was last changed.
LAST_USED_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which the object was last used.
lastAccessed() - Method in class com.ibm.as400.access.IFSFile
Determines the time that the integrated file system object represented by this object was last accessed.
lastModified() - Method in class com.ibm.as400.access.IFSFile
Determines the time that the integrated file system object represented by this object was last modified.
lastModified() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates the time that the IFSJavaFile was last modified.
LayoutFormPanel - Class in com.ibm.as400.util.html
The LayoutFormPanel class represents a layout of HTML form elements.
LayoutFormPanel() - Constructor for class com.ibm.as400.util.html.LayoutFormPanel
Constructs a default LayoutFormPanel.
LEADING_SURROGATE_BASE - Static variable in class com.ibm.as400.access.ConvTableDoubleMap
 
LEDGER - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents ledger paper size (17 x 11 inches)
LEFT - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Horizontal left alignment.
LEGAL - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents legal paper size (8.5 x 14 inches)
length() - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns the length of the BLOB.
length() - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns the length of the BLOB.
length() - Method in class com.ibm.as400.access.AS400JDBCClob
Returns the length of the CLOB.
length() - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns the length of the current contents of the CLOB in characters.
length() - Method in class com.ibm.as400.access.IFSFile
Determines the length of the integrated file system object represented by this object.
length() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates the length of this IFSJavaFile.
length() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns the file length.
length() - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
length() - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
LENGTH - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for length.
length() - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Returns the number of rows in the resource list.
length() - Method in class com.ibm.as400.util.servlet.RowData
Returns the number of rows in the list.
length() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
length() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
length() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
LENGTH_CHANGED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Event ID indicating that the length of the list changed.
LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the system resource has a length that is not valid or cannot be handled through this interface.
LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the length is not valid.
LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the i5/OS resource has a length that is not valid or cannot be handled through this interface.
lengthChanged(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Deprecated.
Invoked when the length changes.
lengthChanged(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Deprecated.
Invoked when the length changes.
LETTER - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents letter paper size (8.5 x 11 inches)
LEVEL - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for level.
LEVEL_10 - Static variable in class com.ibm.as400.util.AS400ClassPathOptimizer
 
LEVEL_20 - Static variable in class com.ibm.as400.util.AS400ClassPathOptimizer
 
LEVEL_30 - Static variable in class com.ibm.as400.util.AS400ClassPathOptimizer
 
LEVEL_40 - Static variable in class com.ibm.as400.util.AS400ClassPathOptimizer
 
librariesForThread_ - Variable in class com.ibm.as400.access.AS400
 
LIBRARY - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the library of the object.
LIBRARY_ASP_DEVICE_NAME - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the name of the auxiliary storage pool (ASP) device where storage is allocated for the library containing the object.
LIBRARY_ASP_NUMBER - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the number of the auxiliary storage pool (ASP) where storage is allocated for the library containing the object.
LIBRARY_AUTHORITY_INSUFFICIENT - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user of this program does not have enough authority to the library to perform the requested action.
LIBRARY_DOES_NOT_EXIST - Static variable in exception com.ibm.as400.access.ObjectDoesNotExistException
The return code indicating that the library does not exist.
LIBRARY_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the length of the library name is not valid.
LIBRARY_LIST - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the value *LIBL.
LIBRARY_LIST - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *LIBL.
LIBRARY_NAME - Static variable in class com.ibm.as400.access.MemberDescription
The name of the library where the database file is located.
LIBRARY_SPECIFICATION_NOT_VALID - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the path is not specified correctly, and the most likely cause is a library specification that does not have the .LIB extension.
LICENSE_CAN_NOT_BE_REQUESTED - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the license can not be requested.
LICENSE_INFORMATION_NOT_AVAILABLE - Static variable in exception com.ibm.as400.access.LicenseException
LICENSE_INFORMATION_NOT_AVAILABLE - Return code from the Central server when an error occurred.
LICENSE_INFORMATION_NOT_FOUND - Static variable in exception com.ibm.as400.access.LicenseException
LICENSE_INFORMATION_NOT_FOUND - Return code from the Central server when the license information for the product is not available (for example, product for specified feature and release was not found.)
LICENSED_INTERNAL_CODE_OPTIONS - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for licensed internal code options.
LICENSED_PROGRAM - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the licensed program of the object.
LicenseException - Exception in com.ibm.as400.access
Indicates an error condition that occured while trying to retrieve a license.
licenseReleased(ProductLicenseEvent) - Method in interface com.ibm.as400.access.ProductLicenseListener
Invoked when a license has been released.
licenseRequested(ProductLicenseEvent) - Method in interface com.ibm.as400.access.ProductLicenseListener
Invoked when a license has been requested.
LICOPT_NOPRERESOLVEEXTREF - Static variable in class com.ibm.as400.util.AS400ClassPathOptimizer
 
LIMIT_CAPABILITIES - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for limit capabilities.
LIMIT_CAPABILITIES_PARTIAL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the user cannot change the initial program or current library.
LIMIT_DEVICE_SESSIONS - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for limit device sessions.
LineDataRecordWriter - Class in com.ibm.as400.access
Writes a record in line data format (with the name of the record format inserted into positions 1-10 of the line data), translating characters into bytes of the specified CCSID.
LineDataRecordWriter(OutputStream, AS400) - Constructor for class com.ibm.as400.access.LineDataRecordWriter
Constructs a LineDataRecordWriter.
LineDataRecordWriter(OutputStream, int, AS400) - Constructor for class com.ibm.as400.access.LineDataRecordWriter
Constructs a LineDataRecordWriter.
lineFeed() - Method in class com.ibm.as400.access.SCS5256Writer
Adds a line feed control to the stream.
LineLayoutFormPanel - Class in com.ibm.as400.util.html
The LineLayoutFormPanel class represents a line layout of HTML form elements.
LineLayoutFormPanel() - Constructor for class com.ibm.as400.util.html.LineLayoutFormPanel
 
LineLayoutFormPanelBeanInfo - Class in com.ibm.as400.util.html
The LineLayoutFormPanelBeanInfo class provides bean information for the LineLayoutFormPanel class.
LineLayoutFormPanelBeanInfo() - Constructor for class com.ibm.as400.util.html.LineLayoutFormPanelBeanInfo
 
list() - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object.
list(IFSFileFilter) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object that satisfy filter.
list(IFSFileFilter, String) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object that satisfy filter.
list(String) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object that match pattern.
list() - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory.
list(FilenameFilter) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter.
list(IFSFileFilter) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in the IFSJavaFile directory that satisfy file name filter.
list(IFSFileFilter, String) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter and pattern.
list(String) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that match pattern.
list() - Method in class com.ibm.as400.util.html.FileListElement
Returns a string containing the list of files and directories in the path defined in the HttpServletRequest.
list(HTMLTableConverter) - Method in class com.ibm.as400.util.html.FileListElement
Returns a string containing the list of files and directories in the path defined in the HttpServletRequest.
list(String) - Method in class com.ibm.jtopenlite.file.FileConnection
Returns a list of filenames under the specified directory or file spec.
LIST_CLOSED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Event ID indicating that the list is closed.
LIST_COMPLETED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Event ID indicating that the list is completely loaded.
LIST_DIRECTION - Static variable in class com.ibm.as400.resource.RJobLog
Deprecated.
Selection ID for list direction.
LIST_DIRECTION - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Selection ID for list direction.
LIST_IN_ERROR - Static variable in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Event ID indicating that the list is not completely loaded due to an error.
LIST_INFO_NOT_VALID - Static variable in exception com.ibm.as400.access.list.OpenListException
Error indicating that the list information did not exist or there was not enough list information returned to determine the list status.
LIST_OPENED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Event ID indicating that the list is opened.
LIST_STATUS_BUILDING - Static variable in exception com.ibm.as400.access.list.OpenListException
Status indicating that the list is in the process of being built.
LIST_STATUS_ERROR - Static variable in exception com.ibm.as400.access.list.OpenListException
Status indicating an error occurred when building the list.
LIST_STATUS_FULL - Static variable in exception com.ibm.as400.access.list.OpenListException
Status indicating there is too much data to be returned.
LIST_STATUS_PENDING - Static variable in exception com.ibm.as400.access.list.OpenListException
Status indicating that the building of the list is pending.
LIST_STATUS_PRIMED - Static variable in exception com.ibm.as400.access.list.OpenListException
Status indicating the list is primed and ready to be built.
LIST_WAIT_TIMEOUT - Static variable in class com.ibm.as400.access.SystemProperties
Specifies the maximum number of seconds to wait for an object list to be built, before timing out.
ListActiveJobs - Class in com.ibm.jtopenlite.components
Represents the information returned by the WRKACTJOB command, but uses the OpenListOfJobs classes to obtain it.
ListActiveJobs() - Constructor for class com.ibm.jtopenlite.components.ListActiveJobs
 
listAllSubsystems(AS400) - Static method in class com.ibm.as400.access.Subsystem
Lists all subsystems on the system.
listCertificates(AS400CertificateAttribute[], String) - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtil
List certificates which match the specified attributes.
listCertificates(AS400CertificateAttribute[], String) - Method in class com.ibm.as400.access.AS400CertificateUtil
Returns certificates which match the specified attributes in the specified existing user space.
listCertificates(AS400CertificateAttribute[], String) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Lists certificates which match the specified attributes are copied from the validation list into the specified user space.
listClosed(PrintObjectListEvent) - Method in interface com.ibm.as400.access.PrintObjectListListener
Invoked when the list was closed.
listClosed(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Deprecated.
Invoked when the list is closed.
listClosed(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Deprecated.
Invoked when the list is closed.
listCompleted(PrintObjectListEvent) - Method in interface com.ibm.as400.access.PrintObjectListListener
Invoked when the list has completed.
listCompleted(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Deprecated.
Invoked when the list is completely loaded.
listCompleted(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Deprecated.
Invoked when the list is completely loaded.
listConnections() - Method in class com.ibm.as400.access.NetServerSession
Deprecated.
Lists the connections currently associated with this session.
listConnections() - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Lists the connections currently associated with this share.
listConnectionsForSession(long) - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all connections for the specified NetServer session.
listConnectionsForSession(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all connections for the specified NetServer workstation.
listConnectionsForShare(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the connections associated with a specific share.
ListDiskStatuses - Class in com.ibm.jtopenlite.components
Represents the information returned by the WRKDSKSTS command.
ListDiskStatuses() - Constructor for class com.ibm.jtopenlite.components.ListDiskStatuses
 
listed(FTPEvent) - Method in interface com.ibm.as400.access.FTPListener
Invoked after a list of files on the system has been retrieved.
listEntries() - Method in class com.ibm.as400.access.SaveFile
Lists the contents of the save file.
ListEntryFormat<T extends ListFormatListener> - Interface in com.ibm.jtopenlite.command.program.openlist
Responsible for formatting output data returned by a call to an OpenListProgram.
listErrorOccurred(PrintObjectListEvent) - Method in interface com.ibm.as400.access.PrintObjectListListener
Invoked when an error occurred while retrieving the list.
listFiles() - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object.
listFiles(IFSFileFilter) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object that satisfy filter.
listFiles(IFSFileFilter, String) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object that satisfy filter.
listFiles(String) - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object that match pattern.
listFiles() - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory.
listFiles(FilenameFilter) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter.
listFiles(FileFilter) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter.
listFiles(IFSFileFilter) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in the IFSJavaFile directory that satisfy file name filter.
listFiles(IFSFileFilter, String) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter and pattern.
listFiles(String) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that match pattern.
listFiles(String) - Method in class com.ibm.jtopenlite.file.FileConnection
Returns a list of files under the specified directory or file spec.
listFileShares() - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all file shares.
listFileShares(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Lists the file shares.
listFileShares() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Lists all file server shares currently associated with the NetServer.
listFileShares(String) - Method in class com.ibm.as400.access.NetServer
Deprecated.
Lists file server shares currently associated with the NetServer.
ListFormatListener - Interface in com.ibm.jtopenlite.command.program.openlist
Responsible for handling data that has been formatted by a ListEntryFormat.
listInError(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Deprecated.
Invoked when the list is not completely loaded due to an error.
listInError(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Deprecated.
Invoked when the list is not completely loaded due to an error.
ListInformation - Class in com.ibm.jtopenlite.command.program.openlist
 
ListInformation(int, int, byte[], int, int, String, int, int, int) - Constructor for class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
ListJobLogMessages - Class in com.ibm.jtopenlite.components
Represents the information returned by the DSPJOBLOG command, but uses the OpenListOfJobLogMessages classes to obtain it.
ListJobLogMessages() - Constructor for class com.ibm.jtopenlite.components.ListJobLogMessages
 
ListMetaData - Class in com.ibm.as400.util.servlet
A ListMetaData object can be used to find out information about the columns of a ListRowData object.
ListMetaData() - Constructor for class com.ibm.as400.util.servlet.ListMetaData
Constructs a default ListMetaData object.
ListMetaData(int) - Constructor for class com.ibm.as400.util.servlet.ListMetaData
Constructs a ListMetaData object with the specified number of columns.
ListMetaDataBeanInfo - Class in com.ibm.as400.util.servlet
The ListMetaDataBeanInfo class provides bean information for the ListMetaData class.
ListMetaDataBeanInfo() - Constructor for class com.ibm.as400.util.servlet.ListMetaDataBeanInfo
 
listObjectAdded(PrintObjectListEvent) - Method in interface com.ibm.as400.access.PrintObjectListListener
Invoked when an object was added to the list.
ListObjects - Class in com.ibm.jtopenlite.components
Represents the information returned by the WRKOBJ command, but uses the OpenListOfObjects classes to obtain it.
ListObjects() - Constructor for class com.ibm.jtopenlite.components.ListObjects
 
listOpened(PrintObjectListEvent) - Method in interface com.ibm.as400.access.PrintObjectListListener
Invoked when the list was opened.
listOpened(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Deprecated.
Invoked when the list is opened.
listOpened(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Deprecated.
Invoked when the list is opened.
listPrintShares() - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all print shares.
listPrintShares(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Lists the print shares.
listPrintShares() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Lists all print server shares currently associated with the NetServer.
listPrintShares(String) - Method in class com.ibm.as400.access.NetServer
Deprecated.
Lists print server shares currently associated with the NetServer.
listProducts() - Method in class com.ibm.as400.access.SaveFile
Lists the product loads in the save file.
ListQSYSOPRMessages - Class in com.ibm.jtopenlite.components
Represents the information returned by the DSPMSG QSYSOPR command, but uses the OpenListOfMessages classes to obtain it.
ListQSYSOPRMessages() - Constructor for class com.ibm.jtopenlite.components.ListQSYSOPRMessages
 
listRoots() - Static method in class com.ibm.as400.access.IFSJavaFile
Lists the file system roots for the integrated file system of the IBM i system.
ListRowData - Class in com.ibm.as400.util.servlet
The ListRowData class represents a list of data.
ListRowData() - Constructor for class com.ibm.as400.util.servlet.ListRowData
Constructs a default ListRowData object.
ListRowData(RowMetaData) - Constructor for class com.ibm.as400.util.servlet.ListRowData
Constructs a ListRowData object with the specified metadata.
ListRowDataBeanInfo - Class in com.ibm.as400.util.servlet
The ListRowDataBeanInfo class provides bean information for the ListRowData class.
ListRowDataBeanInfo() - Constructor for class com.ibm.as400.util.servlet.ListRowDataBeanInfo
 
listSessionConnections() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Lists all session connections currently associated with the NetServer.
listSessions() - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all NetServer sessions.
listSessions() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Lists all sessions currently associated with the NetServer.
listSessionsForWorkstation(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all NetServer sessions for the specified workstation.
listShareConnections() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Lists all share connections currently associated with the NetServer.
listShares() - Method in class com.ibm.as400.access.ISeriesNetServer
Lists the shares (both file shares and print shares).
ListSpooledFiles - Class in com.ibm.jtopenlite.components
Represents the information returned by the WRKSPLF command, but uses the OpenListOfSpooledFiles classes to obtain it.
ListSpooledFiles() - Constructor for class com.ibm.jtopenlite.components.ListSpooledFiles
 
ListUsers - Class in com.ibm.jtopenlite.components
Represents the information returned by the WRKUSRPRF command.
ListUsers() - Constructor for class com.ibm.jtopenlite.components.ListUsers
 
load() - Method in class com.ibm.as400.access.AS400Message
Loads additional message information from the system.
load(int) - Method in class com.ibm.as400.access.AS400Message
Loads additional message information from the system.
load() - Method in class com.ibm.as400.access.HistoryLog
Loads the list of messages on the system.
load() - Method in class com.ibm.as400.access.JobList
Loads the list of jobs on the system.
load() - Method in class com.ibm.as400.access.JobLog
Loads the list of messages on the system.
load() - Method in class com.ibm.as400.access.MemberList
Loads all members from the specified file(s).
load() - Method in class com.ibm.as400.access.MessageQueue
Loads the list of messages on the system.
load() - Method in class com.ibm.as400.access.ObjectList
Loads the list of objects on the system.
load() - Method in class com.ibm.as400.access.SubsystemEntryList
Loads all entries from the specified subsystem.
load() - Method in class com.ibm.as400.access.UserList
Loads the list of users on the system.
load(int) - Method in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Reload message help text.
load() - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Loads the information from the system.
load() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Loads the information from the system.
load() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Loads the objects from the system.
load() - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Loads the information from the system.
load() - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Loads the information from the system.
load() - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Loads the information from the system.
load() - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Loads the information from the system.
load() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Loads the contents of the document from the file on the system.
load() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Refreshes the view based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Loads the table based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Loads the table based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Loads the information from the resource list.
load() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Loads the information from the resource list.
load() - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Loads the information from the resource list.
load() - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Loads the information from the resource list.
load() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Loads the spooled file for viewing.
load() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Gets data from the system.
load() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Refreshes the view based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Loads the data in the table.
load() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Loads the table based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Loads information about the object from the system.
load() - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Loads system status information from the system.
load() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Loads information about the object from the system.
load() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Loads information about the object from the system.
LOAD_ERROR_INDICATOR - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for load error indicator.
LOAD_ERROR_INDICATOR_ERROR - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that an error was found the last time that the state of this load was checked or updated.
LOAD_ERROR_INDICATOR_NONE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that no error was found the last time that the state of this load was checked or updated.
LOAD_ID - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for load ID.
LOAD_ID_CODE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating the code load.
LOAD_STATE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for load state.
LOAD_STATE_CHECK_ERROR - Static variable in class com.ibm.as400.access.Product
Constant indicating that the Check Product Option (CHKPRDOPT) command was used for this product load, but the postoperation exit program failed or indicated that an error was found.
LOAD_STATE_DEFINED_NO_OBJECT - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load is defined but the product load object for this load does not exist.
LOAD_STATE_DEFINED_OBJECT_EXISTS - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object exists, but before it can be saved using the Save Licensed Program (SAVLICPGM) command, it must be packaged with either the Package Product Option (PKGPRDOPT) command or the Package Product Option (QSZPKGPO) API.
LOAD_STATE_IBM_SUPPLIED_NOT_COMPATIBLE - Static variable in class com.ibm.as400.access.Product
Constant indicating that this product is an IBM-supplied product and it is not compatible with the currently installed release level of the System i operating system.
LOAD_STATE_INSTALLED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load was installed successfully.
LOAD_STATE_INSTALLED_DELETE_IN_PROGRESS - Static variable in class com.ibm.as400.access.Product
Constant indicating that a Delete Licensed Program (DLTLICPGM) command is in progress.
LOAD_STATE_INSTALLED_RESTORE_FAILED - Static variable in class com.ibm.as400.access.Product
Constant indicating that a Restore Licensed Program (RSTLICPGM) command failed.
LOAD_STATE_INSTALLED_RESTORE_FAILED_EXIT_PROGRAM_FAILED - Static variable in class com.ibm.as400.access.Product
Constant indicating that a Restore Licensed Program (RSTLICPGM) command did not complete successfully.
LOAD_STATE_INSTALLED_RESTORE_IN_PROGRESS - Static variable in class com.ibm.as400.access.Product
Constant indicating that a Restore Licensed Program (RSTLICPGM) command is in progress.
LOAD_STATE_PACKAGED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load has been packaged with the Package Product Option (PKGPRDOPT) command or the Package Product Option (QSZPKGPO) API.
LOAD_STATE_PACKAGED_DAMAGED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load has been packaged with the Package Product Option (PKGPRDOPT) command or the Package Product Option (QSZPKGPO) API, but an object was found to be damaged the last time that the Check Product Option (CHKPRDOPT) command or Save Licensed Program (SAVLICPGM) command was used for this load.
LOAD_STATE_PACKAGED_DELETE_IN_PROGRESS - Static variable in class com.ibm.as400.access.Product
Constant indicating that a Delete Licensed Program (DLTLICPGM) command is in progress.
LOAD_STATE_PACKAGED_DELETED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load has been packaged with the Package Product Option (PKGPRDOPT) command or the Package Product Option (QSZPKGPO) API, but either an attempt was made to delete the product load using the Delete Licensed Program (DLTLICPGM) command and the attempt failed, or a packaged object was missing the last time the Check Product Option (CHKPRDOPT) command or Save Licensed Program (SAVLICPGM) command was used for this load.
LOAD_STATE_PACKAGED_RENAMED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load has been packaged with the Package Product Option (PKGPRDOPT) command or the Package Product Option (QSZPKGPO) API, but either a development library or folder was renamed when the product does not allow dynamic naming, or the product definition or product load for a packaged load was renamed or moved to another library.
LOAD_STATE_PACKAGED_RESTORE_FAILED - Static variable in class com.ibm.as400.access.Product
Constant indicating that a Restore Licensed Program (RSTLICPGM) command failed.
LOAD_STATE_PACKAGED_RESTORE_FAILED_EXIT_PROGRAM_FAILED - Static variable in class com.ibm.as400.access.Product
Constant indicating that a Restore Licensed Program (RSTLICPGM) command did not complete successfully.
LOAD_STATE_PACKAGED_RESTORE_IN_PROGRESS - Static variable in class com.ibm.as400.access.Product
Constant indicating that a Restore Licensed Program (RSTLICPGM) command is in progress.
LOAD_STATE_RESTORED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load was loaded on to the system by the Restore Licensed Program (RSTLICPGM) command.
LOAD_STATE_RESTORED_DAMAGED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load was installed by the Restore Licensed Program (RSTLICPGM) command, but an object is damaged.
LOAD_STATE_RESTORED_DELETED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load was installed by the Restore Licensed Program (RSTLICPGM) command, but either an object was found to be missing when the Check Product Option (CHKPRDOPT) command or the Save Licensed Program (SAVLICPGM) command was used, or an error occurred while the Delete Licensed Program (DLTLICPGM) command was being used.
LOAD_STATE_RESTORED_EXIT_PROGRAM_FAILED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load was loaded on to the system by the Restore Licensed Program (RSTLICPGM) command but a postoperation exit program failed.
LOAD_STATE_RESTORED_RENAMED - Static variable in class com.ibm.as400.access.Product
Constant indicating that an installed library or folder was renamed, but the product does not allow dynamic naming.
LOAD_TYPE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for load type.
LOAD_TYPE_CODE - Static variable in class com.ibm.as400.access.Product
Constant indicating a product load type of *CODE.
LOAD_TYPE_CODE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the load is a code load.
LOAD_TYPE_LANGUAGE - Static variable in class com.ibm.as400.access.Product
Constant indicating a product load type of *LNG.
LOAD_TYPE_LANGUAGE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the load is a language load.
loadFlashPage() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Loads the previously viewed page.
loadInformation() - Method in class com.ibm.as400.access.Job
Refreshes the values for all attributes.
loadInformation(int[]) - Method in class com.ibm.as400.access.Job
Refreshes the values for specific attributes.
loadInformation() - Method in class com.ibm.as400.access.SystemPool
Loads the system pool information.
loadPage() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Loads the current page for viewing.
loadStatistics() - Method in class com.ibm.as400.access.Job
Refreshes just the values for the elapsed statistics.
loadUserInformation() - Method in class com.ibm.as400.access.User
Refreshes the values for all attributes.
Lob - Class in com.ibm.as400.access.jdbcClient
 
Lob() - Constructor for class com.ibm.as400.access.jdbcClient.Lob
 
LOCAL_DATA_INDICATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for local data indicator.
LOCAL_DATA_INDICATOR_LOCAL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user was created on this system or if a remote user was created on this system.
LOCAL_DATA_INDICATOR_SHADOWED - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user was shadowed from another system.
LOCAL_OBJECT - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object's data is stored locally.
LocalDataArea - Class in com.ibm.as400.access
The LocalDataArea class represents a local data area on the system.
LocalDataArea() - Constructor for class com.ibm.as400.access.LocalDataArea
Constructs a LocalDataArea object.
LocalDataArea(AS400) - Constructor for class com.ibm.as400.access.LocalDataArea
Constructs a LocalDataArea object.
LocalDataAreaBeanInfo - Class in com.ibm.as400.access
The LocalDataAreaBeanInfo class provides bean information for the LocalDataArea class.
LocalDataAreaBeanInfo() - Constructor for class com.ibm.as400.access.LocalDataAreaBeanInfo
 
LOCALE_JOB_ATTRIBUTES - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for locale job attributes.
LOCALE_JOB_ATTRIBUTES_CCSID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the coded character set identifier is set from the locale path name at the time a job is started for this user profile.
LOCALE_JOB_ATTRIBUTES_DATE_FORMAT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the date format is set from the locale path name at the time a job is started for this user profile.
LOCALE_JOB_ATTRIBUTES_DATE_SEPARATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the date separator is set from the locale path name at the time a job is started for this user profile.
LOCALE_JOB_ATTRIBUTES_DECIMAL_FORMAT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the decimal format is set from the locale path name at the time a job is started for this user profile.
LOCALE_JOB_ATTRIBUTES_SORT_SEQUENCE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the sort sequence is set from the locale path name at the time a job is started for this user profile.
LOCALE_JOB_ATTRIBUTES_TIME_SEPARATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the time separator is set from the locale path name at the time a job is started for this user profile.
LOCALE_PATH_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for locale path name.
LOCALE_PATH_NAME_C - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the C locale path name.
LOCALE_PATH_NAME_POSIX - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating the POSIX locale path name.
localeCcsidMap_ - Static variable in class com.ibm.as400.access.ConversionMaps
 
localeNlvMap_ - Static variable in class com.ibm.as400.access.ConversionMaps
 
localeToCCSID(String) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess CCSID given a Java locale string.
localeToCCSID(Locale) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess CCSID given a Java Locale object.
localeToNLV(String) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess National Language Version (NLV) string given a Java locale string.
localeToNLV(Locale) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess National Language Version (NLV) string given a Java Locale object.
LOCATION - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by location.
LOCATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for location.
LOCATION_NAME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the location name portion of the unit of work ID.
LOCATION_NAME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for location name.
locatorsUpdateCopy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if updateable LOB methods update a copy of the LOB or if updates are made directly to the LOB.
locatorsUpdateCopy() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if updateable LOB methods update a copy of the LOB or if updates are made directly to the LOB.
lock(int) - Method in class com.ibm.as400.access.AS400File
Obtains a lock on the file.
lock(int) - Method in class com.ibm.as400.access.IFSFileInputStream
Deprecated.
Replaced by lock(long)
lock(long) - Method in class com.ibm.as400.access.IFSFileInputStream
Places a lock on the file at the current position for the specified number of bytes.
lock(int) - Method in class com.ibm.as400.access.IFSFileOutputStream
Deprecated.
Replaced by lock(long)
lock(long) - Method in class com.ibm.as400.access.IFSFileOutputStream
Places a lock on the file at the current position for the specified number of bytes.
lock(int, int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Deprecated.
Replaced by lock(long,long)
lock(long, long) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Places a lock on the file at the specified bytes.
LOCK_SCOPE_JOB - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock scope - indicates lock has job scope.
LOCK_SCOPE_LOCK_SPACE - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock scope - indicates lock has lock space scope.
LOCK_SCOPE_THREAD - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock scope - indicates lock has thread scope.
LOCK_SHARE_FILE_NOT_SHARED - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock share - the file is not shared, the file is a physical file, or the field is not applicable to object type.
LOCK_SHARE_FILE_SHARED - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock share - the file is shared.
LOCK_STATE_EXCLUSIVE_ALLOW_READ - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock state for the lock request.
LOCK_STATE_EXCLUSIVE_NO_READ - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock state for the lock request.
LOCK_STATE_NONE - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock state for the lock request.
LOCK_STATE_SHARED_NO_UPDATE - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock state for the lock request.
LOCK_STATE_SHARED_READ - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock state for the lock request.
LOCK_STATE_SHARED_UPDATE - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock state for the lock request.
LOCK_STATUS_JOB_THREAD_WAITING_SYNC - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock status - the job or thread is waiting for the lock (synchronous).
LOCK_STATUS_LOCK_HELD - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock status - the lock is currently held by the job or thread.
LOCK_STATUS_LOCK_REQUEST_OUTSTANDING_ASYNC - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock status - the job or thread has a lock request outstanding for the object (asynchronous).
LOCK_TYPE_ACCESS_PATH - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock type - lock on the access path used to access a member's data
LOCK_TYPE_DATA_WITHIN_MEMBER - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock type - lock on the actual data within the member.
LOCK_TYPE_MEMBER_CONTROL_BLOCK - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock type - lock on the member control block.
LOCK_TYPE_OBJECT - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Lock type - lock on the object
LOCK_VIOLATION - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that a lock violation has occurred.
lockBytes(int) - Method in class com.ibm.as400.access.IFSFileReader
Deprecated.
Replaced by lock(long)
lockBytes(long) - Method in class com.ibm.as400.access.IFSFileReader
Places a lock on the file at the current position for the specified number of bytes.
lockBytes(int) - Method in class com.ibm.as400.access.IFSFileWriter
Deprecated.
Replaced by lock(long)
lockBytes(long) - Method in class com.ibm.as400.access.IFSFileWriter
Places a lock on the file at the current position for the specified number of bytes.
log(String) - Method in class com.ibm.as400.access.EventLog
Logs a message to the event log.
log(String, Throwable) - Method in class com.ibm.as400.access.EventLog
Logs an exception and message to the event log.
Log - Interface in com.ibm.as400.access
The Log interface defines a mechanism for exception and message logging in a device-independent manner.
log(String) - Method in interface com.ibm.as400.access.Log
Logs a message.
log(String, Throwable) - Method in interface com.ibm.as400.access.Log
Logs an exception and message.
log(int, String) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category.
log(int, Object, String) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category.
log(Object, int, String) - Static method in class com.ibm.as400.access.Trace
Logs a message for the specified component for the specified category.
log(Object, int, Object, String) - Static method in class com.ibm.as400.access.Trace
Logs a message for the specified component for the specified category.
log(int, String, Throwable) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category.
log(int, Object, String, Throwable) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category.
log(Object, int, String, Throwable) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category for the specified component.
log(int, Throwable) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category.
log(Object, int, Throwable) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category for the specified component.
log(int, String, int) - Static method in class com.ibm.as400.access.Trace
Logs a message and an integer value in the specified category.
log(int, Object, String, int) - Static method in class com.ibm.as400.access.Trace
Logs a message and an integer value in the specified category.
log(int, String, String) - Static method in class com.ibm.as400.access.Trace
Logs a message and a String value in the specified category.
log(Object, int, String, int) - Static method in class com.ibm.as400.access.Trace
Logs a message and an integer value in the specified category for the specified component.
log(int, String, boolean) - Static method in class com.ibm.as400.access.Trace
Logs a message and a boolean value in the specified category.
log(int, Object, String, boolean) - Static method in class com.ibm.as400.access.Trace
Logs a message and a boolean value in the specified category.
log(Object, int, String, boolean) - Static method in class com.ibm.as400.access.Trace
Logs a message and a boolean value in the specified category for the specified component.
log(int, String, byte[]) - Static method in class com.ibm.as400.access.Trace
Logs a message and byte data in the specified category.
log(int, Object, String, byte[]) - Static method in class com.ibm.as400.access.Trace
Logs a message and byte data in the specified category.
log(Object, int, String, byte[]) - Static method in class com.ibm.as400.access.Trace
Logs a message and byte data in the specified category for the specified component.
log(int, String, byte[], int, int) - Static method in class com.ibm.as400.access.Trace
Logs a message and byte data in the specified category.
log(Object, int, String, byte[], int, int) - Static method in class com.ibm.as400.access.Trace
Logs a message and byte data in the specified category for the specified component.
log(String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Log a message to the event log.
log(Exception, String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Log an exception and message to the event log.
log(String) - Method in class com.ibm.as400.util.servlet.ServletEventLog
Logs a message to the event log.
log(String, Throwable) - Method in class com.ibm.as400.util.servlet.ServletEventLog
Logs an exception and message to the event log.
LOG_CL_PROGRAMS - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether or not commands are logged for CL programs that are run.
LOG_CL_PROGRAMS - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for logging CL programs.
LOG_CL_PROGRAMS_NO - Static variable in class com.ibm.as400.access.Job
Constant indicating that commands are not logged for CL programs that are run.
LOG_CL_PROGRAMS_YES - Static variable in class com.ibm.as400.access.Job
Constant indicating that commands are logged for CL programs that are run.
logError(Object) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Replaced by com.ibm.as400.access.Trace.log(int category, String message).
logError(Object, Throwable) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Replaced by com.ibm.as400.access.Trace.log(int category, String message, Throwable e).
LOGGER_NAME - Static variable in class com.ibm.as400.access.Trace
Name of the instance of java.util.logging.Logger that the Toolbox uses.
LOGGING_CL_PROGRAMS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the logging of CL programs .
LOGGING_LEVEL - Static variable in class com.ibm.as400.access.Job
Job attribute representing what type of information is logged.
LOGGING_LEVEL - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for logging level.
LOGGING_LEVEL_ALL_REQUESTS_AND_ASSOCIATED_MESSAGES - Static variable in class com.ibm.as400.access.Job
Constant indicating that the following information is logged: Logging level 1 and 2 information is logged.
LOGGING_LEVEL_ALL_REQUESTS_AND_ASSOCIATED_MESSAGES - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that all requests or commands from CL programs and all messages associated with those requests or commands that have a severity code greater than or equal to the logging severity are logged.
LOGGING_LEVEL_ALL_REQUESTS_AND_MESSAGES - Static variable in class com.ibm.as400.access.Job
Constant indicating that the following information is logged: All request messages and all messages with a severity greater than or equal to the message logging severity, including trace messages.
LOGGING_LEVEL_ALL_REQUESTS_AND_MESSAGES - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that all requests or commands from CL programs and all messages with a severity code greater than or equal to the logging severity are logged.
LOGGING_LEVEL_MESSAGES_BY_SEVERITY - Static variable in class com.ibm.as400.access.Job
Constant indicating that all messages sent to the job's external message queue with a severity greater than or equal to the message logging severity are logged.
LOGGING_LEVEL_MESSAGES_BY_SEVERITY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that all messages sent to the job's external message queue with a severity greater than or equal to the message logging severity are logged.
LOGGING_LEVEL_NONE - Static variable in class com.ibm.as400.access.Job
Constant indicating that no messages are logged.
LOGGING_LEVEL_NONE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that no messages are logged.
LOGGING_LEVEL_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the logging level.
LOGGING_LEVEL_REQUESTS_BY_SEVERITY_AND_ASSOCIATED_MESSAGES - Static variable in class com.ibm.as400.access.Job
Constant indicating that the following information is logged: Logging level 1 information.
LOGGING_LEVEL_REQUESTS_BY_SEVERITY_AND_ASSOCIATED_MESSAGES - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that requests or commands from CL programs for which the system issues messages with a severity code greater than or equal to the logging severity and all messages associated with those requests or commands that have a severity code greater than or equal to the logging severity are logged.
LOGGING_SEVERITY - Static variable in class com.ibm.as400.access.Job
Job attribute representing the severity level that is used in conjunction with the logging level to determine which error messages are logged in the job log.
LOGGING_SEVERITY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for logging severity.
LOGGING_SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the logging severity.
LOGGING_TEXT - Static variable in class com.ibm.as400.access.Job
Job attribute representing the level of message text that is written in the job log when a message is logged according to the LOGGING_LEVEL and LOGGING_SEVERITY.
LOGGING_TEXT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for logging text.
LOGGING_TEXT_MESSAGE - Static variable in class com.ibm.as400.access.Job
Constant indicating that only the message text is written to the job log.
LOGGING_TEXT_MESSAGE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that only the message is written to the job log.
LOGGING_TEXT_NO_LIST - Static variable in class com.ibm.as400.access.Job
Constant indicating that if the job ends normally, no job log is produced.
LOGGING_TEXT_NO_LIST - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that if the job ends normally, there is no job log.
LOGGING_TEXT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the logging text.
LOGGING_TEXT_SECLVL - Static variable in class com.ibm.as400.access.Job
Constant indicating that both the message text and the message help (cause and recovery) of the error message are written to the job log.
LOGGING_TEXT_SECLVL - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that both the message and the message help for the error message are written to the job log.
LOGICAL_FILE - Static variable in class com.ibm.as400.access.MemberDescription
Whether the database file is a logical or physical file (true = logical file, false = physical file).
LogicalDataArea - Class in com.ibm.as400.access
The LogicalDataArea class represents a logical data area on the system.
LogicalDataArea() - Constructor for class com.ibm.as400.access.LogicalDataArea
Constructs a LogicalDataArea object.
LogicalDataArea(AS400, String) - Constructor for class com.ibm.as400.access.LogicalDataArea
Constructs a LogicalDataArea object.
LogicalDataAreaBeanInfo - Class in com.ibm.as400.access
The LogicalDataAreaBeanInfo class provides bean information for the LogicalDataArea class.
LogicalDataAreaBeanInfo() - Constructor for class com.ibm.as400.access.LogicalDataAreaBeanInfo
 
LOGON_SUPPORT - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "logon support".
LOGON_SUPPORT_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "logon support (pending)".
LONG_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Long data type.
longRecordNumber - Variable in class com.ibm.as400.access.AS400File
 
longToByteArray(long, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified long into IBM i format in the specified byte array.
longToByteArray(long) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified long into IBM i format in a byte array.
longToByteArray(long) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified long value into 8 bytes.
longToByteArray(long, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified long value into 8 bytes.
longToZonedDecimal(long, byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
The scale is 0, and 0 < numDigits <= 20.
LONGVARCHAR - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
LONGVARCHAR_456 - Static variable in class com.ibm.as400.access.SQLNativeType
 
LONGVARGRAPHIC - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
LONGVARGRAPHIC_472 - Static variable in class com.ibm.as400.access.SQLNativeType
 
LOWER_CASE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Lower-case letter ordered labeling scheme.
ls() - Method in class com.ibm.as400.access.AS400FTP
Lists the contents of the current working directory.
ls(String) - Method in class com.ibm.as400.access.AS400FTP
Lists the contents of the current directory.
ls() - Method in class com.ibm.as400.access.FTP
Lists the contents of the current working directory.
ls(String) - Method in class com.ibm.as400.access.FTP
Lists the contents of the current working directory.
ltop(Object, AS400) - Method in class com.ibm.as400.resource.AbstractValueMap
Deprecated.
Maps from a logical value to a physical value.
ltop(Object) - Method in class com.ibm.as400.resource.AbstractValueMap
Deprecated.
Maps from a logical value to a physical value.
ltop(Object) - Method in class com.ibm.as400.resource.BooleanValueMap
Deprecated.
Maps from a logical value to a physical value.
ltop(Object, AS400) - Method in class com.ibm.as400.resource.IntegerValueMap
Deprecated.
Maps from a logical value to a physical value.
ltop(Object, AS400) - Method in interface com.ibm.as400.resource.ValueMap
Deprecated.
Maps from a logical value to a physical value.
LTR - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Left to Right text interpretation direction.

M

MAIL_NOTIFICATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for mail notification.
MAIL_NOTIFICATION_ALL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user is notified of the arrival of all types of mail.
MAIL_NOTIFICATION_NONE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user is not notified of the arrival of mail.
MAIL_NOTIFICATION_SPECIFIC - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user is notified of the arrival of specific types of mail.
MAILING_ADDRESS_LINE_1 - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for mailing address line 1.
MAILING_ADDRESS_LINE_2 - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for mailing address line 2.
MAILING_ADDRESS_LINE_3 - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for mailing address line 3.
MAILING_ADDRESS_LINE_4 - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for mailing address line 4.
main(String[]) - Static method in class com.ibm.as400.access.GenerateConverterTable
 
Main - Class in com.ibm.as400.access.jdbcClient
Main class for the jdbcClient program.
Main(String, String, String) - Constructor for class com.ibm.as400.access.jdbcClient.Main
 
Main(Main, String, PrintStream) - Constructor for class com.ibm.as400.access.jdbcClient.Main
 
main(String[]) - Static method in class com.ibm.as400.access.jdbcClient.Main
 
main(String[]) - Static method in class com.ibm.as400.access.ProxyServer
Runs the proxy server as an application.
main(String[]) - Static method in class com.ibm.as400.access.Trace
Update trace parameters.
main(String[]) - Static method in class com.ibm.as400.data.ProgramCallDocument
Provides a command line interface to ProgramCallDocument.
main(String[]) - Static method in class com.ibm.as400.data.RecordFormatDocument
Provides a command line interface to RecordFormatDocument.
main(String[]) - Static method in class com.ibm.as400.micro.MEServer
Runs the MEServer as an application.
main(String[]) - Static method in class com.ibm.as400.util.AboutToolbox
 
main(String[]) - Static method in class com.ibm.as400.util.CommandHelpRetriever
Performs the actions specified in the invocation arguments.
main(String[]) - Static method in class com.ibm.as400.util.commtrace.CommTrace
Called by the JVM to start the CommTrace Utility.
main(String[]) - Static method in class com.ibm.as400.util.commtrace.Format
Called by the JVM to Format a file.
main(String[]) - Static method in class com.ibm.as400.util.JPing
Run JPing.
main(String[]) - Static method in class com.ibm.as400.util.UpdateACSJar
 
main(String[]) - Static method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.AccessIfsFile
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.AccessIfsFileSSL
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.CallCommand
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.CallCommandSSL
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.CallCreateUserSpace
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.CallCreateUserSpaceSSL
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.CallRetrieveAuthorizedUsers
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.CallRetrieveJournalEntries
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.DDMRead
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.DDMReadSSL
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.RunSql
 
main(String[]) - Static method in class com.ibm.jtopenlite.samples.RunSqlSSL
 
main(String[]) - Static method in class utilities.AboutToolbox
Deprecated.
 
main(String[]) - Static method in class utilities.AS400ToolboxInstaller
Deprecated.
Performs the actions specified in the invocation arguments.
main(String[]) - Static method in class utilities.AS400ToolboxJarMaker
Deprecated.
Performs the actions specified in the invocation arguments.
main(String[]) - Static method in class utilities.JarMaker
Deprecated.
Performs the actions specified in the invocation arguments.
main(String[]) - Static method in class utilities.JPing
Deprecated.
Run JPing.
main(String[]) - Static method in class utilities.RunJavaApplication
Deprecated.
Runs Java programs on the IBM i system's JVM.
main(String[]) - Static method in class utilities.ToolboxJarMaker
Deprecated.
Performs the actions specified in the invocation arguments.
main(String[]) - Static method in class utilities.VRunJavaApplication
Deprecated.
Starts the utility.
MAINTENANCE_THREAD_RUN - Static variable in class com.ibm.as400.access.ConnectionPoolEvent
Event ID indicating that the maintenance thread is running.
maintenanceThreadRun(ConnectionPoolEvent) - Method in interface com.ibm.as400.access.ConnectionPoolListener
Invoked when the maintenance thread runs.
MAJOR_VERSION - Static variable in interface com.ibm.as400.access.Copyright
 
MAJOR_VERSION_ - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
makeArray(Object, String) - Method in class com.ibm.as400.access.jdbcClient.Main
 
makeGeneratedKeySelectStatement(String, int[], String[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
makeGeneratedKeySelectStatement(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
makeGeneratedKeySelectStatement(String, int[], String[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
makeGeneratedKeySelectStatement(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
makeJar(File) - Method in class utilities.JarMaker
Deprecated.
Generates a smaller JAR or ZIP file, containing only the desired entries and their dependencies.
makeJar(File, File) - Method in class utilities.JarMaker
Deprecated.
Generates a smaller JAR or ZIP file, containing only the desired entries and their dependencies.
makeVisible(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Makes the object visible in the tree by expanding its parent objects as needed.
makeVisible(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Makes the object visible in the tree by expanding its parent objects as needed.
MANAGER_CODE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for manager code.
MANY_PARSE_ERRORS - Static variable in class com.ibm.as400.data.DAMRI
 
mark(int) - Method in class com.ibm.as400.access.PrintObjectInputStream
Marks the current position in the input stream.
mark(int) - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Marks the current position of the current page of the input stream.
markCursorsClosed(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Marks all of the cursors as closed.
markCursorsClosed(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
markStatementsClosed() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
markStatementsClosed() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
markSupported() - Method in class com.ibm.as400.access.ConvTableReader
ConvTableReader does not support the mark() operation.
markSupported() - Method in class com.ibm.as400.access.IFSFileReader
IFSFileReader does not support the mark() operation.
markSupported() - Method in class com.ibm.as400.access.PrintObjectInputStream
Returns a boolean indicating whether this stream type supports mark/reset.
markSupported() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Returns a boolean indicating whether this stream type supports mark and reset.
markSupported() - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Returns a boolean indicating whether this stream type supports mark and reset.
matches(byte[], int, int) - Method in class com.ibm.jtopenlite.ByteArrayKey
 
MAX_BUFFER_SIZE - Static variable in class com.ibm.as400.access.AS400CertificateUtil
Maximum buffer size in kilobytes.
MAX_CONNECTIONS_REACHED - Static variable in exception com.ibm.as400.access.ConnectionPoolException
The return code indicating that max connection limit has been reached.
MAX_CPU_TIME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the maximum processing unit time (in milliseconds) that the job can use.
MAX_CPU_TIME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for maximum CPU time.
MAX_STORAGE_LIMIT - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
The maximum storage space in megabytes, that can be used to execute a query.
MAX_STORAGE_LIMIT - Static variable in class com.ibm.as400.access.AS400JDBCManagedDataSource
The maximum storage space that can be used to execute a query.
MAX_TEMP_STORAGE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the maximum amount of auxiliary storage (in kilobytes) that the job can use.
MAX_TEMP_STORAGE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for maximum temporary storage.
MAX_TEMP_STORAGE_LARGE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the maximum amount of auxiliary storage (in megabytes) that the job can use.
MAX_THREADS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the maximum number of threads that a job can run with at any time.
MAX_USER_DATA_LENGTH - Static variable in class com.ibm.as400.access.ClusteredHashTableEntry
Maximum amount of user data that can be stored in a clustered hash table entry.
MAX_VALUE - Static variable in class com.ibm.as400.access.AS400Time
The maximum value representable by this date type.
MAXIMUM_ALLOWED_STORAGE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for maximum allowed storage.
MAXIMUM_NUMBER_OF_INCREMENTS - Static variable in class com.ibm.as400.access.MemberDescription
The maximum number of increments automatically added to the member size.
MAXIMUM_PERCENT_DELETED_RECORDS_ALLOWED - Static variable in class com.ibm.as400.access.MemberDescription
The maximum allowed percentage of deleted records for each member in the physical file.
MAXIMUM_USERS - Static variable in class com.ibm.as400.access.NetServerFileShare
Deprecated.
Attribute ID for "maximum users".
maxLength_ - Variable in class com.ibm.as400.access.AS400JDBCClob
 
maxLength_ - Variable in class com.ibm.as400.access.AS400JDBCClobLocator
 
ME_SERVER_ALREADY_STARTED - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the MEServer has already been started.
ME_SERVER_NOT_STARTED - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the MEServer has not been started.
MEException - Exception in com.ibm.as400.micro
The MEException class represents an exception that indicates an error occured while processing the ToolboxME for i5/OS request.
MEMBER - Static variable in class com.ibm.as400.access.UserList
Selection value indicating that the list contains only user profiles that are members of a specified group.
MEMBER - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection value indicating that the list contains only user profiles that are members of a specified group.
MEMBER_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the length of the member name is not valid.
MEMBER_NAME - Static variable in class com.ibm.as400.access.MemberDescription
The name of a member found in the database file.
MEMBER_TEXT_DESCRIPTION - Static variable in class com.ibm.as400.access.MemberDescription
Description of the member found in the database file.
MEMBER_TEXT_DESCRIPTION_CCSID - Static variable in class com.ibm.as400.access.MemberDescription
The CCSID for the member text description.
MEMBER_WITHOUT_FILE - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the path name represents an object of type .MBR, but does not contain a valid .FILE specification.
MemberDescription - Class in com.ibm.as400.access
Represents a database file member and its attributes.
MemberDescription(AS400, String) - Constructor for class com.ibm.as400.access.MemberDescription
Constructs an MemberDescription.
MemberDescription(AS400, QSYSObjectPathName) - Constructor for class com.ibm.as400.access.MemberDescription
Constructs a MemberDescription object.
MemberDescription(AS400, String, String, String) - Constructor for class com.ibm.as400.access.MemberDescription
Constructs a MemberDescription object.
MemberList - Class in com.ibm.as400.access
Represents a list of database file members.
MemberList(AS400File) - Constructor for class com.ibm.as400.access.MemberList
Constructs a MemberList object.
MemberList(AS400, QSYSObjectPathName) - Constructor for class com.ibm.as400.access.MemberList
Constructs a MemberList object.
MemberList(AS400, String, String) - Constructor for class com.ibm.as400.access.MemberList
Constructs a MemberList object.
MEMORY_POOL - Static variable in class com.ibm.as400.access.Job
Job attribute representing the name of the memory pool in which the job started running.
MEMORY_POOL_BASE - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job is running in the base system pool, which can be shared with other subsystems.
MEMORY_POOL_INTERACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job is running in the shared pool used for interactive work.
MEMORY_POOL_MACHINE - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job is running in the machine pool.
MEMORY_POOL_SPOOL - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job is running in the shared pool for spooled writers.
memoryPool(String, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
MEServer - Class in com.ibm.as400.micro
The MEServer class is used to fulfill requests from programs that are using the ToolboxME for i5/OS jar file.
MESSAGE - Static variable in class com.ibm.as400.access.JobLog
 
Message - Class in com.ibm.as400.util.commtrace
An ICMPv6 Message Header.
Message - Class in com.ibm.jtopenlite
Represents a IBM i message.
Message(String, String) - Constructor for class com.ibm.jtopenlite.Message
Constructs a new message with the provided ID and message text.
Message(String, String, int) - Constructor for class com.ibm.jtopenlite.Message
Constructs a new message with the provided ID, message text, and severity.
MESSAGE - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Message Queue component.
MESSAGE - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Message Queue component.
MESSAGE_FILE - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for message file.
MESSAGE_FILE_LIBRARY_USED - Static variable in class com.ibm.as400.access.JobLog
 
MESSAGE_HELP - Static variable in class com.ibm.as400.access.JobLog
 
MESSAGE_HELP - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for message help.
MESSAGE_HELP_WITH_FORMATTING_CHARACTERS - Static variable in class com.ibm.as400.access.JobLog
 
MESSAGE_HELP_WITH_REPLACEMENT_DATA - Static variable in class com.ibm.as400.access.JobLog
 
MESSAGE_HELP_WITH_REPLACEMENT_DATA_AND_FORMATTING_CHARACTERS - Static variable in class com.ibm.as400.access.JobLog
 
MESSAGE_ID - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for message ID.
MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for message key.
MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for message key.
MESSAGE_NOTIFICATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for message notification.
MESSAGE_OPTION - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for message option.
MESSAGE_OPTION_ALL - Static variable in class com.ibm.as400.access.AS400Message
Constant for the option indicating all the messages should be returned.
MESSAGE_OPTION_INFO - Static variable in class com.ibm.as400.access.ISeriesPrinter
Message option constant indicating that an informational message is sent to the message queue.
MESSAGE_OPTION_INFORMATIONAL_MESSAGE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that an informational message is sent to the message queue when this form is finished.
MESSAGE_OPTION_INQUIRY - Static variable in class com.ibm.as400.access.ISeriesPrinter
Message option constant indicating that an inquiry message is sent to the message queue.
MESSAGE_OPTION_INQUIRY_MESSAGE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that an inquiry message is sent to the message queue when this form is finished.
MESSAGE_OPTION_MESSAGE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that a message is sent to the message queue when this form is finished.
MESSAGE_OPTION_NO_MESSAGE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that no message is sent to the message queue when this form is finished.
MESSAGE_OPTION_NONE - Static variable in class com.ibm.as400.access.AS400Message
Constant for the option indicating that no messages should be returned.
MESSAGE_OPTION_NONE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Message option constant indicating that no message is sent to the message queue.
MESSAGE_OPTION_STANDARD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Message option constant indicating that a message is sent to the message queue.
MESSAGE_OPTION_UP_TO_10 - Static variable in class com.ibm.as400.access.AS400Message
Constant for the option indicating up to ten messages sent to the caller should be returned.
MESSAGE_QUEUE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for message queue.
MESSAGE_QUEUE - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for message queue.
MESSAGE_QUEUE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for message queue.
MESSAGE_QUEUE_ACTION - Static variable in class com.ibm.as400.access.Job
Job attribute representing the action to take when the message queue is full.
MESSAGE_QUEUE_ACTION - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for message queue action.
MESSAGE_QUEUE_ACTION_NO_WRAP - Static variable in class com.ibm.as400.access.Job
Constant indicating that when the job message queue is full, do not wrap.
MESSAGE_QUEUE_ACTION_NO_WRAP - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the message queue does not wrap.
MESSAGE_QUEUE_ACTION_PRINT_WRAP - Static variable in class com.ibm.as400.access.Job
Constant indicating that when the job message queue is full, wrap the message queue and print the messages that are being overlaid because of the wrapping.
MESSAGE_QUEUE_ACTION_PRINT_WRAP - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the message queue wraps and prints the messages that are being overlaid because of the wrapping.
MESSAGE_QUEUE_ACTION_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the value specified for the QJOBMSGQFL system value is used.
MESSAGE_QUEUE_ACTION_WRAP - Static variable in class com.ibm.as400.access.Job
Constant indicating that when the job message queue is full, wrap to the beginning and start filling again.
MESSAGE_QUEUE_ACTION_WRAP - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the message queue wraps to the beginning and starts filling again when the message queue is full.
MESSAGE_QUEUE_DELIVERY_METHOD - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for message queue delivery method.
MESSAGE_QUEUE_DELIVERY_METHOD_BREAK - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the job to which the message queue is assigned is interrupted when a message arrives on the message queue.
MESSAGE_QUEUE_DELIVERY_METHOD_DEFAULT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that messages requiring replies are answered with their default reply.
MESSAGE_QUEUE_DELIVERY_METHOD_HOLD - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the messages are held in the message queue until they are requested by the user or program.
MESSAGE_QUEUE_DELIVERY_METHOD_NOTIFY - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the job to which the message queue is assigned is notified when a message arrives on the message queue.
MESSAGE_QUEUE_MAX_SIZE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the maximum size (in megabytes) that the job message queue can become.
MESSAGE_QUEUE_MAX_SIZE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for message queue maximum size.
MESSAGE_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the message queue.
MESSAGE_QUEUE_SEVERITY - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for message queue severity.
MESSAGE_REPLY - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether the job is waiting for a reply to a specific message.
MESSAGE_REPLY_NOT_IN_MESSAGE_WAIT - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job currently is not in message wait status.
MESSAGE_REPLY_NOT_WAITING - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is not waiting for a reply to a message.
MESSAGE_REPLY_WAITING - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is waiting for a reply to a message.
MESSAGE_SEVERITY - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for message severity.
MESSAGE_TEXT - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for message text.
MESSAGE_TYPE - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for message type.
MESSAGE_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Message Queue component.
MESSAGE_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Message Queue component.
MESSAGE_WITH_REPLACEMENT_DATA - Static variable in class com.ibm.as400.access.JobLog
 
MessageException - Exception in com.ibm.jtopenlite
Represents an IOException that includes one or more Messages as part of its exception text.
MessageException(String, Message[]) - Constructor for exception com.ibm.jtopenlite.MessageException
Constructs a MessageException with the specified preamble and messages.
MessageException(String, List<Message>) - Constructor for exception com.ibm.jtopenlite.MessageException
 
MessageException(Message[]) - Constructor for exception com.ibm.jtopenlite.MessageException
Constructs a MessageException with no preamble.
MessageException(List<Message>) - Constructor for exception com.ibm.jtopenlite.MessageException
 
MessageFile - Class in com.ibm.as400.access
Represents a message file object on the system.
MessageFile() - Constructor for class com.ibm.as400.access.MessageFile
Constructs a MessageFile object.
MessageFile(AS400) - Constructor for class com.ibm.as400.access.MessageFile
Constructs a MessageFile object.
MessageFile(AS400, String) - Constructor for class com.ibm.as400.access.MessageFile
Constructs a MessageFile object.
MessageFileBeanInfo - Class in com.ibm.as400.access
Provides bean information for the MessageFile class.
MessageFileBeanInfo() - Constructor for class com.ibm.as400.access.MessageFileBeanInfo
 
MessageInfo - Class in com.ibm.jtopenlite.components
Represents message information returned by the ListQSYSOPRMessages class.
MessageInfoListener - Interface in com.ibm.jtopenlite.components
Order of operations: totalRecords() start loop newMessageInfo() replyStatus() and/or messageText() end loop
MessageQueue - Class in com.ibm.as400.access
Represents a message queue object on the system.
MessageQueue() - Constructor for class com.ibm.as400.access.MessageQueue
Constructs a MessageQueue object.
MessageQueue(AS400) - Constructor for class com.ibm.as400.access.MessageQueue
Constructs a MessageQueue object.
MessageQueue(AS400, String) - Constructor for class com.ibm.as400.access.MessageQueue
Constructs a MessageQueue object.
MessageQueueBeanInfo - Class in com.ibm.as400.access
Provides bean information for the MessageQueue class.
MessageQueueBeanInfo() - Constructor for class com.ibm.as400.access.MessageQueueBeanInfo
 
MESSAGES_NEED_REPLY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to messages that need a reply.
MESSAGES_NEED_REPLY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to messages that need a reply.
MESSAGES_NO_NEED_REPLY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to messages that do not need a reply.
MESSAGES_NO_NEED_REPLY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to messages that do not need a reply.
MESSAGES_RETURNED - Static variable in exception com.ibm.as400.resource.ResourceException
Deprecated.
The return code indicating that AS400Message's were returned.
messageText(String, int) - Method in interface com.ibm.jtopenlite.components.MessageInfoListener
 
meta_data_reordering(String, int, int) - Static method in class com.ibm.as400.access.AS400BidiTransform
 
METHOD_GET - Static variable in class com.ibm.as400.util.html.HTMLForm
HTTP GET Method for sending form contents to the server.
METHOD_POST - Static variable in class com.ibm.as400.util.html.HTMLForm
HTTP POST Method for sending form contents to the server.
MIDDLE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical middle alignment.
MIDDLE_NAME - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by middle name.
MIDDLE_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for middle name.
MIN_BUFFER_SIZE - Static variable in class com.ibm.as400.access.AS400CertificateUtil
Minimum buffer size in kilobytes.
MIN_VALUE - Static variable in class com.ibm.as400.access.AS400Time
The minimum value representable by this date type.
MINIMUM_BASE_VRM - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for minimum base VRM.
MINIMUM_BASE_VRM_MATCH - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating the release of the option matches that of the base.
MINIMUM_TARGET_RELEASE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for minimum target release.
MINOR_VERSION - Static variable in interface com.ibm.as400.access.Copyright
 
MINOR_VERSION_ - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
MISMATCH_RELEASE_REQUEST_HANDLE - Static variable in exception com.ibm.as400.access.LicenseException
MISMATCH_RELEASE_REQUEST_HANDLE - Return code from the Central server when the handle used to attempt to release a license is not the handle that the under which the request license was issued.
MISSING_KEY - Static variable in class com.ibm.as400.data.DAMRI
 
MIXED_BYTE_FROM_CCSID - Static variable in class com.ibm.as400.access.NLSTableDownload
 
mkdir() - Method in class com.ibm.as400.access.IFSFile
Creates an integrated file system directory whose path name is specified by this object.
mkdir() - Method in class com.ibm.as400.access.IFSJavaFile
Creates a directory whose path name is specified by this IFSJavaFile.
mkdirs() - Method in class com.ibm.as400.access.IFSFile
Creates an integrated file system directory whose path name is specified by this object.
mkdirs() - Method in class com.ibm.as400.access.IFSJavaFile
Creates a directory whose path name is specified by this IFSJavaFile, including any necessary parent directories.
MLMessage - Class in com.ibm.as400.util.commtrace
A Multicast Listener Message Header.
MLTLSTDNE - Static variable in class com.ibm.as400.util.commtrace.Message
A Multicast Listener Done Message
MLTLSTQRY - Static variable in class com.ibm.as400.util.commtrace.Message
A Multicast Listener Query Message
MLTLSTRPT - Static variable in class com.ibm.as400.util.commtrace.Message
A Multicast Listener Report Message
MODE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the mode name of the advanced program-to-program communications (APPC) device that started the job.
MODE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for mode.
MODE_ALL - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command will run in all modes.
MODE_DEBUG - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command will run in debug mode of the operating environment.
MODE_NAME_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the mode name.
MODE_PRODUCTION - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command will run in production mode of the operating environment.
MODE_SERVICE - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command will run in service mode of the operating environment.
MODIFIED_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VIFSConstants
Deprecated.
Property identifier for the modified time.
modifySQL(Connection, String) - Method in interface com.ibm.as400.access.AS400JDBCStatementListener
Gives the listener an opportunity to modify the SQL statement before it is executed.
mount(String) - Method in class com.ibm.as400.access.UDFS
Makes the objects in a file system accessible to the integrated file system name space.
mount(String, boolean, boolean) - Method in class com.ibm.as400.access.UDFS
Makes the objects in a file system accessible to the integrated file system name space.
move(SpooledFile) - Method in class com.ibm.as400.access.SpooledFile
Moves the spooled file to another output queue or to another position on the same output queue.
move(OutputQueue) - Method in class com.ibm.as400.access.SpooledFile
Moves the spooled file to another output queue.
moveColumn(int, int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Moves the column and heading at columnIndex to newIndex.
moveToCurrentRow() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor to the current row.
moveToCurrentRow() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor to the current row.
moveToCurrentRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor to the current row.
moveToCurrentRow() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
moveToInsertRow() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor to the insert row.
moveToInsertRow() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor to the insert row.
moveToInsertRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor to the insert row.
moveToInsertRow() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
moveToTop() - Method in class com.ibm.as400.access.SpooledFile
Moves the spooled file to the first position on the output queue.
MRI - Class in com.ibm.as400.access
Locale-specific objects for the IBM Toolbox for Java.
MRI() - Constructor for class com.ibm.as400.access.MRI
 
MRI2 - Class in com.ibm.as400.access
Locale-specific objects for the IBM Toolbox for Java.
MRI2() - Constructor for class com.ibm.as400.access.MRI2
 
MSG_AUTH_NEGOTIATED - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the "message authentication" attribute, indicating that the system supports message authentication, and message authentication is negotiated between the client and the system.
MSG_AUTH_NOT_SUPPORTED - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the "message authentication" attribute, indicating that the system does not support message authentication.
MSG_AUTH_REQUIRED - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the "message authentication" attribute, indicating that the system requires message authentication for all connections.
MSGUNK - Static variable in class com.ibm.as400.util.commtrace.Message
A Unknown Message
MTU - Class in com.ibm.as400.util.commtrace
A MTU Header.
MTU - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery MTU Header
MULTI_ARRAY_NOT_SUPPORTED - Static variable in class com.ibm.as400.data.DAMRI
 
MulticastListenerDone - Class in com.ibm.as400.util.commtrace
A Mulitcast Listener Done Header.
MulticastListenerQuery - Class in com.ibm.as400.util.commtrace
A Multicast Listener Query Header.
MulticastListenerReport - Class in com.ibm.as400.util.commtrace
A Mulitcast Listener Report Header.
MULTIPLE_DEFINE - Static variable in class com.ibm.as400.data.DAMRI
 

N

NAME - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by spooled file name.
NAME - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "name".
NAME - Static variable in class com.ibm.as400.access.NetServerConnection
Deprecated.
Attribute ID for "connection name".
NAME - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the name of the object.
NAME - Static variable in class com.ibm.as400.resource.Presentation
Deprecated.
Constant indicating the presentation key for abbreviated name.
NAME - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for name.
NAME_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "name (pending)".
NAME_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VObject
Deprecated.
Property identifier for the name.
NATIVE_ARRAY - Static variable in class com.ibm.as400.access.SQLNativeType
 
NativeErrorCode0100Exception - Exception in com.ibm.as400.access
This class represents an error obtained via an format ERRC0100 errorcode from an OS/400 api.
NativeErrorCode0100Exception(byte[]) - Constructor for exception com.ibm.as400.access.NativeErrorCode0100Exception
 
NativeMethods - Class in com.ibm.as400.access
 
NativeMethods() - Constructor for class com.ibm.as400.access.NativeMethods
 
nativeSQL(String) - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the native form of an SQL statement without executing it.
nativeSQL(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the native form of an SQL statement without executing it.
nativeSQL(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the native form of an SQL statement without executing it.
nativeSQL(AS400JDBCConnection, String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
nativeSQL(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
nativeSQL(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
NDOption - Class in com.ibm.as400.util.commtrace
An ICMPv6 Neighbor Discovery Header.
NeighborAdvertisement - Class in com.ibm.as400.util.commtrace
A Neighbor Advertisement Header.
NeighborSolicitation - Class in com.ibm.as400.util.commtrace
A Neighbor Solicitation Header.
NetServer - Class in com.ibm.as400.access
Deprecated.
This class has been replaced by ISeriesNetServer and may be removed in a future release.
NetServer() - Constructor for class com.ibm.as400.access.NetServer
Deprecated.
Constructs a NetServer object.
NetServer(AS400) - Constructor for class com.ibm.as400.access.NetServer
Deprecated.
Constructs a NetServer object.
NETSERVER - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the NetServer component.
NETSERVER - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the NetServer component.
NetServerBeanInfo - Class in com.ibm.as400.access
Deprecated.
This class may be removed in a future release.
NetServerBeanInfo() - Constructor for class com.ibm.as400.access.NetServerBeanInfo
Deprecated.
 
NetServerConnection - Class in com.ibm.as400.access
Deprecated.
This class has been replaced by the ISeriesNetServerConnection class and may be removed in a future release.
NetServerFileShare - Class in com.ibm.as400.access
Deprecated.
This class has been replaced by the ISeriesNetServerFileShare class and may be removed in a future release.
NetServerFileShare() - Constructor for class com.ibm.as400.access.NetServerFileShare
Deprecated.
Constructs a NetServerFileShare object.
NetServerFileShare(AS400, String) - Constructor for class com.ibm.as400.access.NetServerFileShare
Deprecated.
Constructs a NetServerFileShare object.
NetServerFileShareBeanInfo - Class in com.ibm.as400.access
Deprecated.
This class may be removed in a future release.
NetServerFileShareBeanInfo() - Constructor for class com.ibm.as400.access.NetServerFileShareBeanInfo
Deprecated.
 
NetServerPrintShare - Class in com.ibm.as400.access
Deprecated.
This class has been replaced by the ISeriesNetServerPrintShare class and may be removed in a future release.
NetServerPrintShare() - Constructor for class com.ibm.as400.access.NetServerPrintShare
Deprecated.
Constructs a NetServerPrintShare object.
NetServerPrintShare(AS400, String) - Constructor for class com.ibm.as400.access.NetServerPrintShare
Deprecated.
Constructs a NetServerPrintShare object.
NetServerPrintShareBeanInfo - Class in com.ibm.as400.access
Deprecated.
This class may be removed in a future release.
NetServerPrintShareBeanInfo() - Constructor for class com.ibm.as400.access.NetServerPrintShareBeanInfo
Deprecated.
 
NetServerSession - Class in com.ibm.as400.access
Deprecated.
This class has been replaced by the ISeriesNetServerSession class and may be removed in a future release.
NetServerShare - Class in com.ibm.as400.access
Deprecated.
This class has been replaced by the ISeriesNetServerShare class and may be removed in a future release.
NETWORK_AUTHENTICATION - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the NetServer "authentication method" attribute, indicating that the system authenticates with Network authentication only.
NETWORK_AUTHENTICATION_OR_PASSWORDS - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the NetServer "authentication method" attribute, indicating that the system authenticates with Network authentication when possible, but it allows clients to use encrypted passwords when needed.
NETWORK_ID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the network ID portion of the unit of work ID.
NETWORK_ID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for network ID.
NETWORK_USER_ID - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by network user ID.
NETWORK_USER_ID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for network user ID.
NEW - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to all new messages in the message queue.
NEW - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to all new messages in the message queue.
newASPGroup(String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributesASPGroupListener
 
newCall() - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
newCall() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
newCall() - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
newCall() - Method in interface com.ibm.jtopenlite.command.Program
Invoked before any other methods on this interface by CommandConnection whenever this Program is called.
newCall() - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
newCall() - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
newCall() - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
newCall() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
newCall() - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
newCall() - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
newCall() - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
newCall() - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
newCall() - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
newCall() - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
newCall() - Me