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() - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
newCall() - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
newCall() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
newCall() - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
newCipherSuites - Static variable in class com.ibm.as400.access.SecureAS400
 
newConverter(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
newCopy() - Method in class com.ibm.jtopenlite.ddm.DDMField
Returns a new copy of this field, which is useful if multiple threads need to operate on the same field without contention, as this class is not threadsafe.
newCopy() - Method in class com.ibm.jtopenlite.ddm.DDMRecordFormat
Returns a new copy of this record format, which includes a new copy of each DDMField.
newEntry(String, boolean, boolean, String, String[]) - Method in interface com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsersListener
 
newEntry(String, boolean, boolean, String, String[]) - Method in class com.ibm.jtopenlite.samples.CallRetrieveAuthorizedUsers
 
newEntryData(int, long, char, String, String, String, String, String, String, String, int, char, long, String, String, String, char, char, char, char, char, char) - Method in interface com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesListener
 
newEntryData(int, long, char, String, String, String, String, String, String, String, int, char, long, String, String, String, char, char, char, char, char, char) - Method in class com.ibm.jtopenlite.samples.CallRetrieveJournalEntries
 
NEWEST - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the message key for the newest message in the queue.
NEWEST - Static variable in class com.ibm.as400.resource.RJobLog
Deprecated.
Constant referring to the message key for the newest message in the job log.
NEWEST - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the message key for the newest message in the queue.
newIdentifierField(int, String, String, int, byte[], int) - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesOLJL0100Listener
 
newIdentifierField(int, String, String, int, byte[], int) - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesLSTM0100Listener
 
newIndicator(int, int, byte[]) - Method in interface com.ibm.jtopenlite.database.DatabaseFetchCallback
 
newIndicator(int, int, byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
newJobEntry(String, String, String, byte[], String, String, String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0100Listener
 
newJobEntry(String, String, String, byte[], String, String, String, boolean) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200Listener
 
newJobEntry(String, String, String, String, String, String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300Listener
 
newJobInfo(JobInfo, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
newJournalEntries(int, char) - Method in interface com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesListener
 
newJournalEntries(int, char) - Method in class com.ibm.jtopenlite.samples.CallRetrieveJournalEntries
 
newKeyData(int, String, byte[], int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.JobKeyDataListener
 
newKeyData(int, int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.JobKeyDataListener
 
newKeyData(int, String, byte[]) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributesKeyDataListener
 
newKeyData(int, int) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributesKeyDataListener
 
newLine() - Method in class com.ibm.as400.access.SCS5256Writer
Adds a new line control to the stream.
newLOBData(int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseLOBDataCallback
 
newLOBData(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
newLOBData(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocatorInputStream
 
newLOBLength(long) - Method in interface com.ibm.jtopenlite.database.DatabaseLOBDataCallback
 
newLOBLength(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
newLOBLength(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocatorInputStream
 
newLOBSegment(byte[], int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseLOBDataCallback
 
newLOBSegment(byte[], int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
newLOBSegment(byte[], int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocatorInputStream
 
newMessageEntry(int, int, String, String, int, String, String, String, String, String, byte[]) - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesOLJL0100Listener
 
newMessageEntry(int, int, String, String, int, String, String, String, String, String, String, String) - Method in interface com.ibm.jtopenlite.command.program.message.OpenListOfMessagesLSTM0100Listener
 
newMessageID(String) - Method in interface com.ibm.jtopenlite.database.DatabaseWarningCallback
 
newMessageID(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
newMessageInfo(MessageInfo, int) - Method in interface com.ibm.jtopenlite.components.MessageInfoListener
 
newMessageText(String) - Method in interface com.ibm.jtopenlite.database.DatabaseWarningCallback
 
newMessageText(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
newObjectEntry(String, String, String, String, int) - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsFormatListener
 
newObjectFieldData(int, int, String, int, int, byte[]) - Method in interface com.ibm.jtopenlite.command.program.object.OpenListOfObjectsFormatListener
 
newPackageInfo(int, String, int) - Method in interface com.ibm.jtopenlite.database.DatabasePackageCallback
 
newPoolInfo(int, long, long, int, int, int, int, int, int, int, int, String, String, String, String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatusPoolListener
FORMAT_SSTS0300, FORMAT_SSTS0400.
newProductLibrary(String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributesLibraryListener
 
newReceiverInfo(String, String, String, String, long, long, long, char, String, String) - Method in interface com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformationListener
 
newRecord(DDMCallbackEvent, DDMDataBuffer) - Method in interface com.ibm.jtopenlite.ddm.DDMReadCallback
Called by DDMConnection when a new record has been read.
newRecord(int, byte[], boolean[]) - Method in class com.ibm.jtopenlite.ddm.DDMReadCallbackAdapter
Called by the other newRecord().
newRecord(DDMCallbackEvent, DDMDataBuffer) - Method in class com.ibm.jtopenlite.ddm.DDMReadCallbackAdapter
 
newRecord(DDMCallbackEvent, DDMDataBuffer) - Method in class com.ibm.jtopenlite.ddm.DDMThreadedReader
Do not call this method directly; it is implemented for DDMConnection to call.
newResultData(int, int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseFetchCallback
 
newResultData(int, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
newRowData(int, byte[]) - Method in interface com.ibm.jtopenlite.database.DatabaseFetchCallback
 
newRowData(int, byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
newSecondLevelText(String) - Method in interface com.ibm.jtopenlite.database.DatabaseWarningCallback
 
newSecondLevelText(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
newSpooledFileEntry(String, String, String, String, int, int, int, int, String, String, String, String, String, String, byte[], byte[], String, String, String, String) - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0100Listener
 
newSpooledFileEntry(String, String, String, String, int, int, int, int, String, String, String, String, String, String, byte[], byte[], String, String, String, String, String, String) - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0200Listener
 
newSpooledFileEntry(String, String, String, String, int, int, String, String, String, String, String, String, String, String, int, long, int, int, String, int) - Method in interface com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0300Listener
 
newSpooledFileInfo(SpooledFileInfo, int) - Method in interface com.ibm.jtopenlite.components.SpooledFileInfoListener
 
newSQLCommunicationsAreaData(int, String, String, int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseSQLCommunicationsAreaCallback
 
newSQLCommunicationsAreaData(int, String, String, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
newStatementInfo(int, int, int, String) - Method in interface com.ibm.jtopenlite.database.DatabasePackageCallback
 
newSubsystemInfo(int, String, String, String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatusPoolListener
FORMAT_SSTS0500.
newSystemLibrary(String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributesLibraryListener
 
newUserInfo(UserInfo) - Method in interface com.ibm.jtopenlite.components.UserInfoListener
 
newUserLibrary(String) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributesLibraryListener
 
newWarning(int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseWarningCallback
 
newWarning(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
next() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor to the next row.
next() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor to the next row.
next() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor to the next row.
NEXT - Static variable in class com.ibm.as400.access.MessageFile
Constant indicating we are going to retrieve the next message (using the previous message as a starting point).
NEXT - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the next message in the message queue.
NEXT - Static variable in class com.ibm.as400.resource.RJobLog
Deprecated.
Constant referring to the next message in the job log.
NEXT - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the next message in the message queue.
next() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the next row in the list.
next() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
NEXT_FILE_SEPARATORS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for next file separators.
NEXT_FORM_TYPE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for next form type.
NEXT_MESSAGE_OPTION - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for next message option.
NEXT_OUTPUT_QUEUE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for next output queue.
NEXT_SEPARATOR_DRAWER - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for next separator drawer.
nextPage() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Repositions the stream to the next page.
NGHADV - Static variable in class com.ibm.as400.util.commtrace.Message
A Neighbor Advertisement Message
NGHSOL - Static variable in class com.ibm.as400.util.commtrace.Message
A Neighbor Solicitation Message
NLS - Class in com.ibm.as400.access
The NLS class contains a set of static methods that can be used to access various pieces of National Language Support information (such as language and country descriptions) on a system.
NLSExchangeAttrReply - Class in com.ibm.as400.access
 
NLSExchangeAttrReply() - Constructor for class com.ibm.as400.access.NLSExchangeAttrReply
 
NLSExchangeAttrRequest - Class in com.ibm.as400.access
 
NLSExchangeAttrRequest() - Constructor for class com.ibm.as400.access.NLSExchangeAttrRequest
 
NLSExchangeAttrRequest(boolean) - Constructor for class com.ibm.as400.access.NLSExchangeAttrRequest
 
NLSTableDownload - Class in com.ibm.as400.access
 
NLSTableDownload(AS400ImplRemote) - Constructor for class com.ibm.as400.access.NLSTableDownload
 
NO - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value for no.
NO - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value for no.
NO - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value for no.
NO - Static variable in class com.ibm.as400.util.commtrace.FormatProperties
 
NO_ADMIN_ALERTS - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the "minimum message severity" attribute, indicating that administrative alert messages are not sent.
NO_AUTO_DISCONNECT - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the "idle timeout" attribute, indicating "no autodisconnect".
NO_DATE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value for no date.
NO_DATE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value for no date.
NO_ENTRYPOINT - Static variable in class com.ibm.as400.data.DAMRI
 
NO_FORMATTING - Static variable in class com.ibm.as400.access.MessageFile
Constant indicating help text should not be formatted.
NO_FORMATTING - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant indicating that message help text is not formatted.
NO_IMMEDIATE_UPDATE - Static variable in class com.ibm.as400.access.UserIndex
 
NO_INSERTION_BY_KEY - Static variable in class com.ibm.as400.access.UserIndex
 
NO_LENGTH - Static variable in class com.ibm.as400.data.DAMRI
 
NO_MAX - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "maximum number of users" attribute, indicating "no maximum".
NO_MAX - Static variable in class com.ibm.as400.access.SaveFile
Value for the "maximumNumberOfRecords" property, indicating that the system maximum is used.
NO_MAX - Static variable in class com.ibm.as400.access.Subsystem
Value for the maximumActiveJobs property, indicating "no maximum".
NO_MORE_FILES - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that no more files are available.
NO_OPTIMIZATION - Static variable in class com.ibm.as400.util.AS400ClassPathOptimizer
 
NO_PASSWORD_INDICATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for no password indicator.
NO_RETURN_VALUE - Static variable in class com.ibm.as400.access.ServiceProgramCall
Constant indicating the service program returns void.
NO_STRUCT - Static variable in class com.ibm.as400.data.DAMRI
 
NO_TIME_LIMIT - Static variable in class com.ibm.as400.access.Subsystem
Value for the timeLimit parameter of the end() methods, indicating "no time limit".
NOGROUP - Static variable in class com.ibm.as400.access.UserList
Selection value indicating that the list contains only user profiles that are not group profiles.
NOGROUP - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection value indicating that the list contains only user profiles that are not group profiles.
NONE - Static variable in interface com.ibm.as400.access.BidiStringType
String type used when an EBCDIC/Unicode conversion is desired, but without swapping, shaping, or transformation.
NONE - Static variable in class com.ibm.as400.access.User
Constant value representing the String "*NONE".
NONE - Static variable in class com.ibm.as400.access.UserList
Selection value indicating that no group profile is specified.
NONE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value for none.
NONE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value for none.
NONE - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection value indicating that no group profile is specified.
NONE - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Represents no paper size
noop() - Method in class com.ibm.as400.access.AS400FTP
Sends the NOOP (no operation) command to the system.
noop() - Method in class com.ibm.as400.access.FTP
Sends the NOOP (no operation) command to the system.
NOT_CHILD_OF_PGM - Static variable in class com.ibm.as400.data.DAMRI
 
NOT_ENABLED - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "text conversion enablement" attribute, indicating "text conversion not enabled".
NOT_ENOUGH_DATA - Static variable in class com.ibm.as400.data.DAMRI
 
NOT_REQUIRED - Static variable in class com.ibm.as400.access.ISeriesNetServerPrintShare
Value of the "Encryption Required" attribute, indicating "Encryption Required is not required".
NOT_SERVICE_PGM - Static variable in class com.ibm.as400.data.DAMRI
 
NOT_SRVPGM - Static variable in class com.ibm.as400.data.DAMRI
 
NOTIFY - Static variable in class com.ibm.as400.access.AS400Message
Message type for notify (exception already handled when API is called) messages.
NOTIFY_NOT_HANDLED - Static variable in class com.ibm.as400.access.AS400Message
Message type for notify (exception not handled when API is called) messages.
notifyClose(AS400JDBCStatement, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Notifies the connection that a statement in its context has been closed.
notifyClose(AS400JDBCStatement, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
NotImplementedException - Exception in com.ibm.jtopenlite.database.jdbc
Thrown by any JDBC method that is not yet implemented by this driver.
noWarnings() - Method in interface com.ibm.jtopenlite.database.DatabaseWarningCallback
 
noWarnings() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
NPDataAnalyzer - Class in com.ibm.as400.access
Class NPDataAnalyzer is an internal class used to analyze print data streams.
NPDataAnalyzer() - Constructor for class com.ibm.as400.access.NPDataAnalyzer
 
NULL_VALUE - Static variable in class com.ibm.as400.data.DAMRI
 
NullParameter - Class in com.ibm.jtopenlite.command
Represents a program parameter that is null.
nullPlusNonNullIsNull() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if concatenations between null and non-null values are null.
nullPlusNonNullIsNull() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if concatenations between null and non-null values are null.
nullsAreSortedAtEnd() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if null values are sorted at the end regardless of sort order.
nullsAreSortedAtEnd() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if null values are sorted at the end regardless of sort order.
nullsAreSortedAtStart() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if null values are sorted at the start regardless of sort order.
nullsAreSortedAtStart() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if null values are sorted at the start regardless of sort order.
nullsAreSortedHigh() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if null values are sorted high.
nullsAreSortedHigh() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if null values are sorted high.
nullsAreSortedLow() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if null values are sorted low.
nullsAreSortedLow() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if null values are sorted low.
NUMBER - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by spooled file number.
NUMBER_OF_BASED_ON_PHYICAL_FILE_MEMBERS - Static variable in class com.ibm.as400.access.MemberDescription
The number of database file members for the logical file member.
NUMBER_OF_DAYS_USED - Static variable in class com.ibm.as400.access.MemberDescription
The number of days the member has been used.
NUMBER_OF_DELETED_RECORDS - Static variable in class com.ibm.as400.access.MemberDescription
The number of deleted records returned in the file member.
NUMBER_OF_LIBRARIES_IN_SYSLIBL_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the number of libraries in SYSLIBL.
NUMBER_OF_LIBRARIES_IN_USRLIBL_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the number of libraries in USRLIBL.
NUMBER_OF_PRODUCT_LIBRARIES_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the number of product libaries.
NUMBER_OF_SEPARATORS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for number of separators.
NUMBER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the number.
NUMBER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the number of the output.
NUMBERS - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Numbered ordered labeling scheme.
NUMERALS_ANY - Static variable in class com.ibm.as400.access.BidiConversionProperties
Value identifying that numeral shapes can be Nominal or National Pass-through the original digit shapes.
NUMERALS_ANY - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that numeral shapes may be Nominal or National
NUMERALS_CONTEXTUAL - Static variable in class com.ibm.as400.access.BidiConversionProperties
Value identifying that numeral shapes are Contextual (Nominal or National depending on context) Use nominal or national depending on context.
NUMERALS_CONTEXTUAL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that numeral shapes are Contextual (Nominal or National depending on context)
NUMERALS_DEFAULT - Static variable in class com.ibm.as400.access.BidiConversionProperties
Value identifying that numeral shapes should be the default according to the string type.
NUMERALS_NATIONAL - Static variable in class com.ibm.as400.access.BidiConversionProperties
Value identifying that numeral shapes are National Use Indic digit shapes for all numbers.
NUMERALS_NATIONAL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that numeral shapes are National
NUMERALS_NOMINAL - Static variable in class com.ibm.as400.access.BidiConversionProperties
Value identifying that numeral shapes are Nominal.
NUMERALS_NOMINAL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that numeral shapes are Nominal
NUMERIC - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
NUMERIC_DATA_TYPES - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Numeric Data Types component.
NUMERIC_DATA_TYPES - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Numeric Data Types component.
NUMERIC_RANGE_ERROR_DEFAULT - Static variable in class com.ibm.as400.access.JDProperties
 
NUMERIC_RANGE_ERROR_NONE - Static variable in class com.ibm.as400.access.JDProperties
 
NUMERIC_RANGE_ERROR_WARNING - Static variable in class com.ibm.as400.access.JDProperties
 

O

OBJECT_ADDED - Static variable in class com.ibm.as400.access.PrintObjectListEvent
The print object list object added event ID.
OBJECT_ALREADY_EXISTS - Static variable in exception com.ibm.as400.access.ObjectAlreadyExistsException
The return code indicating that the object already exists.
OBJECT_ALREADY_EXISTS - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the object already exists.
OBJECT_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 object.
OBJECT_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 object.
OBJECT_AUDITING_VALUE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for object auditing value.
OBJECT_AUDITING_VALUE_ALL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that object read and change operations are audited for the user if the object's auditing value is *USRPRF.
OBJECT_AUDITING_VALUE_CHANGE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that object changes are audited for the user if the object's auditing value is *USRPRF.
OBJECT_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 resource to perform the requested action.
OBJECT_CAN_NOT_BE_OPEN - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that a request was made that requires the object to not be open and the object was in an open state.
OBJECT_CAN_NOT_START_THREADS - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that this object is not allowed to start threads.
OBJECT_CANNOT_BE_FOUND - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that a request was made to find an object and that object was not found.
OBJECT_DOES_NOT_EXIST - Static variable in exception com.ibm.as400.access.ObjectDoesNotExistException
The return code indicating that the object does not exist.
OBJECT_DOES_NOT_EXIST - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the object does not exist.
OBJECT_IS_READ_ONLY - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that a request was made that requires the object to be writable and the object was in a read-only state.
OBJECT_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the length of the object name is not valid.
OBJECT_LEVEL - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the object control level for the created object.
OBJECT_MUST_BE_OPEN - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that a request was made that requires the object to be open and the object was not in an open state.
OBJECT_SIZE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the size of the object in bytes.
OBJECT_TYPE_NOT_VALID - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the object type is not valid.
ObjectAlreadyExistsException - Exception in com.ibm.as400.access
The ObjectAlreadyExistsException class represents an exception that indicates that a system object already exists.
objectChanged(VObjectEvent) - Method in interface com.ibm.as400.vaccess.VObjectListener
Deprecated.
Invoked when a system resource is changed.
objectClosed(ObjectEvent) - Method in interface com.ibm.as400.access.ObjectListener
Invoked when an object has been closed.
objectCreated(ObjectEvent) - Method in interface com.ibm.as400.access.ObjectListener
Invoked when an object has been created.
objectCreated(VObjectEvent) - Method in interface com.ibm.as400.vaccess.VObjectListener
Deprecated.
Invoked when a system resource is created.
objectDeleted(ObjectEvent) - Method in interface com.ibm.as400.access.ObjectListener
Invoked when an object has been deleted.
objectDeleted(VObjectEvent) - Method in interface com.ibm.as400.vaccess.VObjectListener
Deprecated.
Invoked when a system resource is deleted.
ObjectDescription - Class in com.ibm.as400.access
Represents a system QSYS object and its attributes.
ObjectDescription(AS400, String) - Constructor for class com.ibm.as400.access.ObjectDescription
Constructs an ObjectDescription given the specified path to the object.
ObjectDescription(AS400, QSYSObjectPathName) - Constructor for class com.ibm.as400.access.ObjectDescription
Constructs an ObjectDescription given the specified path to the object.
ObjectDescription(AS400, String, String, String) - Constructor for class com.ibm.as400.access.ObjectDescription
Constructs an ObjectDescription given the object's library, name, and type.
ObjectDescription(AS400, String, String, String, String) - Constructor for class com.ibm.as400.access.ObjectDescription
Constructs an ObjectDescription given the object's library, name, and type.
ObjectDoesNotExistException - Exception in com.ibm.as400.access
The ObjectDoesNotExistException class represents an exception that indicates that a system object does not exist.
ObjectEvent - Class in com.ibm.as400.access
The ObjectEvent class represents an Object event.
ObjectEvent(Object) - Constructor for class com.ibm.as400.access.ObjectEvent
Constructs an ObjectEvent object.
ObjectInfo - Class in com.ibm.jtopenlite.components
Represents object information returned by the ListObjects class.
ObjectList - Class in com.ibm.as400.access
Represents a list of system objects in a specific library, multiple libraries, or system-wide.
ObjectList(AS400) - Constructor for class com.ibm.as400.access.ObjectList
Constructs an ObjectList object.
ObjectList(AS400, String, String, String) - Constructor for class com.ibm.as400.access.ObjectList
Constructs an ObjectList with the specified selection criteria.
ObjectList(AS400, String, String, String, String) - Constructor for class com.ibm.as400.access.ObjectList
Constructs an ObjectList with the specified selection criteria.
ObjectListener - Interface in com.ibm.as400.access
The ObjectListener interface provides a listener interface for receiving Object events.
ObjectLockListEntry - Class in com.ibm.as400.access
Represents a single IBM i lock placed on an ObjectDescription.
objectOpened(ObjectEvent) - Method in interface com.ibm.as400.access.ObjectListener
Invoked when an object has been opened.
ObjectReferences - Class in com.ibm.as400.access
Represents the set of information about integrated file system references on an object that can be retrieved through the QP0LROR API.
ObjectReferences(AS400, String) - Constructor for class com.ibm.as400.access.ObjectReferences
Constructs an ObjectReferences object.
ObjectReferences.JobUsingObjectStructure - Class in com.ibm.as400.access
Contains information about the jobs that are known to be holding a reference on the object.
ObjectReferences.SessionUsingObjectStructure - Class in com.ibm.as400.access
Contains information about the sessions that are known to be holding a reference on the object.
ODP_SHARING - Static variable in class com.ibm.as400.access.MemberDescription
Whether the open data path (ODP) allows sharing with other programs in the same job (true = ODP sharing is allowed, false = ODP sharing is not allowed).
OFFICE - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by office.
OFFICE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for office.
offset - Variable in class com.ibm.as400.access.BidiText
offset of the "interesting" data within the character array
OFFSETFROM_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
OK - Static variable in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Dialog was dismissed with the Ok button.
OLD - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to all old messages in the message queue.
OLD - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to all old messages in the message queue.
OLDEST - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the message key for the oldest message in the queue.
OLDEST - Static variable in class com.ibm.as400.resource.RJobLog
Deprecated.
Constant referring to the message key for the oldest message in the job log.
OLDEST - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the message key for the oldest message in the queue.
OMIT - Static variable in class com.ibm.as400.access.HistoryLog
Constant indicating that the message IDs in the list are to be omitted.
ONE_PARSE_ERROR - Static variable in class com.ibm.as400.data.DAMRI
 
open() - Method in class com.ibm.as400.access.AS400File
Opens the file.
open(int, int, int) - Method in class com.ibm.as400.access.AS400File
Opens the file.
open() - Method in class com.ibm.as400.access.ClusteredHashTable
Opens a connection to the Clustered Hash Table server.
open() - Method in class com.ibm.as400.access.IFSFileInputStream
Opens the specified file.
open(int) - Method in class com.ibm.as400.access.IFSFileOutputStream
Opens the specified file.
open() - Method in class com.ibm.as400.access.list.OpenList
Loads the list of items on the system.
open(String) - Method in class com.ibm.as400.access.PxClientConnectionAdapter
 
open() - Method in class com.ibm.as400.resource.ArrayResourceList
Deprecated.
Opens the list.
open() - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Opens the list.
open() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Opens the list.
open() - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Opens the list.
open() - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Opens the list.
open(String, String, String, String) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Opens the specified file for sequential read-only access and a preferred batch size of 100.
open(String, String, String, String, int, boolean, int, int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Opens the specified file for reading or writing records.
OPEN_OR_CREATE - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
File existence option that indicates that the file is either to be opened if it exists or is to be created if it does not exist.
OPEN_OR_FAIL - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
File existence option that indicates that the file is either to be opened if it exists or that the request is to fail if the file does not exist.
OPEN_READ_ONLY - Static variable in class com.ibm.jtopenlite.file.FileHandle
 
OPEN_READ_WRITE - Static variable in class com.ibm.jtopenlite.file.FileHandle
 
OPEN_WRITE_ONLY - Static variable in class com.ibm.jtopenlite.file.FileHandle
 
openAndDescribe(DatabaseOpenAndDescribeAttributes, DatabaseDescribeCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
openAndDescribe(DatabaseOpenAndDescribeAttributes, int, DatabaseDescribeCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
openAsynchronously() - Method in class com.ibm.as400.access.PrintObjectList
Builds the list asynchronously.
openComplete() - Method in interface com.ibm.jtopenlite.command.program.openlist.ListFormatListener
Called after the list has been opened, but before GetListEntries is called.
openDescribeFetch(DatabaseOpenDescribeFetchAttributes, DatabaseDescribeCallback, DatabaseFetchCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
OPENED - Static variable in class com.ibm.as400.access.PrintObjectListEvent
The print object list opened event ID.
openFile(String, FileHandle) - Method in class com.ibm.jtopenlite.file.FileConnection
Opens a file for read-write access, a share option of SHARE_ALL, and a data CCSID of 1208 (UTF-8).
openFile(String, FileHandle, int, int, boolean, int) - Method in class com.ibm.jtopenlite.file.FileConnection
 
openIFSFile() - Method in class com.ibm.as400.util.commtrace.Format
Opens an ObjectInputStream and IFSFileInputStream on the file specified earlier.
openIFSFile(String) - Method in class com.ibm.as400.util.commtrace.Format
Opens an ObjectInputStream and IFSFileInputStream on the outfile.
openLclFile() - Method in class com.ibm.as400.util.commtrace.Format
Opens an ObjectInputStream and FileInputStream on the file specified on the command line.
openLclFile(String) - Method in class com.ibm.as400.util.commtrace.Format
Opens an ObjectInputStream and FileInputStream on the outfile.
OpenList - Class in com.ibm.as400.access.list
Abstract base class that wraps a list of resources on the system.
OpenList(AS400) - Constructor for class com.ibm.as400.access.list.OpenList
Called by subclasses to construct an OpenList object.
OpenListException - Exception in com.ibm.as400.access.list
Represents an exception that indicates an error has occurred processing an Open List API call on the system.
OpenListHandler - Class in com.ibm.jtopenlite.command.program.openlist
Use this to easily read entries created by an OpenListProgram.
OpenListHandler(OpenListProgram, ListEntryFormat, ListFormatListener) - Constructor for class com.ibm.jtopenlite.command.program.openlist.OpenListHandler
 
OpenListOfJobLogMessages - Class in com.ibm.jtopenlite.command.program.message
QGYOLJBL This class fully implements the V5R4 specification of QGYOLJBL.
OpenListOfJobLogMessages() - Constructor for class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
OpenListOfJobLogMessages(int, int, OpenListOfJobLogMessagesOLJL0100) - Constructor for class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
OpenListOfJobLogMessagesOLJL0100 - Class in com.ibm.jtopenlite.command.program.message
 
OpenListOfJobLogMessagesOLJL0100() - Constructor for class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessagesOLJL0100
 
OpenListOfJobLogMessagesOLJL0100Listener - Interface in com.ibm.jtopenlite.command.program.message
 
OpenListOfJobLogMessagesSelectionListener - Interface in com.ibm.jtopenlite.command.program.message
 
OpenListOfJobs - Class in com.ibm.jtopenlite.command.program.workmgmt
Use the QGYOLJOB API to access the list of job on the IBM i.
OpenListOfJobs() - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
OpenListOfJobs(OpenListOfJobsFormat, int, int, int[]) - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
OpenListOfJobsFormat<T extends OpenListOfJobsFormatListener> - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsFormatListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsFormatOLJB0100 - Class in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsFormatOLJB0100() - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0100
 
OpenListOfJobsFormatOLJB0100Listener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsFormatOLJB0200 - Class in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsFormatOLJB0200() - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200
 
OpenListOfJobsFormatOLJB0200(OpenListOfJobsKeyField[]) - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200
 
OpenListOfJobsFormatOLJB0200Listener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsFormatOLJB0300 - Class in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsFormatOLJB0300() - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300
 
OpenListOfJobsFormatOLJB0300(OpenListOfJobsKeyField[]) - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300
 
OpenListOfJobsFormatOLJB0300Listener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsKeyField - Class in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsKeyField(int, boolean, int, int) - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsKeyField
 
OpenListOfJobsSelectionListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfJobsSortListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
OpenListOfMessages - Class in com.ibm.jtopenlite.command.program.message
QGYOLMSG This class fully implements the V5R4 specification of QGYOLMSG.
OpenListOfMessages() - Constructor for class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
OpenListOfMessages(int, int, String, String, String, String, OpenListOfMessagesLSTM0100) - Constructor for class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
OpenListOfMessagesLSTM0100 - Class in com.ibm.jtopenlite.command.program.message
 
OpenListOfMessagesLSTM0100() - Constructor for class com.ibm.jtopenlite.command.program.message.OpenListOfMessagesLSTM0100
 
OpenListOfMessagesLSTM0100Listener - Interface in com.ibm.jtopenlite.command.program.message
 
OpenListOfMessagesSelectionListener - Interface in com.ibm.jtopenlite.command.program.message
 
OpenListOfObjects - Class in com.ibm.jtopenlite.command.program.object
OpenListOfObjects() - Constructor for class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
OpenListOfObjects(OpenListOfObjectsFormat, int, int, SortListener, String, String, String, OpenListOfObjectsAuthorityListener, OpenListOfObjectsSelectionListener, int[]) - Constructor for class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
OpenListOfObjectsAuthorityListener - Interface in com.ibm.jtopenlite.command.program.object
 
OpenListOfObjectsFormat - Class in com.ibm.jtopenlite.command.program.object
 
OpenListOfObjectsFormat() - Constructor for class com.ibm.jtopenlite.command.program.object.OpenListOfObjectsFormat
 
OpenListOfObjectsFormatListener - Interface in com.ibm.jtopenlite.command.program.object
 
OpenListOfObjectsSelectionListener - Interface in com.ibm.jtopenlite.command.program.object
 
OpenListOfSpooledFiles - Class in com.ibm.jtopenlite.command.program.print
QGYOLSPL This class fully implements the V5R4 specification of QGYOLSPL.
OpenListOfSpooledFiles() - Constructor for class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
OpenListOfSpooledFiles(OpenListOfSpooledFilesFormat, int, int, SortListener, OpenListOfSpooledFilesFilterListener, String, String, String) - Constructor for class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
OpenListOfSpooledFilesFilterListener - Interface in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFilterOSPF0100Listener - Interface in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFilterOSPF0200Listener - Interface in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFormat<T extends OpenListOfSpooledFilesFormatListener> - Interface in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFormatListener - Interface in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFormatOSPL0100 - Class in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFormatOSPL0100() - Constructor for class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0100
 
OpenListOfSpooledFilesFormatOSPL0100Listener - Interface in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFormatOSPL0200 - Class in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFormatOSPL0200() - Constructor for class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0200
 
OpenListOfSpooledFilesFormatOSPL0200Listener - Interface in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFormatOSPL0300 - Class in com.ibm.jtopenlite.command.program.print
 
OpenListOfSpooledFilesFormatOSPL0300() - Constructor for class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFilesFormatOSPL0300
 
OpenListOfSpooledFilesFormatOSPL0300Listener - Interface in com.ibm.jtopenlite.command.program.print
 
OpenListProgram<T extends ListEntryFormat,W extends ListFormatListener> - Interface in com.ibm.jtopenlite.command.program.openlist
Any of the various QGY APIs on the system that process lists of data.
openSynchronously() - Method in class com.ibm.as400.access.PrintObjectList
Builds the list synchronously.
OPERATION_FAILED - Static variable in exception com.ibm.as400.resource.ResourceException
Deprecated.
The return code indicating that an operation failed.
OPERATION_FILE_END - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value that indicates that an operation is effective when the current spooled file has been printed.
OPERATION_NO_FILES_READY - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value that indicates that an operation is effective when there are no files are ready to print on the output queue from which the writer is selected files.
OPERATION_NONE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value that indicates that an operation is not effective.
OPERATION_NOT_SUPPORTED - Static variable in exception com.ibm.as400.resource.ResourceException
Deprecated.
The return code indicating that an operation is not supported.
OPP_LOCK_DISABLED - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the "opportunistic lock timeout" attribute, indicating that opportunistic locking is disabled.
OPTIMIZATION - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for optimization.
OPTIMIZATION_10 - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the Java program contains a compiled version of the class file byte codes but has only minimal additional compiler optimization.
OPTIMIZATION_20 - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the Java program contains a compiled version of the class file byte codes and has some additional compiler optimization.
OPTIMIZATION_30 - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the Java program contains a compiled version of the class file byte codes and has more compiler optimization than optimization level 20.
OPTIMIZATION_40 - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the Java program contains a compiled version of the class file byte codes and has more compiler optimization than optimization level 30.
OPTIMIZATION_INTERPRET - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the Java program is not optimized.
optimize() - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
OPTIMIZE_FOR_RANDOM_REFERENCES - Static variable in class com.ibm.as400.access.UserIndex
 
OPTIMIZE_FOR_SEQUENTIAL_REFERENCES - Static variable in class com.ibm.as400.access.UserIndex
 
OPTIMUM_SPACE_ALIGNMENT_NO - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
OPTIMUM_SPACE_ALIGNMENT_YES - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
options - Variable in class com.ibm.as400.access.BidiTransform
Option: shaping options for this transformation
OR_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for O/R name.
ORDER_IN_LIBRARY_LIST - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the order in which the library appears in the entire library list.
OrderedList - Class in com.ibm.as400.util.html
The OrderedList class represents an HTML ordered list, <ol>.
OrderedList() - Constructor for class com.ibm.as400.util.html.OrderedList
Constructs a default OrderedList object.
OrderedList(String) - Constructor for class com.ibm.as400.util.html.OrderedList
Constructs a OrderedList object with the specified order labeling type.
OrderedListBeanInfo - Class in com.ibm.as400.util.html
The OrderedListBeanInfo class provides bean information for the OrderedList class.
OrderedListBeanInfo() - Constructor for class com.ibm.as400.util.html.OrderedListBeanInfo
 
OrderedListItem - Class in com.ibm.as400.util.html
The OrderedListItem class represents an item in an ordered list item.
OrderedListItem() - Constructor for class com.ibm.as400.util.html.OrderedListItem
Constructs a default OrderedListItem object.
OrderedListItem(HTMLTagElement) - Constructor for class com.ibm.as400.util.html.OrderedListItem
Constructs a OrderedListItem object with the specified list item data.
OrderedListItemBeanInfo - Class in com.ibm.as400.util.html
The OrderedListItemBeanInfo class provides bean information for the OrderedListItem class.
OrderedListItemBeanInfo() - Constructor for class com.ibm.as400.util.html.OrderedListItemBeanInfo
 
ORIENTATION_CONTEXT_LTR - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying Contextual orientation with default to LTR
ORIENTATION_CONTEXT_RTL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying Contextual orientation with default to RTL
ORIENTATION_LTR - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying LTR orientation
ORIENTATION_RTL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying RTL orientation
othersDeletesAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if deletes made by others are visible.
othersDeletesAreVisible(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if deletes made by others are visible.
othersInsertsAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if inserts made by others are visible.
othersInsertsAreVisible(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if inserts made by others are visible.
othersUpdatesAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if updates made by others are visible.
othersUpdatesAreVisible(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if updates made by others are visible.
out_ - Variable in class com.ibm.jtopenlite.HostServerConnection
 
outCount - Variable in class com.ibm.as400.access.BidiTransform
Output value: number of characters written in the destination data by the last transform
outOfBounds_ - Variable in class com.ibm.as400.access.SQLDataBase
 
OUTPUT_QUEUE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the name of the default output queue that is used for spooled output produced by this job.
OUTPUT_QUEUE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for output queue.
OUTPUT_QUEUE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for output queue.
OUTPUT_QUEUE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for output queue.
OUTPUT_QUEUE_DEVICE - Static variable in class com.ibm.as400.access.Job
Constant indicating the device specified on the Create Printer File (CRTPRTF), Change Printer File (CHGPRTF), or Override with Printer File (OVRPRTF) commands is used.
OUTPUT_QUEUE_DEVICE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that an output queue with the same name as the device specified in the printer device parameter is used.
OUTPUT_QUEUE_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating the output queue name specified in the user profile under which this thread was initially running is used.
OUTPUT_QUEUE_LIBRARY - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by output queue library.
OUTPUT_QUEUE_LIBRARY - Static variable in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
Attribute ID for "output queue library".
OUTPUT_QUEUE_NAME - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by output queue name.
OUTPUT_QUEUE_NAME - Static variable in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
Attribute ID for "output queue name".
OUTPUT_QUEUE_PRIORITY - Static variable in class com.ibm.as400.access.Job
Job attribute representing the output priority for spooled output files that this job produces.
OUTPUT_QUEUE_PRIORITY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for output queue priority.
OUTPUT_QUEUE_PRIORITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the output queue priority.
OUTPUT_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the output queue.
OUTPUT_QUEUE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for output queue status.
OUTPUT_QUEUE_STATUS_HELD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Output queue status constant indicating that the output queue is held.
OUTPUT_QUEUE_STATUS_RELEASED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Output queue status constant indicating that the output queue is released.
OUTPUT_QUEUE_WORK_STATION - Static variable in class com.ibm.as400.access.Job
Constant indicating the default output queue that is used with this job is the output queue that is assigned to the work station associated with the job at the time the job is started.
OUTPUT_QUEUE_WORK_STATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the output queue assigned to the user's work station is used.
OUTPUT_QUEUES - Static variable in class com.ibm.as400.resource.RPrinterList
Deprecated.
Selection ID for output queues.
OUTPUTNAME_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the output name.
OutputParameter - Class in com.ibm.jtopenlite.command
Represents a program parameter to be used as output.
OutputParameter(int) - Constructor for class com.ibm.jtopenlite.command.OutputParameter
Constructs a parameter with the specified output length.
OutputQueue - Class in com.ibm.as400.access
The OutputQueue class represents an output queue.
OutputQueue() - Constructor for class com.ibm.as400.access.OutputQueue
Constructs an OutputQueue object.
OutputQueue(AS400, String) - Constructor for class com.ibm.as400.access.OutputQueue
Constructs an OutputQueue object.
OUTPUTQUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the output queue.
OUTPUTQUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Property identifier for the output queue.
OutputQueueBeanInfo - Class in com.ibm.as400.access
BeanInfo for OutputQueue class.
OutputQueueBeanInfo() - Constructor for class com.ibm.as400.access.OutputQueueBeanInfo
 
outputQueueCleared(OutputQueueEvent) - Method in interface com.ibm.as400.access.OutputQueueListener
Invoked when the output queue has been cleared.
OutputQueueEvent - Class in com.ibm.as400.access
The OutputQueueEvent class represents an OutputQueue event.
OutputQueueEvent(Object, int) - Constructor for class com.ibm.as400.access.OutputQueueEvent
Constructs an OutputQueueEvent object.
outputQueueHeld(OutputQueueEvent) - Method in interface com.ibm.as400.access.OutputQueueListener
Invoked when the output queue has been held.
OUTPUTQUEUELIB_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the output queue library.
OutputQueueList - Class in com.ibm.as400.access
The OutputQueueList class is used to build a list of system objects of type OutputQueue.
OutputQueueList() - Constructor for class com.ibm.as400.access.OutputQueueList
Constructs an OutputQueueList object.
OutputQueueList(AS400) - Constructor for class com.ibm.as400.access.OutputQueueList
Constructs an OutputQueueList object.
OutputQueueListBeanInfo - Class in com.ibm.as400.access
BeanInfo for OutputQueueList class.
OutputQueueListBeanInfo() - Constructor for class com.ibm.as400.access.OutputQueueListBeanInfo
 
OutputQueueListener - Interface in com.ibm.as400.access
The OutputQueueListener interface provides a listener interface for receiving OutputQueue events.
outputQueueReleased(OutputQueueEvent) - Method in interface com.ibm.as400.access.OutputQueueListener
Invoked when the output queue has been released.
OVERALL_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for overall status.
OVERALL_STATUS_BEING_SERVICED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is being serviced.
OVERALL_STATUS_CONNECT_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is connect pending.
OVERALL_STATUS_HELD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is held.
OVERALL_STATUS_HOLD_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is hold (pending).
OVERALL_STATUS_MESSAGE_WAITING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is message waiting.
OVERALL_STATUS_NOT_YET_AVAILABLE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is powered off or not yet available.
OVERALL_STATUS_POWERED_OFF - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is powered off.
OVERALL_STATUS_PRINTING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is printing.
OVERALL_STATUS_STOP_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is stop (pending).
OVERALL_STATUS_STOPPED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is stopped.
OVERALL_STATUS_UNAVAILABLE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is unavailable.
OVERALL_STATUS_UNKNOWN - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is unknown.
OVERALL_STATUS_UNUSABLE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is unusable.
OVERALL_STATUS_WAITING_FOR_PRINTER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is waiting for printer.
OVERALL_STATUS_WAITING_FOR_PRINTER_OUTPUT - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is waiting for printer output.
OVERALL_STATUS_WAITING_TO_START - Static variable in class com.ibm.as400.access.ISeriesPrinter
Overall status constant indicating that overall status of the logical printer is waiting to start.
OVERFLOWED_ASP - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object overflowed the auxiliary storage pool (ASP).
ownDeletesAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a result set's own deletes are visible.
ownDeletesAreVisible(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a result set's own deletes are visible.
OWNER - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the name of the object owner's user profile.
OWNER - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for owner.
OWNER - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for owner.
OWNER_GROUP_PROFILE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user's group profile owns any objects the user creates.
OWNER_USER_PROFILE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user owns any objects the user creates.
OWNERID - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for owner ID.
ownInsertsAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a result set's own inserts are visible.
ownInsertsAreVisible(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a result set's own inserts are visible.
ownUpdatesAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a result set's own updates are visible.
ownUpdatesAreVisible(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a result set's own updates are visible.

P

PACKAGE_CCSID - Static variable in class com.ibm.as400.access.JDProperties
 
PACKED_DECIMAL_484 - Static variable in class com.ibm.as400.access.SQLNativeType
 
PackedDecimalFieldDescription - Class in com.ibm.as400.access
Represents the description of the data in a packed decimal field.
PackedDecimalFieldDescription(AS400PackedDecimal, String) - Constructor for class com.ibm.as400.access.PackedDecimalFieldDescription
Constructs a PackedDecimalFieldDescription object.
PackedDecimalFieldDescription() - Constructor for class com.ibm.as400.access.PackedDecimalFieldDescription
Constructs a PackedDecimalFieldDescription object.
PackedDecimalFieldDescription(AS400PackedDecimal, String, String) - Constructor for class com.ibm.as400.access.PackedDecimalFieldDescription
Constructs a PackedDecimalFieldDescription object.
packedDecimalToDouble(byte[], int, int, int) - Static method in class com.ibm.jtopenlite.Conv
 
packedDecimalToString(byte[], int, int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified packed decimal bytes into a String.
packedDecimalToString(byte[], int, int, int, char[]) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified packed decimal bytes into a String.
PacketTooBig - Class in com.ibm.as400.util.commtrace
A PacketTooBig Header.
PAGE_BEING_WRITTEN - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for page being written.
pageBack() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Sets the view back one page.
pageForward() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Sets the view forward one page.
PAGESPERCOPY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the number of pages per copy.
PanelGroup - Class in com.ibm.as400.access
Represents an IBM i panel group (*PNLGRP) object.
PanelGroup() - Constructor for class com.ibm.as400.access.PanelGroup
Constructs a PanelGroup object.
PanelGroup(AS400, String) - Constructor for class com.ibm.as400.access.PanelGroup
Constructs a PanelGroup object.
PanelGroupBeanInfo - Class in com.ibm.as400.access
The PanelGroupBeanInfo class provides bean information for the PanelGroup class.
PanelGroupBeanInfo() - Constructor for class com.ibm.as400.access.PanelGroupBeanInfo
 
PanelGroupHelpIdentifier - Class in com.ibm.as400.access
Represents information about a specific help identifier for an OS/400 panel group (*PNLGRP) object.
Parameter - Class in com.ibm.jtopenlite.command
Abstract parent class for all program parameters.
Parameter(int) - Constructor for class com.ibm.jtopenlite.command.Parameter
 
PARAMETER_FORMAT_BY_REFERENCE - Static variable in interface com.ibm.jtopenlite.command.program.CallServiceProgramParameterFormat
 
PARAMETER_FORMAT_BY_VALUE - Static variable in interface com.ibm.jtopenlite.command.program.CallServiceProgramParameterFormat
 
PARAMETER_VALUE_DATATYPE_NOT_VALID - Static variable in exception com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the data type requested is not valid.
PARAMETER_VALUE_NOT_VALID - Static variable in exception com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the parameter value is not valid.
PARAMETER_VALUE_NOT_VALID - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the parameter value is not valid.
parameterMarkerDescription(int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseParameterMarkerCallback
 
parameterMarkerDescription(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
parameterMarkerFieldDescription(int, int, int, int, int, int, int, int, int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseParameterMarkerCallback
 
parameterMarkerFieldDescription(int, int, int, int, int, int, int, int, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
parameterMarkerFieldName(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseParameterMarkerCallback
 
parameterMarkerFieldName(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
parameterMarkerUDTName(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseParameterMarkerCallback
 
parameterMarkerUDTName(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCParameterMetaData
 
ParameterProblem - Class in com.ibm.as400.util.commtrace
A Parameter Problem Header.
PARENT - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for parent.
PARM_NOT_SUPPORTED - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the parameter is not supported.
PARM_VALUE_NOT_SUPPORTED - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the parameter value is not supported.
PARMPROB - Static variable in class com.ibm.as400.util.commtrace.Message
A Parameter Problem Message
parse(String) - Method in class com.ibm.as400.access.AS400Date
Converts a string representation of a date, to a Java object.
parse(String) - Method in class com.ibm.as400.access.AS400Time
Converts a string representation of a time, to a Java object.
parse(String) - Method in class com.ibm.as400.access.AS400Timestamp
Converts a string representation of a timestamp, to a Java object.
parse(String, String, int) - Static method in class com.ibm.as400.access.JDEscapeClause
Parses an escape clause, and substitute it with native SQL.
parse(JDSQLTokenizer, String, boolean, int) - Static method in class com.ibm.as400.access.JDEscapeClause
Parses an escape clause, and substitute it with native SQL.
parseInt(int) - Method in class com.ibm.jtopenlite.command.Parameter
Convenience method to retrieve the 4-byte integer value in the output data at the specified offset.
PARSEORDER_NOT_CHILD - Static variable in class com.ibm.as400.data.DAMRI
 
PARSEORDER_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
parseString(int, int) - Method in class com.ibm.jtopenlite.command.Parameter
Convenience method to retrieve the CCSID 37 String in the output data at the specified offset and length.
parseXsdString(String) - Static method in class com.ibm.as400.access.AS400Date
Converts the specified ISO representation of a date, to a Java object.
parseXsdString(String, TimeZone) - Static method in class com.ibm.as400.access.AS400Date
Converts the specified ISO representation of a date, to a Java object.
parseXsdString(String) - Static method in class com.ibm.as400.access.AS400Time
Converts the specified HMS representation of a time, to a Java object.
parseXsdString(String, TimeZone) - Static method in class com.ibm.as400.access.AS400Time
Converts the specified HMS representation of a time, to a Java object.
parseXsdString(String) - Static method in class com.ibm.as400.access.AS400Timestamp
Converts the specified ISO representation of a timestamp, to a Java object.
parseXsdString(String, TimeZone) - Static method in class com.ibm.as400.access.AS400Timestamp
Converts the specified ISO representation of a timestamp, to a Java object.
PASS_BY_REFERENCE - Static variable in class com.ibm.as400.access.ProgramParameter
Constant indicating parameter data is passed by reference.
PASS_BY_VALUE - Static variable in class com.ibm.as400.access.ProgramParameter
Constant indicating parameter data is passed by value.
PASSIVE_MODE - Static variable in class com.ibm.as400.access.FTP
Use passive mode transfers with the system.
PASSWORD_CHANGE_DATE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for password change date.
PASSWORD_CHANGE_NOT_ALLOWED - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password change is not allowed at this time.
PASSWORD_CHANGE_REQUEST_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the change password request is missing user ID, old password, or new password.
PASSWORD_ENCRYPT_INVALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that the password encryption indicator is not valid.
PASSWORD_ERROR - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that there is a general password error.
PASSWORD_ERROR - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that there is a general password error.
PASSWORD_EXPIRATION_INTERVAL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for password expiration interval.
PASSWORD_EXPIRED - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password has expired.
PASSWORD_EXPIRED - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the password has expired.
PASSWORD_IMPROPERLY_ENCRYPTED - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that the password has not been encrypted properly (pre-V2R2 encryption may have been used).
PASSWORD_INCORRECT - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password is not correct.
PASSWORD_INCORRECT - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the password is not correct.
PASSWORD_INCORRECT_USERID_DISABLE - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password is not correct and that the user ID will be disabled on the next sign-on attempt if the password is incorrect again.
PASSWORD_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password length is not valid.
PASSWORD_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that the password length is not valid.
PASSWORD_NEW_ADJACENT_DIGITS - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password has adjacent digits.
PASSWORD_NEW_CHARACTER_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password contains a character that is not valid.
PASSWORD_NEW_CONSECUTIVE_REPEAT_CHARACTER - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password contains a character repeated consecutively.
PASSWORD_NEW_DISALLOWED - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password is not allowed.
PASSWORD_NEW_NO_ALPHABETIC - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password must contain at least one alphabetic.
PASSWORD_NEW_NO_NUMERIC - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password must contain at least one numeric.
PASSWORD_NEW_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password is not valid.
PASSWORD_NEW_PREVIOUSLY_USED - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password was previously used.
PASSWORD_NEW_REPEAT_CHARACTER - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password contains a character used more than once.
PASSWORD_NEW_SAME_POSITION - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password contains the same character in the same position as the previous password.
PASSWORD_NEW_TOO_LONG - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password is longer than maximum accepted length.
PASSWORD_NEW_TOO_SHORT - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password is shorter than minimum accepted length.
PASSWORD_NEW_USERID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password contains a user ID as part of the password.
PASSWORD_NEW_VALIDATION_PROGRAM - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password validation program failed the request.
PASSWORD_NONE - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password is *NONE.
PASSWORD_NOT_SET - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password is not set.
PASSWORD_OLD_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the old password is not valid.
PASSWORD_PRE_V2R2 - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password has pre-V2R2 encryption.
PASSWORD_STRONGER - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the "LAN Manager authentication" attribute, indicating that the LANMAN password hash is ignored if a stronger password hash is provided by the client.
PASSWORD_STRONGER_OR_MISMATCH - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the "LAN Manager authentication" attribute, indicating that the LANMAN password hash is used only if a stronger password hash provided by the client does not match, or if a stronger password hash is not provided.
PASSWORD_VALUE_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the password value is not valid.
passwordAboutToExpire(SignonEvent, int) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where the password is within a few days of expiring.
passwordAboutToExpire(SignonEvent, int) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns true, indicating that the sign-on should proceed.
PasswordDialog - Class in com.ibm.as400.access
Provides a dialog for prompting end-users for a system name, a user ID, and/or a password.
PasswordDialog(Frame, String) - Constructor for class com.ibm.as400.access.PasswordDialog
Constructs a PasswordDialog object.
passwordExpired(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where the password has expired.
passwordExpired(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
PasswordFormInput - Class in com.ibm.as400.util.html
The PasswordFormInput class represents a password input field type in an HTML form.
PasswordFormInput() - Constructor for class com.ibm.as400.util.html.PasswordFormInput
Constructs a default PasswordFormInput object.
PasswordFormInput(String) - Constructor for class com.ibm.as400.util.html.PasswordFormInput
Constructs a PasswordFormInput object with the specified control name.
PasswordFormInput(String, String) - Constructor for class com.ibm.as400.util.html.PasswordFormInput
Constructs a PasswordFormInput object with the specified control name and initial input value.
PasswordFormInputBeanInfo - Class in com.ibm.as400.util.html
The PasswordFormInputBeanInfo class provides bean information for the PasswordFormInput class.
PasswordFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.PasswordFormInputBeanInfo
 
passwordIncorrect(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where an incorrect password has been specified.
passwordIncorrect(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
passwordLengthIncorrect(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where a specified password is either too long or too short.
passwordLengthIncorrect(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
passwordLevel() - Method in class com.ibm.as400.access.AS400
Password level
passwordMissing(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where a password has not been specified.
passwordMissing(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
PATH - Static variable in class com.ibm.as400.access.NetServerFileShare
Deprecated.
Attribute ID for "path".
PATH - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for path.
PATH_NOT_FOUND - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the path is not found.
PATH_NOT_VALID - Static variable in exception com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the path is not valid.
pathSeparator - Static variable in class com.ibm.as400.access.IFSFile
The integrated file system path separator string used to separate paths in a path list.
pathSeparatorChar - Static variable in class com.ibm.as400.access.IFSFile
The integrated file system path separator character used to separate paths in a path list.
PATTERN - Static variable in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Selection ID for pattern.
PATTERN_OS2 - Static variable in class com.ibm.as400.access.IFSFile
Value for indicating that "OS/2" pattern-matching is used by the various list() and listFiles() methods.
PATTERN_POSIX - Static variable in class com.ibm.as400.access.IFSFile
Value for indicating that "POSIX" pattern-matching is used by the various list() and listFiles() methods.
PATTERN_POSIX_ALL - Static variable in class com.ibm.as400.access.IFSFile
Value for indicating that "POSIX-all" pattern-matching is used by the various list() and listFiles() methods.
PCD_ARGUMENTS - Static variable in class com.ibm.as400.data.DAMRI
 
PCML - Static variable in class com.ibm.as400.access.Trace
'PCML' trace category.
PCML - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the PCML component.
PCML_DTD_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
PCML_EXCEPTION - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that a pcml exception occurred.
PCML_EXCEPTION_TITLE - Static variable in class com.ibm.as400.data.DAMRI
 
PCML_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
PCML_SERIALIZED - Static variable in class com.ibm.as400.data.DAMRI
 
PcmlException - Exception in com.ibm.as400.data
Thrown when an error is encountered using a ProgramCallDocument.
PcmlMessageLog - Class in com.ibm.as400.data
Provides control over logging and tracing activity within this package.
PcmlSpecificationException - Exception in com.ibm.as400.data
Thrown when syntax errors are detected in a PCML source file.
peek() - Method in class com.ibm.as400.access.DataQueue
Reads an entry from the data queue without removing it from the queue.
peek(int) - Method in class com.ibm.as400.access.DataQueue
Reads an entry from the data queue without removing it from the queue.
peek(byte[]) - Method in class com.ibm.as400.access.KeyedDataQueue
Reads an entry from the data queue without removing it from the queue.
peek(byte[], int, String) - Method in class com.ibm.as400.access.KeyedDataQueue
Reads an entry from the data queue without removing it from the queue.
peek(String) - Method in class com.ibm.as400.access.KeyedDataQueue
Reads an entry from the data queue without removing it from the queue.
peek(String, int, String) - Method in class com.ibm.as400.access.KeyedDataQueue
Reads an entry from the data queue without removing it from the queue.
peek() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Reads an entry from the data queue without removing it from the queue, and stores the text of the entry in the document.
peek(int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Reads an entry from the data queue without removing it from the queue, and stores the text of the entry in the document.
peek(String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Reads an entry from the data queue without removing it from the queue, and stores the text of the entry in the document.
peek(String, int, String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Reads an entry from the data queue without removing it from the queue, and stores the text of the entry in the document.
peeked(DataQueueEvent) - Method in interface com.ibm.as400.access.DataQueueListener
Invoked when a peek has been performed.
PENDING_STATUS_CONTROLLED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Pending status constant indicating that the writer ends after the current copy of the spooled file has been printed (*CNTRLD).
PENDING_STATUS_CONTROLLED - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value for status indicating that an operation is pending and will take effect after the current copy of the spooled file has been printed.
PENDING_STATUS_IMMEDIATE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Pending status constant indicating that the writer ends as soon as its output buffers are empty (*IMMED).
PENDING_STATUS_IMMEDIATE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value for status indicating that an operation is pending and will take effect as soon as its output buffers are empty.
PENDING_STATUS_NONE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Pending status constant indicating that no command was issued.
PENDING_STATUS_NONE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value for status indicating that no operation is pending.
PENDING_STATUS_PAGE_END - Static variable in class com.ibm.as400.access.ISeriesPrinter
Pending status constant indicating that the writer ends at the end of the page (*PAGEEND).
PENDING_STATUS_PAGE_END - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value for status indicating that an operation is pending and will take effect at the end of the page.
perform(VActionContext) - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Performs the action.
perform(VActionContext) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Performs the action.
PERFORMANCE_COLLECTION_TYPE_ENTRYEXIT - Static variable in class com.ibm.as400.access.JavaProgram
Constant indicating the type of performance collection is *ENTRYEXIT.
PERFORMANCE_COLLECTION_TYPE_FULL - Static variable in class com.ibm.as400.access.JavaProgram
Constant indicating the type of performance collection is *FULL.
PERMISSION - Static variable in class com.ibm.as400.access.NetServerFileShare
Deprecated.
Attribute ID for "permission".
Permission - Class in com.ibm.as400.access
Retrieves a user's authority to an object.
Permission(IFSFile) - Constructor for class com.ibm.as400.access.Permission
Constructs a Permission object.
Permission(IFSFile, boolean) - Constructor for class com.ibm.as400.access.Permission
Constructs a Permission object.
Permission(IFSFile, boolean, boolean) - Constructor for class com.ibm.as400.access.Permission
Constructs a Permission object.
Permission(AS400, String) - Constructor for class com.ibm.as400.access.Permission
Constructs a Permission object.
Permission(AS400, String, boolean) - Constructor for class com.ibm.as400.access.Permission
Constructs a Permission object.
Permission(AS400, String, boolean, boolean) - Constructor for class com.ibm.as400.access.Permission
Constructs a Permission object.
PERMISSION_READ_ONLY - Static variable in class com.ibm.as400.access.NetServerFileShare
Deprecated.
PERMISSION attribute value indicating "read only" permission to a share.
PERMISSION_READ_WRITE - Static variable in class com.ibm.as400.access.NetServerFileShare
Deprecated.
PERMISSION attribute value indicating "read/write" permission to a share.
PersistenceException - Exception in com.ibm.as400.access
Thrown when an error occurs accessing resources on the system.
PersistenceException() - Constructor for exception com.ibm.as400.access.PersistenceException
Default constructor.
PersistenceException(AS400Message[]) - Constructor for exception com.ibm.as400.access.PersistenceException
Constructs an exception based on a list of system messages.
PersistenceException(AS400Message[], String) - Constructor for exception com.ibm.as400.access.PersistenceException
Constructs an exception based on a list of system messages and detail string.
PersistenceException(String) - Constructor for exception com.ibm.as400.access.PersistenceException
Constructs an exception with the given detail string.
PersistenceException(Throwable) - Constructor for exception com.ibm.as400.access.PersistenceException
Constructs an exception with detail provided by the given throwable.
ping() - Method in class com.ibm.as400.access.AS400JPing
Ping the system.
ping(int) - Method in class com.ibm.as400.access.AS400JPing
Ping a specific service.
pingAllServices() - Method in class com.ibm.as400.access.AS400JPing
Ping all services.
PKTTOBIG - Static variable in class com.ibm.as400.util.commtrace.Message
A Packet To Big Message
POOL_SIZE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
The property identifier for the pool size.
PORT_NUMBER - Static variable in class com.ibm.as400.access.ProxyConstants
 
PortMapper - Class in com.ibm.jtopenlite
Connects to the System i Port Mapper host server (QSYSWRK/QZSOMAPD daemon job) listening on TCP port 449.
position(byte[], long) - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns the position at which a pattern is found in the BLOB.
position(Blob, long) - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns the position at which a pattern is found in the BLOB.
position(byte[], long) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns the position at which a pattern is found in the BLOB.
position(Blob, long) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns the position at which a pattern is found in the BLOB.
position(String, long) - Method in class com.ibm.as400.access.AS400JDBCClob
Returns the position at which a pattern is found in the CLOB.
position(Clob, long) - Method in class com.ibm.as400.access.AS400JDBCClob
Returns the position at which a pattern is found in the CLOB.
position(String, long) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns the position at which a pattern is found in the CLOB.
position(Clob, long) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns the position at which a pattern is found in the CLOB.
position(byte[], long) - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
position(Blob, long) - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
position(String, long) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
position(Clob, long) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
position(Blob, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
position(byte[], long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
position(Blob, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
Not implemented.
position(byte[], long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
Not implemented.
position(Clob, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
position(String, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
position(DDMFile, DDMReadCallback, int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the cursor to the specified record number.
positionAfterLast(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the cursor to the end of the file (after the last record).
positionBeforeFirst(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the cursor to the beginning of the file (before the first record).
positionCursor(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record matching the specified key.
positionCursor(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record matching the specified key.
positionCursor(Object[], int) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record meeting the specified search criteria based on key.
positionCursor(byte[], int, int) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record meeting the specified search criteria based on key.
positionCursor(int) - Method in class com.ibm.as400.access.SequentialFile
Positions the file cursor to the first record whose record number matches the specified record number.
positionCursorAfter(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record after the record specified by key.
positionCursorAfter(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record after the record specified by key.
positionCursorAfter(int) - Method in class com.ibm.as400.access.SequentialFile
Positions the file cursor to the first record after the record specified by the record number.
positionCursorAfterLast() - Method in class com.ibm.as400.access.AS400File
Positions the file cursor to after the last record.
positionCursorBefore(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record before the record specified by key.
positionCursorBefore(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record before the record specified by key.
positionCursorBefore(int) - Method in class com.ibm.as400.access.SequentialFile
Positions the file cursor to the first record before the record specified by the record number.
positionCursorBeforeFirst() - Method in class com.ibm.as400.access.AS400File
Positions the file cursor to before the first record.
positionCursorToFirst() - Method in class com.ibm.as400.access.AS400File
Positions the file cursor to the first record.
positionCursorToLast() - Method in class com.ibm.as400.access.AS400File
Positions the file cursor to the last record.
positionCursorToNext() - Method in class com.ibm.as400.access.AS400File
Positions the file cursor to the next record.
positionCursorToPrevious() - Method in class com.ibm.as400.access.AS400File
Positions the file cursor to the previous record.
positionToFirst(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the cursor to the first record in the file.
positionToKeyEqual(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the file cursor to the record whose key is equal to the specified key.
positionToKeyGreater(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the file cursor to the record whose key is greater than the specified key.
positionToKeyGreaterOrEqual(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the file cursor to the record whose key is greater than or equal to the specified key.
positionToKeyLess(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the file cursor to the record whose key is less than the specified key.
positionToKeyLessOrEqual(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the file cursor to the record whose key is less than or equal to the specified key.
positionToLast(DDMFile) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the cursor to the last record in the file.
positionToNext(DDMFile, DDMReadCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the cursor to the next record in the file.
positionToPrevious(DDMFile, DDMReadCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Positions the cursor to the previous record in the file.
postValidation(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Method called after validation has occured.
postWarning(SQLWarning) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Posts a warning for the connection.
postWarning(SQLWarning) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
PREFERRED_NAME - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by preferred name.
PREFERRED_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for preferred name.
PREFIXINFO - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery Prefix Info Header
PrefixInfo - Class in com.ibm.as400.util.commtrace
A PrefixInfo Header.
prepare(Xid) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Prepares for a transaction commit.
prepare(DatabasePrepareAttributes) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
prepareAndDescribe(DatabasePrepareAndDescribeAttributes, DatabaseDescribeCallback, DatabaseParameterMarkerCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
prepareAndExecute(DatabasePrepareAndExecuteAttributes, DatabaseDescribeCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
prepareCall(String) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(AS400JDBCConnection, String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareCall(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(AS400JDBCConnection, String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareCall(String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement object.
prepareCall(AS400JDBCConnection, String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareCall(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareCall(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareCall(String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareCall(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
prepareCall(String, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
prepareCall(String, int, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
prepareStatement(String) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCConnection
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(AS400JDBCConnection, String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareStatement(String, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(AS400JDBCConnection, String, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareStatement(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(AS400JDBCConnection, String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareStatement(String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(AS400JDBCConnection, String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareStatement(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(AS400JDBCConnection, String, int[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareStatement(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareStatement(AS400JDBCConnection, String, String[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
prepareStatement(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareStatement(String, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareStatement(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareStatement(String, int, int, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareStatement(String, int[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareStatement(String, String[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
prepareStatement(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
prepareStatement(String, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
 
prepareStatement(String, int[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
prepareStatement(String, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Only implemented for ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY.
prepareStatement(String, int, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Only implemented for ResultSet.TYPE_FORWARD_ONLY and ResultSet.CONCUR_READ_ONLY and ResultSet.HOLD_CURSORS_OVER_COMMIT.
prepareStatement(String, String[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
Presentation - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
Presentation() - Constructor for class com.ibm.as400.resource.Presentation
Deprecated.
Constructs a Presentation object.
Presentation(String) - Constructor for class com.ibm.as400.resource.Presentation
Deprecated.
Constructs a Presentation object.
Presentation(String, String) - Constructor for class com.ibm.as400.resource.Presentation
Deprecated.
Constructs a Presentation object.
PresentationLoader - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
PresentationLoader(String) - Constructor for class com.ibm.as400.resource.PresentationLoader
Deprecated.
Constructs a PresentationLoader object.
PresentationLoader(ResourceBundle) - Constructor for class com.ibm.as400.resource.PresentationLoader
Deprecated.
Constructs a PresentationLoader object.
PRESTART_JOB_ENTRY - Static variable in class com.ibm.as400.access.SubsystemEntryList
 
preventRefresh() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Block the thread to refresh profile token credential.
previous() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor to the previous row.
previous() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor to the previous row.
previous() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor to the previous row.
PREVIOUS - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the previous message in the message queue.
PREVIOUS - Static variable in class com.ibm.as400.resource.RJobLog
Deprecated.
Constant referring to the previous message in the job log.
PREVIOUS - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the previous message in the message queue.
previous() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the previous row in the list.
previous() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
PREVIOUS_RELEASE - Static variable in class com.ibm.as400.access.SaveFile
Value for the "targetRelease" property, indicating "previous release".
PREVIOUS_SIGN_ON - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for previous sign-on.
previousPage() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Repositions the stream to the previous page.
PRIMARY_GROUP - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the name of the primary group profile for the object.
PRIMARY_GROUP_NONE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a primary group of *NONE.
PRIMARY_JOB_STATUSES - Static variable in class com.ibm.as400.resource.RJobList
Deprecated.
Selection ID for jobs on primary job statuses.
PRIMARY_LANGUAGE_LOAD_ID - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for primary language load ID.
primaryRC_ - Variable in class com.ibm.as400.access.NLSExchangeAttrReply
 
PRINT - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Print service.
PRINT - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Network Print component.
PRINT - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Network Print component.
PRINT_COVER_PAGE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for print cover page.
PRINT_DEVICE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for print device.
PRINT_DEVICE_WORK_STATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the printer assigned to the user's work station is used.
PRINT_DRIVER_TYPE - Static variable in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
Attribute ID for "print driver type".
PRINT_KEY_FORMAT - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether border and header information is provided when the Print key is pressed.
PRINT_KEY_FORMAT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for print key format.
PRINT_KEY_FORMAT_ALL - Static variable in class com.ibm.as400.access.Job
Constant indicating that the border and header information is included with output from the Print key.
PRINT_KEY_FORMAT_ALL - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the border and header information is included with output from the Print key.
PRINT_KEY_FORMAT_BORDER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the border information is included with output from the Print key.
PRINT_KEY_FORMAT_BORDER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the border information is included with output from the Print key.
PRINT_KEY_FORMAT_HEADER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the header information is included with output from the Print key.
PRINT_KEY_FORMAT_HEADER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the header information is included with output from the Print key.
PRINT_KEY_FORMAT_NONE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the border and header information is not included with output from the Print key.
PRINT_KEY_FORMAT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the print key format.
PRINT_KEY_FORMAT_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the value specified on the system value QPRTKEYFMT determines whether header or border information is printed.
PRINT_TEXT - Static variable in class com.ibm.as400.access.Job
Job attribute representing the line of text (if any) that is printed at the bottom of each page of printed output for the job.
PRINT_TEXT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for print text.
PRINT_TEXT_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating that no text is printed on printed output.
PRINT_TEXT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the print text.
PRINT_TEXT_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the system value QPRTTXT is used.
PRINT_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Network Print component.
PRINT_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Network Print component.
Printer - Class in com.ibm.as400.access
The Printer class represents a printer.
Printer() - Constructor for class com.ibm.as400.access.Printer
Constructs a Printer object.
Printer(AS400, String) - Constructor for class com.ibm.as400.access.Printer
Constructs a Printer object.
PRINTER_ASSIGNED - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by printer assignment.
PRINTER_DEVICE_NAME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the printer device used for printing output from this job.
PRINTER_DEVICE_NAME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for printer device name.
PRINTER_DEVICE_NAME_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the printer device name specified in the user profile under which this thread was initially running is used.
PRINTER_DEVICE_NAME_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the printer device name.
PRINTER_DEVICE_NAME_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the value in the system value QPRTDEV is used as the printer device.
PRINTER_DEVICE_NAME_WORK_STATION - Static variable in class com.ibm.as400.access.Job
Constant indicating that the default printer device used with this job is the printer device assigned to the work station that is associated with the job.
PRINTER_DEVICE_NAME_WORK_STATION - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the default printer device used with this job is the printer device assigned to the work station that is associated with the job.
PRINTER_DEVICE_TYPE_IPDS - Static variable in class com.ibm.as400.access.ISeriesPrinter
Printer device type constant indicating that the type of the printer is Intelligent Printer Data Stream.
PRINTER_DEVICE_TYPE_SCS - Static variable in class com.ibm.as400.access.ISeriesPrinter
Printer device type constant indicating that the type of the printer is SNA (Systems Network Architecture) character string.
PRINTER_NAME - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by printer name.
PRINTER_NAMES - Static variable in class com.ibm.as400.resource.RPrinterList
Deprecated.
Selection ID for printer names.
PRINTER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the printer name.
PRINTER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Property identifier for the printer name.
PrinterBeanInfo - Class in com.ibm.as400.access
BeanInfo for Printer class.
PrinterBeanInfo() - Constructor for class com.ibm.as400.access.PrinterBeanInfo
 
PrinterFile - Class in com.ibm.as400.access
The PrinterFile class represents a printer file.
PrinterFile() - Constructor for class com.ibm.as400.access.PrinterFile
Constructs a PrinterFile object.
PrinterFile(AS400, String) - Constructor for class com.ibm.as400.access.PrinterFile
Constructs a PrinterFile object.
PrinterFileBeanInfo - Class in com.ibm.as400.access
BeanInfo for PrinterFile class.
PrinterFileBeanInfo() - Constructor for class com.ibm.as400.access.PrinterFileBeanInfo
 
PrinterFileList - Class in com.ibm.as400.access
The PrinterFileList class is used to build a list of objects of type PrinterFile.
PrinterFileList() - Constructor for class com.ibm.as400.access.PrinterFileList
Constructs a PrinterFileList object.
PrinterFileList(AS400) - Constructor for class com.ibm.as400.access.PrinterFileList
Constructs a PrinterFileList object.
PrinterFileListBeanInfo - Class in com.ibm.as400.access
BeanInfo for PrinterFileList class.
PrinterFileListBeanInfo() - Constructor for class com.ibm.as400.access.PrinterFileListBeanInfo
 
PrinterList - Class in com.ibm.as400.access
The PrinterList class is used to build a list of objects of type Printer.
PrinterList() - Constructor for class com.ibm.as400.access.PrinterList
Constructs a PrinterList object.
PrinterList(AS400) - Constructor for class com.ibm.as400.access.PrinterList
Constructs a PrinterList object.
PrinterListBeanInfo - Class in com.ibm.as400.access
BeanInfo for PrinterList class.
PrinterListBeanInfo() - Constructor for class com.ibm.as400.access.PrinterListBeanInfo
 
printHexHeader() - Method in class com.ibm.as400.util.commtrace.Header
Returns a description of the header along with this header as a hexadecimal string.
printHorizontalGridLine(double, double) - Method in class com.ibm.as400.access.SCS5553Writer
Prints a horizontal grid line at the current line.
println(Exception) - Static method in class com.ibm.as400.access.Verbose
 
println(String) - Static method in class com.ibm.as400.access.Verbose
Prints text, if appropriate.
PrintObject - Class in com.ibm.as400.access
The PrintObject class is an abstract base class for the various types of network print objects.
PrintObjectBeanInfo - Class in com.ibm.as400.access
Base class for the various BeanInfo classes describing print objects.
PrintObjectBeanInfo() - Constructor for class com.ibm.as400.access.PrintObjectBeanInfo
 
PrintObjectInputStream - Class in com.ibm.as400.access
Reads data out of a system spooled file or AFP resource such as an overlay or page segment.
PrintObjectList - Class in com.ibm.as400.access
Abstract base class for the various types of network print object lists.
PrintObjectListBeanInfo - Class in com.ibm.as400.access
BeanInfo for PrintObjectList class.
PrintObjectListBeanInfo() - Constructor for class com.ibm.as400.access.PrintObjectListBeanInfo
 
PrintObjectListEvent - Class in com.ibm.as400.access
The PrintObjectListEvent class represents a PrintObjectList event.
PrintObjectListEvent(Object, int) - Constructor for class com.ibm.as400.access.PrintObjectListEvent
Constructs an PrintObjectListEvent object.
PrintObjectListEvent(Object, Exception) - Constructor for class com.ibm.as400.access.PrintObjectListEvent
Constructs an PrintObjectListEvent object.
PrintObjectListEvent(Object, PrintObject) - Constructor for class com.ibm.as400.access.PrintObjectListEvent
Constructs an PrintObjectListEvent object.
PrintObjectListListener - Interface in com.ibm.as400.access
The PrintObjectListListener class provides a listener interface for receiving PrintObjectList events.
PrintObjectPageInputStream - Class in com.ibm.as400.access
Reads data out of a system spooled file one page at a time.
PrintObjectTransformedInputStream - Class in com.ibm.as400.access
Reads transformed data from a system spooled file.
PrintParameterList - Class in com.ibm.as400.access
The PrintParameterList class is used to group a set of attributes or parameters for use on other network print class methods.
PrintParameterList() - Constructor for class com.ibm.as400.access.PrintParameterList
Constructs a PrintParameterList object.
printRoutingData() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns a String with the tokenring routing data.
printStackTrace(Throwable) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Use java.lang.Throwable.printStackTrace(PrintWriter w).
printStackTraceToStringBuffer(Throwable, StringBuffer) - Static method in class com.ibm.as400.access.jdbcClient.Main
 
PRIORITY - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by priority.
PRIORITY_MAIL_NOTIFICATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for priority mail notification.
PRIORITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the priority of the output on the output queue.
process(CommandConnection, int) - Method in class com.ibm.jtopenlite.command.program.openlist.OpenListHandler
Calls the OpenListProgram, then loops calling GetListEntries, then finally calls CloseList.
process(DDMRecordFormat, DDMDataBuffer) - Method in class com.ibm.jtopenlite.ddm.DDMThreadedReader
Override this method with your own record processing logic.
processException(SQLException, String, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
 
processSavepointRequest(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
processSavepointRequest(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
Product - Class in com.ibm.as400.access
Represents a licensed product on the system.
Product(AS400, String) - Constructor for class com.ibm.as400.access.Product
Constructs a Product object.
Product(AS400, String, String) - Constructor for class com.ibm.as400.access.Product
Constructs a Product object.
Product(AS400, String, String, String, String) - Constructor for class com.ibm.as400.access.Product
Constructs a Product object.
Product(AS400, String, String, String, String, String) - Constructor for class com.ibm.as400.access.Product
Constructs a Product object.
PRODUCT_FEATURE_CODE - Static variable in class com.ibm.as400.access.Product
Constant indicating a feature ID of *CODE.
PRODUCT_FILTER_ALL - Static variable in class com.ibm.as400.access.ProductList
Constant representing a list of all products.
PRODUCT_FILTER_INSTALLED - Static variable in class com.ibm.as400.access.ProductList
Constant representing a list of all installed products.
PRODUCT_FILTER_INSTALLED_OR_SUPPORTED - Static variable in class com.ibm.as400.access.ProductList
Constant representing a list of all installed products and all supported products.
PRODUCT_FILTER_LIST - Static variable in class com.ibm.as400.access.ProductList
Constant representing a list filtered by user-specified criteria.
PRODUCT_FILTER_SUPPORTED - Static variable in class com.ibm.as400.access.ProductList
Constant representing a list of all supported products.
PRODUCT_ID - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for product ID.
PRODUCT_ID_ONLY - Static variable in class com.ibm.as400.access.PTF
Constant representing a product ID of *ONLY.
PRODUCT_ID_OPERATING_SYSTEM - Static variable in class com.ibm.as400.access.Product
Constant indicating a product ID of *OPSYS.
PRODUCT_ID_OPERATING_SYSTEM - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating the product ID for the operating system.
PRODUCT_LIBRARIES - Static variable in class com.ibm.as400.access.Job
Job attribute representing the libraries that contain product information for the initial thread of the job.
PRODUCT_LIBRARIES - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for product libraries.
PRODUCT_LIBRARIES_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the product libraries if they exist.
PRODUCT_LICENSE_RELEASED - Static variable in class com.ibm.as400.access.ProductLicenseEvent
The product license released event ID.
PRODUCT_LICENSE_REQUESTED - Static variable in class com.ibm.as400.access.ProductLicenseEvent
The product license requested event ID.
PRODUCT_OPTION - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for product option.
PRODUCT_OPTION_ALL - Static variable in class com.ibm.as400.access.ProductList
Constant representing a list of all product options.
PRODUCT_OPTION_BASE - Static variable in class com.ibm.as400.access.Product
Constant indicating a product option of *BASE.
PRODUCT_OPTION_BASE - Static variable in class com.ibm.as400.access.ProductList
Constant representing the base product option.
PRODUCT_OPTION_BASE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating the base option.
PRODUCT_RELEASE_ANY - Static variable in class com.ibm.as400.access.Product
Constant indicating that the release level of the product should be determined at runtime by the system.
PRODUCT_RELEASE_CURRENT - Static variable in class com.ibm.as400.access.Product
Constant indicating a release level of *CUR.
PRODUCT_RELEASE_ONLY - Static variable in class com.ibm.as400.access.Product
Constant indicating a release level of *ONLY.
PRODUCT_RELEASE_ONLY - Static variable in class com.ibm.as400.access.PTF
Constant representing a release level of *ONLY.
PRODUCT_RELEASE_PREVIOUS - Static variable in class com.ibm.as400.access.Product
Constant indicating a release level of *PRV.
PRODUCT_RETURN_CODE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the return code set by the compiler for Integrated Language Environment (ILE) languages.
PRODUCT_RETURN_CODE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for product return code.
ProductDirectoryInformation - Class in com.ibm.as400.access
Represents product directory information for a specific licensed product.
ProductLicense - Class in com.ibm.as400.access
Represents a license for a product on the IBM i system.
ProductLicense() - Constructor for class com.ibm.as400.access.ProductLicense
Constructs a default ProductLicense object.
ProductLicense(AS400, String, String, String) - Constructor for class com.ibm.as400.access.ProductLicense
Constructs a ProductLicense object for a system, product, feature, and release.
ProductLicenseBeanInfo - Class in com.ibm.as400.access
The IFSFileBeanInfo class provides BeanInfo for IFSFile.
ProductLicenseBeanInfo() - Constructor for class com.ibm.as400.access.ProductLicenseBeanInfo
 
ProductLicenseEvent - Class in com.ibm.as400.access
The ProductLiceneEvent class represents a ProductLicense event.
ProductLicenseEvent(Object, int) - Constructor for class com.ibm.as400.access.ProductLicenseEvent
Constructs a ProductLiceneEvent object.
ProductLicenseListener - Interface in com.ibm.as400.access
The ProductLicenseListener interface provides an interface for receiving ProductLicense events.
ProductList - Class in com.ibm.as400.access
Represents a list of licensed products.
ProductList() - Constructor for class com.ibm.as400.access.ProductList
Constructs a ProductList.
ProductList(AS400) - Constructor for class com.ibm.as400.access.ProductList
Constructs a ProductList for the specified system.
PROFILE_TOKEN_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the profile token or identity token is not valid.
PROFILE_TOKEN_NOT_VALID_MAXIMUM - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the profile token is not valid.
PROFILE_TOKEN_NOT_VALID_NOT_REGENERABLE - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the profile token is not valid.
PROFILE_TOKEN_NOT_VALID_TIMEOUT_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the profile token is not valid.
PROFILE_TOKEN_NOT_VALID_TYPE_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the profile token is not valid.
ProfileHandleCredential - Class in com.ibm.as400.security.auth
Represents an IBM i system profile handle.
ProfileHandleCredential() - Constructor for class com.ibm.as400.security.auth.ProfileHandleCredential
Constructs a ProfileHandleCredential object.
ProfileHandleCredentialBeanInfo - Class in com.ibm.as400.security.auth
Bean information for the ProfileHandleCredential class.
ProfileHandleCredentialBeanInfo() - Constructor for class com.ibm.as400.security.auth.ProfileHandleCredentialBeanInfo
 
ProfileHandleImpl - Interface in com.ibm.as400.security.auth
The ProfileHandleImpl interface provides the template for classes implementing behavior delegated by a ProfileHandleCredential.
ProfileHandleImplNative - Class in com.ibm.as400.access
The ProfileHandleImplNative class provides an implementation for behavior delegated by a ProfileHandleCredential object.
ProfileHandleImplNative() - Constructor for class com.ibm.as400.access.ProfileHandleImplNative
 
ProfileTokenCredential - Class in com.ibm.as400.security.auth
The ProfileTokenCredential class represents an IBM i system profile token.
ProfileTokenCredential() - Constructor for class com.ibm.as400.security.auth.ProfileTokenCredential
Constructs a ProfileTokenCredential object.
ProfileTokenCredential(AS400, byte[], int, int) - Constructor for class com.ibm.as400.security.auth.ProfileTokenCredential
Constructs and initializes a ProfileTokenCredential object.
ProfileTokenCredentialBeanInfo - Class in com.ibm.as400.security.auth
Bean information for the ProfileTokenCredential class.
ProfileTokenCredentialBeanInfo() - Constructor for class com.ibm.as400.security.auth.ProfileTokenCredentialBeanInfo
 
ProfileTokenImpl - Interface in com.ibm.as400.security.auth
The ProfileTokenImpl interface provides the template for classes implementing behavior delegated by a ProfileTokenCredential.
ProfileTokenImplNative - Class in com.ibm.as400.access
The ProfileTokenImplNative class provides an implementation for behavior delegated by a ProfileTokenCredential object.
ProfileTokenImplNative() - Constructor for class com.ibm.as400.access.ProfileTokenImplNative
 
ProfileTokenProvider - Interface in com.ibm.as400.security.auth
Defines an interface for providing a ProfileTokenCredential to an AS400 object.
PROFILING_DATA - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for profiling data.
PROFILING_DATA_APPLY - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that profiling data collection is applied for this Java program.
PROFILING_DATA_CLEAR - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that all profiling data that has been collected for this Java program is to be cleared.
PROFILING_DATA_COLLECTION - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that profiling data collection is enabled for this Java program.
PROFILING_DATA_NOCOLLECTION - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that no profiling data collection is enabled for this Java program.
PROFILING_DATA_STATUS_APY - Static variable in class com.ibm.as400.access.JavaProgram
Constant indicating that profile data has been applied to the attached Java program(s).
PROFILING_DATA_STATUS_COL - Static variable in class com.ibm.as400.access.JavaProgram
Constant indicating that profile data collection is enabled for the attached Java program(s).
PROFILING_DATA_STATUS_NOCOL - Static variable in class com.ibm.as400.access.JavaProgram
Constant indicating that profile data collection is not enabled for the the Java program(s).
Program - Interface in com.ibm.jtopenlite.command
Used by classes that wish to implement a program call, this essentially represents a System i program (PGM).
PROGRAM_CALL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Program Call component.
PROGRAM_CALL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Program Call component.
PROGRAM_CALL_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Program Call component.
PROGRAM_CALL_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Program Call component.
PROGRAM_FAILED - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the program call failed.
PROGRAM_NOT_REGISTERED - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the pcml document was not registered with the MEServer.
PROGRAM_RETURN_CODE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the completion status of the last program that has finished running, if the job contains any RPG, COBOL, data file utility (DFU), or sort utility programs.
PROGRAM_RETURN_CODE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for program return code.
ProgramAdapter - Class in com.ibm.jtopenlite.command.program
Base class for all program call classes in this package.
ProgramAdapter(String, String, int) - Constructor for class com.ibm.jtopenlite.command.program.ProgramAdapter
 
ProgramAttributeGetter - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ProgramAttributeGetter(AS400, ProgramCallDocument, ProgramMap) - Constructor for class com.ibm.as400.resource.ProgramAttributeGetter
Deprecated.
Constructs a ProgramAttributeGetter object.
ProgramAttributeSetter - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ProgramAttributeSetter(AS400, ProgramCallDocument, ProgramMap) - Constructor for class com.ibm.as400.resource.ProgramAttributeSetter
Deprecated.
Constructs a ProgramAttributeSetter object.
ProgramCall - Class in com.ibm.as400.access
The ProgramCall class allows a user to call an IBM i system program, pass parameters to it (input and output), and access data returned in the output parameters after the program runs.
ProgramCall() - Constructor for class com.ibm.as400.access.ProgramCall
Constructs a ProgramCall object.
ProgramCall(AS400) - Constructor for class com.ibm.as400.access.ProgramCall
Constructs a ProgramCall object.
ProgramCall(AS400, String, ProgramParameter[]) - Constructor for class com.ibm.as400.access.ProgramCall
Constructs a program call object.
PROGRAMCALL_THREADSAFE - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether the ProgramCall class should assume that called programs are threadsafe.
ProgramCallBeanInfo - Class in com.ibm.as400.access
The ProgramCallBeanInfo class provides bean information for the ProgramCall class.
ProgramCallBeanInfo() - Constructor for class com.ibm.as400.access.ProgramCallBeanInfo
 
ProgramCallButton - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ProgramCallButton() - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Constructs a ProgramCallButton object.
ProgramCallButton(String) - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Constructs a ProgramCallButton object.
ProgramCallButton(String, Icon) - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Constructs a ProgramCallButton object.
ProgramCallButton(String, Icon, AS400) - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Constructs a ProgramCallButton object.
ProgramCallButton(String, Icon, AS400, String, ProgramParameter[]) - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Constructs a ProgramCallButton object.
ProgramCallButtonBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ProgramCallButtonBeanInfo() - Constructor for class com.ibm.as400.vaccess.ProgramCallButtonBeanInfo
Deprecated.
 
ProgramCallDocument - Class in com.ibm.as400.data
XML Document based program call.
ProgramCallDocument(AS400, String) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument object.
ProgramCallDocument(AS400, String, InputStream) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument object.
ProgramCallDocument(AS400, String, ClassLoader) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument object.
ProgramCallDocument(AS400, String, ClassLoader, InputStream) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument object.
ProgramCallDocument(AS400, String, InputStream, ClassLoader, InputStream, int) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument object.
ProgramCallDocument() - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument object.
ProgramCallDocument(String) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument object.
ProgramCallDocument(String, ClassLoader) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument object.
ProgramCallMenuItem - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ProgramCallMenuItem() - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItem(String) - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItem(String, Icon) - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItem(String, Icon, AS400) - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItem(String, Icon, AS400, String, ProgramParameter[]) - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItemBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ProgramCallMenuItemBeanInfo() - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItemBeanInfo
Deprecated.
 
ProgramMap - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ProgramMap() - Constructor for class com.ibm.as400.resource.ProgramMap
Deprecated.
 
ProgramParameter - Class in com.ibm.as400.access
Used with ProgramCall and ServiceProgramCall to pass parameter data, either to a program, from a program, or both.
ProgramParameter() - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs a ProgramParameter object.
ProgramParameter(byte[]) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs a ProgramParameter object.
ProgramParameter(int) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs a ProgramParameter object.
ProgramParameter(byte[], int) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs ProgramParameter object.
ProgramParameter(int, byte[]) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs a ProgramParameter object.
ProgramParameter(int, int) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs a ProgramParameter object.
ProgramParameter(int, byte[], int) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs ProgramParameter object.
ProgramParameterBeanInfo - Class in com.ibm.as400.access
The ProgramParameterBeanInfo class provides bean information for the ProgramParameter class.
ProgramParameterBeanInfo() - Constructor for class com.ibm.as400.access.ProgramParameterBeanInfo
 
Prolog - Class in com.ibm.as400.util.commtrace
Parses the 256 byte header of a trace and allows for printing and access to the fields of the Prolog
PROMPT - Static variable in class com.ibm.jtopenlite.samples.RunSql
 
PROMPT - Static variable in class com.ibm.jtopenlite.samples.RunSqlSSL
 
PROPERTY_NOT_CHANGED - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the property cannot be changed.
PROPERTY_NOT_SET - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that one or more properties have not been set.
PROPERTY_NOT_SET - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that one or more properties have not been set.
propertyMap - Variable in class com.ibm.as400.access.BidiTransform
Output value: property map from the last transform with propertyMapRequired specified; if this option was not specified, the content of propertyMap should be ignored.
propertyMapRequired - Variable in class com.ibm.as400.access.BidiTransform
Option: create a property map Note: the map created is of no practical value if impToImp is true.
PROTOCOL_ERROR - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that a protocol error occurred while communicating with the system.
PROXY - Static variable in class com.ibm.as400.access.Trace
'Proxy' trace category.
PROXY_SERVER_ALREADY_STARTED - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the proxy server has already been started.
PROXY_SERVER_EVENT_NOT_FIRED - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the proxy server did not fire an event because the listener was not accessible.
PROXY_SERVER_NOT_STARTED - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the proxy server has not been started.
PROXY_SERVER_TO_SERVER - Static variable in class com.ibm.as400.access.SecureAS400
Constant indicating that encryption should only be done on the connection between the proxy server and the system.
ProxyConstants - Class in com.ibm.as400.access
The ProxyConstants class defines global contants for the proxy support.
ProxyConstants() - Constructor for class com.ibm.as400.access.ProxyConstants
 
ProxyException - Exception in com.ibm.as400.access
The ProxyException class represents an exception that indicates an error occurred while communicating with the proxy server.
ProxyServer - Class in com.ibm.as400.access
Fulfills requests from programs using the proxy jar file.
ProxyServer() - Constructor for class com.ibm.as400.access.ProxyServer
Constructs a ProxyServer object.
pseudoClose() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Partial closing of the connection.
pseudoClose() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
PTF - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the number of the program temporary fix (PTF) number that caused this object to be replaced.
PTF - Class in com.ibm.as400.access
Represents a Program Temporary Fix (PTF) for a licensed program product.
PTF(AS400, String) - Constructor for class com.ibm.as400.access.PTF
Constructs a PTF object.
PTF(AS400, String, String, String) - Constructor for class com.ibm.as400.access.PTF
Constructs a PTF object.
PTF_GROUP_STATUS_APPLY_AT_NEXT_IPL - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group will be applied at next IPL.
PTF_GROUP_STATUS_ERROR - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group information is in error.
PTF_GROUP_STATUS_INSTALLED - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group is installed.
PTF_GROUP_STATUS_NOT_APPLICABLE - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group status is "not applicable".
PTF_GROUP_STATUS_NOT_FOUND - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group is not found on the system.
PTF_GROUP_STATUS_NOT_INSTALLED - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group is not installed.
PTF_GROUP_STATUS_ON_ORDER - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group is on order.
PTF_GROUP_STATUS_RELATED_GROUP - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group is a related group.
PTF_GROUP_STATUS_SUPPORTED_ONLY - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group status is "supported only".
PTF_GROUP_STATUS_UNKNOWN - Static variable in class com.ibm.as400.access.PTFGroup
Constant indicating the PTF group status is unknown.
PTF_TYPE_DELAYED - Static variable in class com.ibm.as400.access.PTF
Constant indicating that the PTF is delayed and must be applied at IPL time.
PTF_TYPE_IMMEDIATE - Static variable in class com.ibm.as400.access.PTF
Constant indicating that the PTF is immediate and can be applied immediately.
PTF_TYPE_UNKNOWN - Static variable in class com.ibm.as400.access.PTF
Constant indicating that the PTF type is not known.
PTFCoverLetter - Class in com.ibm.as400.access
Represents a cover letter for a Program Temporary Fix (PTF).
PTFExitProgram - Class in com.ibm.as400.access
Represents an exit program for a Program Temporary Fix (PTF).
PTFGroup - Class in com.ibm.as400.access
Lists information for a specific PTF group on a system.
PTFGroupList - Class in com.ibm.as400.access
Retrieves a list of all PTF groups that are known to a system.
PTFGroupList(AS400) - Constructor for class com.ibm.as400.access.PTFGroupList
Constructs a PTFGroupList object.
ptol(Object, AS400) - Method in class com.ibm.as400.resource.AbstractValueMap
Deprecated.
Maps from a physical value to a logical value.
ptol(Object) - Method in class com.ibm.as400.resource.AbstractValueMap
Deprecated.
Maps from a physical value to a logical value.
ptol(Object) - Method in class com.ibm.as400.resource.BooleanValueMap
Deprecated.
Maps from a physical value to a logical value.
ptol(Object, AS400) - Method in class com.ibm.as400.resource.IntegerValueMap
Deprecated.
Maps from a physical value to a logical value.
ptol(Object, AS400) - Method in interface com.ibm.as400.resource.ValueMap
Deprecated.
Maps from a physical value to a logical value.
PUBLIC_AUTHORITY_ALL - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
PUBLIC_AUTHORITY_CHANGE - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
PUBLIC_AUTHORITY_EXCLUDE - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
PUBLIC_AUTHORITY_LIBCRTAUT - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
PUBLIC_AUTHORITY_USE - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
PUBLIC_KEY_BYTES - Static variable in class com.ibm.as400.access.AS400CertificateAttribute
The byte array attribute type representing the subjectPublicKeyInfo field from the certificate.
PUBLISHED_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for published status.
put(String) - Method in class com.ibm.as400.access.AS400FTP
Starts the process of putting a file to the system.
put(String, String) - Method in class com.ibm.as400.access.AS400FTP
Puts a file to the system.
put(File, String) - Method in class com.ibm.as400.access.AS400FTP
Puts a file to the system.
put(ClusteredHashTableEntry) - Method in class com.ibm.as400.access.ClusteredHashTable
Put an entry in the clustered hash table identified by the connection handle.
put(String) - Method in class com.ibm.as400.access.FTP
Starts the process of putting a file to the system.
put(String, String) - Method in class com.ibm.as400.access.FTP
Puts a file to the system.
put(File, String) - Method in class com.ibm.as400.access.FTP
Puts a file to the system.
put(FTPEvent) - Method in interface com.ibm.as400.access.FTPListener
Invoked after a file has been put to the system.
putProperty(Object, Object) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Sets a property value associated with the document.
putProperty(Object, Object) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Sets a property value associated with the document.
putProperty(Object, Object) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Sets a property value associated with the document.
putValue(String, Object) - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Sets the value of the property associated with the given key.
PW_NOPWD - Static variable in class com.ibm.as400.security.auth.ProfileTokenCredential
Password special value indicating that the current password is not verified.
PW_NOPWDCHK - Static variable in class com.ibm.as400.security.auth.ProfileTokenCredential
Password special value indicating that a profile token can be generated for a profile that is disabled or has an expired password.
PW_STR_NOPWD - Static variable in interface com.ibm.as400.security.auth.ProfileTokenImpl
String constant for *NOPWD special value. 10 character blank padded
PW_STR_NOPWDCHK - Static variable in interface com.ibm.as400.security.auth.ProfileTokenImpl
String constant for *NOPWDCHK special value. 10 character blank padded
pwd() - Method in class com.ibm.as400.access.AS400FTP
Returns the current directory on the system.
pwd() - Method in class com.ibm.as400.access.FTP
Returns the current directory on the system.
PxBooleanParm - Class in com.ibm.as400.access
The PxBooleanParm class represents a boolean parameter in a proxy datastream.
PxBooleanParm() - Constructor for class com.ibm.as400.access.PxBooleanParm
Constructs a PxBooleanParm object.
PxBooleanParm(boolean) - Constructor for class com.ibm.as400.access.PxBooleanParm
Constructs a PxBooleanParm object.
PxBooleanParm(Boolean) - Constructor for class com.ibm.as400.access.PxBooleanParm
Constructs a PxBooleanParm object.
PxClientConnectionAdapter - Class in com.ibm.as400.access
The PxClientConnectionAdapter class represents the connection to a proxy server.
PxClientConnectionAdapter(String, SSLOptions) - Constructor for class com.ibm.as400.access.PxClientConnectionAdapter
 
PxReqCV - Class in com.ibm.as400.access
The PxReqCV class represents the client portion of a request.
PxReqCV(short) - Constructor for class com.ibm.as400.access.PxReqCV
Constructs a PxReqCV object.
PxReqCV(short, boolean) - Constructor for class com.ibm.as400.access.PxReqCV
Constructs a PxReqCV object.

Q

QSYS_PREFIX_MISSING - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the object is required to be in the QSYS file system, but the integrated file system name does not begin with /QSYS.LIB/.
QSYS_SYNTAX_NOT_VALID - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the path starts with /QSYS.LIB/QSYS.LIB.
QSYSObjectPathName - Class in com.ibm.as400.access
Provides an integrated file system path name that represents an object in the QSYS library file system.
QSYSObjectPathName() - Constructor for class com.ibm.as400.access.QSYSObjectPathName
Constructs a QSYSObjectPathName object.
QSYSObjectPathName(String) - Constructor for class com.ibm.as400.access.QSYSObjectPathName
Constructs a QSYSObjectPathName object.
QSYSObjectPathName(String, String, String) - Constructor for class com.ibm.as400.access.QSYSObjectPathName
Constructs a QSYSObjectPathName object.
QSYSObjectPathName(String, String, String, String) - Constructor for class com.ibm.as400.access.QSYSObjectPathName
Constructs a QSYSObjectPathName object.
QSYSObjectPathName(String, String, String, String, String) - Constructor for class com.ibm.as400.access.QSYSObjectPathName
Constructs a QSYSObjectPathName object.
QSYSObjectPathNameBeanInfo - Class in com.ibm.as400.access
The QSYSObjectPathNameBeanInfo class provides BeanInfo for QSYSObjectPathName class.
QSYSObjectPathNameBeanInfo() - Constructor for class com.ibm.as400.access.QSYSObjectPathNameBeanInfo
 
QSYSObjectTypeTable - Class in com.ibm.as400.access
Maintains a list of object types and extended attributes for objects on the system.
QSYSPermission - Class in com.ibm.as400.access
The QSYSPermission class represents the permissions for the specified user of an object in the traditional IBM i library structure stored in QSYS.LIB.
QSYSPermission(String) - Constructor for class com.ibm.as400.access.QSYSPermission
Constructs a QSYSPermission object.
QUALITY_DRAFT - Static variable in class com.ibm.as400.access.SCS5219Writer
Constant value for draft print quality.
QUALITY_NEAR_LETTER - Static variable in class com.ibm.as400.access.SCS5219Writer
Constant value for near letter print quality.
QUERY_REPLACE_TRUNCATED_PARAMETER_STRING_DEFAULT - Static variable in class com.ibm.as400.access.JDProperties
 
QUERY_TIMEOUT_CANCEL - Static variable in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
QUERY_TIMEOUT_QQRYTIMLMT - Static variable in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
QueuedMessage - Class in com.ibm.as400.access
The QueuedMessage class represents a message on a message queue or job log.

R

RadioFormInput - Class in com.ibm.as400.util.html
The RadioFormInput class represents a radio button input type in an HTML form which represents a 1-of-many choice field.
RadioFormInput() - Constructor for class com.ibm.as400.util.html.RadioFormInput
Constructs a default RadioFormInput object.
RadioFormInput(String, boolean) - Constructor for class com.ibm.as400.util.html.RadioFormInput
Constructs a RadioFormInput object with the specified viewable text label and initial checked value.
RadioFormInput(String, String, String, boolean) - Constructor for class com.ibm.as400.util.html.RadioFormInput
Constructs a RadioFormInput object with the specified control name, initial input value, viewable text label, and initial checked value.
RadioFormInputBeanInfo - Class in com.ibm.as400.util.html
The RadioFormInputBeanInfo class provides bean information for the RadioFormInput class.
RadioFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.RadioFormInputBeanInfo
 
RadioFormInputGroup - Class in com.ibm.as400.util.html
The RadioFormInputGroup class represents a group of RadioFormInput objects.
RadioFormInputGroup() - Constructor for class com.ibm.as400.util.html.RadioFormInputGroup
Constructs a default RadioFormInputGroup object.
RadioFormInputGroup(String) - Constructor for class com.ibm.as400.util.html.RadioFormInputGroup
Constructs a RadioFormInputGroup object with the specified control name.
RadioFormInputGroupBeanInfo - Class in com.ibm.as400.util.html
The RadioFormInputGroupBeanInfo class provides bean information for the RadioFormInputGroup class.
RadioFormInputGroupBeanInfo() - Constructor for class com.ibm.as400.util.html.RadioFormInputGroupBeanInfo
 
RANDOM_SEED_EXCHANGE_INVALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was an invalid exchange random seed request.
RANDOM_SEED_INVALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was a random seed not valid.
RANDOM_SEED_REQUIRED - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was a random seed required when doing password substitute.
RANGE_NOT_VALID - Static variable in exception com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the parameter value is out of the allowed range.
RARP - Static variable in class com.ibm.as400.util.commtrace.IPPacket
Reverse Address Resolution Protocol
RC_ACCESS_DENIED - Static variable in class com.ibm.jtopenlite.file.FileConstants
 
RC_FILE_NOT_FOUND - Static variable in class com.ibm.jtopenlite.file.FileConstants
 
RC_NO_MORE_FILES - Static variable in class com.ibm.jtopenlite.file.FileConstants
 
RC_PATH_NOT_FOUND - Static variable in class com.ibm.jtopenlite.file.FileConstants
 
read() - Method in class com.ibm.as400.access.AS400File
Reads the record at the current cursor position.
read() - Method in class com.ibm.as400.access.CharacterDataArea
Reads the data from the data area.
read(int) - Method in class com.ibm.as400.access.CharacterDataArea
Reads the data from the data area.
read(int, int) - Method in class com.ibm.as400.access.CharacterDataArea
Reads the data from the data area.
read(int, int, int) - Method in class com.ibm.as400.access.CharacterDataArea
Reads the data from the data area.
read(byte[], int, int, int) - Method in class com.ibm.as400.access.CharacterDataArea
Reads the data from the data area.
read() - Method in class com.ibm.as400.access.ConvTableReader
Reads a single character.
read(char[]) - Method in class com.ibm.as400.access.ConvTableReader
Reads characters into the specified array.
read(char[], int, int) - Method in class com.ibm.as400.access.ConvTableReader
Reads characters into a portion of the specified array.
read(int) - Method in class com.ibm.as400.access.ConvTableReader
Reads up to length characters out of the underlying stream.
read(DataAreaEvent) - Method in interface com.ibm.as400.access.DataAreaListener
Invoked when a read has been performed.
read() - Method in class com.ibm.as400.access.DataQueue
Reads an entry from the data queue and removes it from the queue.
read(int) - Method in class com.ibm.as400.access.DataQueue
Reads an entry from the data queue and removes it from the queue.
read(DataQueueEvent) - Method in interface com.ibm.as400.access.DataQueueListener
Invoked when a read has been performed.
read() - Method in class com.ibm.as400.access.DecimalDataArea
Returns the data read from the data area.
read() - Method in class com.ibm.as400.access.IFSFileInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.ibm.as400.access.IFSFileInputStream
Reads up to data.length bytes of data from this input stream into data.
read(byte[], int, int) - Method in class com.ibm.as400.access.IFSFileInputStream
Reads up to length bytes of data from this input stream into data, starting at the array offset dataOffset.
read() - Method in class com.ibm.as400.access.IFSFileReader
Reads a single character.
read(char[]) - Method in class com.ibm.as400.access.IFSFileReader
Reads characters into an array.
read(char[], int, int) - Method in class com.ibm.as400.access.IFSFileReader
Reads characters into a portion of an array.
read() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads the next byte of data from this file.
read(byte[]) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads up to data.length bytes of data from this input stream into data.
read(byte[], int, int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads up to length bytes of data from this input stream into data, starting at the array offset dataOffset.
read(int) - Method in class com.ibm.as400.access.IFSTextFileInputStream
Reads up to length characters from this text file input stream.
read(byte[]) - Method in class com.ibm.as400.access.KeyedDataQueue
Reads an entry from the data queue and removes it from the queue.
read(byte[], int, String) - Method in class com.ibm.as400.access.KeyedDataQueue
Reads an entry from the data queue and removes it from the queue.
read(String) - Method in class com.ibm.as400.access.KeyedDataQueue
Reads an entry from the data queue and removes it from the queue.
read(String, int, String) - Method in class com.ibm.as400.access.KeyedDataQueue
Reads an entry from the data queue and removes it from the queue.
read(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record with the specified key.
read(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record with the specified key.
read(Object[], int) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record meeting the specified search criteria based on key.
read(byte[], int, int) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record meeting the specified search criteria based on key.
read() - Method in class com.ibm.as400.access.LocalDataArea
Reads the data from the data area.
read(int) - Method in class com.ibm.as400.access.LocalDataArea
Reads the data from the data area.
read(int, int) - Method in class com.ibm.as400.access.LocalDataArea
Reads the data from the data area.
read(int, int, int) - Method in class com.ibm.as400.access.LocalDataArea
Reads the data from the data area.
read(byte[], int, int, int) - Method in class com.ibm.as400.access.LocalDataArea
Reads the data from the data area.
read() - Method in class com.ibm.as400.access.LogicalDataArea
Returns the value in the data area.
read() - Method in class com.ibm.as400.access.PrintObjectInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.ibm.as400.access.PrintObjectInputStream
Reads up to data.length bytes of data from this input stream into data.
read(byte[], int, int) - Method in class com.ibm.as400.access.PrintObjectInputStream
Reads up to length bytes of data from this input stream into data, starting at the array offset dataOffset.
read() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Reads up to data.length bytes of data from the page input stream into data.
read(byte[], int, int) - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Reads up to length bytes of data from this input stream into data, starting at the array offset dataOffset.
read() - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Reads up to data.length bytes of data from the input stream into data.
read(byte[], int, int) - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Reads up to length bytes of data from this input stream into data, starting at the array offset dataOffset.
read() - Method in class com.ibm.as400.access.ReaderInputStream
Reads a single byte.
read(byte[]) - Method in class com.ibm.as400.access.ReaderInputStream
Reads bytes into the specified array.
read(byte[], int, int) - Method in class com.ibm.as400.access.ReaderInputStream
Reads bytes into a portion of the specified array.
read(int) - Method in class com.ibm.as400.access.SequentialFile
Reads the record with the specified record number.
read(byte[], int) - Method in class com.ibm.as400.access.UserSpace
Reads up to dataBuffer.length bytes from the user space beginning at userSpaceOffset into dataBuffer.
read(byte[], int, int, int) - Method in class com.ibm.as400.access.UserSpace
Reads up to length bytes from the user space beginning at userSpaceOffset into dataBuffer beginning at dataOffset.
read(int, int) - Method in class com.ibm.as400.access.UserSpace
Returns a string from the user space beginning at userSpaceOffset.
read(UserSpaceEvent) - Method in interface com.ibm.as400.access.UserSpaceListener
Invoked when a read has been performed.
read() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Reads an entry from the data queue and removes it from the queue, and stores the text of the entry in the document.
read(int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Reads an entry from the data queue and removes it from the queue, and stores the text of the entry in the document.
read(String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Reads an entry from the data queue and removes it from the queue, and stores the text of the entry in the document.
read(String, int, String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Reads an entry from the data queue and removes it from the queue, and stores the text of the entry in the document.
read() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocatorInputStream
 
read(DDMFile, DDMReadCallback, int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the record with the specified record number from the file.
read() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
READ_ALLOW_SHARED_READ_LOCK - Static variable in class com.ibm.as400.access.AS400File
Constant indicating lock type of read willing to share with other readers.
READ_ALLOW_SHARED_WRITE_LOCK - Static variable in class com.ibm.as400.access.AS400File
Constant indicating lock type of read willing to share with updaters.
READ_DATA - Static variable in class com.ibm.as400.data.DAMRI
 
READ_DATA_W_INDICES - Static variable in class com.ibm.as400.data.DAMRI
 
READ_EXCLUSIVE_LOCK - Static variable in class com.ibm.as400.access.AS400File
Constant indicating lock type of read willing to share with no one.
READ_ONLY - Static variable in class com.ibm.as400.access.AS400File
Constant indicating open type of read only.
READ_ONLY - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "permission" attribute, indicating read-only permission.
READ_ONLY - Static variable in class com.ibm.jtopenlite.ddm.DDMFile
 
READ_WRITE - Static variable in class com.ibm.as400.access.AS400File
Constant indicating open type of read/write.
READ_WRITE - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "permission" attribute, indicating read-write permission.
READ_WRITE - Static variable in class com.ibm.jtopenlite.ddm.DDMFile
 
readAfter(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record after the record with the specified key.
readAfter(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record after the record with the specified key.
readAfter(int) - Method in class com.ibm.as400.access.SequentialFile
Reads the first record after the record with the specified record number.
readAfterHeader(InputStream) - Method in class com.ibm.as400.access.DataStream
 
readAfterHeader(InputStream) - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
readAll() - Method in class com.ibm.as400.access.AS400File
Reads all the records in the file.
readAll() - Method in class com.ibm.as400.access.KeyedFile
Reads all the records in the file.
readAll() - Method in class com.ibm.as400.access.SequentialFile
Reads all the records in the file.
readBefore(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record before the record with the specified key.
readBefore(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record before the record with the specified key.
readBefore(int) - Method in class com.ibm.as400.access.SequentialFile
Reads the first record before the record with the specified record number.
readBoolean() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a boolean from this file.
readByte() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a signed 8-bit value from this file.
readByte() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
readChar() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a Unicode character from this file.
readCurrent(DDMFile, DDMReadCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the current record from the specified file and positions the cursor on or after it.
readDouble() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a double from this file.
ReaderInputStream - Class in com.ibm.as400.access
A ReaderInputStream represents a Toolbox converter that uses stateful character conversion to convert characters into bytes.
ReaderInputStream(Reader, String) - Constructor for class com.ibm.as400.access.ReaderInputStream
Constructs a ReaderInputStream that will convert Unicode characters into bytes of the specified encoding.
ReaderInputStream(Reader, int) - Constructor for class com.ibm.as400.access.ReaderInputStream
Constructs a ReaderInputStream that will convert Unicode characters into bytes of the specified CCSID.
ReaderInputStream(Reader, int, int) - Constructor for class com.ibm.as400.access.ReaderInputStream
Constructs a ReaderInputStream that will convert Unicode characters into bytes of the specified CCSID and bi-directional string type.
ReaderInputStream(Reader, int, BidiConversionProperties) - Constructor for class com.ibm.as400.access.ReaderInputStream
Constructs a ReaderInputStream that will convert Unicode characters into bytes of the specified CCSID and bi-directional string type.
ReaderInputStream(Reader, int, int, int) - Constructor for class com.ibm.as400.access.ReaderInputStream
Constructs a ReaderInputStream that will convert Unicode characters into bytes of the specified CCSID and bi-directional string type.
ReaderInputStream(Reader, int, BidiConversionProperties, int) - Constructor for class com.ibm.as400.access.ReaderInputStream
Constructs a ReaderInputStream that will convert Unicode characters into bytes of the specified CCSID and bi-directional string type.
readFile(FileHandle, byte[], int, int) - Method in class com.ibm.jtopenlite.file.FileConnection
 
readFirst() - Method in class com.ibm.as400.access.AS400File
Reads the first record in the file.
readFirst(DDMFile, DDMReadCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the first record from the specified file and positions the cursor on or after it.
readFloat() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a float from this file.
readFrom(InputStream, PxDSFactory) - Method in class com.ibm.as400.access.PxBooleanParm
Loads this datastream by reading from an input stream.
readFully(byte[]) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads data.length bytes from this file into the byte array.
readFully(byte[], int, int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads exactly length bytes from this file into the byte array.
readFully(byte[]) - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
readFully(byte[], int, int) - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
readInt() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a signed 32-bit integer from this file.
readInt() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
readKeyEqual(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the next record whose key is equal to the specified key.
readKeyGreater(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the next record whose key is greater than the specified key.
readKeyGreaterOrEqual(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the next record whose key is greater than or equal to the specified key.
readKeyLess(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the next record whose key is less than the specified key.
readKeyLessOrEqual(DDMFile, DDMReadCallback, byte[], int) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the next record whose key is less than or equal to the specified key.
readLast() - Method in class com.ibm.as400.access.AS400File
Reads the last record in the file.
readLast(DDMFile, DDMReadCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the last record from the specified file and positions the cursor on or after it.
readLine() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads the next line of text from this file.
readLine(BufferedReader) - Static method in class com.ibm.as400.access.jdbcClient.Main
 
readLong() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a signed 64-bit integer from this file.
readLong() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
readNext() - Method in class com.ibm.as400.access.AS400File
Reads the next record in the file from the current cursor position.
readNext(DDMFile, DDMReadCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the next record from the specified file and positions the cursor on or after it.
readNextEqual() - Method in class com.ibm.as400.access.KeyedFile
Reads the next record whose key matches the full key of the current record.
readNextEqual(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Reads the next record whose key matches the specified key.
readNextEqual(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Reads the next record whose key matches the specified key.
readOpenListInformationParameter(byte[], int) - Static method in class com.ibm.jtopenlite.command.program.openlist.Util
 
readPrevious() - Method in class com.ibm.as400.access.AS400File
Reads the previous record in the file from the current cursor position.
readPrevious(DDMFile, DDMReadCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Reads the previous record from the specified file and positions the cursor on or before it.
readPreviousEqual() - Method in class com.ibm.as400.access.KeyedFile
Reads the previous record whose key matches the key of the current record.
readPreviousEqual(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Reads the previous record whose key matches the specified key.
readPreviousEqual(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Reads the previous record whose key matches the specified key.
readShort() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a signed 16-bit integer from this file.
readShort() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
readUnsignedByte() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads an unsigned 8-bit number from this file.
readUnsignedShort() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads an unsigned 16-bit number from this file.
readUTF() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads in a string from this file.
ready() - Method in class com.ibm.as400.access.ConvTableReader
Tells whether this ConvTableReader is ready to be read.
ready() - Method in class com.ibm.as400.access.IFSFileReader
Tells whether this stream is ready to be read.
receive(byte[]) - Method in class com.ibm.as400.access.MessageQueue
Receives a message from the message queue by key.
receive(byte[], int, String, String) - Method in class com.ibm.as400.access.MessageQueue
Receives a message from the message queue.
receive(byte[]) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Receives a message from the message queue by key.
receive(byte[], int, String, String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Receives a message from the message queue.
receiveMoreData() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
receiveMoreData() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
RECEIVING_MODULE_NAME - Static variable in class com.ibm.as400.access.JobLog
 
RECEIVING_PROCEDURE_NAME - Static variable in class com.ibm.as400.access.JobLog
 
RECEIVING_PROGRAM_NAME - Static variable in class com.ibm.as400.access.JobLog
 
RECEIVING_STATEMENT_NUMBERS - Static variable in class com.ibm.as400.access.JobLog
 
RECEIVING_TYPE - Static variable in class com.ibm.as400.access.JobLog
 
Record - Class in com.ibm.as400.access
The Record class represents the data described by a RecordFormat object.
Record() - Constructor for class com.ibm.as400.access.Record
Constructs a Record object.
Record(RecordFormat) - Constructor for class com.ibm.as400.access.Record
Constructs a Record object.
Record(RecordFormat, String) - Constructor for class com.ibm.as400.access.Record
Constructs a Record object.
Record(RecordFormat, byte[]) - Constructor for class com.ibm.as400.access.Record
Constructs a Record object.
Record(RecordFormat, byte[], String) - Constructor for class com.ibm.as400.access.Record
Constructs a Record object.
Record(RecordFormat, byte[], int) - Constructor for class com.ibm.as400.access.Record
Constructs a Record object.
Record(RecordFormat, byte[], int, String) - Constructor for class com.ibm.as400.access.Record
Constructs a Record object.
RECORD_CAPACITY - Static variable in class com.ibm.as400.access.MemberDescription
The actual number of records this member can contain.
RECORD_FORMAT_RETRIEVED - Static variable in class com.ibm.as400.access.AS400FileRecordDescriptionEvent
Event ID indicating that the record formats for a file have been retrieved.
RECORD_FORMAT_SELECTOR_LIBRARY_NAME - Static variable in class com.ibm.as400.access.MemberDescription
The library in which the record format selector program resides.
RECORD_FORMAT_SELECTOR_PROGRAM_NAME - Static variable in class com.ibm.as400.access.MemberDescription
The name of a record format selector program that is called when the logical file member contains more than one logical record format.
RECORD_FORMAT_SOURCE_CREATED - Static variable in class com.ibm.as400.access.AS400FileRecordDescriptionEvent
Event ID indicating that source files containing the RecordFormat classes for a file have been created.
RECORD_LEVEL_ACCESS - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Record Level Access component.
RECORD_LEVEL_ACCESS - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Record Level Access component.
RECORD_LEVEL_ACCESS_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual Record Level Access component.
RECORD_LEVEL_ACCESS_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual Record Level Access component.
RECORD_NOT_INITIALIZED - Static variable in class com.ibm.as400.data.DAMRI
 
RECORDACCESS - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Record Access service.
RecordBeanInfo - Class in com.ibm.as400.access
The RecordBeanInfo class provides BeanInfo for the Record class.
RecordBeanInfo() - Constructor for class com.ibm.as400.access.RecordBeanInfo
Constructs a RecordBeanInfo object.
RecordDescriptionEvent - Class in com.ibm.as400.access
The RecordDescriptionEvent class represents a RecordDescriptionEvent.
RecordDescriptionEvent(Object, int) - Constructor for class com.ibm.as400.access.RecordDescriptionEvent
Constructs a RecordDescriptionEvent object.
RecordDescriptionListener - Interface in com.ibm.as400.access
The RecordDescriptionListener interface provides the interface that must be implemented to handle RecordDescriptionEvent objects that are fired by the record description classes, RecordFormat and Record.
RecordFormat - Class in com.ibm.as400.access
The RecordFormat class represents the format of data returned from an IBM i system.
RecordFormat() - Constructor for class com.ibm.as400.access.RecordFormat
Constructs a RecordFormat object.
RecordFormat(String) - Constructor for class com.ibm.as400.access.RecordFormat
Constructs a RecordFormat object.
RECORDFORMAT_NOT_INITIALIZED - Static variable in class com.ibm.as400.data.DAMRI
 
RecordFormatBeanInfo - Class in com.ibm.as400.access
The RecordFormatBeanInfo class provides BeanInfo for the RecordFormat class.
RecordFormatBeanInfo() - Constructor for class com.ibm.as400.access.RecordFormatBeanInfo
Constructs a RecordFormatBeanInfo object.
RecordFormatDocument - Class in com.ibm.as400.data
Supports the use of Record Format Markup Language (RFML) to specify formats and data values for file records and data buffers.
RecordFormatDocument() - Constructor for class com.ibm.as400.data.RecordFormatDocument
Constructs a RecordFormatDocument.
RecordFormatDocument(String) - Constructor for class com.ibm.as400.data.RecordFormatDocument
Constructs a RecordFormatDocument.
RecordFormatDocument(String, ClassLoader) - Constructor for class com.ibm.as400.data.RecordFormatDocument
Constructs a RecordFormatDocument.
RecordFormatDocument(Record) - Constructor for class com.ibm.as400.data.RecordFormatDocument
Constructs a RecordFormatDocument from a Record object.
RecordFormatDocument(RecordFormat) - Constructor for class com.ibm.as400.data.RecordFormatDocument
Constructs a RecordFormatDocument from a RecordFormat object.
RecordFormatMetaData - Class in com.ibm.as400.util.servlet
A RecordFormatMetaData object can be used to find out information about the columns of a RecordListRowData object.
RecordFormatMetaData() - Constructor for class com.ibm.as400.util.servlet.RecordFormatMetaData
Constructs a default RecordFormatMetaData object.
RecordFormatMetaData(RecordFormat) - Constructor for class com.ibm.as400.util.servlet.RecordFormatMetaData
Constructs a RecordFormatMetaData object with the specified recordFormat.
RecordFormatMetaDataBeanInfo - Class in com.ibm.as400.util.servlet
The RecordFormatMetaDataBeanInfo class provides bean information for the RecordFormatMetaData class.
RecordFormatMetaDataBeanInfo() - Constructor for class com.ibm.as400.util.servlet.RecordFormatMetaDataBeanInfo
 
recordFormatRetrieved(AS400FileRecordDescriptionEvent) - Method in interface com.ibm.as400.access.AS400FileRecordDescriptionListener
Invoked when the record formats for a file have been retrieved.
recordFormatSourceCreated(AS400FileRecordDescriptionEvent) - Method in interface com.ibm.as400.access.AS400FileRecordDescriptionListener
Invoked when the record format source code files for a file have been created.
RecordListFormPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
RecordListFormPane() - Constructor for class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Constructs a RecordListFormPane object.
RecordListFormPane(AS400, String) - Constructor for class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Constructs a RecordListFormPane object.
RecordListFormPane(AS400, String, Object[], int) - Constructor for class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Constructs a RecordListFormPane object.
RecordListFormPaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
RecordListFormPaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.RecordListFormPaneBeanInfo
Deprecated.
 
RecordListRowData - Class in com.ibm.as400.util.servlet
The RecordListRowData class represents a list of records.
RecordListRowData() - Constructor for class com.ibm.as400.util.servlet.RecordListRowData
Constructs a default RecordListRowData object.
RecordListRowData(RecordFormat) - Constructor for class com.ibm.as400.util.servlet.RecordListRowData
Constructs a RecordListRowData object with the specified recordFormat.
RecordListRowDataBeanInfo - Class in com.ibm.as400.util.servlet
The RecordListRowDataBeanInfo class provides bean information for the RecordListRowData class.
RecordListRowDataBeanInfo() - Constructor for class com.ibm.as400.util.servlet.RecordListRowDataBeanInfo
 
RecordListTableModel - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
RecordListTableModel() - Constructor for class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Constructs a RecordListTableModel object.
RecordListTableModel(AS400, String) - Constructor for class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Constructs a RecordListTableModel object.
RecordListTableModel(AS400, String, Object[], int) - Constructor for class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Constructs a RecordListTableModel object.
RecordListTableModelBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
RecordListTableModelBeanInfo() - Constructor for class com.ibm.as400.vaccess.RecordListTableModelBeanInfo
Deprecated.
 
RecordListTablePane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
RecordListTablePane() - Constructor for class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Constructs a RecordListTablePane object.
RecordListTablePane(AS400, String) - Constructor for class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Constructs a RecordListTablePane object.
RecordListTablePane(AS400, String, Object[], int) - Constructor for class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Constructs a RecordListTablePane object.
RecordListTablePaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
RecordListTablePaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.RecordListTablePaneBeanInfo
Deprecated.
 
recordNotFound(DDMCallbackEvent) - Method in interface com.ibm.jtopenlite.ddm.DDMReadCallback
Called by DDMConnection when a keyed read returned no matching records.
recordNotFound(DDMCallbackEvent) - Method in class com.ibm.jtopenlite.ddm.DDMReadCallbackAdapter
 
recordNotFound(DDMCallbackEvent) - Method in class com.ibm.jtopenlite.ddm.DDMThreadedReader
Do not call this method directly; it is implemented for DDMConnection to call.
RECORDS_TO_FORCE_A_WRITE - Static variable in class com.ibm.as400.access.MemberDescription
The number of inserted, updated, or deleted records that are processed before the records are forced into auxiliary storage.
recover(int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Recovers a list of prepared transaction branches from the resource manager.
Redirect - Class in com.ibm.as400.util.commtrace
A Redirect Header.
REDIRECTED - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery Redirected Header
REDR - Static variable in class com.ibm.as400.util.commtrace.Message
A Redirect Message
REF_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
REF_WRONG_TYPE - Static variable in class com.ibm.as400.data.DAMRI
 
ReflectionUtil - Class in com.ibm.as400.access.jdbcClient
 
ReflectionUtil() - Constructor for class com.ibm.as400.access.jdbcClient.ReflectionUtil
 
refresh() - Method in class com.ibm.as400.access.Command
Refreshes the information for this Command object.
refresh() - Method in class com.ibm.as400.access.FileAttributes
Refreshes the attributes from the system.
refresh() - Method in class com.ibm.as400.access.ISeriesNetServer
Refreshes the attribute values of this ISeriesNetServer object, from the current in-effect values on the system.
refresh(ISeriesNetServerConnection) - Method in class com.ibm.as400.access.ISeriesNetServer
Refreshes the attribute values of the connection object, from the current values on the system.
refresh(ISeriesNetServerSession) - Method in class com.ibm.as400.access.ISeriesNetServer
Refreshes the attribute values of the session object, from the current values on the system.
refresh(ISeriesNetServerShare) - Method in class com.ibm.as400.access.ISeriesNetServer
Refreshes the attribute values of the share object, from the currently in-effect values on the system.
refresh() - Method in class com.ibm.as400.access.ISeriesPrinter
Refreshes the information about this printer object from the system.
refresh() - Method in class com.ibm.as400.access.JavaProgram
Refreshes all the values for this PTF by retrieving them from the system.
refresh() - Method in class com.ibm.as400.access.JobDescription
Refreshes the values for all attributes of the job description.
refresh() - Method in class com.ibm.as400.access.JobQueue
Refreshes the values for all attributes of the job queue.
refresh() - Method in class com.ibm.as400.access.MemberDescription
Retrieves (and caches) all attributes of this member from the system.
refresh() - Method in class com.ibm.as400.access.MemberList
Reloads all member descriptions that have been specified via addAttribute().
refresh() - Method in class com.ibm.as400.access.ObjectDescription
Retrieves all possible attributes of this object from the system.
refresh() - Method in class com.ibm.as400.access.ObjectReferences
Refreshes the attributes from the system.
refresh() - Method in class com.ibm.as400.access.Product
Refreshes the current values and settings for this Product by retrieving all of them from the system.
refresh() - Method in class com.ibm.as400.access.ProfileHandleImplNative
Updates or extends the validity period for the credential.
refresh() - Method in class com.ibm.as400.access.ProfileTokenImplNative
 
refresh(int, int) - Method in class com.ibm.as400.access.ProfileTokenImplNative
Updates or extends the validity period for the credential.
refresh() - Method in class com.ibm.as400.access.PTF
Refreshes all the values for this PTF by retrieving them from the system.
refresh() - Method in class com.ibm.as400.access.SaveFile
Purges any cached attribute information about the save file.
refresh() - Method in class com.ibm.as400.access.Subsystem
Refreshes the attributes of this Subsystem object, to reflect the current state of the subsystem on the system.
refresh() - Method in class com.ibm.as400.access.SubsystemEntryList
Reloads all entries that have been specified.
refresh(Vector) - Static method in class com.ibm.as400.access.SystemValueGroup
Retrieves new values for the SystemValue objects in the Vector.
refresh() - Method in class com.ibm.as400.access.User
Refreshes all the attribute values for this User object by retrieving them from the system.
refresh() - Method in class com.ibm.as400.security.auth.AS400Credential
Updates or extends the validity period for the credential.
refresh() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Updates or extends the validity period for the credential.
refresh(int, int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Updates or extends the validity period for the credential.
refresh(int, int) - Method in interface com.ibm.as400.security.auth.ProfileTokenImpl
Updates or extends the validity period for the credential.
refreshAttributes() - Method in class com.ibm.as400.access.BaseDataQueue
Refreshes the attributes of the data queue.
refreshAttributes() - Method in class com.ibm.as400.access.DataArea
Refreshes the attributes of the data area.
refreshAttributeValues() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.access.NetServerConnection
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.access.NetServerSession
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RPrinter
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RUser
Deprecated.
Refreshes the values for all attributes.
refreshCache() - Method in class com.ibm.as400.access.SystemPool
 
refreshCache() - Method in class com.ibm.as400.access.SystemStatus
Refreshes the current system status information.
refreshContents() - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Refreshes the contents of the list.
refreshContents() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Refreshes the contents of the list.
refreshContents() - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Refreshes the contents of the list.
refreshContents() - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Refreshes the contents of the list.
refreshed(AS400CredentialEvent) - Method in interface com.ibm.as400.security.auth.AS400CredentialListener
Invoked when a refresh has been performed.
RefreshFailedException - Exception in com.ibm.as400.security.auth
The RefreshFailedException class represents an exception issued when errors occur while refreshing system authentication information.
refreshHeadings() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Updates the table header to match the data.
refreshHeadings() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Updates the table header to match the result set data.
refreshLength() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
refreshRecordCache() - Method in class com.ibm.as400.access.AS400File
Refreshes the record cache for this file.
refreshRow() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Refreshes the current row from the database.
refreshRow() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Refreshes the current row from the database and cancels all pending updates that have been made since the last call to updateRow().
refreshRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Refreshes the current row from the database and cancels all pending updates that have been made since the last call to updateRow().
refreshRow() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
refreshStatus() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Refreshes the status of the list.
refreshStatus() - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Refreshes the status of the list.
refreshValue() - Method in class com.ibm.as400.access.EnvironmentVariable
Refreshes the environment variable value and CCSID.
registerOutParameter(int, int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the type for an output parameter.
registerOutParameter(int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the type for an output parameter.
registerOutParameter(int, int, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the type for an output parameter.
registerOutParameter(String, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the type for an output parameter.
registerOutParameter(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the type for an output parameter.
registerOutParameter(String, int, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the type for an output parameter.
registerOutParameter(int, Object) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the OUT parameter in ordinal position parameterIndex to the JDBC type sqlType.
registerOutParameter(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the parameter in ordinal position parameterIndex to be of JDBC type sqlType.
registerOutParameter(int, Object, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the designated output parameter.
registerOutParameter(String, Object) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the OUT parameter named parameterName to the JDBC type sqlType.
registerOutParameter(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the parameter named parameterName to be of JDBC type sqlType.
registerOutParameter(String, Object, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the designated output parameter.
registerOutParameter(int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(int, int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(int, int, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(String, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(String, int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(String, int, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(int, Object) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(int, Object, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(String, Object) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(String, Object, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
registerOutParameter(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
registerOutParameter(String, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
registerOutParameter(int, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
registerOutParameter(int, int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
registerOutParameter(String, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
registerOutParameter(String, int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
REGISTRATION_TYPE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for registration type.
REGISTRATION_TYPE_CUSTOMER - Static variable in class com.ibm.as400.access.Product
Constant indicating that the registration type *CUSTOMER was specified when the product load or product definition was created.
REGISTRATION_TYPE_PHONE - Static variable in class com.ibm.as400.access.Product
Constant indicating that the registration type *PHONE was specified when the product load or product definition was created.
REGISTRATION_TYPE_SYSTEM - Static variable in class com.ibm.as400.access.Product
Constant indicating that the registration type is the same as the registration type for the operating system.
REGISTRATION_VALUE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for registration value.
REJECTED_BY_EXIT_PROGRAM - Static variable in exception com.ibm.as400.access.LicenseException
REJECTED_BY_EXIT_PROGRAM - Return code from the Central server when the regestered exit program rejects the request.
RELATIONSHIP_COREQ - Static variable in class com.ibm.as400.access.PTF
Constant indicating that there is a co-requisite relationship between two PTFs.
RELATIONSHIP_DEPEND - Static variable in class com.ibm.as400.access.PTF
Constant indicating that there is a dependent (pre-requisite) relationship between two PTFs.
RELATIONSHIP_DSTREQ - Static variable in class com.ibm.as400.access.PTF
Constant indicating that there is a distribution requisite relationship between two PTFs.
RELATIONSHIP_NONE - Static variable in class com.ibm.as400.access.PTF
Constant indicating that there is no known relationship between two PTFs.
RELATIONSHIP_PREREQ - Static variable in class com.ibm.as400.access.PTF
Constant indicating that there is a pre-requisite relationship between two PTFs.
RELATIONSHIP_SAME - Static variable in class com.ibm.as400.access.PTF
Constant indicating that two PTFs are identical.
RELATIONSHIP_TRREQ - Static variable in class com.ibm.as400.access.PTF
Constant indicating that there is a technology refresh requisite relationship between two PTFs.
relative(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Positions the cursor to a relative row number.
relative(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Positions the cursor to a relative row number.
relative(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor to a relative row number.
relative(int) - Method in class com.ibm.as400.util.servlet.RowData
Sets the position a relative numberOfRows based on the current position.
relative(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
relativeHorizontalPosition(int) - Method in class com.ibm.as400.access.SCS5256Writer
Moves the print position the number of characters specified.
relativeVerticalPosition(int) - Method in class com.ibm.as400.access.SCS5256Writer
Moves the print position the number of lines specified.
release() - Method in class com.ibm.as400.access.Job
Releases this job.
release() - Method in class com.ibm.as400.access.OutputQueue
Releases a held output queue on the system.
release() - Method in class com.ibm.as400.access.ProductLicense
Release this license.
release() - Method in class com.ibm.as400.access.SpooledFile
Releases a held spooled file on the system.
RELEASE_LEVEL - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for release level.
RELEASE_LEVEL_CURRENT - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating the release level of the currently installed operating system.
RELEASE_LEVEL_ONLY - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating the only release level for which a product load is found.
RELEASE_LEVEL_PREVIOUS - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating the previous release with modification level 0 of the operating system.
RELEASE_LICENSE_ERROR - Static variable in exception com.ibm.as400.access.LicenseException
RELEASE_LICENSE_ERROR - Return code from the Central server when an unexpected error is encountered when releasing a license.
RELEASE_PROGRAM_CREATED_FOR - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for release program created for.
RELEASED - Static variable in class com.ibm.as400.access.OutputQueueEvent
The output queue released event ID.
releaseExplicitLocks() - Method in class com.ibm.as400.access.AS400File
Releases all locks acquired via the lock() method.
releaseHandle(byte[]) - Method in class com.ibm.as400.access.ProfileHandleImplNative
Releases OS resources for the given profile handle.
releaseSavepoint(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnection
Removes the given Savepoint object from the current transaction.
releaseSavepoint(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Removes the given Savepoint object from the current transaction.
releaseSavepoint(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Removes the given Savepoint object from the current transaction.
releaseSavepoint(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
releaseSavepoint(Savepoint) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
REMOTE_FILE - Static variable in class com.ibm.as400.access.MemberDescription
Whether the database file is a remote file (true = remote file, false = local file).
REMOTE_LOCATION_ENTRY - Static variable in class com.ibm.as400.access.SubsystemEntryList
 
REMOTE_OBJECT - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object's data is on a remote system.
REMOVE - Static variable in class com.ibm.as400.access.MessageQueue
Constant indicating that the message should be removed from the message queue.
remove() - Method in class com.ibm.as400.access.MessageQueue
Remove all messages from the message queue.
remove(byte[]) - Method in class com.ibm.as400.access.MessageQueue
Removes a message from the message queue.
remove(String) - Method in class com.ibm.as400.access.MessageQueue
Remove messages from the message queue.
remove() - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Removes this share from the NetServer.
remove(String) - Method in class com.ibm.as400.access.SystemValueGroup
Removes a system value name from this group.
REMOVE - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant indicating that the message should be removed from the message queue.
remove() - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Remove all messages from the message queue.
remove(byte[]) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Removes a message from the message queue.
remove(String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Remove messages from the message queue.
remove(RadioFormInput) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Removes a radio button from the group.
remove(int, int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Removes text from the document.
remove(int, int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes text from the document.
remove(int, int) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Removes text from the document.
remove(T) - Method in class com.ibm.jtopenlite.HostServerConnectionPool
Removes the specified connection from this pool, regardless if it is free or in use.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.access.CommandCall
Removes the ActionCompletedListener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.access.JavaApplicationCall
Removes this ActionCompletedListener from the list of listeners.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.access.ProgramCall
Removes the ActionCompletedListener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Removes this ActionCompletedListener from the internal list.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Removes this ActionCompletedListener from the internal list.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Removes an action completed listener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Removes a action completed listener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Removes an action completed listener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Removes a action completed listener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Removes a listener from being notified when a new record is displayed.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Removes a listener from being notified when a new record is displayed.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Removes a listener from being notified when a SQL statement is issued.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Removes a listener from being notified when a SQL statement is issued.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Removes a listener from being notified when a SQL statement is issued.
removeActiveStatusListener(ActiveStatusListener) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Removes an ActiveStatusListener.
removeActiveStatusListener(ActiveStatusListener) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Removes an ActiveStatusListener.
removeAllColumns() - Method in class com.ibm.as400.util.html.HTMLTableRow
Removes all the columns from the row.
removeAllRows() - Method in class com.ibm.as400.util.html.HTMLTable
Removes all the rows from the table.
removeAS400CertificateListener(AS400CertificateListener) - Method in class com.ibm.as400.access.AS400CertificateUtil
Removes this listener.
removeAS400FileRecordDescriptionListener(AS400FileRecordDescriptionListener) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Removes a listener from the AS400FileRecordDescription listeners list.
removeAuthorizedUser(String) - Method in class com.ibm.as400.access.Permission
Removes an authorized user.
removeChangeListener(ChangeListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Removes a change listener.
removeColumn(int) - Method in class com.ibm.as400.util.html.HTMLTable
Removes a column from the table at the specified columnIndex.
removeColumn(HTMLTableCell) - Method in class com.ibm.as400.util.html.HTMLTableRow
Removes the column element from the row.
removeColumn(int) - Method in class com.ibm.as400.util.html.HTMLTableRow
Removes the column at the specified columnIndex.
removeColumn(int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Removes a column from the table.
removeColumnHeader(int) - Method in class com.ibm.as400.util.html.HTMLTable
Removes the column header at the specified columnIndex.
removeColumnHeader(HTMLTableHeader) - Method in class com.ibm.as400.util.html.HTMLTable
Removes a column header from the table header.
removeColumnListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLTableRow
Removes this column ElementListener from the internal list.
removeConnectionEventListener(ConnectionEventListener) - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Removes a ConnectionEventListener.
removeConnectionListener(ConnectionListener) - Method in class com.ibm.as400.access.AS400
Removes a listener from the connection event list.
removeConnectionListener(ConnectionListener) - Method in class com.ibm.as400.access.AS400ImplRemote
 
removeConnectionPoolListener(ConnectionPoolListener) - Method in class com.ibm.as400.access.ConnectionPool
Removes a ConnectionPoolListener.
removeCredentialListener(AS400CredentialListener) - Method in class com.ibm.as400.security.auth.AS400Credential
Removes the specified listener from the internal list.
removeDataAreaListener(DataAreaListener) - Method in class com.ibm.as400.access.DataArea
Removes the DataAreaListener from the internal list.
removeDataQueueListener(DataQueueListener) - Method in class com.ibm.as400.access.BaseDataQueue
Removes a data queue listener.
removeDataQueueListener(DataQueueListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Removes a data queue listener.
removeDataQueueListener(DataQueueListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Removes a data queue listener.
removeDefaultUser(String) - Static method in class com.ibm.as400.access.AS400
Removes the default user for the given system name.
removeDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Removes a document listener.
removeDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes a document listener.
removeDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Removes a document listener.
removeElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLDocument
Removes an HTMLTagElement from the document.
removeElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLForm
Removes a form element from the HTMLForm.
removeElement(HTMLTreeElement) - Method in class com.ibm.as400.util.html.HTMLTree
Removes an HTMLTreeElement from the tree.
removeElement(HTMLTreeElement) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Removes a child element from the parent HTMLTreeElement
removeElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.LayoutFormPanel
Removes a form element from the panel.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLApplet
Removes this ElementListener from the internal list.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLForm
Removes this ElementListener from the internal list.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLServlet
Removes this ElementListener from the internal list.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLTree
Removes this ElementListener from the internal list.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Removes this ElementListener from the internal list.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.LayoutFormPanel
Removes this ElementListener from the internal list.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Removes this ElementListener from the internal list.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.SelectFormElement
Removes this ElementListener from the internal list.
removeEntry(ValidationListEntry) - Method in class com.ibm.as400.access.ValidationList
Deletes the entry from the validation list.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Removes an ErrorListener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Removes an error listener.
removeFileListener(FileListener) - Method in class com.ibm.as400.access.AS400File
Removes a listener from the file listeners list.
removeFileListener(FileListener) - Method in class com.ibm.as400.access.IFSFile
Removes a file listener so that it no longer receives file events from this IFSFile.
removeFileListener(FileListener) - Method in class com.ibm.as400.access.IFSFileInputStream
Removes a file listener so that it no longer receives file events from this IFSFileInputStream.
removeFileListener(FileListener) - Method in class com.ibm.as400.access.IFSFileOutputStream
Removes a file listener so that it no longer receives file events from this IFSFileOutputStream.
removeFileListener(FileListener) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Removes a file listener so that it no longer receives file events from this IFSRandomAccessFile.
removeFileListener(FileListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes a file listener.
removeFromPool(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Remove the connections for a systemName/userID.
removeFromPool(AS400) - Method in class com.ibm.as400.access.AS400ConnectionPool
Remove the specified connection from the pool, and disconnect it.
removeFTPListener(FTPListener) - Method in class com.ibm.as400.access.FTP
Removes a listener from the list.
removeItem(HTMLTagElement) - Method in class com.ibm.as400.util.html.BidiOrdering
Removess an HTMLTagElement from the list.
removeItem(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLAlign
Removes an HTMLTagElement from the list of tags to align.
removeItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.BidiOrdering
Removes this ElementListener.
removeItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLAlign
Removes this ElementListener.
removeJarMakerListener(JarMakerListener) - Method in class utilities.JarMaker
Deprecated.
Removes a listener from the listener list.
removeList(HTMLList) - Method in class com.ibm.as400.util.html.HTMLList
Removes an HTML list from the HTMLList.
removeListDataListener(ListDataListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Removes a list data listener.
removeListDataListener(ListDataListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Removes a list data listener.
removeListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLDocument
Removes this tags ElementListener from the internal list.
removeListItem(HTMLListItem) - Method in class com.ibm.as400.util.html.HTMLList
Removes an HTMLListItem item from the HTMLList.
removeListItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLList
Removes this ElementListener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Removes a listener from being notified when the selection changes.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Removes a listener from being notified when the selection changes.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Removes a list selection listener.
removeMarkers - Variable in class com.ibm.as400.access.BidiTransform
Option: remove Markers from destination text after performing a Bidi transformation.
removeMetaInformation(HTMLMeta) - Method in class com.ibm.as400.util.html.HTMLHead
Removes an HTMLMeta from the HTMLHead.
removeMetaInformationElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLHead
Removes this ElementListener.
removeObjectListener(ObjectListener) - Method in class com.ibm.as400.access.BaseDataQueue
Removes a object listener.
removeOption(SelectOption) - Method in class com.ibm.as400.util.html.SelectFormElement
Removes an option from the select form element.
removeOutputQueueListener(OutputQueueListener) - Method in class com.ibm.as400.access.OutputQueue
Removes the specified OutputQueue listener so that it no longer receives OutputQueue events from this OutputQueue.
removeParameter(HTMLParameter) - Method in class com.ibm.as400.util.html.HTMLApplet
Removes a parameter from the applet tag.
removeParameter(HTMLParameter) - Method in class com.ibm.as400.util.html.HTMLServlet
Removes an HTMLParameter from the servlet tag.
removePasswordCacheEntry(String, String) - Static method in class com.ibm.as400.access.AS400
Removes the password cache entry associated with this system name and user ID.
removePool(int) - Method in class com.ibm.as400.access.Subsystem
Removes a storage pool from the list of pools defined for the subsystem.
removePrintObjectListListener(PrintObjectListListener) - Method in class com.ibm.as400.access.PrintObjectList
Removes the specified PrintObjectList listener so that it no longer receives PrintObjectList events from this print object list.
removeProductLicenseListener(ProductLicenseListener) - Method in class com.ibm.as400.access.ProductLicense
Removes a listener from the ProductLicense listeners list.
removeProperty(String, String) - Method in class com.ibm.as400.access.jdbcClient.Main
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400
Removes a property changed listener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400CertificateUtil
Removes this property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400File
Removes a listener from the change list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Removes a listener from the change list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.BaseDataQueue
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ClusteredHashTable
Removes the listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Removes the listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Command
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.CommandCall
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.CommandList
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ConnectionPool
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.DataArea
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.DataQueueAttributes
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.EnvironmentVariable
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.EnvironmentVariableList
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.FTP
Removes this listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSFile
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSFileInputStream
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSFileOutputStream
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.JavaApplicationCall
Removes a property change listener from the list of listeners.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Job
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.JobList
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.JobLog
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.MessageFile
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.MessageQueue
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.PanelGroup
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Permission
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.PrintObject
Removes the specified PropertyChange listener so that it no longer receives PropertyChange events from this print object.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.PrintObjectList
Removes the specified PropertyChange listener so that it no longer receives PropertyChange events from this print object list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProductLicense
Removes this listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProgramCall
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProgramParameter
Removes this PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.QSYSObjectPathName
Removes a listener from the change list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Record
Removes a listener from the change list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.RecordFormat
Removes a listener from the change list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemPool
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemStatus
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValue
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValueGroup
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValueList
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.User
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.UserList
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.UserSpace
Removes this listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.security.auth.AS400Credential
Removes the specified listener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.security.auth.AS400Principal
Removes the specified listener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.FileListElement
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.HTMLTagAttributes
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.HTMLTree
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.LabelFormElement
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.html.SelectOption
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.ListMetaData
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.RowData
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Removes a property change listener.
removeRecordDescriptionListener(RecordDescriptionListener) - Method in class com.ibm.as400.access.Record
Removes a listener from the record description listeners list.
removeRecordDescriptionListener(RecordDescriptionListener) - Method in class com.ibm.as400.access.RecordFormat
Removes a listener from the record description listeners list.
removeResourceListener(ResourceListener) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Removes a ResourceListener.
removeResourceListListener(ResourceListListener) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Removes a ResourceListListener.
removeRow(HTMLTableRow) - Method in class com.ibm.as400.util.html.HTMLTable
Removes the row from the table.
removeRow(int) - Method in class com.ibm.as400.util.html.HTMLTable
Removes the row at the specified rowIndex.
removeRow(int) - Method in class com.ibm.as400.util.servlet.ListRowData
Removes the row from the list at the specified rowIndex.
removeRow(int) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Removes a record from the record list at the specified rowIndex.
removeRowDataListener(RowDataListener) - Method in class com.ibm.as400.util.servlet.ListRowData
Removes this RowDataListener from the internal list.
removeRowDataListener(RowDataListener) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Removes this RowDataListener from the internal list.
removeRowListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLTable
Removes this row ElementListener from the internal list.
removeRowSetListener(RowSetListener) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Removes the RowSetListener from the list.
removeSectionCompletedListener(SectionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Removes this SectionCompletedListener from the internal list.
removeSectionCompletedListener(SectionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Removes this SectionCompletedListener from the internal list.
removeShare(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Removes the specified share.
removeStatementListener(AS400JDBCStatementListener) - Static method in class com.ibm.as400.access.JDSQLStatement
Removes an AS400JDBCStatementListener.
removeStatusBar() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Removes the status bar.
removeStyle(String) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes a style from the logical style hierarchy.
removeSystemValueListener(SystemValueListener) - Method in class com.ibm.as400.access.SystemValue
Removes the SystemValueListener.
removeTableModelListener(TableModelListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Removes a table model listener.
removeTableModelListener(TableModelListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Removes a table model listener.
removeToolBar() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Removes the tool bar.
removeTreeModelListener(TreeModelListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Removes a tree model listener.
removeTreeSelectionListener(TreeSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Removes a tree selection listener.
removeTreeSelectionListener(TreeSelectionListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Removes a tree selection listener.
removeUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Removes an undoable edit listener.
removeUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes an undoable edit listener.
removeUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Removes an undoable edit listener.
removeUserPermission(UserPermission) - Method in class com.ibm.as400.access.Permission
Removes a user permission.
removeUserSpaceListener(UserSpaceListener) - Method in class com.ibm.as400.access.UserSpace
Removes a listener from the UserSpace listeners list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.AS400
Removes a listener from the veto list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.AS400CertificateUtil
Removes this vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.AS400File
Removes a listener from the veto change listeners list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Removes a listener from the veto change listeners list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.BaseDataQueue
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.CommandCall
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.DataArea
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.DataQueueAttributes
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.FTP
Removes this listener from being notified when a constrained property changes.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSFile
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSFileInputStream
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSFileOutputStream
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.JavaApplicationCall
Removes a vetoable change listener from the list of listeners.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.Job
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.JobList
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.JobLog
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.MessageFile
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.MessageQueue
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.PrintObject
Removes the specified VetoableChange listener so that it no longer receives VetoableChange events from this print object.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.PrintObjectList
Removes the specified VetoableChange listener so that it no longer receives VetoableChange events from this print object list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.ProgramCall
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.ProgramParameter
Removes this VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.QSYSObjectPathName
Removes a listener from the veto list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.Record
Removes a listener from the veto change listeners list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.RecordFormat
Removes a listener from the veto change listeners list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemPool
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemStatus
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValue
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValueGroup
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValueList
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.User
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.UserList
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.UserSpace
Removes this listener from being notified when a constrained property changes.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.security.auth.AS400Credential
Removes the specified listener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.security.auth.AS400Principal
Removes the specified listener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.FormInput
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLForm
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLTable
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLTableCell
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLTableRow
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.HTMLText
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.LabelFormElement
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.SelectFormElement
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.SelectOption
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.TextAreaFormElement
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.ListMetaData
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.RowData
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Removes a vetoable change listener.
removeVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Removes a VObjectListener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Removes a listener from being notified when work starts and stops on potentially long-running operations.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Removes a WorkingListener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Removes a listener from being notified when work starts and stops on potentially long-running operations.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Removes a listener from being notified when work starts and stops on potentially long-running operations.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Removes a listener from being notified when work starts and stops on potentially long-running operations.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Removes a listener from being notified when work starts and stops on potentially long-running operations.
removeWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VObject
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Removes a working listener.
ren(String, String) - Method in class com.ibm.as400.access.FTP
Renames one or more files on the system, according to a specified pattern.
renameTo(IFSFile) - Method in class com.ibm.as400.access.IFSFile
Renames the integrated file system object specified by this object to have the path name of file.
renameTo(IFSJavaFile) - Method in class com.ibm.as400.access.IFSJavaFile
Renames the IFSJavaFile to have the path name of dest.
renameTo(File) - Method in class com.ibm.as400.access.IFSJavaFile
Renames the IFSJavaFile to have the path name of dest.
renameTo(String) - Method in class com.ibm.as400.access.SaveFile
Renames the save file.
render(Runnable) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Renders the document.
render(Runnable) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Renders the document.
render(Runnable) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Renders the document.
REPLACE_NO - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
REPLACE_OR_CREATE - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
File existence option that indicates that the file is either to be replaced if it exists or is to be created if it does not exist.
REPLACE_OR_FAIL - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
File existence option that indicates that the file is either to be replaced if it exists or that the request is to fail if the file does not exist.
REPLACE_YES - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
REPLACEMENT_DATA - Static variable in class com.ibm.as400.access.JobLog
 
REPLACEMENT_DATA - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Selection ID for replacement data.
REPLY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the reply to an inquiry message.
reply(byte[], String) - Method in class com.ibm.as400.access.MessageQueue
Replies to and removes a message.
reply(byte[], String, boolean) - Method in class com.ibm.as400.access.MessageQueue
Replies to and removes a message if requested.
REPLY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the reply to an inquiry message.
reply(byte[], String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Replies to and removes a message.
reply(byte[], String, boolean) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Replies to a message.
REPLY_FROM_SYSTEM_REPLY_LIST - Static variable in class com.ibm.as400.access.AS400Message
Message type for reply, from system reply list messages.
REPLY_MESSAGE_DEFAULT_USED - Static variable in class com.ibm.as400.access.AS400Message
Message type for reply, message default used messages.
REPLY_NOT_VALIDITY_CHECKED - Static variable in class com.ibm.as400.access.AS400Message
Message type for reply, not validity checked messages.
REPLY_STATUS - Static variable in class com.ibm.as400.access.JobLog
 
REPLY_STATUS - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for reply status.
REPLY_STATUS_ACCEPTS_NOT_SENT - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Constant for REPLY_STATUS attribute value - Message accepts a reply, and a reply has not been sent.
REPLY_STATUS_ACCEPTS_SENT - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Constant for REPLY_STATUS attribute value - Message accepts a reply, and a reply has been sent.
REPLY_STATUS_NOT_ACCEPT - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Constant for REPLY_STATUS attribute value - Message does not accept a reply.
REPLY_SYSTEM_DEFAULT_USED - Static variable in class com.ibm.as400.access.AS400Message
Message type for reply, system default used messages.
REPLY_VALIDITY_CHECKED - Static variable in class com.ibm.as400.access.AS400Message
Message type for reply, validity checked messages.
replyStatus(String, int) - Method in interface com.ibm.jtopenlite.components.MessageInfoListener
 
REQUEST - Static variable in class com.ibm.as400.access.AS400Message
Message type for request messages.
request() - Method in class com.ibm.as400.access.ProductLicense
Request a license.
REQUEST_DATA_ERROR - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was an error in request data.
REQUEST_DENIED - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the request was denied.
REQUEST_ID_NOT_VALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was a request ID not valid.
REQUEST_LEVEL - Static variable in class com.ibm.as400.access.JobLog
 
REQUEST_LICENSE_ERROR - Static variable in exception com.ibm.as400.access.LicenseException
REQUEST_LICENSE_ERROR - Return code from the Central server when an unexpected error is encountered when requesting a license.
REQUEST_NOT_SUPPORTED - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the requested action is not supported.
REQUEST_NOT_SUPPORTED - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the request is not supported.
REQUEST_NOT_VALID - Static variable in exception com.ibm.as400.access.LicenseException
REQUEST_NOT_VALID - Return code from the Central server when the datastream does not match the expected datastream.
REQUEST_NOT_VALID_FEATURE - Static variable in exception com.ibm.as400.access.LicenseException
REQUEST_NOT_VALID_FEATURE - Return code from the Central server when the product feature ID is not valid.
REQUEST_NOT_VALID_LICENSE_USER_HANDLE - Static variable in exception com.ibm.as400.access.LicenseException
REQUEST_NOT_VALID_LICENSE_USER_HANDLE - Return code from the Central server when the license user handle is not valid.
REQUEST_NOT_VALID_PRODUCT_ID - Static variable in exception com.ibm.as400.access.LicenseException
REQUEST_NOT_VALID_PRODUCT_ID - Return code from the Central server when the product ID is not valid.
REQUEST_NOT_VALID_RELEASE - Static variable in exception com.ibm.as400.access.LicenseException
REQUEST_NOT_VALID_RELEASE - Return code from the Central server when the product release is not valid.
REQUEST_NOT_VALID_TYPE_OF_LICENSE_INFO - Static variable in exception com.ibm.as400.access.LicenseException
REQUEST_NOT_VALID_TYPE_OF_LICENSE_INFO - Return code from the Central server when the type of license information requested is not valid.
REQUEST_STATUS - Static variable in class com.ibm.as400.access.JobLog
 
REQUEST_WITH_PROMPTING - Static variable in class com.ibm.as400.access.AS400Message
Message type for request with prompting messages.
RequestNotSupportedException - Exception in com.ibm.as400.access
The RequestNotSupportedException class represents an exception that indicates that the requested function is not supported because the system is not at the correct level.
REQUIRED - Static variable in class com.ibm.as400.access.ISeriesNetServerPrintShare
Value of the "Encryption Required" attribute, indicating "Encryption Required is required".
REQUIREMENTS_BASE_TOO_OLD - Static variable in class com.ibm.as400.access.Product
Constant indicating that the release of the *BASE is too old compared to the option.
REQUIREMENTS_MET - Static variable in class com.ibm.as400.access.Product
Constant indicating that the releases of the *BASE and option meet all requirements.
REQUIREMENTS_MET - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for requirements met.
REQUIREMENTS_MET_ALL - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the releases of the base and option meet all requirements.
REQUIREMENTS_MET_TOO_OLD_COMPARED_TO_BASE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the release of the option is too old compared to the base.
REQUIREMENTS_MET_TOO_OLD_COMPARED_TO_OPTION - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the release of the base is too old compared to the option.
REQUIREMENTS_MET_UNKNOWN - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that not enough information is available to determine if the release requirements have been met.
REQUIREMENTS_OPTION_TOO_OLD - Static variable in class com.ibm.as400.access.Product
Constant indicating that the release of the option is too old compared to the *BASE.
REQUIREMENTS_UNKNOWN - Static variable in class com.ibm.as400.access.Product
Constant indicating that there is not enough information available to determine if the release requirements have been met.
RESERVED_SIZE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
The property identifier for the reserved size.
reset() - Method in class com.ibm.as400.access.IFSFileInputStream
Rewinds the input stream.
reset() - Method in class com.ibm.as400.access.IFSFileReader
Resets the stream.
reset() - Method in class com.ibm.as400.access.PrintObjectInputStream
Repositions the stream to the last marked position.
reset() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Repositions the stream to the last marked position.
reset() - Method in class com.ibm.as400.access.SystemStatus
Reset the status statistics and elapsed time to zero
reset() - Method in class com.ibm.jtopenlite.ddm.DDMReadCallbackAdapter
Resets the state of this callback adapter.
reset() - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Resets the AS400ToolboxJarMaker object to a clean, default state, to facilitate object reuse.
reset() - Method in class utilities.JarMaker
Deprecated.
Resets the JarMaker object to a clean, default state, to facilitate object reuse.
reset() - Method in class utilities.ToolboxJarMaker
Deprecated.
Resets the ToolboxJarMaker object to a clean, default state, to facilitate object reuse.
RESET_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time the days-used count was last reset to 0.
resetAllServices() - Method in class com.ibm.as400.access.AS400
Disconnects all services, and clears the sign-on information.
resetAttributesToRetrieve() - Method in class com.ibm.as400.access.PrintObjectList
Resets the list of object attributes to retrieve.
resetDate() - Method in class com.ibm.as400.access.FileAttributes
Resets the count of the number of days an object has been used.
resetFilter() - Method in class com.ibm.as400.access.PrintObjectList
Resets the list filter back to default values.
ResetFormInput - Class in com.ibm.as400.util.html
The ResetFormInput class represents a reset button input type in an HTML form.
ResetFormInput() - Constructor for class com.ibm.as400.util.html.ResetFormInput
Constructs a default ResetFormInput object.
ResetFormInput(String) - Constructor for class com.ibm.as400.util.html.ResetFormInput
Constructs a ResetFormInput object with the specified control name.
ResetFormInput(String, String) - Constructor for class com.ibm.as400.util.html.ResetFormInput
Constructs a ResetFormInput object with the specified control name and initial input value.
ResetFormInputBeanInfo - Class in com.ibm.as400.util.html
The ResetFormInputBeanInfo class provides bean information for the ResetFormInput class.
ResetFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.ResetFormInputBeanInfo
 
resetHandle() - Method in class com.ibm.as400.access.list.OpenList
Resets the handle to indicate we should close the list the next time we do something, usually as a result of one of the selection criteria being changed, since that should build a new list on the system.
resetLatestBytesReceived() - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
resetOptionBytes(byte[]) - Static method in class com.ibm.as400.access.UserIndex
Utility method to reset the optionBytes.
resetRequestParameterBlock(DatabaseCreateRequestParameterBlockAttributes, int) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
Sends a request to reset an RPB and sets the current RPB ID to be the one specified.
resetStatistics() - Method in class com.ibm.as400.access.Job
Resets the measurement start time used for computing elapsed statistics.
Resource - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
Resource() - Constructor for class com.ibm.as400.resource.Resource
Deprecated.
Constructs a Resource object.
Resource(Presentation, Object, ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.Resource
Deprecated.
Constructs a Resource object.
Resource(Presentation, Object, ResourceMetaData[], Dictionary) - Constructor for class com.ibm.as400.resource.Resource
Deprecated.
Constructs a Resource object.
Resource(Presentation, Object, ResourceMetaDataTable) - Constructor for class com.ibm.as400.resource.Resource
Deprecated.
Constructs a Resource object.
RESOURCE_ADDED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Event ID indicating that a resource is added to the list.
RESOURCE_COMM - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
RESOURCE_CREATED - Static variable in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Event ID indicating that a resource is created.
RESOURCE_DELETED - Static variable in class com.ibm.as400.resource.ResourceEvent
Deprecated.
Event ID indicating that a resource is deleted.
RESOURCE_DISK - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
RESOURCE_IOP - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
RESOURCE_JOB - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
RESOURCE_LIMIT_EXCEEDED - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the resource limit was exceeded.
RESOURCE_NAME - Static variable in class com.ibm.as400.access.list.AspOpenList
 
RESOURCE_NOT_AVAILABLE - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the resource is not available.
RESOURCE_POOL - Static variable in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
ResourceAdapter - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceAdapter() - Constructor for class com.ibm.as400.resource.ResourceAdapter
Deprecated.
 
resourceAdded(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Deprecated.
Invoked when a resource is added to the list.
resourceAdded(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Deprecated.
Invoked when a resource is added to the list.
resourceAt(long) - Method in class com.ibm.as400.resource.ArrayResourceList
Deprecated.
Returns the resource specified by the index.
resourceAt(long) - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Returns the resource specified by the index.
resourceAt(long) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the resource specified by the index.
resourceAt(long) - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Returns the resource specified by the index.
resourceAt(long) - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Returns the resource specified by the index.
ResourceBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceBeanInfo() - Constructor for class com.ibm.as400.resource.ResourceBeanInfo
Deprecated.
 
resourceCreated(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Deprecated.
Invoked when an resource is created.
resourceCreated(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Deprecated.
Invoked when an resource is created.
resourceDeleted(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Deprecated.
Invoked when an resource is deleted.
resourceDeleted(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Deprecated.
Invoked when an resource is deleted.
ResourceEvent - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceEvent(Object, int) - Constructor for class com.ibm.as400.resource.ResourceEvent
Deprecated.
Constructs a ResourceEvent object.
ResourceEvent(Object, int, Object, Object) - Constructor for class com.ibm.as400.resource.ResourceEvent
Deprecated.
Constructs a ResourceEvent object.
ResourceException - Exception in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceException() - Constructor for exception com.ibm.as400.resource.ResourceException
Deprecated.
Constructs a ResourceException object.
ResourceException(int) - Constructor for exception com.ibm.as400.resource.ResourceException
Deprecated.
Constructs a ResourceException object.
ResourceException(Throwable) - Constructor for exception com.ibm.as400.resource.ResourceException
Deprecated.
Constructs a ResourceException object.
ResourceException(AS400Message[]) - Constructor for exception com.ibm.as400.resource.ResourceException
Deprecated.
Constructs a ResourceException object.
ResourceException(int, Throwable) - Constructor for exception com.ibm.as400.resource.ResourceException
Deprecated.
Constructs a ResourceException object.
ResourceException(int, Throwable, boolean) - Constructor for exception com.ibm.as400.resource.ResourceException
Deprecated.
Constructs a ResourceException object.
ResourceLevel - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceLevel() - Constructor for class com.ibm.as400.resource.ResourceLevel
Deprecated.
Constructs a ResourceLevel object which indicates that all levels are supported.
ResourceLevel(String) - Constructor for class com.ibm.as400.resource.ResourceLevel
Deprecated.
Constructs a ResourceLevel object.
ResourceLevel(String, String) - Constructor for class com.ibm.as400.resource.ResourceLevel
Deprecated.
Constructs a ResourceLevel object.
ResourceList - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceList() - Constructor for class com.ibm.as400.resource.ResourceList
Deprecated.
Constructs a ResourceList object.
ResourceList(Presentation, ResourceMetaData[], ResourceMetaData[], ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.ResourceList
Deprecated.
Constructs a ResourceList object.
ResourceListAdapter - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceListAdapter() - Constructor for class com.ibm.as400.resource.ResourceListAdapter
Deprecated.
 
ResourceListDetailsModel - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceListDetailsModel() - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Constructs a ResourceListDetailsModel object.
ResourceListDetailsModel(ResourceList, Object[]) - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Constructs a ResourceListDetailsModel object.
ResourceListDetailsModelBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceListDetailsModelBeanInfo() - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsModelBeanInfo
Deprecated.
 
ResourceListDetailsPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceListDetailsPane() - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Constructs a ResourceListDetailsPane object.
ResourceListDetailsPane(ResourceList, Object[], ResourceProperties) - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Constructs a ResourceListDetailsPane object.
ResourceListDetailsPaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceListDetailsPaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsPaneBeanInfo
Deprecated.
 
ResourceListener - Interface in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceListEvent - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceListEvent(Object, int) - Constructor for class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Constructs a ResourceListEvent object.
ResourceListEvent(Object, int, Resource, long) - Constructor for class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Constructs a ResourceListEvent object.
ResourceListEvent(Object, int, long) - Constructor for class com.ibm.as400.resource.ResourceListEvent
Deprecated.
Constructs a ResourceListEvent object.
ResourceListListener - Interface in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceListModel - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceListModel() - Constructor for class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Constructs a ResourceListModel object.
ResourceListModel(ResourceList) - Constructor for class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Constructs a ResourceListModel object.
ResourceListModelBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceListModelBeanInfo() - Constructor for class com.ibm.as400.vaccess.ResourceListModelBeanInfo
Deprecated.
 
ResourceListPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceListPane() - Constructor for class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Constructs a ResourceListPane object.
ResourceListPane(ResourceList, ResourceProperties) - Constructor for class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Constructs a ResourceListPane object.
ResourceListPaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceListPaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.ResourceListPaneBeanInfo
Deprecated.
 
ResourceListRowData - Class in com.ibm.as400.util.servlet
The ResourceListRowData class represents a resource list of data.
ResourceListRowData() - Constructor for class com.ibm.as400.util.servlet.ResourceListRowData
Constructs a default ResourceListRowData object.
ResourceListRowData(ResourceList, Object[]) - Constructor for class com.ibm.as400.util.servlet.ResourceListRowData
Constructs a ResourceListRowData object with the specified resourceList and columnAttributeIDs.
ResourceListRowDataBeanInfo - Class in com.ibm.as400.util.servlet
The ResourceListRowDataBeanInfo class provides bean information for the ResourceListRowData class.
ResourceListRowDataBeanInfo() - Constructor for class com.ibm.as400.util.servlet.ResourceListRowDataBeanInfo
 
ResourceMetaData - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceMetaData(Object, Class, Presentation) - Constructor for class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Constructs a ResourceMetaData object for a read-only value with no possible values.
ResourceMetaData(Object, Class, boolean, Object[], Object, boolean, boolean, Presentation, Presentation[]) - Constructor for class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Constructs a ResourceMetaData object.
ResourceMetaDataTable - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceMetaDataTable() - Constructor for class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Constructs a ResourceMetaDataTable object.
ResourceMetaDataTable(PresentationLoader, String) - Constructor for class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Constructs a ResourceMetaDataTable object.
ResourceMetaDataTable(ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.ResourceMetaDataTable
Deprecated.
Constructs a ResourceMetaDataTable object.
ResourceMRI - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
ResourceMRI() - Constructor for class com.ibm.as400.resource.ResourceMRI
Deprecated.
 
ResourceProperties - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
ResourceProperties() - Constructor for class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Constructs the ResourceProperties object.
ResourceProperties(String, boolean) - Constructor for class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Constructs the ResourceProperties object.
ResourceProperties(Object[], String, boolean) - Constructor for class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Constructs the ResourceProperties object.
resources() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns an Enumeration of the Resource objects.
restore(String) - Method in class com.ibm.as400.access.SaveFile
Restores a library that was saved into the save file.
restore(String, String[], String) - Method in class com.ibm.as400.access.SaveFile
Restores objects that were saved into the save file.
restore(Product) - Method in class com.ibm.as400.access.SaveFile
Restores a licenced program product that was saved into the save file.
RESTORE_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which the object was restored.
RESTORE_DATE_AND_TIME - Static variable in class com.ibm.as400.access.MemberDescription
The date and time that the member was last restored.
RESULT_SET_CLOSED - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the result set is closed.
resultSet_ - Variable in class com.ibm.as400.util.servlet.SQLResultSetRowData
The java.sql.ResultSet object associated with this RowData.
resultSetDescription(int, int, int, int, int, int) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
resultSetDescription(int, int, int, int, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
RETRIEVE_LICENSE_INFORMATION_ERROR - Static variable in exception com.ibm.as400.access.LicenseException
RETRIEVE_LICENSE_INFORMATION_ERROR - Return code from the Central server when an unexpected error is encountered when requesting information on a license.
RetrieveAuthorizedUsers - Class in com.ibm.jtopenlite.command.program.security
Use the QSYRAUTU API to retrieve authorized users.
RetrieveAuthorizedUsers(int, int, String, String, boolean, String, String) - Constructor for class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
RetrieveAuthorizedUsersListener - Interface in com.ibm.jtopenlite.command.program.security
 
retrieveCcsid() - Method in class com.ibm.as400.access.JobCCSID
Retrieves the CCSID for this object.
RetrieveCurrentAttributes - Class in com.ibm.jtopenlite.command.program.workmgmt
RetrieveCurrentAttributes(int, int, int[]) - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
RetrieveCurrentAttributesASPGroupListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
RetrieveCurrentAttributesKeyDataListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
RetrieveCurrentAttributesLibraryListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
RetrieveCurrentAttributesListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
retrieved(FTPEvent) - Method in interface com.ibm.as400.access.FTPListener
Invoked after a file has been retrieved from the system.
RetrieveFailedException - Exception in com.ibm.as400.security.auth
The RetrieveFailedException class represents an exception issued when errors occur while retrieving system authentication information.
RetrieveFailedException() - Constructor for exception com.ibm.as400.security.auth.RetrieveFailedException
Constructs a RetrieveFailedException.
RetrieveFailedException(AS400Message[]) - Constructor for exception com.ibm.as400.security.auth.RetrieveFailedException
Constructs a RetrieveFailedException.
RetrieveFailedException(int) - Constructor for exception com.ibm.as400.security.auth.RetrieveFailedException
Constructs a RetrieveFailedException.
RetrieveJournalEntries - Class in com.ibm.jtopenlite.command.program.journal
RetrieveJournalEntries() - Constructor for class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
RetrieveJournalEntries(int, String, String, String, RetrieveJournalEntriesListener) - Constructor for class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
RetrieveJournalEntriesListener - Interface in com.ibm.jtopenlite.command.program.journal
 
RetrieveJournalEntriesSelection - Class in com.ibm.jtopenlite.command.program.journal
Sample implementation of RetrieveJournalEntriesSelectionListener.
RetrieveJournalEntriesSelection() - Constructor for class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelection
 
RetrieveJournalEntriesSelectionListener - Interface in com.ibm.jtopenlite.command.program.journal
Listener interface used to pass parameters to a call to RetrieveJournalEntries, which uses the QjoRetrieveJournalEntries API.
RetrieveJournalReceiverInformation - Class in com.ibm.jtopenlite.command.program.journal
RetrieveJournalReceiverInformation() - Constructor for class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
RetrieveJournalReceiverInformation(String, String, RetrieveJournalReceiverInformationListener) - Constructor for class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
RetrieveJournalReceiverInformation(int, String, String, String, RetrieveJournalReceiverInformationListener) - Constructor for class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
RetrieveJournalReceiverInformationListener - Interface in com.ibm.jtopenlite.command.program.journal
 
retrieveLOBData(DatabaseRetrieveLOBDataAttributes, DatabaseLOBDataCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
RetrieveObjectDescription - Class in com.ibm.jtopenlite.command.program.object
QUSROBJD This class fully implements the V5R4 specification of QUSROBJD.
RetrieveObjectDescription(String, String, String, int) - Constructor for class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
retrievePackage(DatabaseRetrievePackageAttributes, DatabasePackageCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
retrieveRecordFormat() - Method in class com.ibm.as400.access.AS400FileRecordDescription
Retrieves the file description for the file, and creates a RecordFormat object for each record format, which can be used as input to the AS400File.setRecordFormat() method.
RetrieveSystemStatus - Class in com.ibm.jtopenlite.command.program.workmgmt
QWCRSSTS This class fully implements the V5R4 specification of QWCRSSTS.
RetrieveSystemStatus(int, boolean) - Constructor for class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
RetrieveSystemStatusPoolListener - Interface in com.ibm.jtopenlite.command.program.workmgmt
 
RetrieveUserSpace - Class in com.ibm.jtopenlite.command.program.object
RetrieveUserSpace(String, String, int, int) - Constructor for class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
RETURN_FORMATTING_CHARACTERS - Static variable in class com.ibm.as400.access.MessageFile
Constant indicating formatting characters are left in the help text.
RETURN_FORMATTING_CHARACTERS - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant indicating that message help text includes formatting characters.
RETURN_INTEGER - Static variable in class com.ibm.as400.access.ServiceProgramCall
Constant indicating the service program returns an integer.
RETURN_VALUE_FORMAT_INTEGER - Static variable in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
RETURN_VALUE_FORMAT_INTEGER_AND_ERROR_NUMBER - Static variable in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
RETURN_VALUE_FORMAT_NONE - Static variable in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
RETURN_VALUE_FORMAT_POINTER - Static variable in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
ReturnCodeException - Interface in com.ibm.as400.access
The ReturnCodeException interface defines the methods required for exceptions that contain a return code.
returnCodeToString(int) - Static method in class com.ibm.jtopenlite.file.FileConstants
 
returnConnectionToPool(AS400) - Method in class com.ibm.as400.access.AS400ConnectionPool
Return the AS400 object to the connection pool.
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1025
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1026
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1027
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1097
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1112
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1122
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1123
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1130
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1132
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1137
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1140
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1141
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1142
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1143
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1144
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1145
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1146
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1147
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1148
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1149
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1153
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1154
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1155
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1156
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1157
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1158
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1160
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1164
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID13121
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID13124
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID256
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID273
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID277
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID278
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID280
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID284
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID285
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID28709
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID290
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID297
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID37
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID420
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID423
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID4971
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID500
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID5123
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62211
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62224
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62235
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62245
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62251
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID833
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID836
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID838
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID870
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID871
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID875
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID880
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID9030
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID905
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID918
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID924
 
returnFromUnicode() - Method in interface com.ibm.jtopenlite.ccsidConversion.SingleByteConversion
 
returnFromUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.SingleByteConversionTable
 
returnSystem(AS400) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Return the system object to the pool when connection pooling is being used.
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1025
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1026
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1027
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1097
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1112
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1122
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1123
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1130
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1132
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1137
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1140
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1141
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1142
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1143
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1144
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1145
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1146
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1147
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1148
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1149
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1153
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1154
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1155
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1156
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1157
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1158
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1160
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID1164
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID13121
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID13124
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID256
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID273
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID277
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID278
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID280
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID284
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID285
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID28709
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID290
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID297
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID37
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID420
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID423
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID4971
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID500
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID5123
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62211
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62224
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62235
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62245
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID62251
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID833
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID836
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID838
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID870
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID871
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID875
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID880
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID9030
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID905
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID918
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.CCSID924
 
returnToUnicode() - Method in interface com.ibm.jtopenlite.ccsidConversion.SingleByteConversion
 
returnToUnicode() - Method in class com.ibm.jtopenlite.ccsidConversion.SingleByteConversionTable
 
rewind() - Method in class com.ibm.as400.access.IFSFileInputStream
Deprecated.
Use reset() instead.
RIFSFile - Class in com.ibm.as400.resource
Deprecated.
Use IFSFile instead, as this package may be removed in the future.
RIFSFile() - Constructor for class com.ibm.as400.resource.RIFSFile
Deprecated.
Constructs an RIFSFile object.
RIFSFile(AS400, String) - Constructor for class com.ibm.as400.resource.RIFSFile
Deprecated.
Constructs an RIFSFile object.
RIFSFileBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use com.ibm.as400.access.IFSFile instead.
RIFSFileBeanInfo() - Constructor for class com.ibm.as400.resource.RIFSFileBeanInfo
Deprecated.
 
RIFSFileList - Class in com.ibm.as400.resource
Deprecated.
Use IFSFile instead, as this package may be removed in the future.
RIFSFileList() - Constructor for class com.ibm.as400.resource.RIFSFileList
Deprecated.
Constructs an RIFSFileList object.
RIFSFileList(AS400, String) - Constructor for class com.ibm.as400.resource.RIFSFileList
Deprecated.
Constructs an RIFSFileList object.
RIFSFileList(RIFSFile) - Constructor for class com.ibm.as400.resource.RIFSFileList
Deprecated.
Constructs an RIFSFileList object.
RIFSFileListBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use com.ibm.as400.access.IFSFile instead.
RIFSFileListBeanInfo() - Constructor for class com.ibm.as400.resource.RIFSFileListBeanInfo
Deprecated.
 
RIGHT - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Horizontal right alignment.
RJavaProgram - Class in com.ibm.as400.resource
Deprecated.
Use JavaProgram instead, as this package may be removed in the future.
RJavaProgram() - Constructor for class com.ibm.as400.resource.RJavaProgram
Deprecated.
Constructs an RJavaProgram object.
RJavaProgram(AS400, String) - Constructor for class com.ibm.as400.resource.RJavaProgram
Deprecated.
Constructs an RJavaProgram object.
RJavaProgramBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
RJavaProgramBeanInfo() - Constructor for class com.ibm.as400.resource.RJavaProgramBeanInfo
Deprecated.
 
RJob - Class in com.ibm.as400.resource
Deprecated.
Use Job instead, as this package may be removed in the future.
RJob() - Constructor for class com.ibm.as400.resource.RJob
Deprecated.
Constructs an RJob object.
RJob(AS400) - Constructor for class com.ibm.as400.resource.RJob
Deprecated.
Constructs an RJob object.
RJob(AS400, String, String, String) - Constructor for class com.ibm.as400.resource.RJob
Deprecated.
Constructs an RJob object.
RJob(AS400, byte[]) - Constructor for class com.ibm.as400.resource.RJob
Deprecated.
Constructs an RJob object.
RJobBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use com.ibm.as400.access.Job instead.
RJobBeanInfo() - Constructor for class com.ibm.as400.resource.RJobBeanInfo
Deprecated.
 
RJobList - Class in com.ibm.as400.resource
Deprecated.
Use JobList instead, as this package may be removed in the future.
RJobList() - Constructor for class com.ibm.as400.resource.RJobList
Deprecated.
Constructs an RJobList object.
RJobList(AS400) - Constructor for class com.ibm.as400.resource.RJobList
Deprecated.
Constructs an RJobList object.
RJobListBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use com.ibm.as400.access.JobList instead.
RJobListBeanInfo() - Constructor for class com.ibm.as400.resource.RJobListBeanInfo
Deprecated.
 
RJobLog - Class in com.ibm.as400.resource
Deprecated.
Use JobLog instead, as this package may be removed in the future.
RJobLog() - Constructor for class com.ibm.as400.resource.RJobLog
Deprecated.
Constructs an RJobLog object.
RJobLog(AS400) - Constructor for class com.ibm.as400.resource.RJobLog
Deprecated.
Constructs an RJobLog object.
RJobLog(AS400, String, String, String) - Constructor for class com.ibm.as400.resource.RJobLog
Deprecated.
Constructs an RJobLog object.
RJobLog(AS400, byte[]) - Constructor for class com.ibm.as400.resource.RJobLog
Deprecated.
Constructs an RJobLog object.
RJobLogBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use com.ibm.as400.access.JobLog instead.
RJobLogBeanInfo() - Constructor for class com.ibm.as400.resource.RJobLogBeanInfo
Deprecated.
 
RMessageQueue - Class in com.ibm.as400.resource
Deprecated.
Use MessageQueue instead, as this package may be removed in the future.
RMessageQueue() - Constructor for class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constructs an RMessageQueue object.
RMessageQueue(AS400) - Constructor for class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constructs an RMessageQueue object.
RMessageQueue(AS400, String) - Constructor for class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constructs an RMessageQueue object.
RMessageQueueBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
RMessageQueueBeanInfo() - Constructor for class com.ibm.as400.resource.RMessageQueueBeanInfo
Deprecated.
 
rollback() - Method in class com.ibm.as400.access.AS400File
Rolls back any transactions since the last commit/rollback boundary.
rollback(AS400) - Static method in class com.ibm.as400.access.AS400File
Rolls back any transactions since the last commit/rollback boundary for the specified system.
rollback() - Method in class com.ibm.as400.access.AS400JDBCConnection
Drops all changes made since the previous commit or rollback and releases any database locks currently held by the connection.
rollback(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnection
Undoes all changes made after the specified Savepoint was set.
rollback() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Drops all changes made since the previous commit or rollback and releases any database locks currently held by the connection.
rollback(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Undoes all changes made after the specified Savepoint was set.
rollback() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Drops all changes made since the previous commit or rollback and releases any database locks currently held by the connection.
rollback(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Undoes all changes made after the specified Savepoint was set.
rollback() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
rollback(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
rollback(Xid) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Rolls back a transaction branch.
rollback() - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
rollback() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Rollback the current transaction.
rollback(Savepoint) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
RootPermission - Class in com.ibm.as400.access
The RootPermission class represents the permissions for the specified user of an object contained in the root directory structure.
RootPermission(String) - Constructor for class com.ibm.as400.access.RootPermission
Constructs a RootPermission object.
roundByMode(BigDecimal, int, String) - Static method in class com.ibm.as400.access.AS400DecFloat
Rounds the precision of a BigDecimal by removing least significant digits from the right side of the precision.
roundTrip - Variable in class com.ibm.as400.access.BidiTransform
Option: use "roundtrip" algorithm for reordering
RouterAdvertisement - Class in com.ibm.as400.util.commtrace
A Router Advertisement Header.
RouterSolicitation - Class in com.ibm.as400.util.commtrace
A Router Solicitation Header.
Routing - Class in com.ibm.as400.util.commtrace
A Routing Header.
ROUTING_DATA - Static variable in class com.ibm.as400.access.Job
Job attribute representing the routing data that is used to determine the routing entry that identifies the program to start for the routing step.
ROUTING_DATA - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for routing data.
ROUTING_DATA_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the routing data.
ROUTING_ENTRY - Static variable in class com.ibm.as400.access.SubsystemEntryList
 
RoutingDataEntry - Class in com.ibm.as400.access
Represents a routing entry data.
RoutingDataEntry() - Constructor for class com.ibm.as400.access.RoutingDataEntry
 
routingEntryClassLibrary() - Method in class com.ibm.as400.access.RoutingDataEntry
 
ROW_ADDED - Static variable in class com.ibm.as400.util.servlet.RowDataEvent
Event ID indicating that a row has been added.
ROW_CHANGED - Static variable in class com.ibm.as400.util.servlet.RowDataEvent
Event ID indicating that a row has been changed.
ROW_REMOVED - Static variable in class com.ibm.as400.util.servlet.RowDataEvent
Event ID indicating that a row has been removed.
rowAdded(RowDataEvent) - Method in interface com.ibm.as400.util.servlet.RowDataListener
Invoked when a row of data has been added.
rowChanged(RowDataEvent) - Method in interface com.ibm.as400.util.servlet.RowDataListener
Invoked when a row of data has been changed.
RowData - Class in com.ibm.as400.util.servlet
The RowData class defines a representation for describing and accessing a list of data.
RowData() - Constructor for class com.ibm.as400.util.servlet.RowData
Constructs a default RowData object.
RowDataEvent - Class in com.ibm.as400.util.servlet
The RowDataEvent class represents a row data event.
RowDataEvent(Object, int) - Constructor for class com.ibm.as400.util.servlet.RowDataEvent
Constructs a RowDataEvent object.
RowDataException - Exception in com.ibm.as400.util.servlet
The RowDataException class represents an exception which indicates that a problem occurred when working with the row data.
RowDataException(Exception) - Constructor for exception com.ibm.as400.util.servlet.RowDataException
Constructs a RowDataException.
RowDataListener - Interface in com.ibm.as400.util.servlet
The RowDataListener interface provides a listener interface for receiving row data events.
rowDeleted() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the current row has been deleted.
rowDeleted() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the current row has been deleted.
rowDeleted() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the current row has been deleted.
rowDeleted() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
ROWID - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
ROWID_904 - Static variable in class com.ibm.as400.access.SQLNativeType
 
rowInserted() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the current row has been inserted.
rowInserted() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the current row has been inserted.
rowInserted() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the current row has been inserted.
rowInserted() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
RowMetaData - Interface in com.ibm.as400.util.servlet
A RowMetaData object can be used to find out information about the columns of a RowData object.
RowMetaDataType - Class in com.ibm.as400.util.servlet
The RowMetaDataType class defines constants to identify metadata data types.
RowMetaDataType() - Constructor for class com.ibm.as400.util.servlet.RowMetaDataType
 
rowProperties_ - Variable in class com.ibm.as400.util.servlet.RowData
 
rowRemoved(RowDataEvent) - Method in interface com.ibm.as400.util.servlet.RowDataListener
Invoked when a row of data has been removed.
rows_ - Variable in class com.ibm.as400.util.servlet.RowData
 
rowUpdated() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the current row has been updated.
rowUpdated() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the current row has been updated.
rowUpdated() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the current row has been updated.
rowUpdated() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
RPrinter - Class in com.ibm.as400.resource
Deprecated.
Use Printer instead, as this package may be removed in the future.
RPrinter() - Constructor for class com.ibm.as400.resource.RPrinter
Deprecated.
Constructs an RPrinter object.
RPrinter(AS400, String) - Constructor for class com.ibm.as400.resource.RPrinter
Deprecated.
Constructs an RPrinter object.
RPrinterBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use com.ibm.as400.access.Printer instead.
RPrinterBeanInfo() - Constructor for class com.ibm.as400.resource.RPrinterBeanInfo
Deprecated.
 
RPrinterList - Class in com.ibm.as400.resource
Deprecated.
Use PrinterList instead, as this package may be removed in the future.
RPrinterList() - Constructor for class com.ibm.as400.resource.RPrinterList
Deprecated.
Constructs an RPrinterList object.
RPrinterList(AS400) - Constructor for class com.ibm.as400.resource.RPrinterList
Deprecated.
Constructs an RPrinterList object.
RPrinterListBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use com.ibm.as400.access.PrinterList instead.
RPrinterListBeanInfo() - Constructor for class com.ibm.as400.resource.RPrinterListBeanInfo
Deprecated.
 
RQueuedMessage - Class in com.ibm.as400.resource
Deprecated.
Use QueuedMessage instead, as this package may be removed in the future.
RQueuedMessage() - Constructor for class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Constructs an RQueuedMessage object.
RSoftwareResource - Class in com.ibm.as400.resource
Deprecated.
Use Product instead, as this package may be removed in the future.
RSoftwareResource() - Constructor for class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Constructs an RSoftwareResource object.
RSoftwareResource(AS400, String) - Constructor for class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Constructs an RSoftwareResource object.
RSoftwareResource(AS400, String, String, String) - Constructor for class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Constructs an RSoftwareResource object.
RSoftwareResource(AS400, String, String, String, String) - Constructor for class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Constructs an RSoftwareResource object.
RSoftwareResourceBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
RSoftwareResourceBeanInfo() - Constructor for class com.ibm.as400.resource.RSoftwareResourceBeanInfo
Deprecated.
 
RTL - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Right to Left text interpretation direction.
RTRADV - Static variable in class com.ibm.as400.util.commtrace.Message
A Router Advertisement Message
RTRSOL - Static variable in class com.ibm.as400.util.commtrace.Message
A Router Solicitation Message
RULE_INSERT - Static variable in class com.ibm.as400.access.UserIndex
Insert unique argument.
RULE_INSERT_NO_REPLACE - Static variable in class com.ibm.as400.access.UserIndex
Insert argument only if the key is not already in the index
RULE_INSERT_REPLACE - Static variable in class com.ibm.as400.access.UserIndex
Insert argument, replacing the nonkey portion if the key is already in the index
run() - Method in class com.ibm.as400.access.AS400JDBCConnectionAbortRunnable
 
run() - Method in class com.ibm.as400.access.CommandCall
Runs the command on the system.
run(String) - Method in class com.ibm.as400.access.CommandCall
Sets the command and runs it on the system.
run(byte[]) - Method in class com.ibm.as400.access.CommandCall
Runs the command on the system.
run() - Method in class com.ibm.as400.access.JavaApplicationCall
Run the Java application.
run() - Method in class com.ibm.as400.access.jdbcClient.Main
 
run() - Method in class com.ibm.as400.access.ProgramCall
Runs the program on the system.
run(String, ProgramParameter[]) - Method in class com.ibm.as400.access.ProgramCall
Sets the program name and the parameter list and runs the program on the system.
run() - Method in class com.ibm.as400.access.ServiceProgramCall
Calls the service program.
run(String, ProgramParameter[]) - Method in class com.ibm.as400.access.ServiceProgramCall
Calls the service program.
run(AS400, String, String, int, ProgramParameter[]) - Method in class com.ibm.as400.access.ServiceProgramCall
Calls the service program.
run() - Method in class com.ibm.as400.access.Trace
Listens for trace status changes.
run() - Method in class com.ibm.as400.micro.MEServer
Process the datastream from the Tier 0 device.
run() - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
RUN_PRIORITY - Static variable in class com.ibm.as400.access.Job
Job attribute representing the priority at which the job is currently running, relative to other jobs on the system.
RUN_PRIORITY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for run priority.
runCommand(String) - Method in class com.ibm.as400.access.AS400File
Runs a CL command in the DDM host server job.
RunJavaApplication - Class in utilities
Deprecated.
No longer supported.
RunJavaApplication() - Constructor for class utilities.RunJavaApplication
Deprecated.
 
runPriority(int, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
RunSql - Class in com.ibm.jtopenlite.samples
Sample class to run sql statements using the jtopenlite JDBC driver.
RunSql() - Constructor for class com.ibm.jtopenlite.samples.RunSql
 
RunSqlSSL - Class in com.ibm.jtopenlite.samples
Sample class to run sql statements
RunSqlSSL() - Constructor for class com.ibm.jtopenlite.samples.RunSqlSSL
 
RUser - Class in com.ibm.as400.resource
Deprecated.
Use User instead, as this package may be removed in the future.
RUser() - Constructor for class com.ibm.as400.resource.RUser
Deprecated.
Constructs an RUser object.
RUser(AS400, String) - Constructor for class com.ibm.as400.resource.RUser
Deprecated.
Constructs an RUser object.
RUserBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
RUserBeanInfo() - Constructor for class com.ibm.as400.resource.RUserBeanInfo
Deprecated.
 
RUserList - Class in com.ibm.as400.resource
Deprecated.
Use UserList instead, as this package may be removed in the future.
RUserList() - Constructor for class com.ibm.as400.resource.RUserList
Deprecated.
Constructs an RUserList object.
RUserList(AS400) - Constructor for class com.ibm.as400.resource.RUserList
Deprecated.
Constructs an RUserList object.
RUserListBeanInfo - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
RUserListBeanInfo() - Constructor for class com.ibm.as400.resource.RUserListBeanInfo
Deprecated.
 

S

SAME - Static variable in class com.ibm.as400.access.MessageQueue
Constant indicating that the message should remain in the message queue without changing its new or old designation.
SAME - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant indicating that the message should remain in the message queue without changing its new or old designation.
save(String) - Method in class com.ibm.as400.access.SaveFile
Saves a library into the save file.
save(String, String[]) - Method in class com.ibm.as400.access.SaveFile
Saves objects into the save file.
save(String[]) - Method in class com.ibm.as400.access.SaveFile
Saves files from the root file system into the save file.
save(Product) - Method in class com.ibm.as400.access.SaveFile
Saves a copy of all of the objects that make up a licenced program product, into the save file.
save() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Saves the contents of the document to the file on the system.
SAVE_ACTIVE_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time the object was last saved when the SAVACT(*LIB, *SYSDFN, or *YES) save operation was specified.
SAVE_COMMAND - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the command used to save the object.
SAVE_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which the object was saved.
SAVE_DATE_AND_TIME - Static variable in class com.ibm.as400.access.MemberDescription
The date and time that this member was last saved.
SAVE_DEVICE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the type of device to which the object was last saved.
SAVE_DEVICE_DISKETTE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a save device of *DKT.
SAVE_DEVICE_NOT_SAVED - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing no save device (blank).
SAVE_DEVICE_OPTICAL - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a save device of *OPT.
SAVE_DEVICE_SAVE_FILE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a save device of *SAVF.
SAVE_DEVICE_TAPE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a save device of *TAP.
SAVE_FILE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the fully-qualified integrated file system path name of the save file to which the object was saved.
SAVE_LABEL - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the file label used when the object was saved.
SAVE_SEQUENCE_NUMBER - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the tape sequence number assigned when the object was saved on tape, or 0 if the object was not saved.
SAVE_SIZE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the size of the object in bytes of storage at the time of the last save operation, or 0 if the object was not saved.
SAVE_VOLUME_ID - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the tape, diskette, or optical volumes that are used for saving the object.
SaveFile - Class in com.ibm.as400.access
Represents a save file on a system.
SaveFile(AS400, String, String) - Constructor for class com.ibm.as400.access.SaveFile
Constructs a SaveFile object.
SaveFileEntry - Class in com.ibm.as400.access
Represents an entry in a save file.
sbTable_ - Variable in class com.ibm.as400.access.ConvTableMixedMap
 
SCALE_DOUBLE_HORIZONTAL - Static variable in class com.ibm.as400.access.SCS5553Writer
Constant for double horizontal font scaling.
SCALE_REGULAR - Static variable in class com.ibm.as400.access.SCS5553Writer
Constant for regular font scaling.
SCAN_FAILURE - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object has been scanned by a scan-related exit program, and at the time of that last scan request, the object failed the scan and the operation did not complete.
SCAN_NOT_REQUIRED - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object does not require any scanning because the object is marked to not be scanned.
SCAN_PENDING_CONVERSION - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object is in a file system that has not completely converted to the *TYPE2 directory format, and therefore will not be scanned until the file system is completely converted.
SCAN_REQUIRED - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that a scan is required for the object either because it has not yet been scanned by the scan-related exit programs, or because the objects data or CCSID has been modified since it was last scanned.
SCAN_SUCCESS - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object has been scanned by a scan-related exit program, and at the time of that last scan request, the object did not fail the scan.
SCANNING_CHANGE_ONLY - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object will be scanned only if the object has been modified since the last time the object was scanned.
SCANNING_NO - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object will not be scanned.
SCANNING_YES - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the object will be scanned.
SCHEDULE - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by schedule.
SCHEDULE_DATE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the date on which the submitted job becomes eligible to run.
SCHEDULE_DATE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for schedule date.
SCHEDULE_DATE_CURRENT - Static variable in class com.ibm.as400.access.Job
Constant indicating the submitted job becomes eligible to run on the current date.
SCHEDULE_DATE_CURRENT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run at the current date.
SCHEDULE_DATE_FRIDAY - Static variable in class com.ibm.as400.access.Job
Constant indicating the job becomes eligible to run on Friday.
SCHEDULE_DATE_FRIDAY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on Friday.
SCHEDULE_DATE_MONDAY - Static variable in class com.ibm.as400.access.Job
Constant indicating the job becomes eligible to run on Monday.
SCHEDULE_DATE_MONDAY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on Monday.
SCHEDULE_DATE_MONTH_END - Static variable in class com.ibm.as400.access.Job
Constant indicating the submitted job becomes eligible to run on the last day of the month.
SCHEDULE_DATE_MONTH_END - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on the last day of the month.
SCHEDULE_DATE_MONTH_START - Static variable in class com.ibm.as400.access.Job
Constant indicating the submitted job becomes eligible to run on the first day of the month.
SCHEDULE_DATE_MONTH_START - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on the first day of the month.
SCHEDULE_DATE_SATURDAY - Static variable in class com.ibm.as400.access.Job
Constant indicating the job becomes eligible to run on Saturday.
SCHEDULE_DATE_SATURDAY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on Saturday.
SCHEDULE_DATE_SUNDAY - Static variable in class com.ibm.as400.access.Job
Constant indicating the job becomes eligible to run on Sunday.
SCHEDULE_DATE_SUNDAY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on Sunday.
SCHEDULE_DATE_THURSDAY - Static variable in class com.ibm.as400.access.Job
Constant indicating the job becomes eligible to run on Thursday.
SCHEDULE_DATE_THURSDAY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on Thursday.
SCHEDULE_DATE_TUESDAY - Static variable in class com.ibm.as400.access.Job
Constant indicating the job becomes eligible to run on Tuesday.
SCHEDULE_DATE_TUESDAY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on Tuesday.
SCHEDULE_DATE_WEDNESDAY - Static variable in class com.ibm.as400.access.Job
Constant indicating the job becomes eligible to run on Wednesday.
SCHEDULE_DATE_WEDNESDAY - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the submitted job becomes eligible to run on Wednesday.
SCHEDULE_FILE_END - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is schedule file end.
SCHEDULE_IMMEDIATE - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is schedule immediate.
SCHEDULE_JOB_END - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is schedule job end.
SCHEDULE_TIME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the time on the scheduled date at which the job becomes eligible to run.
SCHEDULE_TIME_CURRENT - Static variable in class com.ibm.as400.access.Job
Constant indicating the job is submitted on the current time.
SCS - Static variable in class com.ibm.as400.access.ISeriesNetServerPrintShare
Value of the "spooled file type" attribute, indicating "SNA character string".
SCS3812Writer - Class in com.ibm.as400.access
The SCS3812Writer class writes an SCS 3812 data stream to an output stream, translating characters into bytes of the specified CCSID.
SCS3812Writer(OutputStream) - Constructor for class com.ibm.as400.access.SCS3812Writer
Deprecated.
Replaced by SCS3812Writer(OutputStream, int, AS400). Any SCS3812Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS3812Writer(OutputStream, int) - Constructor for class com.ibm.as400.access.SCS3812Writer
Deprecated.
Replaced by SCS3812Writer(OutputStream, int, AS400). Any SCS3812Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS3812Writer(OutputStream, int, AS400) - Constructor for class com.ibm.as400.access.SCS3812Writer
Constructs a SCS3812Writer.
SCS3812Writer(OutputStream, String) - Constructor for class com.ibm.as400.access.SCS3812Writer
Deprecated.
Replaced by SCS3812Writer(OutputStream, int, AS400). Any SCS3812Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5219Writer - Class in com.ibm.as400.access
The SCS5219Writer class writes an SCS 5219 data stream to an output stream, translating characters into bytes of the specified CCSID.
SCS5219Writer(OutputStream) - Constructor for class com.ibm.as400.access.SCS5219Writer
Deprecated.
Replaced by SCS5219Writer(OutputStream, int, AS400). Any SCS5219Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5219Writer(OutputStream, int) - Constructor for class com.ibm.as400.access.SCS5219Writer
Deprecated.
Replaced by SCS5219Writer(OutputStream, int, AS400). Any SCS5219Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5219Writer(OutputStream, int, AS400) - Constructor for class com.ibm.as400.access.SCS5219Writer
Constructs a SCS5219Writer.
SCS5219Writer(OutputStream, String) - Constructor for class com.ibm.as400.access.SCS5219Writer
Deprecated.
Replaced by SCS5219Writer(OutputStream, int, AS400). Any SCS5219Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5224Writer - Class in com.ibm.as400.access
The SCS5224Writer class writes an SCS 5224 data stream to an output stream, translating characters into bytes of the specified CCSID.
SCS5224Writer(OutputStream) - Constructor for class com.ibm.as400.access.SCS5224Writer
Deprecated.
Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5224Writer(OutputStream, int) - Constructor for class com.ibm.as400.access.SCS5224Writer
Deprecated.
Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5224Writer(OutputStream, int, AS400) - Constructor for class com.ibm.as400.access.SCS5224Writer
Constructs a SCS5224Writer.
SCS5224Writer(OutputStream, String) - Constructor for class com.ibm.as400.access.SCS5224Writer
Deprecated.
Replaced by SCS5224Writer(OutputStream, int, AS400). Any SCS5224Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5256Writer - Class in com.ibm.as400.access
The SCS5256Writer class writes an SCS 5256 data stream to an output stream, translating characters into bytes of the specified CCSID.
SCS5256Writer(OutputStream) - Constructor for class com.ibm.as400.access.SCS5256Writer
Deprecated.
Replaced by SCS5256Writer(OutputStream, int, AS400). Any SCS5256Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5256Writer(OutputStream, int) - Constructor for class com.ibm.as400.access.SCS5256Writer
Deprecated.
Replaced by SCS5256Writer(OutputStream, int, AS400). Any SCS5256Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5256Writer(OutputStream, int, AS400) - Constructor for class com.ibm.as400.access.SCS5256Writer
Constructs a SCS5256Writer.
SCS5256Writer(OutputStream, String) - Constructor for class com.ibm.as400.access.SCS5256Writer
Deprecated.
Replaced by SCS5256Writer(OutputStream, int, AS400). Any SCS5256Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5553Writer - Class in com.ibm.as400.access
The SCS5553Writer class writes an SCS 5553 data stream to an output stream, translating characters into bytes of the specified CCSID.
SCS5553Writer(OutputStream) - Constructor for class com.ibm.as400.access.SCS5553Writer
Deprecated.
Replaced by SCS5553Writer(OutputStream, int, AS400). Any SCS5553Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5553Writer(OutputStream, int) - Constructor for class com.ibm.as400.access.SCS5553Writer
Deprecated.
Replaced by SCS5553Writer(OutputStream, int, AS400). Any SCS5553Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SCS5553Writer(OutputStream, int, AS400) - Constructor for class com.ibm.as400.access.SCS5553Writer
Constructs a SCS5553Writer.
SCS5553Writer(OutputStream, String) - Constructor for class com.ibm.as400.access.SCS5553Writer
Deprecated.
Replaced by SCS5553Writer(OutputStream, int, AS400). Any SCS5553Writer object that is created without specifying an AS400 system object on its constructor may not behave as expected in certain environments.
SEAMLESS_RETRY_COUNT - Static variable in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
sectionCompleted(SectionCompletedEvent) - Method in interface com.ibm.as400.util.servlet.SectionCompletedListener
Invoked when a section of data has been converted.
SectionCompletedEvent - Class in com.ibm.as400.util.servlet
The SectionCompletedEvent class represents a SectionCompleted event.
SectionCompletedEvent(Object) - Constructor for class com.ibm.as400.util.servlet.SectionCompletedEvent
Constructs a SectionCompletedEvent object.
SectionCompletedEvent(Object, String) - Constructor for class com.ibm.as400.util.servlet.SectionCompletedEvent
Constructs a SectionCompletedEvent object with the specified data section.
SectionCompletedListener - Interface in com.ibm.as400.util.servlet
The SectionCompletedListener interface provides a listener interface for receiving SectionCompleted events.
SECURE_AS400 - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Secure AS400 component.
SECURE_AS400 - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Secure AS400 component.
SecureAS400 - Class in com.ibm.as400.access
Represents a secure system sign-on.
SecureAS400() - Constructor for class com.ibm.as400.access.SecureAS400
Constructs a SecureAS400 object.
SecureAS400(String) - Constructor for class com.ibm.as400.access.SecureAS400
Constructs a SecureAS400 object.
SecureAS400(String, String) - Constructor for class com.ibm.as400.access.SecureAS400
Constructs a SecureAS400 object.
SecureAS400(String, ProfileTokenCredential) - Constructor for class com.ibm.as400.access.SecureAS400
Constructs a SecureAS400 object.
SecureAS400(String, String, String) - Constructor for class com.ibm.as400.access.SecureAS400
Deprecated. 
SecureAS400(String, String, char[]) - Constructor for class com.ibm.as400.access.SecureAS400
Constructs a SecureAS400 object.
SecureAS400(String, String, String, String) - Constructor for class com.ibm.as400.access.SecureAS400
Deprecated. 
SecureAS400(String, String, char[], String) - Constructor for class com.ibm.as400.access.SecureAS400
Constructs a SecureAS400 object.
SecureAS400(AS400) - Constructor for class com.ibm.as400.access.SecureAS400
Constructs a SecureAS400 object.
SecureAS400BeanInfo - Class in com.ibm.as400.access
The SecureAS400BeanInfo class provides bean information for the SecureAS400 class.
SecureAS400BeanInfo() - Constructor for class com.ibm.as400.access.SecureAS400BeanInfo
 
SECURITY_GENERAL - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that a general security failure occurred.
SECURITY_INVALID_STATE - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that the security manager is in a state that is not valid.
seek(long) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the offset, from the beginning of this file, at which the next read or write occurs.
SELECT - Static variable in class com.ibm.as400.access.HistoryLog
Constant indicating that the message IDs in the list are to be selected.
SELECT_ALL - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
SELECT_BASE - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
SELECT_INTERACT - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
SELECT_MACHINE - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
SELECT_SPOOL - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
selected(int) - Method in class com.ibm.as400.util.html.FileTreeElement
Indicates which FileTreeElement is selected.
selected(int) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Indicates which HTMLTreeElement is selected.
SelectFormElement - Class in com.ibm.as400.util.html
The SelectFormElement class represents a select input type in an HTML form.
SelectFormElement() - Constructor for class com.ibm.as400.util.html.SelectFormElement
Constructs a default SelectFormElement object.
SelectFormElement(String) - Constructor for class com.ibm.as400.util.html.SelectFormElement
Constructs a SelectFormElement with the specified control name.
SelectFormElementBeanInfo - Class in com.ibm.as400.util.html
The SelectFormElementBeanInfo class provides bean information for the SelectFormElement class.
SelectFormElementBeanInfo() - Constructor for class com.ibm.as400.util.html.SelectFormElementBeanInfo
 
SELECTION_ACTIVE_JOB_STATUS - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on active job status.
SELECTION_ALL - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
SELECTION_CRITERIA - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Selection ID for selection criteria.
SELECTION_CRITERIA - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection ID for selection criteria.
SELECTION_FILE_SYSTEM_DIRECTORY - Static variable in class com.ibm.as400.access.UserObjectsOwnedList
Selection value indicating to select IBM i objects that reside in a directory (non-QSYS) based file system.
SELECTION_FILE_SYSTEM_LIBRARY - Static variable in class com.ibm.as400.access.UserObjectsOwnedList
Selection value indicating to select IBM i objects that reside in the QSYS library based file system.
SELECTION_GROUP - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
SELECTION_INITIAL_USER - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on the user name for a job's initial thread.
SELECTION_JOB_NAME - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on job name.
SELECTION_JOB_NAME_ALL - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all jobs will be selected regardless of the job name.
SELECTION_JOB_NAME_CURRENT - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all jobs with the current job's name will be selected.
SELECTION_JOB_NAME_ONLY - Static variable in class com.ibm.as400.access.JobList
Selection value indicating only the job in which this program is running will be selected.
SELECTION_JOB_NUMBER - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on job number.
SELECTION_JOB_NUMBER_ALL - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all jobs with the specified job name and user name will be selected, regardless of the job number.
SELECTION_JOB_QUEUE - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on job queue.
SELECTION_JOB_QUEUE_STATUS_HELD - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on a job's status on the job queue.
SELECTION_JOB_QUEUE_STATUS_READY - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on a job's status on the job queue.
SELECTION_JOB_QUEUE_STATUS_SCHEDULE - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on a job's status on the job queue.
SELECTION_JOB_TYPE - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on job type.
SELECTION_JOB_TYPE_ALL - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all job types will be selected.
SELECTION_JOB_TYPE_ENHANCED - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on the enhanced job type.
SELECTION_JOB_TYPE_ENHANCED_ALL_BATCH - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all the batch job types will be selected.
SELECTION_JOB_TYPE_ENHANCED_ALL_INTERACTIVE - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all the interactive job types will be selected.
SELECTION_JOB_TYPE_ENHANCED_ALL_PRESTART - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all the prestart job types will be selected.
SELECTION_MEMBER - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
SELECTION_OBJECT_RELATION_AUTHORIZED - Static variable in class com.ibm.as400.access.UserObjectsOwnedList
Selection value indicating to select the list of objects the user is authorized to
SELECTION_OBJECT_RELATION_OWNED - Static variable in class com.ibm.as400.access.UserObjectsOwnedList
Selection value indicating to select the list of objects the user owns.
SELECTION_OBJECT_RELATION_OWNED_OR_AUTHORIZED - Static variable in class com.ibm.as400.access.UserObjectsOwnedList
Selection value indicating to select the both list of objects the user is authorized to and the list of objects the user owns.
SELECTION_OLJS0100 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
SELECTION_OLJS0200 - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
SELECTION_PRIMARY_JOB_STATUS_ACTIVE - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on primary job status.
SELECTION_PRIMARY_JOB_STATUS_JOBQ - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on primary job status.
SELECTION_PRIMARY_JOB_STATUS_OUTQ - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on primary job status.
SELECTION_SERVER_TYPE - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on the server type.
SELECTION_SERVER_TYPE_ALL - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all jobs with a server type will be selected.
SELECTION_SERVER_TYPE_BLANK - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all jobs without a server type will be selected.
SELECTION_USER - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
SELECTION_USER_NAME - Static variable in class com.ibm.as400.access.JobList
Selection type used for job selection based on user name.
SELECTION_USER_NAME_ALL - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all jobs that use the specified job name will be selected, regardless of the user name.
SELECTION_USER_NAME_CURRENT - Static variable in class com.ibm.as400.access.JobList
Selection value indicating all jobs that use the current job's user profile will be selected.
SelectOption - Class in com.ibm.as400.util.html
The SelectOption class represents an option in an HTML option form element.
SelectOption() - Constructor for class com.ibm.as400.util.html.SelectOption
Constructs a default SelectOption object.
SelectOption(String, String) - Constructor for class com.ibm.as400.util.html.SelectOption
Constructs a SelectOption object with the specified viewable text and initial input value.
SelectOption(String, String, boolean) - Constructor for class com.ibm.as400.util.html.SelectOption
Constructs a SelectOption object with the specified viewable text, initial input value, and initial selected value.
SelectOptionBeanInfo - Class in com.ibm.as400.util.html
The SelectOptionBeanInfo class provides bean information for the SelectOption class.
SelectOptionBeanInfo() - Constructor for class com.ibm.as400.util.html.SelectOptionBeanInfo
 
selectPage(int) - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Repositions the stream to page page.
send(DBBaseRequestDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sends a request data stream to the system using the connection's id and does not expect a reply.
send(DBBaseRequestDS, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sends a request data stream to the system and does not expect a reply.
send(DBBaseRequestDS, int, boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sends a request data stream to the system and does not expect a reply.
send(DBBaseRequestDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
send(DBBaseRequestDS, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
send(DBBaseRequestDS, int, boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
send(PxReqCV) - Method in class com.ibm.as400.access.PxClientConnectionAdapter
Sends a request to the proxy server.
SEND_REPLY_INVALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that the send reply indicator is not valid.
sendAndHold(DBBaseRequestDS, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Holds a request until the next explicit request.
sendAndHold(DBBaseRequestDS, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
sendAndMultiReceive(DBBaseRequestDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
sendAndMultiReceive(DBBaseRequestDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
sendAndReceive(DBBaseRequestDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sends a request data stream to the system using the connection's id and returns the corresponding reply from the system.
sendAndReceive(DBBaseRequestDS, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sends a request data stream to the system and returns the corresponding reply from the system.
sendAndReceive(DBBaseRequestDS) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
sendAndReceive(DBBaseRequestDS, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
sendAndReceive(DataStream) - Method in class com.ibm.as400.access.AS400Server
 
sendAndReceive(PxReqCV) - Method in class com.ibm.as400.access.PxClientConnectionAdapter
Sends a request to the proxy server and receives and processes a reply.
sendEndJobRequest() - Method in class com.ibm.jtopenlite.command.CommandConnection
 
sendEndJobRequest() - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
sendEndJobRequest() - Method in class com.ibm.jtopenlite.ddm.DDMConnection
No-op.
sendEndJobRequest() - Method in class com.ibm.jtopenlite.file.FileConnection
 
sendEndJobRequest() - Method in class com.ibm.jtopenlite.HostServerConnection
 
sendEndJobRequest() - Method in class com.ibm.jtopenlite.SignonConnection
 
SENDER_JOB_NAME - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for sender job name.
SENDER_JOB_NUMBER - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for sender job number.
SENDER_TYPE - Static variable in class com.ibm.as400.access.JobLog
 
SENDER_USER_NAME - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for sender user name.
SENDERS_COPY - Static variable in class com.ibm.as400.access.AS400Message
Message type for sender's copy messages.
SENDERS_COPY_NEED_REPLY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to the sender's copies of messages that need replies.
SENDERS_COPY_NEED_REPLY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant referring to the sender's copies of messages that need replies.
sendExchangeAttrRequest(DataStream) - Method in class com.ibm.as400.access.AS400Server
 
sendInformational(String, String) - Method in class com.ibm.as400.access.MessageQueue
Sends an informational message to the message queue.
sendInformational(String, String, byte[]) - Method in class com.ibm.as400.access.MessageQueue
Sends an informational message to the message queue.
sendInformational(String) - Method in class com.ibm.as400.access.MessageQueue
Sends an informational message to the message queue.
sendInformational(String, String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Sends an informational message to the message queue.
sendInformational(String, String, byte[]) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Sends an informational message to the message queue.
sendInformational(String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Sends an informational message to the message queue.
SENDING_MODULE_NAME - Static variable in class com.ibm.as400.access.JobLog
 
SENDING_PROCEDURE_NAME - Static variable in class com.ibm.as400.access.JobLog
 
SENDING_PROGRAM_NAME - Static variable in class com.ibm.as400.access.JobLog
 
SENDING_PROGRAM_NAME - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for sending program name.
SENDING_STATEMENT_NUMBERS - Static variable in class com.ibm.as400.access.JobLog
 
SENDING_USER_PROFILE - Static variable in class com.ibm.as400.access.JobLog
 
sendInquiry(String, String, String) - Method in class com.ibm.as400.access.MessageQueue
Sends an inquiry message to the message queue.
sendInquiry(String, String, byte[], String) - Method in class com.ibm.as400.access.MessageQueue
Sends an inquiry message to the message queue.
sendInquiry(String, String) - Method in class com.ibm.as400.access.MessageQueue
Sends an inquiry message to the message queue.
sendInquiry(String, String, String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Sends an inquiry message to the message queue.
sendInquiry(String, String, byte[], String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Sends an inquiry message to the message queue.
sendInquiry(String, String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Sends an inquiry message to the message queue.
sendNet(PrintParameterList) - Method in class com.ibm.as400.access.SpooledFile
Sends the spooled file to another user on the same system or to a remote system on the network.
sendStandardInString(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sends the stdin to the application running on the system.
sendTCP(PrintParameterList) - Method in class com.ibm.as400.access.SpooledFile
Sends a spooled file to be printed on a remote system.
separator - Static variable in class com.ibm.as400.access.IFSFile
The integrated file system directory separator string used to separate directory/file components in a path.
SEPARATOR_DRAWER - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for separator drawer.
SEPARATOR_PAGE_DEVICE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value that indicates that separator page information is set in the device description.
SEPARATOR_PAGE_FILE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value that indicates that separator page information is set in the file.
SEPARATOR_PAGE_NONE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value that indicates that there is no separator page.
separatorChar - Static variable in class com.ibm.as400.access.IFSFile
The integrated file system directory separator character used to separate directory/file components in a path.
SEQUENCE_NUMBER - Static variable in class com.ibm.as400.access.Job
Job attribute representing the sequence number portion of the unit of work ID.
SEQUENCE_NUMBER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for sequence number.
SequentialFile - Class in com.ibm.as400.access
The SequentialFile class represents a physical or logical file on the system.
SequentialFile() - Constructor for class com.ibm.as400.access.SequentialFile
Constructs a SequentialFile object.
SequentialFile(AS400, String) - Constructor for class com.ibm.as400.access.SequentialFile
Constructs a SequentialFile object.
SequentialFileBeanInfo - Class in com.ibm.as400.access
The SequentialFileBeanInfo class represents bean information for the SequentialFile class.
SequentialFileBeanInfo() - Constructor for class com.ibm.as400.access.SequentialFileBeanInfo
 
serialize() - Method in class com.ibm.as400.data.ProgramCallDocument
Deprecated.
Use serialize(File) instead.
serialize(OutputStream) - Method in class com.ibm.as400.data.ProgramCallDocument
Serializes the ProgramCallDocument to a stream.
serialize(File) - Method in class com.ibm.as400.data.ProgramCallDocument
Serializes the ProgramCallDocument to a file.
serialize(OutputStream) - Method in class com.ibm.as400.data.RecordFormatDocument
Serializes the RecordFormatDocument.
serialize(File) - Method in class com.ibm.as400.data.RecordFormatDocument
Serializes the RecordFormatDocument.
serialize(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Serializes the RecordFormatDocument.
SERIALIZED - Static variable in class com.ibm.as400.data.ProgramCallDocument
Constant indicating a serialized PCML or XPCML document is being streamed.
SERIALIZED_PCML_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
SERIALIZED_XML_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
serialVersionUID - Static variable in interface com.ibm.as400.access.AS400DataType
 
SERVER_CONVERSION_ERROR - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred on the system while converting data between code pages.
SERVER_CRYPTO_ERROR - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred on the system while using cryptographic interfaces.
SERVER_EIM_ERROR - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred on the system while using EIM interfaces.
SERVER_ID_NOT_VALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that a host server ID is not valid.
SERVER_KEY_NOT_FOUND - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the system could not find the public key.
SERVER_NO_MEMORY - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the system was not able to allocate space needed for authorization.
SERVER_NOT_STARTED - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was unable to start the host server.
SERVER_NOT_STARTED - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that it was unable to start the server.
SERVER_TOKEN_VERSION - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the system version does support the token version.
SERVER_TRACE_DEBUG_SERVER_JOB - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
Start debug on the JDBC server job.
SERVER_TRACE_DEBUG_SERVER_JOB - Static variable in class com.ibm.as400.access.AS400JDBCManagedDataSource
Start debug on the JDBC server job.
SERVER_TRACE_SAVE_SERVER_JOBLOG - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
Save the joblog when the JDBC server job ends.
SERVER_TRACE_SAVE_SERVER_JOBLOG - Static variable in class com.ibm.as400.access.AS400JDBCManagedDataSource
Save the joblog when the JDBC server job ends.
SERVER_TRACE_SAVE_SQL_INFORMATION - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
Save SQL information.
SERVER_TRACE_SAVE_SQL_INFORMATION - Static variable in class com.ibm.as400.access.AS400JDBCManagedDataSource
Save SQL information.
SERVER_TRACE_START_DATABASE_MONITOR - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
Start the database monitor on the JDBC server job.
SERVER_TRACE_START_DATABASE_MONITOR - Static variable in class com.ibm.as400.access.AS400JDBCManagedDataSource
Start the database monitor on the JDBC server job.
SERVER_TRACE_TRACE_SERVER_JOB - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
Start job trace on the JDBC server job.
SERVER_TRACE_TRACE_SERVER_JOB - Static variable in class com.ibm.as400.access.AS400JDBCManagedDataSource
Start job trace on the JDBC server job.
SERVER_TYPE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the type of server represented by the job.
SERVER_TYPE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for server type.
ServerStartupException - Exception in com.ibm.as400.access
The ServerStartupException class represents an exception that indicates that a host server could not be started.
service(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Override the default service() method for HttpServlet.
SERVICE_PROGRAM_CALL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Service Program Call component.
SERVICE_PROGRAM_CALL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Service Program Call component.
ServiceProgramCall - Class in com.ibm.as400.access
Allows a user to call an IBM i service program.
ServiceProgramCall() - Constructor for class com.ibm.as400.access.ServiceProgramCall
Constructs a ServiceProgramCall object.
ServiceProgramCall(AS400) - Constructor for class com.ibm.as400.access.ServiceProgramCall
Constructs a ServiceProgramCall object.
ServiceProgramCall(AS400, String, ProgramParameter[]) - Constructor for class com.ibm.as400.access.ServiceProgramCall
Constructs a ServiceProgramCall object.
ServiceProgramCall(AS400, String, String, ProgramParameter[]) - Constructor for class com.ibm.as400.access.ServiceProgramCall
Constructs a ServiceProgramCall object.
ServiceProgramCall(AS400, String, String, int, ProgramParameter[]) - Constructor for class com.ibm.as400.access.ServiceProgramCall
Constructs a ServiceProgramCall object.
ServiceProgramCallBeanInfo - Class in com.ibm.as400.access
The ServiceProgramCallBeanInfo class provides bean information for the ServiceProgramCall class.
ServiceProgramCallBeanInfo() - Constructor for class com.ibm.as400.access.ServiceProgramCallBeanInfo
 
ServletEventLog - Class in com.ibm.as400.util.servlet
The ServletEventLog class represents an Log object.
ServletEventLog(ServletConfig) - Constructor for class com.ibm.as400.util.servlet.ServletEventLog
Constructs an ServletEventLog object with the specified servlet configuration.
ServletHyperlink - Class in com.ibm.as400.util.servlet
The ServletHyperlink class represents an HTML hyperlink tag.
ServletHyperlink() - Constructor for class com.ibm.as400.util.servlet.ServletHyperlink
Creates a default ServletHyperlink object.
ServletHyperlink(String) - Constructor for class com.ibm.as400.util.servlet.ServletHyperlink
Creates a ServletHyperlink object with the specified resource link.
ServletHyperlink(String, String) - Constructor for class com.ibm.as400.util.servlet.ServletHyperlink
Creates a ServletHyperlink object with the specified resource link represented by the specified text.
ServletHyperlink(String, String, String) - Constructor for class com.ibm.as400.util.servlet.ServletHyperlink
Creates a ServletHyperlink object with the specified resource link and target frame represented by the specified text.
ServletHyperlink(String, String, String, String, HttpServletResponse) - Constructor for class com.ibm.as400.util.servlet.ServletHyperlink
Creates a ServletHyperlink object with the specified resource link, link text, target frame, resource link path, and HTTPServlet response.
ServletHyperlinkBeanInfo - Class in com.ibm.as400.util.servlet
The ServletHyperlinkBeanInfo class provides bean information for the ServletHyperlink class.
ServletHyperlinkBeanInfo() - Constructor for class com.ibm.as400.util.servlet.ServletHyperlinkBeanInfo
 
SESSION_TIME - Static variable in class com.ibm.as400.access.NetServerSession
Deprecated.
Attribute ID for "session time".
set(Object, Calendar, int) - Method in class com.ibm.as400.access.SQLDataBase
Sets the contents of the data based on a Java object.
set16bit(int, int) - Method in class com.ibm.as400.access.DataStream
 
set2AllFlags(BidiFlagSet, BidiFlagSet, String) - Static method in class com.ibm.as400.access.BidiFlagSet
Sets all the Bidi flags in 2 BidiFlagSets based on a string.
set32bit(int, int) - Method in class com.ibm.as400.access.DataStream
 
set32bit(long, int) - Method in class com.ibm.as400.access.DataStream
 
set64bit(long, int) - Method in class com.ibm.as400.access.DataStream
 
SET_PASSWORD_TO_EXPIRE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for set password to expire.
setAccess(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the level of database access for the connection.
setAccess(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the level of database access for the connection.
setAccessTime(Date) - Method in class com.ibm.as400.access.FileAttributes
Sets the time that the object's data was last accessed.
setAccountingCode(String) - Method in class com.ibm.as400.access.User
Sets the accounting code that is associated with this user profile.
setAction(String) - Method in class com.ibm.as400.util.html.ButtonFormInput
Sets the action to perform when the button is clicked.
setAction(VAction) - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Sets the action with which the action adapter is associated.
setActionContext(VActionContext) - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Sets the context in which the associated action will be performed.
setActivityLevel(int) - Method in class com.ibm.as400.access.SystemPool
Sets the activity level for the pool.
setAdd(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the add data authority.
setAdditionalFiles(Vector) - Method in class utilities.JarMaker
Deprecated.
Specifies additional files to include in the destination JAR or ZIP file.
setAdditionalFiles(Vector, File) - Method in class utilities.JarMaker
Deprecated.
Specifies additional files to include in the destination JAR or ZIP file.
setAffinityFailbackInterval(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the enable client affinities list
setAffinityFailbackInterval(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the affinity failback interval
setAlertOption(String) - Method in class com.ibm.as400.access.AS400Message
set the alert option
setALIAS(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the value for the ALIAS keyword for this field.
setAlign(String) - Method in class com.ibm.as400.util.html.HTMLAlign
Sets the horizontal alignment for a block of HTML.
setAlign(String) - Method in class com.ibm.as400.util.html.HTMLHeading
Sets the horizontal alignment for the header.
setAlign(String) - Method in class com.ibm.as400.util.html.HTMLImage
Sets the alignment of text following the image tag relative to the graphic on screen.
setAlignment(String) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Sets the alignment of the text for the grid.
setAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table horizontal alignment.
setAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Sets the caption alignment relative to the table.
setAlignment(String) - Method in class com.ibm.as400.util.html.HTMLText
Sets the horizontal alignment.
setAlignment(String) - Method in class com.ibm.as400.util.html.ImageFormInput
Sets the alignment of the text following the image.
setAlignment(String) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form alignment.
setAlignOn16Bytes(boolean) - Method in class com.ibm.as400.access.ServiceProgramCall
Sets whether to align the first parameter on a 16-byte boundary.
setAllDebug(boolean) - Static method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
setAllDebug(boolean) - Static method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
setAllFlags(BidiFlagSet) - Method in class com.ibm.as400.access.BidiFlagSet
Sets all bidi flags based on another BidiFlagSet.
setAllFlags(String) - Method in class com.ibm.as400.access.BidiFlagSet
Sets all bidi flags from a string.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Sets whether actions are allowed.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Sets whether actions are allowed.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Sets whether actions are allowed.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Sets whether actions are allowed.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Sets whether pop-up menus are enabled.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Sets whether pop-up menus are enabled.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Sets the value indicating whether actions are allowed.
setAllowCheckpointWrite(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether a stream file (*STMF) can be shared with readers and writers during the save-while-active checkpoint processing.
setAllowModify(boolean) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Set the state of modify action.
setAllowModifyAllPools(boolean) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Set the state of modify action of all the pools.
setAllowModifyAllPools(boolean) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Set the state of modify action of all the pools.
setAllowSave(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether the object can be saved or not.
setAllowSystemName(boolean) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "allow system name" attribute.
setAlt(String) - Method in class com.ibm.as400.util.html.HTMLImage
Sets the alternate text to be displayed in place of the image.
setAlter(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the alter object authority.
setAlter(boolean) - Method in class com.ibm.as400.access.RootPermission
Sets the alter object authority.
setALWNULL(boolean) - Method in class com.ibm.as400.access.FieldDescription
Sets the value for the ALWNULL keyword for this field.
setAmbiguousSelectOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setAppend(boolean) - Method in class com.ibm.as400.access.IFSFileOutputStream
Sets the append option.
setArchive(String) - Method in class com.ibm.as400.util.html.HTMLApplet
Sets the name of one or more archives containing classes and other resources that will be "preloaded".
setArray(int, Array) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to an Array value.
setArray(int, Array) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to an Array value.
setArray(int, Array) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setArray(int, Array) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the array value at the specified parameterIndex.
setArray(Resource[]) - Method in class com.ibm.as400.resource.ArrayResourceList
Deprecated.
 
setArray(int, Array) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
Not implemented.
setAS400(AS400) - Method in class com.ibm.as400.access.ValidationList
Sets the IBM i system containing the validation list.
setAS400(AS400) - Method in class com.ibm.as400.access.ValidationListAttribute
Sets the system assigned to the attribute.
setAS400(AS400) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
setAS400Ccsid(int) - Method in class com.ibm.as400.access.AS400BidiTransform
Sets the CCSID.
setAS400StringType(int) - Method in class com.ibm.as400.access.AS400BidiTransform
Set the explicit string type for the IBM i data.
setASCIICCSIDForTranslationTable(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setAsciiStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to an ASCII stream value.
setAsciiStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given input stream.
setAsciiStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setAsciiStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setAsciiStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setAsciiStream(long) - Method in class com.ibm.as400.access.AS400JDBCClob
Returns a stream that an application can use to write Ascii characters to this CLOB.
setAsciiStream(long) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns a stream that an application can use to write Ascii characters to this CLOB.
setAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to an ASCII stream value.
setAsciiStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to the given input stream.
setAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to an ASCII stream value.
setAsciiStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to the given input stream.
setAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setAsciiStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setAsciiStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the inputStream at the specified parameterIndex.
setAsciiStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter in this RowSet object's command to the given input stream.
setAsciiStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setAsciiStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given input stream.
setAsciiStream(long) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
setAsciiStream(String, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setAsciiStream(String, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setAsciiStream(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
setAsciiStream(int, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setASPGroupListener(RetrieveCurrentAttributesASPGroupListener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
setASPName(String) - Method in class com.ibm.as400.access.list.AspOpenList
Set ASP Name for filter information.
setAspName(String) - Method in class com.ibm.as400.access.QSYSObjectPathName
Sets the IASP in which the object resides.
setASPNumber(int) - Method in class com.ibm.as400.access.list.AspOpenList
Set ASP number for filter information, filterkey sets to 1.
setAspSearchType(String) - Method in class com.ibm.as400.access.ObjectDescription
Specifies the type of the search when a specific auxiliary storage pool device name is specified for the ASP device name.
setAspSearchType(String) - Method in class com.ibm.as400.access.ObjectList
Specifies the type of the search when a specific auxiliary storage pool device name is specified for the ASP device name.
setAssistanceLevel(String) - Method in class com.ibm.as400.access.User
Sets which user interface to use.
setAsText(String) - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Sets the property value from the specified String.
setAsText(String) - Method in class com.ibm.as400.access.IFSShareOptionEditor
Sets the property value from the specified String.
setAttentionKeyHandlingProgram(String) - Method in class com.ibm.as400.access.User
Sets the program to be used as the Attention (ATTN) key handling program for this user.
setAttribute(int, byte[]) - Method in class com.ibm.as400.access.AS400CertificateAttribute
Sets the byte attribute value.
setAttribute(int, String) - Method in class com.ibm.as400.access.AS400CertificateAttribute
Sets the String attribute value.
setAttributeInfo(ValidationListAttributeInfo) - Method in class com.ibm.as400.access.ValidationListEntry
Sets the object containing all attribute information associated with the entry.
setAttributeMetaData(ResourceMetaData[]) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Sets the attribute meta data.
setAttributes(PrintParameterList) - Method in class com.ibm.as400.access.Printer
Sets one or more attributes of the object.
setAttributes(PrintParameterList) - Method in class com.ibm.as400.access.PrinterFile
Sets one or more attributes of the object.
setAttributes(PrintParameterList) - Method in class com.ibm.as400.access.SpooledFile
Sets one or more attributes of the object.
setAttributes(ValidationListAttribute[]) - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Sets the attributes assigned to the receiver.
setAttributes(Properties) - Method in class com.ibm.as400.util.html.HTMLTagAttributes
Set the additional HTML tag attributes.
setAttributesData(byte[], int) - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Sets the data for assigned attributes from the IBM i bytes in the specified buffer.
setAttributesToRetrieve(int[]) - Method in class com.ibm.as400.access.PrintObjectList
Sets the attributes of the object that should be returned in the list.
setAttributesToReturn(int[]) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
setAttributeValue(Object, Object) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Sets the current value of an attribute.
setAttributeValue(Object, Object, int) - Method in class com.ibm.as400.resource.ChangeableResource
Deprecated.
Sets the current value of an attribute.
setAuthenticationMethod(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "authentication method" attribute.
setAuthority(String) - Method in class com.ibm.as400.access.DataQueueAttributes
Sets the public authority of the data queue.
setAuthorizationList(String) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the value of the "Authorization List" attribute.
setAuthorizationList(String) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the value of the "Authorization List" attribute.
setAuthorizationList(String) - Method in class com.ibm.as400.access.Permission
Sets the authorizations list of the object.
setAuthorizationListManagement(boolean) - Method in class com.ibm.as400.access.UserPermission
Sets the authority of authorization list management.
setAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the auto-commit mode.
setAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the auto-commit mode.
setAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the auto-commit mode.
setAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether auto-commit mode is the default connection mode for new connections.
setAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether auto-commit mode is the default connection mode for new connections.
setAutoCommit(boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Set the autocommit level.
setAutocommitException(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether commit or rollback throws SQLException when autocommit is enabled.
setAutocommitException(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether commit or rollback throws SQLException when autocommit is enabled.
setAutoExtendible(boolean) - Method in class com.ibm.as400.access.UserSpace
Sets the auto extend attribute if possible.
setAutoStart(boolean) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "autostart" attribute.
setBalanceThreshold(int) - Method in class com.ibm.as400.access.ProxyServer
Sets the number of connections that must be active before the peer server starts load balancing by dispatching requests to peer proxy servers.
setBehaviorOverride(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the Toolbox JDBC Driver behaviors to override.
setBehaviorOverride(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the Toolbox JDBC Driver behaviors to override.
setBidiConversionProperties(BidiConversionProperties) - Method in class com.ibm.as400.access.AS400BidiTransform
Sets the bidi conversion properties.
setBidiCreateDestinationToSourceMapping(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the create a destination to source mapping property.
setBidiCreatePropertyMap(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the create a property map property.
setBidiCreateSourceToDestinationMapping(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the create a source to destination mapping property.
setBidiDestinationRequired(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the bidi destination required property.
setBidiExpandLamAlef(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets whether lam-alef ligatures should get decomposed into lam and alef characters when transforming from visual to logical.
setBidiImplicitReordering(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether bidi implicit reordering is used.
setBidiImplicitReordering(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether bidi implicit reordering is used.
setBidiImplicitReordering(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the bidi implicit LTR-RTL reordering property.
setBidiInsertDirectionalMarks(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the bidi insert directional marks property.
setBidiNumeralShaping(int) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the numeral shaping property.
setBidiNumericOrdering(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether bidi numeric ordering round trip is used.
setBidiNumericOrdering(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether bidi numeric ordering round trip is used.
setBidiNumericOrderingRoundTrip(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the bidi numeric ordering round trip property.
setBidiRemoveDirectionalMarks(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the bidi remove directional marks property.
setBidiRemoveMarksOnImplicitToVisual(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Remove the directional marks only when transforming from logical to visual.
setBidiStringType(int) - Method in class com.ibm.as400.access.AS400
Sets bidi string type of the connection.
setBidiStringType(int) - Method in class com.ibm.as400.access.AS400ImplRemote
Sets bidi string type of the connection.
setBidiStringType(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the output string type of bidi data.
setBidiStringType(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the output string type of bidi data.
setBidiStringType(int) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the bidi string type, as defined by the CDRA (Character Data Representation Architecture).
setBidiWindowCompatibility(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the bidi window compatibility property.
setBidiWordBreak(boolean) - Method in class com.ibm.as400.access.BidiConversionProperties
Sets the bidi consider white space to always follow base orientation property.
setBigDecimal(String, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a BigDecimal value.
setBigDecimal(String, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBigDecimal(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether a big decimal value is returned.
setBigDecimal(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether a big decimal value is returned.
setBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a BigDecimal value.
setBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the BigDecimal value at the specified parameterIndex.
setBigDecimal(String, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.math.BigDecimal value.
setBigDecimal(String, BigDecimal) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBigDecimal(int, BigDecimal) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setBinaryStream(long) - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns a stream that an application can use to write to this BLOB.
setBinaryStream(long) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns a stream that an application can use to write to this BLOB.
setBinaryStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a binary stream value.
setBinaryStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given input stream.
setBinaryStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBinaryStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBinaryStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBinaryStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a binary stream value.
setBinaryStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to the given input stream.
setBinaryStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a binary stream value.
setBinaryStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to the given input stream.
setBinaryStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBinaryStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBinaryStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBinaryStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the binary stream value using a inputStream at the specified parameterIndex.
setBinaryStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter in this RowSet object's command to the given input stream.
setBinaryStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given input stream, which will have the specified number of bytes.
setBinaryStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given input stream.
setBinaryStream() - Method in class com.ibm.as400.access.AS400JDBCSQLXML
Retrieves a stream that can be used to write the XML value that this SQLXML instance represents.
setBinaryStream(long) - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
setBinaryStream(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
setBinaryStream(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
Not implemented.
setBinaryStream(String, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBinaryStream(String, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBinaryStream(int, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setBinaryStream(int, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setBlob(String, Blob) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given java.sql.Blob object.
setBlob(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to a InputStream object.
setBlob(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to a InputStream object.
setBlob(String, Blob) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBlob(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBlob(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Blob value.
setBlob(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to an InputStream object.
setBlob(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to a InputStream object.
setBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Blob value.
setBlob(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to an InputStream object.
setBlob(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to a InputStream object.
setBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBlob(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBlob(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the Blob value at the specified parameterIndex.
setBlob(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a InputStream object.
setBlob(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a InputStream object.
setBlob(String, Blob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.sql.Blob object.
setBlob(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a InputStream object.
setBlob(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a InputStream object.
setBlob(String, Blob) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBlob(String, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBlob(String, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBlob(int, Blob) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
Not implemented.
setBlob(int, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setBlob(int, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setBlockCriteria(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the criteria for retrieving data from the IBM i system in blocks of records.
setBlockCriteria(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the criteria for retrieving data from the IBM i system in blocks of records.
setBlockingFactor(long) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setBlockSize(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the block size in kilobytes to retrieve from the IBM i system and cache on the client.
setBlockSize(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the block size in kilobytes to retrieve from the IBM i system and cache on the client.
setBold(boolean) - Method in class com.ibm.as400.access.SCS3812Writer
Sets bold text on or off.
setBold(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Sets bold on or off.
setBoolean(String, boolean) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java boolean value.
setBoolean(String, boolean) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBoolean(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java boolean value.
setBoolean(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Java boolean value.
setBoolean(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBoolean(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the boolean value at the specified parameterIndex.
setBoolean(String, boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java boolean value.
setBoolean(String, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBoolean(int, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setBorder(int) - Method in class com.ibm.as400.util.html.HTMLImage
Sets the thickness of the border around the image.
setBorderWidth(int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the border width in pixels.
setBorderWidth(int) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the border width in pixels.
setBorderWidth(int) - Method in class com.ibm.as400.util.html.HTMLTableHeader
Sets the border width in pixels.
setBorderWidth(int) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the border width in pixels.
setBorderWidth(int) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form border width in pixels.
setBreakMessageHandling(String) - Method in class com.ibm.as400.access.Job
Sets how this job handles break messages.
setBroadcast(String) - Method in class com.ibm.as400.util.commtrace.FormatProperties
Sets the broadcast filter.
setBrowsingInterval(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "browsing interval" attribute.
setBufferSize(int) - Method in class com.ibm.as400.access.FTP
Sets the buffer size used when transferring files.
setByte(String, byte) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java byte value.
setByte(String, byte) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java byte value.
setByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Java byte value.
setByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the byte value at the specified parameterIndex.
setByte(String, byte) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java byte value.
setByte(String, byte) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setByte(int, byte) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setByte(byte, byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified byte value into record data for this field's type at this field's offset, if possible.
setByteInfo(byte[]) - Method in class com.ibm.as400.access.AS400Certificate
Sets the free form byte data.
setBytes(long, byte[]) - Method in class com.ibm.as400.access.AS400JDBCBlob
Writes an array of bytes to this BLOB, starting at position positionToStartWriting in the BLOB.
setBytes(long, byte[], int, int) - Method in class com.ibm.as400.access.AS400JDBCBlob
Writes all or part of the byte array the application passes in to this BLOB, starting at position position in the BLOB.
setBytes(long, byte[]) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Writes an array of bytes to this BLOB, starting at position position in the BLOB.
setBytes(long, byte[], int, int) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Writes all or part of the byte array the application passes in to this BLOB, starting at position position in the BLOB.
setBytes(String, byte[]) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java byte array value.
setBytes(String, byte[]) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java byte array value.
setBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Java byte array value.
setBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the byte array value at the specified parameterIndex.
setBytes(String, byte[]) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java array of bytes.
setBytes(long, byte[]) - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
setBytes(long, byte[], int, int) - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
setBytes(byte[]) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Sets the IBM i bytes comprising the translated data.
setBytes(String, int, AS400) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Sets the bytes comprising the translated data from the given string.
setBytes(long, byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
setBytes(long, byte[], int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
setBytes(long, byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
Not implemented.
setBytes(long, byte[], int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
Not implemented.
setBytes(String, byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setBytes(int, byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setBytes(byte[], byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified byte array value into record data at this field's offset, if possible.
setCache(boolean) - Method in class com.ibm.as400.access.PrintObjectList
Sets whether or not to internally maintain a cache of objects returned by this list.
setCacheChanges(boolean) - Method in class com.ibm.as400.access.Job
Sets the value indicating whether attribute value changes are committed immediately.
setCacheLastOnly(int, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Caches the last String returned by ResultSet.getString(column), and returns that same object on the next call to ResultSet.getString(column) if the value returned from the database is identical.
setCacheLastOnly(String, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
You know you want this, if you're going to be calling getString() a lot.
setCacheStrings(boolean) - Method in class com.ibm.jtopenlite.ddm.DDMField
Enables or disables string caching for this field.
setCaching(boolean) - Method in class com.ibm.as400.access.SystemPool
Turns caching on or off.
setCaching(boolean) - Method in class com.ibm.as400.access.SystemStatus
Turns caching on or off.
setCancelButtonText(String) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Sets the text for the Cancel button.
setCaption(String) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table caption.
setCaption(HTMLTableCaption) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table caption.
setCaption(HTMLTableCaption) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form caption.
setCatalog(String) - Method in class com.ibm.as400.access.AS400JDBCConnection
This method is not supported.
setCatalog(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
This method is not supported.
setCatalog(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
This method is not supported.
setCatalog(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setCatalog(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
setCatalog(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
SETCCP_BLANK_CODE - Static variable in class com.ibm.as400.access.SCS5553Writer
Constant for SO/SI are printed as A/N/K blank code (default)
SETCCP_NO_PRINT - Static variable in class com.ibm.as400.access.SCS5553Writer
Constant for all control characters take no printing positions
SETCCP_SI_BLANK - Static variable in class com.ibm.as400.access.SCS5553Writer
Constant for SO takes no position, SI takes 2 A/N/K blanks
setCcsid(int) - Method in class com.ibm.as400.access.AS400
Sets the CCSID to be used for this object.
setCCSID(int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Sets the CCSID to use when creating new connections.
setCcsid(int) - Method in class com.ibm.as400.access.BaseDataQueue
Sets the CCSID to use for the data in this data queue.
setCCSID(String) - Method in class com.ibm.as400.access.CharacterFieldDescription
Sets the value for the CCSID keyword for this field.
setCcsid(int, AS400Impl) - Method in class com.ibm.as400.access.ConverterImplRemote
 
setCCSID(String) - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Sets the value for the CCSID keyword for this field.
setCCSID(String) - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Sets the value for the CCSID keyword for this field.
setCCSID(String) - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Sets the value for the CCSID keyword for this field.
setCCSID(String) - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Sets the value for the CCSID keyword for this field.
setCcsid(int) - Method in class com.ibm.as400.access.FileAttributes
Sets the CCSID of the data and extended attributes of the object.
setCCSID(int) - Method in class com.ibm.as400.access.IFSFile
Sets the file's data CCSID.
setCCSID(int) - Method in class com.ibm.as400.access.IFSTextFileOutputStream
Sets the CCSID for the data written to the file.
setCCSID(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "system CCSID" attribute.
setCCSID(int) - Method in class com.ibm.as400.access.User
Sets the character code set identifier (CCSID) to be used for this user.
setCCSID(String) - Method in class com.ibm.as400.access.User
Sets the character code set identifier (CCSID) to be used for this user.
setCcsid(int) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Sets the coded character set identifier used to encode the translated bytes.
setCcsidForTextConversion(int) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the client CCSID that is used for text file data conversion.
setCCSIDs(Vector) - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Specifies the CCSIDs explicitly to be included.
setCCSIDs(Vector) - Method in class utilities.ToolboxJarMaker
Deprecated.
Specifies the CCSIDs explicitly to be included.
setCCSIDsExcluded(Vector) - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Specifies CCSIDs to be excluded.
setCCSIDsExcluded(Vector) - Method in class utilities.ToolboxJarMaker
Deprecated.
Specifies CCSIDs to be excluded.
setCellPadding(int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the global table cell padding.
setCellPadding(int) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the global table cell padding.
setCellPadding(int) - Method in class com.ibm.as400.util.html.HTMLTableHeader
Sets the global table cell padding.
setCellPadding(int) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the global table cell padding.
setCellPadding(int) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form cell padding in pixels.
setCellSpacing(int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the global table cell spacing.
setCellSpacing(int) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form cell spacing in pixels.
setCharacterAttributes(int, int, AttributeSet, boolean) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Sets the element attributes used for the given range of existing content in the document.
setCharacterRotation(int) - Method in class com.ibm.as400.access.SCS5553Writer
Sets character rotation.
setCharacterStream(String, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a character stream value.
setCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given Reader object.
setCharacterStream(String, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setCharacterStream(long) - Method in class com.ibm.as400.access.AS400JDBCClob
Returns a stream that an application can use to write a stream of Unicode characters to this CLOB.
setCharacterStream(long) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns a stream that an application can use to write a stream of Unicode characters to this CLOB.
setCharacterStream(int, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a character stream value.
setCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to the given Reader object.
setCharacterStream(int, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a character stream value.
setCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to the given Reader object.
setCharacterStream(int, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setCharacterStream(int, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets a column in the current row using a Reader value.
setCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter in this RowSet object's command to the given Reader object.
setCharacterStream(String, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Reader object, which is the given number of characters long.
setCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Reader object.
setCharacterStream() - Method in class com.ibm.as400.access.AS400JDBCSQLXML
Retrieves a Writer to be used to write the XML value that this SQLXML instance represents.
setCharacterStream(long) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
setCharacterStream(String, Reader, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setCharacterStream(String, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setCharacterStream(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
setCharacterStream(int, Reader, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setCharacterStream(int, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setCharacterTruncation(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the character truncation property, which indicates how the driver should handle character truncation errors.
setCharacterTruncation(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the character truncation property, which indicates how the driver should handle character truncation errors.
setCharArrayValue(String, char[]) - Method in class com.ibm.as400.data.ProgramCallDocument
 
setCharArrayValue(String, char[], int) - Method in class com.ibm.as400.data.ProgramCallDocument
 
setCharArrayValue(String, int[], char[], int) - Method in class com.ibm.as400.data.ProgramCallDocument
 
setCharsRef(char[], int, int) - Method in class com.ibm.as400.access.BidiText
Replaces the character data reference in the BidiText object.
setChecked(boolean) - Method in class com.ibm.as400.util.html.ToggleFormInput
Sets whether the toggle is initialized to being checked.
setCheckStatementHoldability(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets a flag for whether the user has changed the holdability for any of the statements that came from this connection.
setCheckStatementHoldability(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setCHRIDControl(String) - Method in class com.ibm.as400.access.User
Sets the character identifier control (CHRIDCTL) for the job.
setClassPath(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the value of the CLASSPATH environment variable when running the Java program.
setClasspath(String) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
set the AS400 classpath to opimize.
setCleanupInterval(long) - Method in class com.ibm.as400.access.ConnectionPool
Sets the time interval for how often the maintenance daemon is run.
setClientAccountingInformation(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setClientApplicationName(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setClientFunctionalLevel(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setClientInfo(String, String) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the value of the client info property specified by name to the value specified by value.
setClientInfo(Properties) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the value of the connection's client info properties.
setClientInfo(Properties) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the value of the connection's client info properties.
setClientInfo(String, String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the value of the client info property specified by name to the value specified by value.
setClientInfo(String, String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the value of the client info property specified by name to the value specified by value.
setClientInfo(Properties) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the value of the connection's client info properties.
setClientInfo(String, String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setClientInfo(Properties) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setClientProgramIdentifier(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setClientRerouteAlternatePortNumber(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the client reroute alternate server name.
setClientRerouteAlternatePortNumber(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the client reroute alternate server name.
setClientRerouteAlternateServerName(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the client reroute alternate server name.
setClientRerouteAlternateServerName(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the client reroute alternate server name.
setClientSupportInformation(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setClientUserIdentifier(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setClientWorkstationName(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setClob(String, Clob) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given java.sql.Clob object.
setClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to a Reader object.
setClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to a Reader object.
setClob(String, Clob) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Clob value.
setClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to a Reader object.
setClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to a Reader object.
setClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Clob value.
setClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to a Reader object.
setClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to a Reader object.
setClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the Clob value at the specified parameterIndex.
setClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setClob(String, Clob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.sql.Clob object.
setClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setClob(String, Clob) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setClob(String, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setClob(String, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setClob(int, Clob) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
Not implemented.
setClob(int, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setClob(int, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setCloseOnEOF(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setCode(String) - Method in class com.ibm.as400.util.html.HTMLApplet
Sets the class name of the applet code.
setCodebase(String) - Method in class com.ibm.as400.util.html.HTMLApplet
Sets the base URL of the applet.
setCodedCharacterSetID(int) - Method in class com.ibm.as400.access.Job
Sets the coded character set identifier (CCSID) used for this job.
setCodePage(int) - Method in class com.ibm.as400.access.FileAttributes
Sets the code page used to derive a coded character set identifier (CCSID) used for the data in the file or the extended attributes of the directory.
setCodePage(int, int) - Method in class com.ibm.as400.access.SCS5219Writer
Sends Set GCGID through GCID (SCG) command to set the code page and character set.
setCOLHDG(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the value for the COLHDG keyword for this field.
setCollapsedGif(String) - Static method in class com.ibm.as400.util.html.HTMLTreeElement
Set the gif to use when the HTMLTree is collapsed.
setCollator(Collator) - Method in class com.ibm.as400.util.html.FileListElement
Sets the collator.
setCollator(Collator) - Method in class com.ibm.as400.util.html.HTMLTree
Sets the collator.
setColor(Color) - Method in class com.ibm.as400.util.html.HTMLText
Sets the color used to paint the text.
setColumn(HTMLTableCell[], int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets a column in the table at the specified columnIndex.
setColumn(HTMLTableCell, int) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the column element at the specified column.
setColumnAlignment(int, String) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Sets the alignment of the text interpretation that is used for elements in a specific column in the grid.
setColumnAlignment(int, String) - Method in class com.ibm.as400.util.servlet.ListMetaData
Sets the specified horizontal alignment for the column data specified by columnIndex.
setColumnAlignment(int, String) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Sets the specified horizontal alignment for the column data specified by columnIndex.
setColumnAlignment(int, String) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Sets the specified horizontal alignment for the column data specified by columnIndex.
setColumnAlignment(int, String) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Sets the specified horizontal alignment for the column data specified by columnIndex.
setColumnAttributeIDs(Object[]) - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Sets the resource list column attribute IDs.
setColumnAttributeIDs(Object[]) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Sets the column attribute IDs.
setColumnAttributeIDs(Object[]) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Sets the column attribute IDs.
setColumnDirection(int, String) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Sets the direction of the text interpretation that is used for elements in a specific column in the grid.
setColumnDirection(int, String) - Method in class com.ibm.as400.util.servlet.ListMetaData
Sets the specified direction for the column data specified by columnIndex.
setColumnDirection(int, String) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Sets the specified direction for the column data specified by columnIndex.
setColumnDirection(int, String) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Sets the specified direction for the column data specified by columnIndex.
setColumnDirection(int, String) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Sets the specified direction for the column data specified by columnIndex.
setColumnDisplaySize(int, int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Sets the specified displaySize for the column specified by columnIndex.
setColumnHeader(String, int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table column header tag.
setColumnHeader(HTMLTableHeader, int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table column header tag at the specified columnIndex.
setColumnIndex(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setColumnLabel(int, String) - Method in class com.ibm.as400.util.servlet.ListMetaData
Sets the specified label for the column specified by columnIndex.
setColumnLabel(int, String) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Sets the specified label at the column specified by columnIndex.
setColumnLabel(int, String) - Method in interface com.ibm.as400.util.servlet.RowMetaData
Sets the specified label for the column specified by columnIndex.
setColumnLabel(int, String) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Sets the specified label at the column specified by columnIndex.
setColumnName(int, String) - Method in class com.ibm.as400.util.servlet.ListMetaData
Sets the specified name for the column specified by columnIndex.
setColumns(int) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Sets the number of columns in the layout.
setColumns(int) - Method in class com.ibm.as400.util.html.TextAreaFormElement
Sets the number of visible columns in the text area.
setColumns(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Sets the number of columns.
setColumnSpan(int) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the column span.
setColumnTitle(int, String) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets the title of a column.
setColumnTitle(int, String) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets the title of a column.
setColumnType(int, int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Sets the specified data type for the column specified by columnIndex.
setColumnWidth(int, int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets the width of a column.
setColumnWidth(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets the width of a column.
setCommand(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the command used by the execute statement to populate the rowset.
setCommand(String) - Method in class com.ibm.as400.access.CommandCall
Sets the command to run.
setCommand(String) - Method in class com.ibm.as400.access.CommandList
Sets the command name filter used to generate the list.
setCommand(String) - Method in class com.ibm.as400.access.jdbcClient.Main
 
setCommand(String) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Sets the command that is run when the button is pressed.
setCommand(String) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Sets the command that is run when the button is pressed.
setCommitmentControlLevelParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setCompact(boolean) - Method in class com.ibm.as400.util.html.HTMLList
Sets whether the list is initialized to being compact.
setcompareStartPosition(int) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setcompareValue(String) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setComponent(Component) - Method in class com.ibm.as400.vaccess.ErrorDialogAdapter
Deprecated.
Sets the component that determines the parent frame for dialogs.
setComponent(Component) - Method in class com.ibm.as400.vaccess.WorkingCursorAdapter
Deprecated.
Sets the component that determines the frame for cursor changes.
setComponents(Vector) - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Specifies required IBM Toolbox for Java components.
setComponents(Vector, boolean) - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Specifies required IBM Toolbox for Java components.
setComponents(Vector) - Method in class utilities.ToolboxJarMaker
Deprecated.
Specifies required IBM Toolbox for Java components.
setComponents(Vector, boolean) - Method in class utilities.ToolboxJarMaker
Deprecated.
Specifies required IBM Toolbox for Java components.
setCompressionIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setConcurrency(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the concurrency type for the result set.
setConcurrentAccessResolution(int) - Method in class com.ibm.as400.access.AS400JDBCConnection
This method sets concurrent access resolution.
setConcurrentAccessResolution(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
This method sets concurrent access resolution.
setConcurrentAccessResolution(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
This method sets concurrent access resolution.
setConcurrentAccessResolution(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setConcurrentAccessResolution(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This method sets concurrent access resolution.
setConcurrentAccessResolution(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
This method sets concurrent access resolution.
setConfiguration(String) - Method in class com.ibm.as400.access.ProxyServer
Sets and loads the properties file which lists configuration properties.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Sets whether certain actions are confirmed with the user.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Sets whether certain actions are confirmed with the user.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Sets whether certain actions are confirmed with the user.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Sets whether certain actions are confirmed with the user.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Sets the value indicating whether certain actions are confirmed with the user.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Sets the SQL connection with which to access data for the GUI.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Sets the SQL connection with which to access data.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Sets the SQL connection.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets the SQL connection with which to access data.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Sets the SQL connection used to execute statements.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Sets the SQL connection used to execute statements.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Sets the SQL connection used to execute statements.
setContent(String) - Method in class com.ibm.as400.util.html.HTMLMeta
Sets the content of the meta information.
setContents(byte[]) - Method in class com.ibm.as400.access.Record
Sets the contents of this record from the specified byte array.
setContents(byte[], int) - Method in class com.ibm.as400.access.Record
Sets the contents of this record from the specified byte array.
setContents(InputStream) - Method in class com.ibm.as400.access.Record
Sets the contents of this record from the specified input stream.
setContext(Context) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the JNDI naming context which provides name-to-object bindings and methods for retrieving and updating naming and directory services.
setControlCharPresentation(int) - Method in class com.ibm.as400.access.SCS5553Writer
Defines the action taken by the SI/SO characters.
setCorrelation(int) - Method in class com.ibm.as400.access.ClientAccessDataStream
 
setCountryID(String) - Method in class com.ibm.as400.access.Job
Sets the country or region identifier associated with this job.
setCountryID(String) - Method in class com.ibm.as400.access.User
Sets the country or region identifier to be used for this user.
setCPI(int) - Method in class com.ibm.as400.access.SCS5219Writer
Sets characters per inch.
setCPI(int) - Method in class com.ibm.as400.access.SCS5224Writer
Sets characters per inch.
setCPI(int) - Method in class com.ibm.as400.access.SCS5553Writer
Sets characters per inch.
setCPUPercent(int) - Method in class com.ibm.jtopenlite.components.JobInfo
 
setCreateDate(Date) - Method in class com.ibm.as400.access.AS400Message
Sets the messages create date
setCreateObjectAuditing(String) - Method in class com.ibm.as400.access.FileAttributes
Sets the create object auditing value associated with the directory.
setCreateObjectScan(int) - Method in class com.ibm.as400.access.FileAttributes
Sets 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.
setCreateTime(Date) - Method in class com.ibm.as400.access.FileAttributes
Sets the time the object was created.
setCredential(AS400Credential) - Method in class com.ibm.as400.access.ProfileHandleImplNative
Sets the credential delegating behavior to the implementation object.
setCredential(AS400Credential) - Method in class com.ibm.as400.access.ProfileTokenImplNative
Sets the credential delegating behavior to the implementation object.
setCSInstance(int) - Method in class com.ibm.as400.access.ClientAccessDataStream
 
setCurrentDirectory(String) - Method in class com.ibm.as400.access.AS400FTP
Sets the current directory on the system to directory.
setCurrentDirectory(String) - Method in class com.ibm.as400.access.FTP
Sets the current directory on the system to directory.
setCurrentHandle(byte[]) - Method in class com.ibm.as400.access.ProfileHandleImplNative
Sets the current thread identity based on the given profile handle.
setCurrentLibraryName(String) - Method in class com.ibm.as400.access.User
Sets the name of the current library associated with the job being run.
setCurrentPage(int) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Sets the current page.
setCurrentRequestParameterBlockID(int) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
Sets the current RPB handle to use for all actions, excluding those that accept an rpbID as a parameter.
setCurrentUser(String) - Method in class com.ibm.jtopenlite.components.JobInfo
 
setCursorHold(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether the cursor is held.
setCursorHold(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether the cursor is held.
setCursorName(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setCursorName(String) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the SQL cursor name that will be used by the statement.
setCursorName(String) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setCursorName(String) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setCursorName(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
setCursorNameInternal(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
setCursorSensitivity(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the cursor sensitivity to be requested from the database.
setCursorSensitivity(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the cursor sensitivity to be requested from the database.
setData(ValidationListAttributeData) - Method in class com.ibm.as400.access.ValidationListAttribute
Sets the data associated with the attribute.
setDataAuthority(String) - Method in class com.ibm.as400.access.DLOPermission
Sets the data authority of the user.
setDataAuthority(String) - Method in class com.ibm.as400.access.RootPermission
Sets the data authority of the user.
setDatabaseName(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the database name.
setDatabaseName(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the databaseName property.
setDataCcsidConversionStatusIndicator(int) - Method in class com.ibm.as400.access.AS400Message
set the data ccsid conversion status indicator.
setDataCompression(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to use data compression.
setDataCompression(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to use data compression.
setDataCompressionParameter(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDataSource(AS400JDBCConnectionPoolDataSource) - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Sets the data source used to make connections.
setDataSourceName(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the data source name.
setDataSourceName(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the dataSourceName property.
setDataSourceName(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the name of the data source.
setDatastreamDebug(boolean) - Method in class com.ibm.jtopenlite.HostServerConnection
If debug is true, enables datastream debugging for this connection.
setDataToEncrypt(ValidationListDataToEncrypt) - Method in class com.ibm.as400.access.ValidationListEntry
Sets the information to encrypt when the entry is subsequently inserted or updated.
setDataTransferType(int) - Method in class com.ibm.as400.access.AS400FTP
Sets the data transfer type.
setDataTransferType(int) - Method in class com.ibm.as400.access.FTP
Sets the data transfer type.
setDataTruncation(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to use data truncation.
setDataTruncation(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to use data truncation.
setDataType(AS400Array) - Method in class com.ibm.as400.access.ArrayFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Bin1) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400UnsignedBin1) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Bin2) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400UnsignedBin2) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Bin4) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400UnsignedBin4) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Bin8) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400UnsignedBin8) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Text) - Method in class com.ibm.as400.access.CharacterFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Text) - Method in class com.ibm.as400.access.DateFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Date) - Method in class com.ibm.as400.access.DateFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Text) - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Text) - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Text) - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Text) - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400DataType) - Method in class com.ibm.as400.access.FieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Float4) - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Float8) - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400ByteArray) - Method in class com.ibm.as400.access.HexFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400PackedDecimal) - Method in class com.ibm.as400.access.PackedDecimalFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Text) - Method in class com.ibm.as400.access.TimeFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Time) - Method in class com.ibm.as400.access.TimeFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Text) - Method in class com.ibm.as400.access.TimestampFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400Timestamp) - Method in class com.ibm.as400.access.TimestampFieldDescription
Sets the AS400DataType object describing this field.
setDataType(AS400ZonedDecimal) - Method in class com.ibm.as400.access.ZonedDecimalFieldDescription
Sets the AS400DataType object describing this field.
setDate(String, Date) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a java.sql.Date value using the default calendar.
setDate(String, Date, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a java.sql.Date value using a calendar other than the default.
setDate(String, Date) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setDate(String, Date, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setDate(int, Date) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a java.sql.Date value using the default calendar.
setDate(int, Date, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a java.sql.Date value using a calendar other than the default.
setDate(int, Date) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a java.sql.Date value using the default calendar.
setDate(int, Date, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a java.sql.Date value using a calendar other than the default.
setDate(int, Date) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setDate(int, Date, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setDate(int, Date) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the Date value at the specified parameterIndex.
setDate(int, Date, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the Date value at the specified parameterIndex.
setDate(String, Date, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.sql.Date value, using the given Calendar object.
setDate(String, Date) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.sql.Date value using the default time zone of the virtual machine that is running the application.
setDate(String, Date) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setDate(String, Date, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setDate(int, Date) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setDate(int, Date, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setDate(Calendar, byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified Calendar value into record data for this field's type at this field's offset, if possible.
setDateFormat(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the date format used in date literals within SQL statements.
setDateFormat(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the date format used in date literals within SQL statements.
setDateFormat(String) - Method in class com.ibm.as400.access.Job
Sets the format in which dates are presented.
setDateFormatParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDateSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the date separator used in date literals within SQL statements.
setDateSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the date separator used in date literals within SQL statements.
setDateSeparator(String) - Method in class com.ibm.as400.access.Job
Sets the value used to separate days, months, and years when presenting a date.
setDateSeparatorParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDATFMT(String) - Method in class com.ibm.as400.access.DateFieldDescription
Sets the value to specify for the DATFMT keyword for this field.
setDATSEP(String) - Method in class com.ibm.as400.access.DateFieldDescription
Sets the value to specify for the DATSEP keyword for this field.
setDB2Default(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to the default value
setDB2Default(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to the default value
setDB2Default(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setDB2eWLMCorrelator(byte[]) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the eWLM Correlator.
setDB2eWLMCorrelator(byte[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the eWLM Correlator.
setDB2eWLMCorrelator(byte[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the eWLM Correlator.
setDB2eWLMCorrelator(byte[]) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setDB2Unassigned(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to unassigned
setDB2Unassigned(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to unassigned
setDB2Unassigned(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setDBDefault(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to the default value.
setDBDefault(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to the default value.
setDBDefault(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setDBHostServerTrace(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnection
Starts or stops the Database Host Server trace for this connection.
setDBHostServerTrace(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Starts or stops the Database Host Server trace for this connection.
setDBHostServerTrace(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Starts or stops the Database Host Server trace for this connection.
setDBHostServerTrace(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setDBUnassigned(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to unassigned.
setDBUnassigned(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to unassigned.
setDBUnassigned(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setDDMConversationHandling(String) - Method in class com.ibm.as400.access.Job
Sets whether connections using distributed data management (DDM) protocols remain active when they are not being used.
setDDMRDB(String) - Method in class com.ibm.as400.access.AS400
Sets the relational database name (RDB name) used for record-level access (DDM) connections.
setDDSName(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the DDS name of this field.
setDebug(boolean) - Method in class com.ibm.as400.util.CommandHelpRetriever
Sets 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.
setDebug(boolean) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
setDebug(boolean) - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
setDebug(boolean) - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
setDecfloatRoundingMode(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the decfloat rounding mode.
setDecfloatRoundingMode(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the decfloat rounding mode.
setDecimalDataErrors(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the decimal data errors property.
setDecimalDataErrors(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the decimal data errors setting
setDecimalFloatingPointErrorReportingOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDecimalFloatingPointRoundingModeOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDecimalFormat(String) - Method in class com.ibm.as400.access.Job
Sets the decimal format used for this job.
setDecimalPositions(int) - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the number of digits after the decimal point for this field.
setDecimalPrecisionAndScaleAttributes(int, int, int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDecimalSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the decimal separator used in numeric literals within SQL statements.
setDecimalSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the decimal separator used in numeric literals within SQL statements.
setDecimalSeparatorParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDefaultClientCCSID(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDefaultDatastreamDebug(boolean) - Static method in class com.ibm.jtopenlite.HostServerConnection
If debug is true, enables by default debugging on all HostServerConnection datastreams created after the call to this method.
setDefaultPort(int) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the default port.
setDefaultSignonHandler(SignonHandler) - Static method in class com.ibm.as400.access.AS400
Sets the default sign-on handler, globally across the JVM.
setDefaultSQLLibraryName(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDefaultUser(String, String) - Static method in class com.ibm.as400.access.AS400
Sets the default user for a given system name.
setDefaultWait(int) - Method in class com.ibm.as400.access.Job
Sets 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.
setDelete(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the delete data authority.
setDelimiter(char) - Method in class com.ibm.as400.access.RecordFormat
Sets the delimiter.
setDescribeOption(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the describe option property.
setDescribeOption(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the describe option.
setDescribeOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setDescription(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the data source description.
setDescription(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the data source description.
setDescription(String) - Method in class com.ibm.as400.access.DataQueueAttributes
Sets the text description of the data queue.
setDescription(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "description" attribute.
setDescription(String) - Method in class com.ibm.as400.access.ISeriesNetServerShare
Sets the text description of the share.
setDescription(String) - Method in class com.ibm.as400.access.SaveFile
Sets the text description of the save file.
setDescription(String) - Method in class com.ibm.as400.access.User
Sets the text that briefly describes the object.
setDescription(String) - Method in class com.ibm.as400.access.ValidationList
Sets the text description for the validation list object.
setDescription(String) - Method in class com.ibm.as400.vaccess.FileFilter
Deprecated.
Sets the description.
setDestinationDrawer(int) - Method in class com.ibm.as400.access.SCS5219Writer
Sets destination drawer number.
setDetailsSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Sets the selection model that is used to maintain selection state in the details.
setDetailsSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Sets the selection model that is used to maintain selection state in the details.
setDeviceRecoveryAction(String) - Method in class com.ibm.as400.access.Job
Sets the action taken for interactive jobs when an I/O error occurs for the job's requesting program device.
setDFT(Integer) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(BigInteger) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(Long) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(Short) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(Byte) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(String) - Method in class com.ibm.as400.access.CharacterFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(String) - Method in class com.ibm.as400.access.DateFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(String) - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(String) - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(String) - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(String) - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(Double) - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(Float) - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(byte[]) - Method in class com.ibm.as400.access.HexFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(BigDecimal) - Method in class com.ibm.as400.access.PackedDecimalFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(String) - Method in class com.ibm.as400.access.TimeFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(String) - Method in class com.ibm.as400.access.TimestampFieldDescription
Sets the value for the DFT keyword for this field.
setDFT(BigDecimal) - Method in class com.ibm.as400.access.ZonedDecimalFieldDescription
Sets the value for the DFT keyword for this field.
setDFTCurrent() - Method in class com.ibm.as400.access.DateFieldDescription
Sets the default value for this field to be the current date.
setDFTCurrent() - Method in class com.ibm.as400.access.TimeFieldDescription
Sets the default value for this field to be the current date.
setDFTCurrent() - Method in class com.ibm.as400.access.TimestampFieldDescription
Sets the default value for this field to be the current date.
setDFTNull() - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.CharacterFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.DateFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.HexFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.PackedDecimalFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.TimeFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.TimestampFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDFTNull() - Method in class com.ibm.as400.access.ZonedDecimalFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDirection(String) - Method in class com.ibm.as400.util.html.BidiOrdering
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.FormInput
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLAlign
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLForm
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLHead
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLHeading
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLList
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLListItem
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLMeta
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.HTMLText
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.SelectFormElement
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.SelectOption
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.html.TextAreaFormElement
Sets the direction of the text interpretation.
setDirection(String) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form text interpretation direction.
setDirectory(String) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Sets the path to be used.
setDisableCompression(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnection
 
setDisableCompression(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
setDisableCompression(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setDiskStorageOption(int) - Method in class com.ibm.as400.access.FileAttributes
Sets which option should be used to determine how auxiliary storage is allocated by the system for the specified object.
setDisplaySignOnInformation(String) - Method in class com.ibm.as400.access.User
Sets whether the sign-on information display is shown.
setDocGif(String) - Static method in class com.ibm.as400.util.html.HTMLTreeElement
Set the gif to use when the element in the tree contains documents or files and not directories.
setDocument(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the PCML or XPCML document resource.
setDocument(String, InputStream) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the XPCML document resource.
setDocument(String, ClassLoader) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the PCML or XPCML document resource.
setDocument(String, ClassLoader, InputStream) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the PCML or XPCML document resource.
setDocument(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the RFML document resource.
setDocument(String, ClassLoader) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the RFML document resource.
setDocumentEnd(String) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Set the html document end tags.
setDocumentHead(String) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Sets the html document starting tags.
setDomain(String) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setDomainName(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "domain name" attribute.
setDouble(String, double) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java double value.
setDouble(String, double) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java double value.
setDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Java double value.
setDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the double value at the specified parameterIndex.
setDouble(String, double) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java double value.
setDouble(String, double) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setDouble(int, double) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setDouble(double, byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified double value into record data for this field's type at this field's offset, if possible.
setDRDA(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets whether the connection is being used for DRDA.
setDRDA(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setDRDAPackageSize(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setDriver(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the JDBC driver implementation.
setDriver(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the JDBC driver implementation.
setDuplex(int) - Method in class com.ibm.as400.access.SCS3812Writer
Sets duplex printing mode.
setEditable(boolean) - Method in class com.ibm.as400.vaccess.ResourceProperties
Deprecated.
Sets whether the properties are editable.
setElement(String) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Sets the specified text for the caption.
setElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Sets the element for the caption.
setElement(String) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the table cell element.
setElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the table cell element.
setEnableClientAffinitiesList(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the enable client afflinities list
setEnableClientAffinitiesList(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the enable client afflinities list
setEnabled(boolean) - Method in interface com.ibm.as400.vaccess.VAction
Deprecated.
Sets the enabled state of the action.
setEnabled(boolean) - Method in class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Sets the enabled state of the action.
setEnabled(boolean) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Sets the enabled state of the action.
setEnabledCipherSuites(String[]) - Method in class com.ibm.as400.access.SecureAS400
 
setEnableSeamlessFailover(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the enable client afflinities list
setEnableSeamlessFailover(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the enable seamless failover property
setEncoded(byte[]) - Method in class com.ibm.as400.access.AS400Certificate
Sets the ASN.1 encoded certificate value.
setEncoding(String) - Method in class com.ibm.as400.access.ConverterImplRemote
 
setEncryptedConnectionEnforcement(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "Encrypted connection enforcement" attribute.
setEncryptedData(ValidationListTranslatedData) - Method in class com.ibm.as400.access.ValidationListEntry
Sets the information currently encrypted for the entry in the validation list.
setEncryptionRequired(int) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the value of the "Encryption Required" attribute.
setEncryptionRequired(int) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the value of the "Encryption Required" attribute. only available on 7.4 and above Valid values are ENABLED, NOT_ENABLED.
setEndDateFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the end date filter.
setEndingDate(String, String) - Method in class com.ibm.as400.access.HistoryLog
Specifies the ending date and time for messages and jobs to be listed.
setEndingDate(Date) - Method in class com.ibm.as400.access.HistoryLog
Specifies the end date and time for messages and jobs to be listed.
setEndTime(String) - Method in class com.ibm.as400.util.commtrace.FormatProperties
Sets the end time filter in milliseconds since the epoc.
setEndTimeFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the end time filter.
setEnforceMaxPoolSize(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets whether pool size restriction should be strictly enforced.
setEntryAuthority(int) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the entry authority.
setEntryID(ValidationListTranslatedData) - Method in class com.ibm.as400.access.ValidationListEntry
Sets the translated data containing the entry identifier.
setEntryLength(int) - Method in class com.ibm.as400.access.DataQueueAttributes
Sets the maximum number of bytes per data queue entry.
setEntryStatus(int) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the entry status for the entry.
setEnumerationBlockSize(int) - Method in class com.ibm.as400.access.list.OpenList
Sets the number of items that Enumerations returned by this OpenList's getItems() method will attempt to retrieve from the system and cache.
setEnvelopeSize(double, double) - Method in class com.ibm.as400.access.SCS5219Writer
Sets envelope size.
setEnvironment(Hashtable) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the standard JNDI environment properties.
setErrors(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the amount of detail to be returned in the message for errors occurring on the IBM i system.
setErrors(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the amount of detail to be returned in the message for errors occurring on the IBM i system.
setEscapeProcessing(boolean) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setEscapeProcessing(boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets whether the escape scanning is enabled for escape substitution processing.
setEscapeProcessing(boolean) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the escape processing mode.
setEscapeProcessing(boolean) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setEscapeProcessing(boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
setEWLMCorrelator(byte[]) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setExcludeSomeDependencies(boolean) - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Specifies whether AS400ToolboxJarMaker is allowed to selectively limit dependency expansion, and exclude certain components and packages that are unlikely to be needed.
setExcludeSomeDependencies(boolean) - Method in class utilities.ToolboxJarMaker
Deprecated.
Specifies whether ToolboxJarMaker is allowed to selectively limit dependency expansion, and exclude certain components and packages that are unlikely to be needed.
setExecutable(boolean) - Method in class com.ibm.as400.access.IFSJavaFile
A convenience method to set the owner's execute permission for this abstract pathname.
setExecutable(boolean, boolean) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the owner's or everybody's execute permission for this abstract pathname.
setExecute(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the execute data authority.
setExistence(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the existence object authority.
setExistence(boolean) - Method in class com.ibm.as400.access.RootPermission
Sets the existence object authority.
setExistenceOption(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the existence option.
setExpanded(boolean) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Set the HTMLTreeElement to be expanded.
setExpandedGif(String) - Static method in class com.ibm.as400.util.html.HTMLTreeElement
Set the gif to use when the HTMLTree is expanded.
setExportName(String) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
setExtendedColumnDescriptorOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setExtendedDynamic(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to use extended dynamic support.
setExtendedDynamic(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to use extended dynamic support.
setExtendedInfo(Object) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Sets the extended information used during the creation of the profile token credential.
setExtendedMetaData(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether the driver should request extended metadata from the IBM i system.
setExtendedMetadata(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether the driver should request extended metadata from the IBM i system.
setExtendedMetaData(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether the driver should request extended metadata from the IBM i system.
setExtendedMetadata(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether the driver should request extended metadata from the IBM i system.
setExtendedSQLParameterMarkerDataFormat(byte[]) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setExtendedSQLStatementText(String) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setFaults(float, float, float) - Method in class com.ibm.as400.access.SystemPool
Sets the minimum faults-per-second guideline, the faults per second for each active thread, and the maximum faults-per-second guideline for this storage pool.
setFaultTolerantConversion(boolean) - Static method in class com.ibm.as400.access.CharConverter
Enables fault tolerant conversion.
setFD(IFSFileDescriptor) - Method in class com.ibm.as400.access.IFSFileInputStream
Sets the file descriptor.
setFD(IFSFileDescriptor) - Method in class com.ibm.as400.access.IFSFileOutputStream
Sets the file descriptor.
setFeature(String) - Method in class com.ibm.as400.access.ProductLicense
Sets the feature identifier for this license.
setFetchBufferSize(long) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setFetchDirection(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Sets the direction in which the rows in a result set are processed.
setFetchDirection(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setFetchDirection(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Sets the direction in which the rows in a result set are processed.
setFetchDirection(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the direction in which the rows in a result set are processed.
setFetchDirection(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the direction in which the rows in a result set will be processed.
setFetchDirection(int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setFetchDirection(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
setFetchDirection(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
setFetchScrollOption(int, int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setFetchSize(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Sets the number of rows to be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setFetchSize(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Sets the number of rows to be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the number of rows to be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the number of rows to be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setFetchSize(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
setFetchSize(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
setField(int, Object) - Method in class com.ibm.as400.access.Record
Sets the contents of the field at index to value.
setField(String, Object) - Method in class com.ibm.as400.access.Record
Sets the contents of the field with the specified name to value.
setFieldName(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the name of this field.
setFieldsToReturn(int[]) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setFIFO(boolean) - Method in class com.ibm.as400.access.DataQueueAttributes
Sets a value that indicates if entries are read in FIFO order.
setFile(File) - Method in class com.ibm.as400.util.html.FileTreeElement
Sets the file represented by this FileTreeElement.
setFileExtensions(String[]) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the list of file extensions for the share.
setFileFilter(FileFilter[], int) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Sets the filter list.
setFileName(String) - Static method in class com.ibm.as400.access.Trace
Sets the trace file name.
setFileName(Object, String) - Static method in class com.ibm.as400.access.Trace
Sets the trace file name for the specified component.
setFileName(String) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Sets the file name field.
setFileName(String) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Sets the name of the file.
setFileName(String) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Sets the name of the file.
setFileName(String) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets the name of the file.
setFilesExcluded(Vector) - Method in class utilities.JarMaker
Deprecated.
Specifies the names of entries in the source JAR or ZIP file that are to be excluded from the target.
setFilesRequired(Vector) - Method in class utilities.JarMaker
Deprecated.
Specifies the names of required entries in the source JAR or ZIP file.
setFilter(IFSFileFilter) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Sets the filter which determines which files and directories are included as children.
setFilterCreationDate(Date, Date) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the creation date range used to filter the list of spooled files.
setFilterDevices(String[]) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the printer device names used to filter the list of spooled files.
setFilterFormType(String) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the form type used to filter the list of spooled files.
setFilterJobInformation(String, String, String) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the qualified job information used to filter the list of spooled files.
setFilterJobSystemName(String) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the job system name used to filter the list of spooled files.
setFilterKey(String) - Method in class com.ibm.as400.access.list.AspOpenList
Set filter key for the filter information, Possible values are: 1 - When filter data type is AspOpenList.ALL_ASP_SELECTED, AspOpenList.ALL_IASP_SELECTED, AspOpenList.ALL_USER_ASP_SELECTED, AspOpenList.UNASSIGNED_DISK, AspOpenList.ASP_NUMBER 2 - When filter data type is AspOpenList.RESOURCE_NAME 3 - When filter data type is AspOpenList.DEVICEDESCRIPTION_NAME 4 - When filter data type is AspOpenList.DATABASE_NAME
setFilterListener(OpenListOfSpooledFilesFilterListener) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setFilterOutputQueues(String[]) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the output queues used to filter the list of spooled files.
setFilterProperties(FormatProperties) - Method in class com.ibm.as400.util.commtrace.Format
Sets the Properties for this Format.
setFilterStatuses(String[]) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the statuses used to filter the list of spooled files.
setFilterUserData(String) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the user data used to filter the list of spooled files.
setFilterUsers(String[]) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the user names used to filter the list of spooled files.
setFindPort(boolean) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets searching for a free port.
setFixed(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Sets fixed pitch font on or off.
setFloat(String, float) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java float value.
setFloat(String, float) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setFloat(int, float) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java float value.
setFloat(int, float) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Java float value.
setFloat(int, float) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setFloat(int, float) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the float value at the specified parameterIndex.
setFloat(String, float) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java float value.
setFloat(String, float) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setFloat(int, float) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setFloat(float, byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified float value into record data for this field's type at this field's offset, if possible.
setFLTPCN(String) - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the value for the FLTPCN keyword for this field.
setFont(int) - Method in class com.ibm.as400.access.SCS3812Writer
Sets the current font.
setFontScaling(int) - Method in class com.ibm.as400.access.SCS5553Writer
Sets font scaling.
setForceJavaConversion(boolean) - Static method in class com.ibm.as400.access.NLS
Sets 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.
setForceToAuxiliaryStorage(boolean) - Method in class com.ibm.as400.access.DataQueueAttributes
Sets a value that indicates if entries are forced to auxiliary storage.
setFormat(int) - Method in class com.ibm.as400.access.AS400Date
Sets the format of this AS400Date object.
setFormat(int, Character) - Method in class com.ibm.as400.access.AS400Date
Sets the format of this AS400Date object.
setFormat(int, char) - Method in class com.ibm.as400.access.AS400Date
Deprecated.
setFormat(int) - Method in class com.ibm.as400.access.AS400Time
Sets the format of this AS400Time object.
setFormat(int, Character) - Method in class com.ibm.as400.access.AS400Time
Sets the format of this AS400Time object.
setFormat(int, char) - Method in class com.ibm.as400.access.AS400Time
Deprecated.
setFormat(String) - Method in class com.ibm.as400.access.JobQueue
Set retrieve Job Queue format
setFormat(String) - Method in class com.ibm.as400.access.list.AspOpenList
Set format of the ASP information being returned.
setFormat(String) - Method in class com.ibm.as400.access.list.SpooledFileOpenList
Sets the format this list will use on the next call to open().
setFormat(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
setFormat(int) - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
setFormat(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
setFormat(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
setFormatListener(OpenListOfJobLogMessagesOLJL0100Listener) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
setFormatListener(OpenListOfMessagesLSTM0100Listener) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setFormatListener(OpenListOfObjectsFormatListener) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setFormatListener(ListFormatListener) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
setFormatListener(ListFormatListener) - Method in class com.ibm.jtopenlite.command.program.openlist.OpenListHandler
 
setFormatListener(W) - Method in interface com.ibm.jtopenlite.command.program.openlist.OpenListProgram
 
setFormatListener(OpenListOfSpooledFilesFormatListener) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setFormatListener(OpenListOfJobsFormatListener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setFormatName(String) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
setFormatName(String) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
setFormatter(OpenListOfJobLogMessagesOLJL0100) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
setFormatter(OpenListOfMessagesLSTM0100) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setFormatter(OpenListOfObjectsFormat) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setFormatter(ListEntryFormat) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
setFormatter(T) - Method in interface com.ibm.jtopenlite.command.program.openlist.OpenListProgram
 
setFormatter(OpenListOfSpooledFilesFormat) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setFormatter(OpenListOfJobsFormat) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setFormTypeFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the formtype list filter.
setFormTypeFilter(String) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Sets the form type filter for the list.
setFromAuthorizationList(boolean) - Method in class com.ibm.as400.access.UserPermission
Sets the permission of user as coming from an authorization list.
setFullName(String) - Method in class com.ibm.as400.resource.Presentation
Deprecated.
Sets the full name.
setFullOpen(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to fully open a file when performing a query.
setFullOpen(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to fully open a file when performing a query.
setFunctionName(String) - Method in class com.ibm.jtopenlite.components.JobInfo
 
setFunctionPrefix(String) - Method in class com.ibm.jtopenlite.components.JobInfo
 
setGarbageCollectionFrequency(int) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the relative frequency that garbage collection runs.
setGarbageCollectionInitialSize(int) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the initial size, in kilobytes, of the garbage collection heap.
setGarbageCollectionMaximumSize(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the maximum size, in kilobytes, that the garbage collection heap can grow to.
setGarbageCollectionPriority(int) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the priority of the tasks running garbage collection.
setGridColor(Color) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets the color used to draw grid lines.
setGridColor(Color) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets the color used to draw grid lines.
setGroupAuthority(String) - Method in class com.ibm.as400.access.User
Sets the specific authority given to the group profile for newly created objects.
setGroupAuthorityType(String) - Method in class com.ibm.as400.access.User
Sets the type of authority to be granted to the group profile for newly-created objects.
setGroupDescription(String) - Method in class com.ibm.as400.access.SystemValueGroup
Sets the user-defined group description for any SystemValue objects generated by this group.
setGroupID(long) - Method in class com.ibm.as400.access.User
Sets the group ID number (gid number) for this user profile.
setGroupID(String) - Method in class com.ibm.as400.access.User
Sets the group ID number (gid number) for this user profile.
setGroupInfo(String) - Method in class com.ibm.as400.access.UserList
Sets the group profile whose members are to be returned.
setGroupInfo(String) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Sets the group information.
setGroupName(String) - Method in class com.ibm.as400.access.SystemValueGroup
Sets the user-defined group name for any SystemValue objects generated by this group.
setGroupProfileName(String) - Method in class com.ibm.as400.access.User
Sets the user's group profile name whose authority is used if no specific authority is given for the user.
setGSSCredential(Object) - Method in class com.ibm.as400.access.AS400
Sets the GSS credential for this object.
setGSSCredential(Object) - Method in class com.ibm.as400.access.AS400ImplRemote
 
setGSSManager(Object) - Static method in class com.ibm.as400.access.AS400
Sets the GSS manager to be used for all GSS operations.
setGSSName(String) - Method in class com.ibm.as400.access.AS400
Sets the GSS name for this object.
setGSSOption(int) - Method in class com.ibm.as400.access.AS400
Sets the option for how the JGSS framework will be used to retrieve a GSS token for authenticating to the system.
setGuestUserProfile(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "guest user profile" attribute.
setGuiAvailable(boolean) - Method in class com.ibm.as400.access.AS400
Sets the environment in which you are running.
setHandle() - Method in class com.ibm.as400.security.auth.ProfileHandleCredential
Sets the handle based on the current thread identity.
setHandle(byte[]) - Method in class com.ibm.as400.security.auth.ProfileHandleCredential
Sets the actual bytes for the handle as it exists on the IBM i system.
setHash(int) - Method in class com.ibm.jtopenlite.command.program.HashObject
 
setHashData(byte[], int, int) - Method in class com.ibm.jtopenlite.ByteArrayKey
 
setHeader(HTMLTableHeader[]) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table column headers.
setHeader(String[]) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table column headers.
setHeaderHyperlinks(HTMLHyperlink[]) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form header's hyperlinks.
setHeaderHyperlinks(HTMLHyperlink[]) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Sets the table header's hyperlinks.
setHeaderID(int) - Method in class com.ibm.as400.access.ClientAccessDataStream
 
setHeaderInUse(boolean) - Method in class com.ibm.as400.util.html.HTMLTable
Sets if table column headers should be used.
setHeight(int) - Method in class com.ibm.as400.util.html.HTMLApplet
Set the height of the applet in pixels.
setHeight(int) - Method in class com.ibm.as400.util.html.HTMLImage
Sets the height of the image in pixels.
setHeight(int) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the height relative to the table.
setHeight(int, boolean) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the height relative to the table in pixels or percent.
setHeight(int) - Method in class com.ibm.as400.util.html.ImageFormInput
Sets the height of the image in pixels.
setHeightInPercent(boolean) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the height unit in percent or pixels.
setHelpTextFormatting(int) - Method in class com.ibm.as400.access.MessageFile
Sets the help text formatting value.
setHelpTextFormatting(int) - Method in class com.ibm.as400.access.MessageQueue
Sets the help text formatting value.
setHexadecimalConstantParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setHidden() - Method in class com.ibm.as400.access.IFSFile
Marks the integrated file system object represented by this object as hidden.
setHidden(boolean) - Method in class com.ibm.as400.access.IFSFile
Changes the hidden attribute of the integrated file system object represented by this object.
setHiddenParameterList(Properties) - Method in class com.ibm.as400.util.html.HTMLForm
Sets the form's hidden parameter list.
setHighestSchedulingPriority(int) - Method in class com.ibm.as400.access.User
Sets the highest scheduling priority the user is allowed to have for each job submitted to the system.
setHoldability(int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the holdability of ResultSets created from this connection.
setHoldability(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the holdability of ResultSets created from this connection.
setHoldability(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the holdability of ResultSets created from this connection.
setHoldability(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setHoldability(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
The only allowed holdability is to hold cursors over commit.
setHoldIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setHoldInputLocators(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether input locators are allocated as hold locators.
setHoldInputLocators(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the "hold input locators" property
setHoldStatements(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether statements should remain open until a transaction boundary when autocommit is off and they are associated with Lob locators.
setHoldStatements(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the "hold statements" property
setHomeDirectory(String) - Method in class com.ibm.as400.access.User
Sets the path name of the home directory for this user profile.
setHorizontalAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the horizontal alignment.
setHorizontalAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the global horizontal alignment for the row.
setHorizontalFormat(int) - Method in class com.ibm.as400.access.SCS5256Writer
Sets the Horizontal Format.
setHSpace(int) - Method in class com.ibm.as400.util.html.HTMLImage
Sets the horizontal space around the image in pixels.
setHTMLHead(HTMLHead) - Method in class com.ibm.as400.util.html.HTMLDocument
Adds the <head> HTML tag or the page header for an XSL-FO page.
setHttpEquiv(String) - Method in class com.ibm.as400.util.html.HTMLMeta
Sets the HTTP-EQUIV of the meta tag.
setHttpServletRequest(HttpServletRequest) - Method in class com.ibm.as400.util.html.FileListElement
Sets the Http servlet request for the element.
setHttpServletRequest(HttpServletRequest) - Method in class com.ibm.as400.util.html.HTMLTree
Sets the Http servlet request.
setHttpServletResponse(HttpServletResponse) - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Sets the Http servlet response for the resource link.
setIASPGroup(String) - Method in class com.ibm.as400.access.AS400
Set ASP group for the AS400 connection to the Remote Command Host server.
setIASPGroup(String, String) - Method in class com.ibm.as400.access.AS400
Set ASP group for the AS400 connection to the Remote Command Host server.
setIASPGroup(String, String, String) - Method in class com.ibm.as400.access.AS400
Set ASP group for the AS400 connection to the Remote Command Host server.
setIASPGroup(String, String, String[]) - Method in class com.ibm.as400.access.AS400
Set ASP group for the AS400 connection to the Remote Command Host server.
setIconUrl(HTMLHyperlink) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Set the URL for the expanded/collapsed icon and all the corresponding icons for the elements under this HTMLTreeElement.
setIdentifier(String) - Method in class com.ibm.as400.access.ValidationListAttribute
Sets the identifier of the attribute.
setIdentityToken(byte[]) - Method in class com.ibm.as400.access.AS400
Sets or resets the identity token for this object.
setIdleTimeout(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "idle timeout" attribute.
setIgnoreDecimalDataErrorParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setIgnoreWarnings(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the ignore warnings property.
setIgnoreWarnings(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the ignore warnings property.
setInclude(int) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Sets whether files, directories, or both are contained in the list of details children.
setInFileStream(InputStream) - Method in class com.ibm.as400.util.commtrace.Format
Sets the input stream to read the data from.
setInFinalizer(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnection
 
setInfo(String) - Method in class com.ibm.as400.access.AS400Certificate
Sets the free form string information.
setInheritAllowCheckpointWrite(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether new objects created within a directory should inherit the save-while-active checkpoint processing options of its parent.
setInitialMenu(String) - Method in class com.ibm.as400.access.User
Sets the initial menu displayed when the user signs on the system if the user's routing program is the command processor.
setInitialPoolSize(int) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets the number of connections that the connection pool contains when it is created.
setInitialProgram(String) - Method in class com.ibm.as400.access.User
Sets, for an interactive job, the program called whenever a new routing step is started that has QCMD as the request processing program.
setInitialSize(int) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setInitialValue(byte) - Method in class com.ibm.as400.access.UserSpace
Sets the initial value to be used during user space creation or extension.
setInitialValue(byte) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setInputData(byte[]) - Method in class com.ibm.as400.access.ProgramParameter
Sets the parameter data that will be sent to the program.
setInputLocatorType(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setInquiryMessageReply(String) - Method in class com.ibm.as400.access.Job
Sets how the job answers inquiry messages.
setInt(String, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java int value.
setInt(String, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java int value.
setInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Java int value.
setInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the integer value at the specified parameterIndex.
setInt(String, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java int value.
setInt(String, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setInt(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setInt(int, byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified int value into record data for this field's type at this field's offset, if possible.
setInterfaceLevel(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setInterfaceName(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setInterfaceType(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setInternalJobID(String) - Method in class com.ibm.as400.access.Job
Deprecated.
Use setInternalJobIdentifier(byte[]) instead. The internal job identifier should be treated as a byte array of 16 bytes.
setInternalJobID(byte[]) - Method in class com.ibm.as400.resource.RJob
Deprecated.
Sets the internal job identifier.
setInternalJobID(byte[]) - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Sets the internal job identifier.
setInternalJobIdentifier(byte[]) - Method in class com.ibm.as400.access.Job
Sets the internal job identifier.
setInterpret(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets whether all Java class files should be run interpretively.
setIntValue(String, int) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element using a int input.
setIntValue(String, int[], int) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element using an int input value given indices to the data element.
setIntValue(String, int) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object value for the named element using an int input value.
setIntValue(String, int[], int) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object value for the named element using an int input value given indices to the data element.
setIPAddress(String) - Method in class com.ibm.as400.util.commtrace.FormatProperties
Sets the IPAddress filter to the given IPAddress.
setItalic(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Sets italic on or off.
setItemData(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLListItem
Sets the item data in the HTMLListItem.
setItems(Vector) - Method in class com.ibm.as400.util.html.HTMLList
Sets the items in the HTMLList.
setJavaApplication(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the Java application to be run.
setJavaApplicationCall(JavaApplicationCall) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Sets the JavaApplicationCall object.
setJavaStringType(int) - Method in class com.ibm.as400.access.AS400BidiTransform
Set the explicit string type for Java data.
setJob(Job) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Sets the job.
setJobAccountingCode(String) - Method in class com.ibm.as400.access.Job
Sets an identifier assigned to the job by the system to collect resource use information for the job when job accounting is active.
setJobDate(Date) - Method in class com.ibm.as400.access.Job
Sets the date that is assigned to the job.
setJobDescription(String) - Method in class com.ibm.as400.access.User
Sets the fully qualified integrated file system path name of the job description used for jobs that start through subsystem work station entries.
setJobMessageQueueFullAction(String) - Method in class com.ibm.as400.access.Job
Sets the action to take when the message queue is full.
setJobName(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the name that this job will run under.
setJobName(String) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setJobNumber(String) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setJobs(Job[]) - Method in class com.ibm.as400.access.HistoryLog
Specifies the specific jobs (if any) for which messages in the log are listed.
setJobSwitches(String) - Method in class com.ibm.as400.access.Job
Sets the current setting of the job switches that are used by this job.
setJobSystemFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the create job system filter.
setJobUser(String) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setJournalLibrary(String) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
setJournalName(String) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
setJvm16Synchronize(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the temporary fix for JVM 1.6 is enabled.
setJvm16Synchronize(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Indicates whether the temporary fix for JVM 1.6 is enabled.
setKeepAlive(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property allows the turning on of socket keep alive.
setKeepAlive(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Turns on the socket 'keepAlive' property.
setKeepAlive(boolean) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_KEEPALIVE socket option should be set.
setKey(byte[]) - Method in class com.ibm.as400.access.AS400Message
Set the message key.
setKey(byte[]) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the key.
setKey(String) - Method in class com.ibm.as400.access.DirectoryEntryList
Sets the primary selection ID used when searching the system distribution directory.
setKey(Object[]) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Sets the key.
setKey(Object[]) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Sets the key.
setKey(Object[]) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets the key.
setKeyboardBuffering(String) - Method in class com.ibm.as400.access.User
Sets the keyboard buffering value to be used when a job is initialized for this user profile.
setKeyDataListener(JobKeyDataListener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
setKeyed(boolean) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Sets whether the file will be accessed in key or sequential order.
setKeyed(boolean) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Sets whether the file will be accessed in key or sequential order.
setKeyed(boolean) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets whether the file will be accessed in key or sequential order.
setKeyFieldFunctions(String[]) - Method in class com.ibm.as400.access.FieldDescription
Sets the string to be specified for all key field-level keywords for this field.
setKeyFields(OpenListOfJobsKeyField[]) - Method in interface com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormat
 
setKeyFields(OpenListOfJobsKeyField[]) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0100
 
setKeyFields(OpenListOfJobsKeyField[]) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0200
 
setKeyFields(OpenListOfJobsKeyField[]) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobsFormatOLJB0300
 
setKeyLength(int) - Method in class com.ibm.as400.access.DataQueueAttributes
Sets the number of bytes per data queue key.
setKeyRingName(String) - Method in class com.ibm.as400.access.SecureAS400
Sets the key ring class name used for SSL communications with the system.
setKeyRingName(String, String) - Method in class com.ibm.as400.access.SecureAS400
Sets the key ring class name used for SSL communications with the system.
setKeyRingPassword(String) - Method in class com.ibm.as400.access.SecureAS400
Deprecated. 
setLabel(String) - Method in class com.ibm.as400.util.html.LabelFormElement
Sets the viewable text label.
setLabel(String) - Method in class com.ibm.as400.util.html.ToggleFormInput
Sets the viewable text label for the toggle.
setLabelText(int, String) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Sets the text of the label at the given index.
setLabelText(int, String) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Sets the text of the label at the given index.
setLanguage(String) - Method in class com.ibm.as400.util.html.BidiOrdering
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.FormInput
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLAlign
Sets the language of the HTMLAlign tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLForm
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLHead
Sets the language of the HTMLHead tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLHeading
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLList
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLListItem
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLMeta
Sets the language of the meta tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the language of the caption.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Sets the language of the caption.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the language of the table cell.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the language of the caption.
setLanguage(String) - Method in class com.ibm.as400.util.html.HTMLText
Sets the language of the text tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.SelectFormElement
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.SelectOption
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.html.TextAreaFormElement
Sets the language of the input tag.
setLanguage(String) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the language of the form.
setLanguageDirectory(File) - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Specifies the base directory for additional Toolbox language files.
setLanguageDirectory(File) - Method in class utilities.ToolboxJarMaker
Deprecated.
Specifies the base directory for additional Toolbox language files.
setLanguageFeatureCode(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setLanguageID(String) - Method in class com.ibm.as400.access.Job
Sets the language identifier associated with this job.
setLanguageID(String) - Method in class com.ibm.as400.access.User
Sets the language ID to be used for this user.
setLanguages(Vector) - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Specifies national languages that explicitly are to be supported.
setLanguages(Vector) - Method in class utilities.ToolboxJarMaker
Deprecated.
Specifies national languages that explicitly are to be supported.
setLANManagerAuthentication(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "LAN Manager authentication" attribute.
setLargeMaxRows(long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setLargeMaxRows(long) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the limit for the maximum number of rows that any ResultSet object generated by this Statement object can contain to the given number.
setLargeMaxRows(long) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setLastModified(long) - Method in class com.ibm.as400.access.IFSFile
Changes the last modified time of the integrated file system object represented by this object to time.
setLastModified(long) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the last modified time of the file named by this IFSJavaFile object.
setLastModifiedV(long) - Method in class com.ibm.as400.access.IFSFile
Beans friendly version of setLastModified.
setLastServerSQLState(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
setLastServerSQLState(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setLayoutAlignment(int) - Method in class com.ibm.as400.access.FieldDescription
Sets the layout alignment of this field.
setLayoutAttributes(int, int) - Method in class com.ibm.as400.access.FieldDescription
Sets the layout length and layout alignment of this field.
setLayoutLength(int) - Method in class com.ibm.as400.access.FieldDescription
Sets the layout length of this field.
setLazyClose(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to delay closing cursors until subsequent requests.
setLazyClose(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to delay closing cursors until subsequent requests.
setLeftMargin(double) - Method in class com.ibm.as400.access.SCS5219Writer
Sets the left margin.
setLength(int) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the length of this field.
setLength(int) - Method in class com.ibm.as400.access.ClientAccessDataStream
 
setLength(int) - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the length of this field.
setLength(int) - Method in class com.ibm.as400.access.IFSFile
Sets the length of the integrated file system object represented by this object.
setLength(int) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the length of the file named by this IFSJavaFile object.
setLength(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Deprecated.
Replaced by setLength(long)
setLength(long) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the length of the file represented by this object.
setLength(int) - Method in class com.ibm.as400.access.UserSpace
Sets the size (in bytes) of the user space.
setLengthDependency(int, int) - Method in class com.ibm.as400.access.RecordFormat
Sets the field on which a dependent field depends.
setLengthDependency(String, String) - Method in class com.ibm.as400.access.RecordFormat
Sets the field on which a dependent field depends.
setLengthOfData(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
setLengthOfReceiverVariable(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
setLevel(ResourceLevel) - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Sets the level for which this is valid.
setLevel(int) - Method in class com.ibm.as400.util.html.HTMLHeading
Sets the level of the header.
setLibraries(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the libraries to add to the server job's library list.
setLibraries(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the libraries to add to the server job's library list.
setLibrary(String) - Method in class com.ibm.as400.access.CommandList
Sets the library where the command(s) reside.
setLibraryListener(RetrieveCurrentAttributesLibraryListener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
setLibraryName(String) - Method in class com.ibm.as400.access.JobDescription
Sets the library where the job description is located.
setLibraryName(String) - Method in class com.ibm.as400.access.JobQueue
Sets the job queue library.
setLibraryName(String) - Method in class com.ibm.as400.access.QSYSObjectPathName
Sets the library in which the object resides.
setLicensedInternalCodeOptions(String) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
Sets the value to use on the CRTJVAPGM LICOPT parameter
setLimitCapabilities(String) - Method in class com.ibm.as400.access.User
Sets the limit to which the user can control the program, menu, current library, and the ATTN key handling program values.
setLimitDeviceSessions(String) - Method in class com.ibm.as400.access.User
Sets if the number of device sessions allowed for a user is limited to 1.
setLink(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the Uniform Resource Identifier (URI) for the resource link.
setListDirection(boolean) - Method in class com.ibm.as400.access.JobLog
Sets the list direction.
setListDirection(boolean) - Method in class com.ibm.as400.access.MessageQueue
Sets the list direction.
setListener(RetrieveJournalEntriesListener) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
setListener(RetrieveJournalReceiverInformationListener) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
setListener(RetrieveAuthorizedUsersListener) - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
setListType(int) - Method in class com.ibm.as400.access.SubsystemEntryList
 
setLoadID(String) - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Sets the load ID.
setLOBBuffer(byte[]) - Method in interface com.ibm.jtopenlite.database.DatabaseLOBDataCallback
 
setLOBBuffer(byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
 
setLOBBuffer(byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocatorInputStream
 
setLOBFieldThreshold(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setLOBLocatorHandle(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setLobThreshold(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the maximum LOB (large object) size in bytes that can be retrieved as part of a result set.
setLobThreshold(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the maximum LOB (large object) size in bytes that can be retrieved as part of a result set.
setLocale(Locale) - Method in class com.ibm.as400.access.AS400
Sets the Locale used to set the National Language Version (NLV) on the system.
setLocale(Locale, String) - Method in class com.ibm.as400.access.AS400
Sets the Locale and a specific National Language Version (NLV) to send to the system.
setLocaleJobAttributes(String[]) - Method in class com.ibm.as400.access.User
Sets which job attributes are to be taken from the locale specified for the Locale (LOCALE) parameter when the job is initiated.
setLocalePathName(String) - Method in class com.ibm.as400.access.User
Sets the path name of the locale that is assigned to LANG environment variable for this user.
setLocalPasswordManagement(boolean) - Method in class com.ibm.as400.access.User
Sets whether the user profile password should be managed locally.
setLocation(int) - Method in class com.ibm.as400.access.ValidationListAttribute
Indicates where the attribute should be stored.
setLocation(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the bookmark location of the resource link within a document.
setLocation(String) - Method in class com.ibm.as400.util.html.HTMLServlet
Sets the location for the servlet source.
setLocatorPersistence(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setLockWait(int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Specifies the number of seconds that the system will wait on any lock request during this transaction.
setLog(Log) - Method in class com.ibm.as400.access.AS400ConnectionPool
Set the Log object to log events.
setLog(Log) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Set the log object used for tracing and error logging.
setLogFileName(String) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Replaced by com.ibm.as400.access.Trace.setFileName(String fileName).
setLoggingCLPrograms(String) - Method in class com.ibm.as400.access.Job
Sets whether or not commands are logged for CL programs that are run.
setLoggingLevel(int) - Method in class com.ibm.as400.access.Job
Sets what type of information is logged.
setLoggingSeverity(int) - Method in class com.ibm.as400.access.Job
Sets the severity level that is used in conjunction with the logging level to determine which error messages are logged in the job log.
setLoggingText(String) - Method in class com.ibm.as400.access.Job
Sets 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.
setLogicalStyle(int, Style) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Sets the logical style for a given offset within the document.
setLoginTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the maximum time in seconds that this data source can wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the maximum time in seconds that this data source can wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to for timeout when creating a new socket connection in milliseconds.
setLogonServer(boolean) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "logon support" attribute.
setLogStream(OutputStream) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Replaced by com.ibm.as400.access.Trace.setPrintWriter(PrintWriter obj).
setLogWriter(PrintWriter) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the log writer for this data source.
setLogWriter(PrintWriter) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the log writer for this data source.
setLong(String, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java long value.
setLong(String, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java long value.
setLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Java long value.
setLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the long value at the specified parameterIndex.
setLong(String, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java long value.
setLong(String, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setLong(int, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setLong(long, byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified long value into record data for this field's type at this field's offset, if possible.
setLongRecordNumber(boolean) - Method in class com.ibm.as400.access.KeyedFile
Set to read records with Record Number in long type.
setLPI(int) - Method in class com.ibm.as400.access.SCS5224Writer
Sets lines per inch.
setMainStorageOption(int) - Method in class com.ibm.as400.access.FileAttributes
Sets which option should be used to determine how main storage is allocated and used by the system for the specified object.
setManagement(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the management object authority.
setManagement(boolean) - Method in class com.ibm.as400.access.RootPermission
Sets the management object authority.
setManualResultSetColType(ResultSetMetaData) - Method in class com.ibm.as400.access.jdbcClient.Main
 
setMarginBottom(double) - Method in class com.ibm.as400.util.html.HTMLDocument
Sets the bottom-margin of the XSL-FO page in inches.
setMarginLeft(double) - Method in class com.ibm.as400.util.html.HTMLDocument
Sets the left-margin of the XSL-FO page in inches.
setMarginRight(double) - Method in class com.ibm.as400.util.html.HTMLDocument
Sets the right-margin of the XSL-FO page in inches.
setMarginTop(double) - Method in class com.ibm.as400.util.html.HTMLDocument
Sets the top-margin of the XSL-FO page in inches.
setmaxActiveRoutingStep(int) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setMaxConnections(int) - Method in class com.ibm.as400.access.ConnectionPool
Sets the maximum number of connections.
setMaxConnections(int) - Method in class com.ibm.as400.access.ProxyServer
Sets the maximum number of connections which can be active at any particular time.
setMaxFieldSize(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setMaxFieldSize(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the maximum column size.
setMaxFieldSize(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the maximum field size limit.
setMaxFieldSize(int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setMaxFieldSize(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
setMaxIdleTime(int) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets the maximum amount of time (in seconds) that a pooled connection in this pool is allowed to remain idle before it is automatically closed.
setMaximumBlockedInputRows(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the maximum blocked input rows.
setMaximumBlockedInputRows(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the maximum blocked input rows.
setMaximumFaults(float) - Method in class com.ibm.as400.access.SystemPool
Sets the maximum faults-per-second guideline to use for this storage pool.
setMaximumNumberOfRecords(long) - Method in class com.ibm.as400.access.SaveFile
Sets the capacity (maximum number of records) of the save file.
setMaximumNumberOfUsers(int) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the maximum number of concurrent connections that the share can accommodate.
setMaximumPoolSize(float) - Method in class com.ibm.as400.access.SystemPool
Sets the maximum amount of storage to allocate to this storage pool (as a percentage of total main storage).
setMaximumPrecision(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the maximum precision property.
setMaximumPrecision(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the maximum precision property.
setMaximumScale(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the maximum scale property.
setMaximumScale(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the maximum scale property.
setMaximumStorageAllowed(int) - Method in class com.ibm.as400.access.User
Sets the maximum amount of auxiliary storage (in kilobytes) assigned to store permanant objects owned by this user profile (1 kilobyte equals 1024 bytes).
setMaximumStorageAllowed(String) - Method in class com.ibm.as400.access.User
Sets the maximum amount of auxiliary storage (in kilobytes) assigned to store permanant objects owned by this user profile (1 kilobyte equals 1024 bytes).
setMaximumTableSize(int) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Sets the maximum number of rows in a table.
setMaximumValueLength(int) - Method in class com.ibm.as400.access.ValidationListAttribute
Sets the maximum length of the value associated with the attribute.
setMaxInactivity(long) - Method in class com.ibm.as400.access.ConnectionPool
Sets the maximum amount of inactive time before an available connection is closed.
setMaxLength(int) - Method in class com.ibm.as400.util.html.TextFormInput
Sets the maximum number of characters permitted in the text field.
setMaxLifetime(int) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets the maximum amount of time (in seconds) after which an in-use physical connection is considered to be expired and should be closed.
setMaxLifetime(long) - Method in class com.ibm.as400.access.ConnectionPool
Sets the maximum life for an available connection.
setMaxPoolSize(int) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets the maximum number of connections that the connection pool contains.
setMaxRetriesForClientReroute(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the enable client afflinities list
setMaxRetriesForClientReroute(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the maxRetriesForClientReroute.
setMaxRows(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setMaxRows(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the maximum row limit for the rowset.
setMaxRows(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the maximum rows limit.
setMaxRows(int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setMaxRows(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
setMaxUseCount(int) - Method in class com.ibm.as400.access.ConnectionPool
Sets the maximum number of times a connection can be used before it is replaced in the pool.
setMaxUseTime(long) - Method in class com.ibm.as400.access.ConnectionPool
Sets the maximum amount of time a connection can be in use before it is closed and returned to the pool.
setMemberName(String) - Method in class com.ibm.as400.access.QSYSObjectPathName
Sets the name of the member.
setMembers(AS400DataType[]) - Method in class com.ibm.as400.access.AS400Structure
Sets the data types of the members of the structure.
setMembers(int, AS400DataType) - Method in class com.ibm.as400.access.AS400Structure
Sets the data type of the member of the structure at the specified index.
setMessageAuthentication(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "message authentication" attribute.
setMessageFileLibrarySpecified(String) - Method in class com.ibm.as400.access.AS400Message
Set the MessageFileLibrarySpecified.
setMessageIDs(String[]) - Method in class com.ibm.as400.access.HistoryLog
Specifies the specific messaged IDs to be retrieved or omitted.
setMessageIDsListIndicator(int) - Method in class com.ibm.as400.access.HistoryLog
Specifies if the message IDs in the list are to be omitted or selected.
setMessageInfoReturned(boolean) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
setMessageList(AS400Message[]) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Sets the message list.
setMessageLogging(boolean) - Method in class com.ibm.as400.access.SystemPool
Sets the value indicating whether messages reporting that a change was made are written to the current job's job log and to the QHST message log.
setMessageOption(int) - Method in class com.ibm.as400.access.CommandCall
Specifies the option for how many messages should be retrieved.
setMessageOption(int) - Method in class com.ibm.as400.access.ProgramCall
Specifies the option for how many messages should be retrieved.
setMessageQueue(String) - Method in class com.ibm.as400.access.User
Sets the message queue to which messages are sent.
setMessageQueueDeliveryMethod(String) - Method in class com.ibm.as400.access.User
Sets how the messages are sent to the message queue for this user are to be delivered.
setMessageQueueSeverity(int) - Method in class com.ibm.as400.access.User
Sets the lowest severity code that a message can have and still be delivered to a user in break or notify mode.
setMessageSeverity(int) - Method in class com.ibm.as400.access.HistoryLog
The minimum severity of the messages to be listed.
setMessageTypeListIndicator(int) - Method in class com.ibm.as400.access.HistoryLog
Specifies if the message types in the list are to be omitted or selected.
setMessageTypes(String[]) - Method in class com.ibm.as400.access.HistoryLog
Specifies the specific message types to be retrieved or omitted.
setMetaData(RowMetaData) - Method in class com.ibm.as400.util.servlet.ListRowData
Sets the metadata.
setMetaData(ResultSetMetaData) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Sets the result set metadata.
setMetaDataSource(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets how to retrieve DatabaseMetaData.
setMetadataSource(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets how to retrieve DatabaseMetaData.
setMetaDataSource(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets how to retrieve DatabaseMetaData.
setMetadataSource(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets how to retrieve DatabaseMetaData.
setMethod(int) - Method in class com.ibm.as400.util.html.HTMLForm
Sets the HTTP method used to send form contents to the server.
setMinAndMaxPoolSize(float, float) - Method in class com.ibm.as400.access.SystemPool
Sets the minimum and maximum amount of storage to allocate to this storage pool (as a percentage of total main storage).
setMinimumDivideScale(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the minimum divide scale property.
setMinimumDivideScale(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the minimum divide scale property.
setMinimumFaults(float) - Method in class com.ibm.as400.access.SystemPool
Sets the minimum faults-per-second guideline to use for this storage pool.
setMinimumMessageSeverity(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "minimum message severity" attribute.
setMinimumPoolSize(float) - Method in class com.ibm.as400.access.SystemPool
Sets the minimum amount of storage to allocate to this storage pool (as a percentage of total main storage).
setMinPoolSize(int) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets the minimum number of connections that the connection pool contains.
setMode(int) - Method in class com.ibm.as400.access.FTP
Sets the transfer mode.
setMode(String) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the access mode.
setModificationDate(Date) - Method in class com.ibm.as400.access.AS400Message
Sets the messages last modification date
setModifiedProfile(String) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the user profile that modified the entry.
setModifyTime(Date) - Method in class com.ibm.as400.access.FileAttributes
Sets the time that the object's data was last changed.
setMultiple(boolean) - Method in class com.ibm.as400.util.html.SelectFormElement
Sets whether the user can make multiple selections.
setMustAddLanguageLibrary(boolean) - Method in class com.ibm.as400.access.AS400
Sets this object to attempt to add the appropriate secondary language library to the library list, when running on the system.
setMustUseNativeMethods(boolean) - Method in class com.ibm.as400.access.UserIndex
Specifies whether native methods are used by the current job to perform user index operations.
setMustUseNativeMethods(boolean) - Method in class com.ibm.as400.access.UserSpace
Specifies whether native methods are used by the current to perform user space read and write operations.
setMustUseNetSockets(boolean) - Method in class com.ibm.as400.access.AS400
Sets this object to using Internet domain sockets only.
setMustUseProgramCall(boolean) - Method in class com.ibm.as400.access.UserSpace
Specifies the API set that is used to perform user space read and write operations.
setMustUseSockets(boolean) - Method in class com.ibm.as400.access.AS400
Sets this object to using sockets.
setMustUseSockets(boolean) - Method in class com.ibm.as400.access.UserSpace
Sets this object to using sockets.
setMustUseSuppliedProfile(boolean) - Method in class com.ibm.as400.access.AS400
Sets this object to using a supplied profile only.
setName(String) - Method in class com.ibm.as400.access.ClusteredHashTable
Sets the name for the clustered hash table server.
setName(String) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the environment variable name.
setName(String, int) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the environment variable name.
setName(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "NetServer name" attribute.
setName(String) - Method in class com.ibm.as400.access.Job
Sets the job name.
setName(String) - Method in class com.ibm.as400.access.JobDescription
Sets the job description name.
setName(String) - Method in class com.ibm.as400.access.JobList
Sets the job name that describes which jobs are returned.
setName(String) - Method in class com.ibm.as400.access.JobLog
Sets the job name.
setName(String) - Method in class com.ibm.as400.access.JobQueue
Sets the job queue name.
setName(String) - Method in class com.ibm.as400.access.NetServerShare
Deprecated.
Sets the network name of the share.
setName(String) - Method in class com.ibm.as400.access.Printer
Sets the name of the printer.
setName(String) - Method in class com.ibm.as400.access.RecordFormat
Sets the name of this record format.
setName(String) - Method in class com.ibm.as400.access.SystemPool
Sets the system pool name.
setName(String) - Method in class com.ibm.as400.access.SystemValue
Sets the system value name.
setName(String) - Method in class com.ibm.as400.access.User
Sets the user profile name.
setName(String) - Method in class com.ibm.as400.resource.Presentation
Deprecated.
Sets the abbreviated name.
setName(String) - Method in class com.ibm.as400.resource.RJob
Deprecated.
Sets the job name.
setName(String) - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Sets the job name.
setName(String) - Method in class com.ibm.as400.resource.RPrinter
Deprecated.
Sets the printer device name.
setName(String) - Method in class com.ibm.as400.resource.RUser
Deprecated.
Sets the user profile name.
setName(String) - Method in class com.ibm.as400.util.html.FormInput
Sets the control name of the input field.
setName(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the bookmark name.
setName(String) - Method in class com.ibm.as400.util.html.HTMLImage
Set the a unique name of the image.
setName(String) - Method in class com.ibm.as400.util.html.HTMLMeta
Sets the name of the meta tag.
setName(String) - Method in class com.ibm.as400.util.html.HTMLParameter
Sets the name of the parameter.
setName(String) - Method in class com.ibm.as400.util.html.HTMLServlet
Sets the class name of the servlet.
setName(String) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Sets the control name of the radio group.
setName(String) - Method in class com.ibm.as400.util.html.SelectFormElement
Sets the control name of the select element.
setName(String) - Method in class com.ibm.as400.util.html.TextAreaFormElement
Sets the control name of the text area.
setName(String) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Sets the job name.
setNaming(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the naming convention used when referring to tables.
setNaming(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the naming convention used when referring to tables.
setNamingConventionParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setNanos(int) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Sets the nanos values for this Timestamp object.
setNativeType(int) - Method in class com.ibm.as400.access.JDSQLStatement
Sets the native statement type to one of the valid types.
setNCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setNCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setNCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setNCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setNCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setNCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter in this RowSet object's command to a Reader object.
setNCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setNCharacterStream(String, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setNCharacterStream(int, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setNClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to a Reader object.
setNClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to a Reader object.
setNClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setNClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setNClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated parameter to a Reader object.
setNClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setNClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setNClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setNClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setNClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setNClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to a Reader object.
setNClob(String, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setNClob(String, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setNClob(int, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setNClob(int, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setNetworkTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the maximum period a Connection or objects created from the Connection will wait for the database to reply to any one request.
setNetworkTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the maximum period a Connection or objects created from the Connection will wait for the database to reply to any one request.
setNetworkTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setNLSSIdentifier(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setNLSSIdentifierLanguageID(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setNLSSIdentifierLanguageTableLibrary(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setNLSSIdentifierLanguageTableName(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setNString(String, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the designated parameter to the given String object.
setNString(String, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setNString(int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the designated paramter to the given String object.
setNString(int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the designated paramter to the given String object.
setNString(int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setNString(int, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given String object.
setNString(String, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given String object.
setNString(String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setNString(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setNull(String, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to SQL NULL.
setNull(String, int, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to SQL NULL.
setNull(String, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setNull(String, int, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setNull(int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to SQL NULL.
setNull(int, int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to SQL NULL.
setNull(int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to SQL NULL.
setNull(int, int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to SQL NULL.
setNull(int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setNull(int, int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setNull(int, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the type at the specified parameterIndex to SQL NULL.
setNull(int, int, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the user-named type or REF type at the specified parameterIndex to SQL NULL.
setNull(String, int, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to SQL NULL.
setNull(String, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to SQL NULL.
setNull(String, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setNull(String, int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setNull(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setNull(int, int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setNullParameter(boolean) - Method in class com.ibm.as400.access.ProgramParameter
Sets the parameter to null.
setNumber(String) - Method in class com.ibm.as400.access.Job
Sets the job number.
setNumber(String) - Method in class com.ibm.as400.access.JobList
Sets the job number that describes which jobs are returned.
setNumber(String) - Method in class com.ibm.as400.access.JobLog
Sets the job number.
setNumber(String) - Method in class com.ibm.as400.resource.RJob
Deprecated.
Sets the job number.
setNumber(String) - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Sets the job number.
setNumber(String) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Sets the job number.
setNumberOfElements(int) - Method in class com.ibm.as400.access.AS400Array
Sets the number of elements in the data type.
setNumberOfPages(int) - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Sets the number of pages in the list buffer.
setNumberOfRecordsToReturn(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
setNumberOfRecordsToReturn(int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setNumberOfRecordsToReturn(int) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setNumberOfRecordsToReturn(int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
setNumberOfRecordsToReturn(int) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setNumberOfRecordsToReturn(int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setNumericRangeError(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the numeric range error property, which indicates how the driver should handle numberic range errors.
setNumericRangeError(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the numeric range error property, which indicates how the driver should handle numberic range errors.
setObject(String, Object) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to an Object value.
setObject(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to an Object value.
setObject(String, Object, int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to an Object value.
setObject(String, Object, Object, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, Object) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets the value of the designated parameter with the given object.
setObject(String, Object, int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setObject(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setObject(String, Object) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setObject(String, Object, Object, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setObject(String, Object, Object) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setObject(int, Object) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to an Object value.
setObject(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to an Object value.
setObject(int, Object, int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to an Object value.
setObject(int, Object, Object, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object, Object) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets the value of the designated parameter with the given object.
setObject(int, Object) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to an Object value.
setObject(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to an Object value.
setObject(int, Object, int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to an Object value.
setObject(int, Object, Object, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the value of the designated parameter with the given object.
setObject(int, Object, Object) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets the value of the designated parameter with the given object.
setObject(int, Object, int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setObject(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setObject(int, Object) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setObject(int, Object, Object, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setObject(int, Object, Object) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setObject(int, Object) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the object value at the specified parameterIndex.
setObject(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the object value at the specified parameterIndex.
setObject(int, Object, int, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the object value at the specified parameterIndex.
setObject(String, Object, int, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the value of the designated parameter with the given object.
setObject(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the value of the designated parameter with the given object.
setObject(String, Object) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the value of the designated parameter with the given object.
setObject(VObject) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Sets the object with which the action is associated.
setObject(String, Object) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setObject(String, Object, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setObject(String, Object, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setObject(int, Object) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setObject(int, Object, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
Not implemented.
setObject(int, Object, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
Not implemented.
setObjectAuditingValue(String) - Method in class com.ibm.as400.access.User
Sets the object auditing value for the user.
setObjectAuthority(String) - Method in class com.ibm.as400.access.QSYSPermission
Sets the object authority of the user using a single value.
setObjectHyperlink(RowData, HTMLHyperlink, int) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the object's hyperlink at the specified column within the current row.
setObjectHyperlink(RowData, HTMLHyperlink, int, int) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the object's hyperlink at the specified row and column.
setObjectHyperlink(RowData, HTMLHyperlink, int) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Sets the object's hyperlink at the specified column within the current row.
setObjectHyperlink(RowData, HTMLHyperlink, int, int) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Sets the row object's hyperlink specified by row and column.
setObjectInfo(String) - Method in class com.ibm.as400.access.AS400CertificateUtil
Set free form object information
setObjectLibrary(String) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setObjectLibraryToRetrieve(String) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
setObjectName(String) - Method in class com.ibm.as400.access.QSYSObjectPathName
Sets the name of the object this path name represents.
setObjectName(String) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setObjectNameToRetrieve(String) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
setObjectProperties(Vector, int) - Method in class com.ibm.as400.util.servlet.RowData
Sets the data object's properties at the specified columnIndex.
setObjectSelection(boolean) - Method in class com.ibm.as400.access.ObjectList
Sets whether or not the object selection criteria are used to include objects in the list or to omit them from the list.
setObjectType(String) - Method in class com.ibm.as400.access.QSYSObjectPathName
Sets type of object this path name represents.
setObjectType(String) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setObjectTypeToRetrieve(String) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
setOffset(long) - Method in class com.ibm.jtopenlite.file.FileHandle
Sets the byte offset in the file for the next read or write operation; the offset is automatically incremented after normal read or write operations.
setOffsetDependency(int, int) - Method in class com.ibm.as400.access.RecordFormat
Sets the field on which a dependent field depends.
setOffsetDependency(String, String) - Method in class com.ibm.as400.access.RecordFormat
Sets the field on which a dependent field depends.
setOkButtonText(String) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Sets the button text for the Ok button.
setOneFlag(BidiFlag) - Method in class com.ibm.as400.access.BidiFlagSet
Sets a new value for one of the Bidi flags in a set without changing the other Bidi flags.
setOpenAttributes(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setOperational(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the operational object authority.
setOpportunisticLockTimeout(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "opportunistic lock timeout" attribute.
setOptimization(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the optimization level of the IBM i system Java program that will be created if no Java program is associated with the Java class.
setOptimizationGoalIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setOptimizationLevel(int) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
Set the level to optimize classes to.
setOptimizeDirectories(boolean) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
setOptimizeInParallel(boolean) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
if true run each CRTJVAPGM in a separate job.
setOptimumSpaceAlignment(String) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setOptionBytesArgLength(byte[], int) - Static method in class com.ibm.as400.access.UserIndex
Utility method to set the argument length in the option bytes
setOptionBytesOccCount(byte[], int) - Static method in class com.ibm.as400.access.UserIndex
Utility method to set the occurrence count in the option bytes
setOptionBytesRule(byte[], int) - Static method in class com.ibm.as400.access.UserIndex
Utility method to set the rule option in the option bytes
setOptions(String[]) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets special options used when running the Java class.
setOutFile(String) - Method in class com.ibm.as400.util.commtrace.Format
Sets the output file to open a OutputStream on.
setOutputData(byte[]) - Method in class com.ibm.jtopenlite.command.InputOutputParameter
 
setOutputData(byte[]) - Method in class com.ibm.jtopenlite.command.OutputParameter
 
setOutputData(byte[]) - Method in class com.ibm.jtopenlite.command.Parameter
 
setOutputData(int, byte[], int) - Method in interface com.ibm.jtopenlite.command.program.CallServiceProgramParameterFormat
This method is used to set the internal value of the parameter from a dataBuffer
setOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
setOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
setOutputDataLength(int) - Method in class com.ibm.as400.access.ProgramParameter
Sets the output parameter data length.
setOutputLocation(String) - Method in class com.ibm.as400.util.CommandHelpRetriever
Sets the output location for the source XML and source command HTML help when running programatically.
setOutputLog(PrintStream) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
setOutputQueue(String) - Method in class com.ibm.as400.access.Job
Sets the fully qualified integrated file system path name of the default output queue that is used for spooled output produced by this job.
setOutputQueue(String) - Method in class com.ibm.as400.access.User
Sets the output queue to be used by this user profile.
setOutputQueueLibrary(String) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the name of the library containing the output queue associated with the share.
setOutputQueueName(String) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the name of the output queue associated with the share.
setOutputQueuePriority(int) - Method in class com.ibm.as400.access.Job
Sets the output priority for spooled output files that this job produces.
setOwner(String, boolean) - Method in class com.ibm.as400.access.Permission
Sets the owner of the object.
setOwner(String) - Method in class com.ibm.as400.access.User
Sets the user profile that is to be the owner of objects created by this user.
setOwnerProfile(String) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the user profile that created the entry.
setPackage(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the base name of the SQL package.
setPackage(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the base name of the SQL package.
setPackageAdd(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to add newly prepared statements to the SQL package specified on the "package" property.
setPackageAdd(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to add newly prepared statements to the SQL package specified on the "package" property.
setPackageAddStatementAllowed(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setPackageCache(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to cache a subset of the SQL package information in client memory.
setPackageCache(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to cache a subset of the SQL package information in client memory.
setPackageCCSID(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets 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.
setPackageCcsid(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets 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.
setPackageCCSID(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets 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.
setPackageCcsid(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets 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.
setPackageClear(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Deprecated. 
setPackageClear(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Deprecated. 
setPackageCriteria(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the type of SQL statement to be stored in the SQL package.
setPackageCriteria(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the type of SQL statement to be stored in the SQL package.
setPackageError(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the action to take when SQL package errors occur.
setPackageError(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the action to take when SQL package errors occur.
setPackageLibrary(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the library for the SQL package.
setPackageLibrary(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the library for the SQL package.
setPackageLibrary(String) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setPackageName(String) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setPackages(Vector) - Method in class utilities.JarMaker
Deprecated.
Specifies the names of packages that are to be included in the output.
setPackagesExcluded(Vector) - Method in class utilities.JarMaker
Deprecated.
Specifies the names of packages that are to be excluded from the output.
setPageHeight(double) - Method in class com.ibm.as400.util.html.HTMLDocument
Sets the page-height of the XSL-FO page in inches.
setPageSize(int) - Method in class com.ibm.as400.resource.BufferedResourceList
Deprecated.
Sets the page size of the list buffer.
setPageWidth(double) - Method in class com.ibm.as400.util.html.HTMLDocument
Sets the page-width of the XSL-FO page in inches.
setPagingOption(String) - Method in class com.ibm.as400.access.SystemPool
Sets the value indicating whether the system dynamically adjust the paging characteristics of the storage pool for optimum performance.
setPaperSize(double, double) - Method in class com.ibm.as400.access.SCS5219Writer
Sets paper size.
setPaperSize(int) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Sets the papersize.
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Sets the element attributes used for the paragraphs enclosing the given range of existing content in the document.
setParameter(PreparedStatement, String, int, PrintStream) - Method in class com.ibm.as400.access.jdbcClient.Main
 
setParameter(int, String) - Method in class com.ibm.as400.access.PrintParameterList
Sets a string parameter.
setParameter(int, int) - Method in class com.ibm.as400.access.PrintParameterList
Sets an integer parameter.
setParameter(int, float) - Method in class com.ibm.as400.access.PrintParameterList
Sets a float parameter.
setParameterFormat(CallServiceProgramParameterFormat) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
setParameterList(ProgramParameter[]) - Method in class com.ibm.as400.access.ProgramCall
Sets the list of parameters to pass to the program.
setParameterList(ProgramParameter[]) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Sets the list of parameters to pass to the program.
setParameterList(ProgramParameter[]) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Sets the list of parameters to pass to the program.
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveObjectDescription
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.ProgramAdapter
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
setParameterOutputData(int, byte[], int) - Method in interface com.ibm.jtopenlite.command.Program
Sets the output data for the parameter at the specified index.
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveCurrentAttributes
 
setParameterOutputData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
setParameters(String[]) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets one or more parameter values that are passed to the Java application.
setParameterType(int) - Method in class com.ibm.as400.access.ProgramParameter
Sets the type of program parameter.
setPassword(String) - Method in class com.ibm.as400.access.AS400
Deprecated. 
setPassword(char[]) - Method in class com.ibm.as400.access.AS400
Sets the password for this object using a char array.
setPassword(String) - Method in class com.ibm.as400.access.AS400FTP
Calling setPassword() is valid only for FTP objects.
setPassword(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Deprecated.
Use setPassword(char[] password) instead.
setPassword(char[]) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the database password using a char array
setPassword(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the 'password' property.
setPassword(char[]) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the 'password' property.
setPassword(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the password used to make the connection.
setPassword(char[]) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the password used to make the connection.
setPassword(String) - Method in class com.ibm.as400.access.FTP
Sets the password.
setPassword(String) - Method in class com.ibm.as400.access.jdbcClient.Main
 
setPassword(String) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Deprecated.
Use setPassword(char[] password) instead
setPassword(char[]) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Sets the password for the user ID that is used during the creation of the profile token credential.
setPassword(String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Set the password.
setPassword(String) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Sets the password used to connect to the database.
setPasswordChangeBlock(String) - Method in class com.ibm.as400.access.User
Sets the time period during which a password is blocked from being changed following the prior successful password change operation.
setPasswordExpirationInterval(int) - Method in class com.ibm.as400.access.User
Sets the password expiration interval (in days).
setPasswordExpirationInterval(String) - Method in class com.ibm.as400.access.User
Sets the password expiration interval (in days).
setPasswordExpirationWarningDays(int) - Static method in class com.ibm.as400.access.AS400
Sets the number of days before password expiration to warn the user.
setPasswordSetExpire(boolean) - Method in class com.ibm.as400.access.User
Sets whether the password for this user is set to expired.
setPasswordSpecialValue(int) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Sets the password special value to be used during the creation of the profile token credential.
setPath(String) - Method in class com.ibm.as400.access.AFPResource
Sets the integrated file system pathname of the AFP resource.
setPath(String) - Method in class com.ibm.as400.access.AS400CertificateUserProfileUtil
Sets the path for the user profile.
setPath(String) - Method in class com.ibm.as400.access.AS400CertificateUtil
Sets the path for the user space.
setPath(String) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Sets the path for the validation list.
setPath(String) - Method in class com.ibm.as400.access.AS400File
Sets the integrated file system pathname for the file.
setPath(String) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Sets the integrated file system path name for the file.
setPath(String) - Method in class com.ibm.as400.access.BaseDataQueue
Sets the fully qualified integrated file system path name of the data queue.
setPath(String) - Method in class com.ibm.as400.access.CharacterDataArea
Sets the fully qualified data area name.
setPath(String) - Method in class com.ibm.as400.access.Command
Sets the path name of the command.
setPath(String) - Method in class com.ibm.as400.access.DecimalDataArea
Sets the fully qualified data area name.
setPath(String) - Method in class com.ibm.as400.access.IFSFile
Sets the file path.
setPath(String) - Method in class com.ibm.as400.access.IFSFileInputStream
Sets the integrated file system path name.
setPath(String) - Method in class com.ibm.as400.access.IFSFileOutputStream
Sets the integrated file system path name.
setPath(String) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the path for this IFSJavaFile.
setPath(String) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the file path.
setPath(String) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the path in the integrated file system to be shared with the network.
setPath(String) - Method in class com.ibm.as400.access.JavaProgram
Sets the qualified path name to use.
setPath(String) - Method in class com.ibm.as400.access.LogicalDataArea
Sets the fully qualified data area name.
setPath(String) - Method in class com.ibm.as400.access.MessageFile
Sets the message file name.
setPath(String) - Method in class com.ibm.as400.access.MessageQueue
Sets the fully qualified integrated file system path name of the message queue.
setPath(String) - Method in class com.ibm.as400.access.OutputQueue
Sets the integrated file system pathname of the output queue.
setPath(String) - Method in class com.ibm.as400.access.PanelGroup
Sets the path name of the panel group.
setPath(String) - Method in class com.ibm.as400.access.PrinterFile
Sets the integrated file system pathname of the printer file.
setPath(String) - Method in class com.ibm.as400.access.QSYSObjectPathName
Sets the integrated file system path name for this object.
setPath(String) - Method in class com.ibm.as400.access.UserSpace
Sets the path for the user space.
setPath(QSYSObjectPathName) - Method in class com.ibm.as400.access.ValidationList
Sets the location (library context) of the validation list.
setPath(String, String) - Method in class com.ibm.as400.data.ProgramCallDocument
Allows for dynamically specifying the program path of the program to be called.
setPath(String) - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Sets the file path name.
setPath(String) - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Sets the directory path.
setPath(String) - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Sets the path.
setPath(String) - Method in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Sets the fully qualified integrated file system path name of the message queue.
setPath(String) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Sets the fully qualified integrated file system path name of the data queue.
setPath(String) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Sets the path name of the file.
setPath(String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Sets the fully qualified integrated file system path name of the data queue.
setPath(String) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Sets the fully qualified path name of the file.
setPath(String) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Sets the fully qualified path name of the file.
setPath(String) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Sets the fully qualified integrated file system path name of the message queue.
setPathInfo(String) - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Sets the path information for the resource link.
setPattern(String) - Method in class com.ibm.as400.vaccess.FileFilter
Deprecated.
Sets the pattern.
setPattern(String) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Sets the pattern that all file and directory names must match to be included as children.
setPatternMatching(int) - Method in class com.ibm.as400.access.IFSFile
Sets the pattern-matching behavior used when files are listed by any of the list() or listFiles() methods.
setPatternMatching(int) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the pattern-matching behavior used when files are listed by any of the list() or listFiles() methods.
setPatternMatching(int) - Method in class com.ibm.as400.util.html.FileListElement
Sets the pattern-matching behavior used when files are listed.
setPatternMatching(int) - Method in class com.ibm.as400.util.html.FileTreeElement
Sets the pattern-matching behavior used when files are listed.
setPcArchive(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether the object has changed since the last time the file was saved or reset by a PC client.
setPcHidden(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets the whether the object can be displayed using an ordinary directory listing.
setPcReadOnly(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether the object can be written to or deleted, have its extended attributes changed or deleted, or have its size changed.
setPcSystem(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether the object is a system file and is excluded from normal directory searches.
setPeers(String[]) - Method in class com.ibm.as400.access.ProxyServer
Sets the list of peer proxy servers for use in load balancing.
setPermission(Permission) - Method in class com.ibm.as400.access.IFSFile
Sets the permission of the object.
setPermissions(int) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the access available from the network for this share.
setPerThreadFaults(float) - Method in class com.ibm.as400.access.SystemPool
Sets the faults per second for each active thread in this storage pool.
setPicos(long) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Sets the picos value for this Timestamp object.
setPoolable(boolean) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setPoolable(boolean) - Method in class com.ibm.as400.access.AS400JDBCStatement
Requests that a Statement be pooled or not pooled.
setPoolable(boolean) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setPoolable(boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
setPoolActivityLevel(int) - Method in class com.ibm.as400.access.SystemPool
Deprecated.
Use setActivityLevel() instead.
setPoolListener(RetrieveSystemStatusPoolListener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
setPoolName(String) - Method in class com.ibm.as400.access.SystemPool
Deprecated.
Use setName() instead.
setPoolSelectionInformation(String, String, int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
FORMAT_SSTS0400, FORMAT_SSTS0500.
setPoolSize(int) - Method in class com.ibm.as400.access.SystemPool
Deprecated.
Use setSize() instead.
setPort(int) - Method in class com.ibm.as400.access.FTP
Sets the port to use when connecting to the system.
setPort(int) - Method in class com.ibm.as400.access.ProxyServer
Sets the port to use for accepting connections from clients.
setPort(String) - Method in class com.ibm.as400.util.commtrace.FormatProperties
Sets the port filter to the given port.
setPortNumber(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the port number
setPortNumber(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the portNumber property, which indicates the port number that should be used when connecting to the server.
setPossibleValues(Object[], ResourceLevel) - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Sets the possible values for a level.
setPreferredStorageUnit(String) - Method in class com.ibm.as400.access.UDFS
Specifies the preferred storage media of objects created in this user-defined file system.
setPrefetch(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to prefetch data upon executing a SELECT statement.
setPrefetch(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to prefetch data upon executing a SELECT statement.
setPrepareOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setPrepareStatementName(String) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setPresentation(Presentation) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Sets the presentation.
setPresentation(Presentation) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Sets the presentation.
setPretestConnections(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets whether connections are pretested before being allocated to requesters.
setPretestConnections(boolean) - Method in class com.ibm.as400.access.ConnectionPool
Sets whether connections are pretested before they are allocated to requesters.
setPrimaryGroup(String, boolean) - Method in class com.ibm.as400.access.Permission
Sets the primary group of the object.
setPrincipal(AS400Principal) - Method in class com.ibm.as400.security.auth.AS400Credential
Sets the principal associated with the credential.
setPrintDevice(String) - Method in class com.ibm.as400.access.User
Sets the default printer device for this user.
setPrintDriver(String) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the text string that identifies the print driver appropriate for this share.
setPrinter(Printer) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Sets the printer.
setPrinterDeviceName(String) - Method in class com.ibm.as400.access.Job
Sets the printer device used for printing output from this job.
setPrinterFileFilter(String) - Method in class com.ibm.as400.access.PrinterFileList
Sets the printer file list filter.
setPrinterFileLibrary(String) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the name of the library containing the printer file associated with the share.
setPrinterFileName(String) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the name of the printer file associated with the share.
setPrinterFilter(String) - Method in class com.ibm.as400.access.PrinterList
Sets printer list filter.
setPrinterFilter(String) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Sets printer list filter.
setPrintFile(File) - Static method in class com.ibm.jtopenlite.Trace
 
setPrintKeyFormat(String) - Method in class com.ibm.as400.access.Job
Sets whether border and header information is provided when the Print key is pressed.
setPrintText(String) - Method in class com.ibm.as400.access.Job
Sets the line of text (if any) that is printed at the bottom of each page of printed output for the job.
setPrintWriter(OutputStream) - Method in class com.ibm.as400.access.AS400JPing
Set the PrintWriter to log ping information to.
setPrintWriter(PrintWriter) - Static method in class com.ibm.as400.access.Trace
Sets the PrintWriter object.
setPrintWriter(Object, PrintWriter) - Static method in class com.ibm.as400.access.Trace
Sets the PrintWriter object for the specified component.
setPriority(int) - Method in class com.ibm.as400.access.SystemPool
Sets the priority of this pool relative the priority of the other storage pools.
setProcedureName(String) - Method in class com.ibm.as400.access.ServiceProgramCall
Sets the service program procedure to call.
setProcedureName(String, int) - Method in class com.ibm.as400.access.ServiceProgramCall
Sets the service program procedure to call.
setProductFilter(String) - Method in class com.ibm.as400.access.ProductList
Sets the product filter used to filter the list.
setProductID(String) - Method in class com.ibm.as400.access.ProductLicense
Sets the product identifier for this license.
setProductID(String) - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Sets the product ID.
setProductOption(String) - Method in class com.ibm.as400.access.ProductList
Sets the product option used to filter the list.
setProductOption(String) - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Sets the product option.
setProfileToken(ProfileTokenCredential) - Method in class com.ibm.as400.access.AS400
Sets or resets the profile token for this object.
setProgram(String, ProgramParameter[]) - Method in class com.ibm.as400.access.ProgramCall
Sets the path name of the program and the parameter list.
setProgram(String) - Method in class com.ibm.as400.access.ProgramCall
Sets the path name of the program.
setProgram(String) - Method in class com.ibm.as400.access.ServiceProgramCall
Sets the path name of the service program.
setProgram(String) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Sets the program.
setProgram(String) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Sets the program.
setProgress(String) - Method in class com.ibm.as400.util.commtrace.FormatProperties
Sets if the progress monitor should be displayed or not.
setPrompt(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether the user should be prompted if a user name or password is needed to connect to the IBM i system.
setPrompt(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether the user should be prompted if a user name or password is needed to connect to the IBM i system.
setProperties(JDDataSourceURL, JDProperties, AS400) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
setProperties(JDDataSourceURL, JDProperties, AS400Impl) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
setProperties(JDDataSourceURL, JDProperties, AS400Impl, boolean, boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
setProperties(JDDataSourceURL, JDProperties, AS400) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setProperties(JDDataSourceURL, JDProperties, AS400Impl) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setProperties(JDDataSourceURL, JDProperties, AS400Impl, boolean, boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setProperties(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the properties based on ";" delimited string of properties, in same fashion as URL properties specified with DriverManager.getConnection(urlProperties).
setProperties(Properties) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the properties for this datasource.
setProperties(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the properties based on ";" delimited string of properties, in same fashion as URL properties specified with DriverManager.getConnection(urlProperties).
setProperties(Properties) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the properties for this datasource.
setProperties(Properties) - Method in class com.ibm.as400.access.EnvironmentVariableList
Sets the value of each environment variable defined in a Properties object.
setProperties(Properties, int) - Method in class com.ibm.as400.access.EnvironmentVariableList
Sets the value of each environment variable defined in a Properties object.
setProperties(Properties) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the Java Virtual Machine properties when running the Java Application.
setProperties(Properties) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the properties associated with the resource link.
setProperties(Properties) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Sets the properties used to connect to the database.
setPropertyCycle(int) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets the interval (in seconds) between runs of the connection pool's maintenance thread.
setProxyEncryptionMode(int) - Method in class com.ibm.as400.access.SecureAS400
Sets the proxy encryption mode.
setProxyFilesExcluded(boolean) - Method in class utilities.AS400ToolboxJarMaker
Deprecated.
Specifies whether proxy-only files are to be excluded.
setProxyFilesExcluded(boolean) - Method in class utilities.ToolboxJarMaker
Deprecated.
Specifies whether proxy-only files are to be excluded.
setProxyServer(String) - Method in class com.ibm.as400.access.AS400
Sets the name and port of the middle-tier machine where the proxy server is running.
setProxyServer(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the name of the proxy server.
setProxyServer(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the name of the proxy server.
setPublicAuthority(String) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setPublished(boolean) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the value of the "publish print share" attribute.
setPurge(boolean) - Method in class com.ibm.as400.access.Job
Sets the value indicating 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).
setQaqqinilib(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the QAQQINI library name.
setQaqqinilib(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the QAQQINI library name.
setQaqqiniLibrary(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the QAQQINI library name.
setQaqqiniLibrary(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the QAQQINI library name.
setQuality(int) - Method in class com.ibm.as400.access.SCS5219Writer
Sets quality printing.
setQuery(String) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Sets the SQL query used to generate the result set.
setQuery(String) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Sets the SQL query.
setQuery(String) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets the SQL query used to build the table.
setQueryOptimizeGoal(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the goal the IBM i system should use with optimization of queries.
setQueryOptimizeGoal(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the "query optimize goal" property
setQueryReplaceTruncatedParameter(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the query replace truncated parameter property, which will replaced a truncated query parameter with a value.
setQueryReplaceTruncatedParameter(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the query replace truncated parameter property, which set the value of an input parameter to a query when the parameter is truncated.
setQueryStorageLimit(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the storage limit in megabytes, that should be used for statements executing a query in a connection.
setQueryStorageLimit(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the storage limit in megabytes, that should be used for statements executing a query in a connection.
setQueryStorageLimit(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setQueryTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setQueryTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the maximum wait time in seconds for a statement to execute.
setQueryTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the query timeout limit.
setQueryTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
setQueryTimeout(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
Not implemented.
setQueryTimeoutLimit(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setQueryTimeoutMechanism(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the query timeout mechanism property, which indicates how the toolbox will enforce the query timeout specified on the statement.
setQueryTimeoutMechanism(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the query timeout mechanism property, which indicates how the toolbox will enforce the query timeout specified on the statement.
setQueue(String) - Method in class com.ibm.as400.access.Job
Sets the fully qualified integrated file system path name of the job queue that the job is to be on.
setQueueFilter(String) - Method in class com.ibm.as400.access.OutputQueueList
Sets the output queue list filter.
setQueueFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the output queue filter.
setQueueFilter(String) - Method in class com.ibm.as400.access.WriterJobList
Sets the output queue filter.
setQueueFilter(String) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Sets the output queue filter.
setQueueLibrary(String) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setQueuePriority(int) - Method in class com.ibm.as400.access.Job
Sets the scheduling priority of the job compared to other jobs on the same job queue.
setRDBName(String) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setRead(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the read data authority.
setReadable(boolean) - Method in class com.ibm.as400.access.IFSJavaFile
A convenience method to set the owner's read permission for this abstract pathname.
setReadable(boolean, boolean) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the owner's or everybody's read permission for this abstract pathname.
setReadNoUpdate(boolean) - Method in class com.ibm.as400.access.AS400File
Sets the readNoUpdate flag, which determines whether the records should be locked for update when doing reads or positionCursor operations in a READ_WRITE open mode.
setReadOnly(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the read-only mode.
setReadOnly(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the read-only mode.
setReadOnly(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the read-only mode.
setReadOnly(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setReadOnly(boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets whether the rowset is read-only.
setReadOnly() - Method in class com.ibm.as400.access.IFSFile
Marks the integrated file system object represented by this object so that only read operations are allowed.
setReadOnly(boolean) - Method in class com.ibm.as400.access.IFSFile
Changes the read only attribute of the integrated file system object represented by this object.
setReadOnly() - Method in class com.ibm.as400.access.IFSJavaFile
Marks the file named by this IFSJavaFile object so that only read operations are allowed.
setReadOnly(boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
The default setting if false.
setRealm(String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Set the realm that will be used for the authentication.
setReceiveBufferSize(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property sets the receive buffer size socket option to the specified value.
setReceiveBufferSize(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the socket 'receive buffer size' option to the specified value.
setReceiveBufferSize(int) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_RCVBUF socket option should be set.
setReceiverLibrary(String) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
setReceiverName(String) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalReceiverInformation
 
setReceivingProgramInstructionNumber(String) - Method in class com.ibm.as400.access.AS400Message
set the receiving program instruction number
setReceivingProgramName(String) - Method in class com.ibm.as400.access.AS400Message
Set the receiving program name.
setReceivingType(String) - Method in class com.ibm.as400.access.AS400Message
set the receiving type
setRecordFormat() - Method in class com.ibm.as400.access.AS400File
Sets the record format to be used for this file.
setRecordFormat(int) - Method in class com.ibm.as400.access.AS400File
Sets the record format to be used for this file.
setRecordFormat(String) - Method in class com.ibm.as400.access.AS400File
Sets the record format to be used for this file.
setRecordFormat(RecordFormat) - Method in class com.ibm.as400.access.AS400File
Sets the record format to be used for this file.
setRecordFormat(RecordFormat) - Method in class com.ibm.as400.access.Record
Sets the record format for this record.
setRecordFormat(RecordFormat) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Sets the record format.
setRecordFormat(RecordFormat) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Sets the record format for the record list.
setRecordFormatID(String) - Method in class com.ibm.as400.access.RecordFormat
Sets the record format ID.
setRecordFormatType(int) - Method in class com.ibm.as400.access.RecordFormat
Sets the record format type.
setRecordLength(int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
setRecordName(String) - Method in class com.ibm.as400.access.Record
Sets the name for this record.
setRecordNumber(int) - Method in class com.ibm.as400.access.Record
Sets the record number of this record.
setRecordNumberLong(long) - Method in class com.ibm.as400.access.Record
Sets the record number with long type of this record.
setRef(int, Ref) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Ref value.
setRef(int, Ref) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Ref value.
setRef(int, Ref) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setRef(int, Ref) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets Ref value at the specified parameterIndex.
setRef(int, Ref) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
Not implemented.
setReference(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the reference object authority.
setReference(boolean) - Method in class com.ibm.as400.access.RootPermission
Sets the reference object authority.
setREFFIL(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the value to be specified for the REFFIL keyword for this field.
setREFFLD(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the value to be specified for the REFFLD keyword for this field.
setREFFMT(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the value to be specified for the REFFMT keyword for this field.
setREFLIB(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the value to be specified for the REFLIB keyword for this field.
setReleaseLevel(String) - Method in class com.ibm.as400.access.ProductLicense
Sets the product release for this license.
setReleaseLevel(String) - Method in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Sets the release level.
setRemarks(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the source of the text for REMARKS columns in ResultSets returned by DatabaseMetaData methods.
setRemarks(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the source of the text for REMARKS columns in ResultSets returned by DatabaseMetaData methods.
setRenderer(FileListRenderer) - Method in class com.ibm.as400.util.html.FileListElement
Set the renderer for the FileListElement.
setReplace(String) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setReplyStatus(String) - Method in class com.ibm.jtopenlite.components.MessageInfo
 
setReqRepID(int) - Method in class com.ibm.as400.access.ClientAccessDataStream
 
setRequestedSize(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setRequestHandle(byte[]) - Method in class com.ibm.jtopenlite.command.program.openlist.CloseList
 
setRequestHandle(byte[]) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
setRequiredFiles(Vector) - Method in class utilities.JarMaker
Deprecated.
Use setFilesRequired() instead.
setResetStatistics(boolean) - Method in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
setResetStatusStatistics(boolean) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setResourceFilter(String) - Method in class com.ibm.as400.access.AFPResourceList
Sets resource list filter by library, name, and resource type.
setResourceKey(Object) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Sets the resource key.
setResourceList(ResourceList) - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Sets the resource list.
setResourceList(ResourceList) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Sets the resource list from which all information for the model is gathered.
setResourceList(ResourceList) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Sets the resource list from which all information for the model is gathered.
setResourceList(ResourceList) - Method in class com.ibm.as400.vaccess.ResourceListModel
Deprecated.
Sets the resource list from which all information for the model is gathered.
setResourceList(ResourceList) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Sets the resource list from which all information for the model is gathered.
setResourceProperties(ResourceProperties) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Sets the resource properties.
setResourceProperties(ResourceProperties) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Sets the resource properties.
setRestrictedRenameAndUnlink(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether renames and unlinks are restricted for objects within a directory.
setResultSet(ResultSet) - Method in class com.ibm.as400.util.servlet.SQLResultSetRowData
Sets the SQL result set.
setResultSet(ResultSet) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Sets the SQL result set used to build the table.
setResultSet(ResultSet) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets the SQL result set used to build the table.
setResultSetHoldabilityOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setRetryIntervalForClientReroute(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the enable client afflinities list
setRetryIntervalForClientReroute(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the retryIntervalForClientReroute.
setReturnCurrentLengthIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setReturnOptimisticLockingColumns(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setReturnSize(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setReturnValueFormat(int) - Method in class com.ibm.as400.access.ServiceProgramCall
Sets the format of the returned data.
setReturnValueFormat(int) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
setReuseConnections(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedConnectionPoolDataSource
Sets whether connections may be re-used after being returned to the connection pool.
setReuseIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setReuseSocket(boolean) - Method in class com.ibm.as400.access.FTP
Indicates whether to reuse a socket for multiple file transfers, when in active mode.
setRJob(RJob) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Sets the job.
setRLECompressedFunctionParameters(byte[]) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setRLECompression(byte[]) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setRollbackCursorHold(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether the cursor is held after a rollback.
setRollbackCursorHold(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the "rollback cursor hold" property
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Sets the root, or the system resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Sets the root, or the system resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Sets the root, or the system resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Sets the root, or the system resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Sets the root, or the system resource, from which all information for the model is gathered.
setRoot(Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Sets the root, or the system resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Sets the root, or the system resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Sets the root, or the system resource, from which all information for the model is gathered.
setroutingEntryClassLibrary(String) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setroutingEntryClassName(String) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setroutingEntryPoolIden(int) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setroutingEntryProgramLibrary(String) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setroutingEntryProgramName(String) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setroutingEntryResourcesAffinityGroup(String) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setroutingEntrySequenceNum(int) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setroutingEntryThreadResourcesAffinityGroup(String) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setroutingEntryThreadResourcesAffinityLevel(String) - Method in class com.ibm.as400.access.RoutingDataEntry
 
setRow(HTMLTableRow, int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table row at the specified rowIndex.
setRow(Object[], int) - Method in class com.ibm.as400.util.servlet.ListRowData
Sets the row at the specified rowIndex to be the specified row.
setRow(Object[], Vector[], int) - Method in class com.ibm.as400.util.servlet.ListRowData
Sets the row at the specified rowIndex to be the specified row.
setRow(Record, int) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Sets the record at the specified rowIndex to be the specified record.
setRow(Record, int, Vector[]) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Sets the record at the specified rowIndex to be the specified record.
setRows(int) - Method in class com.ibm.as400.util.html.TextAreaFormElement
Sets the number of visible rows in the text area.
setRowSelectionAllowed(boolean) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Sets the indicator for whether the rows can be selected.
setRowSpan(int) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the row span.
setRunMaintenance(boolean) - Method in class com.ibm.as400.access.ConnectionPool
Sets whether the Toolbox does periodic maintenance on the connection pool to clean up expired connections.
setRunPriority(int) - Method in class com.ibm.as400.access.Job
Sets the priority at which the job competes for the processing unit relative to the other jobs that are active at the same time.
setRunPriority(int) - Method in class com.ibm.jtopenlite.components.JobInfo
 
setSaveFilePublicAuthority(String) - Method in class com.ibm.as400.access.AS400FTP
Sets the public authority of save files created by this object.
setSaveOutput(boolean) - Method in class com.ibm.as400.access.SaveFile
Indicates whether output from called API's will be saved in the job's spooled output.
setSavePasswordWhenSerialized(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to save the password locally with the rest of the properties when this data source object is serialized.
setSavePasswordWhenSerialized(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to save the password locally with the rest of the properties when this data source object is serialized.
setSavepoint() - Method in class com.ibm.as400.access.AS400JDBCConnection
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in class com.ibm.as400.access.AS400JDBCConnection
Creates a named savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Creates a named savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Creates an unnamed savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Creates a named savepoint in the current transaction and returns the new Savepoint object that represents it.
setSavepoint(String, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
setSavepoint() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setSavepoint(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setSavepoint(String, int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setSavepoint() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
setSavepoint(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
setSaveSenderInfo(boolean) - Method in class com.ibm.as400.access.DataQueueAttributes
Sets whether sender information is stored with each data queue entry.
setScan(int) - Method in class com.ibm.as400.access.FileAttributes
Sets the whether the object will be scanned when exit programs are registered with any of the integrated file system scan-related exit points.
setScheduleDate(Date) - Method in class com.ibm.as400.access.Job
Sets the date and time the job is scheduled to become active.
setScheduleDate(String) - Method in class com.ibm.as400.access.Job
Sets the date the job is scheduled to become active.
setScheduleTime(Date) - Method in class com.ibm.as400.access.Job
Sets the date and time the job is scheduled to become active.
setScheduleTime(String) - Method in class com.ibm.as400.access.Job
Sets the time the job is scheduled to become active.
setSchema(String) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the given schema name to access.
setSchema(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
 
setSchema(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the given schema name to access.
setSchema(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setScrollableCursorFlag(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setSearchType(int) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Sets the search type.
setSearchType(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Sets the search type.
setSearchType(int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets the search type.
setSecondaryRC_(int) - Method in class com.ibm.as400.access.NLSExchangeAttrReply
 
setSecondaryUrl(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the secondary URL to be used for a connection on the middle-tier's DriverManager in a multiple tier environment, if it is different than already specified.
setSecondaryURL(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the secondary URL to be used for a connection on the middle-tier's DriverManager in a multiple tier environment, if it is different than already specified.
setSecondaryUrl(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the secondary URL to be used for a connection on the middle-tier's DriverManager in a multiple tier environment, if it is different than already specified.
setSecondaryURL(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the secondary URL to be used for a connection on the middle-tier's DriverManager in a multiple tier environment, if it is different than already specified.
setSecondIPAddress(String) - Method in class com.ibm.as400.util.commtrace.FormatProperties
Sets the second IPAddress filter to the given IPAddress.
setSection(String) - Method in class com.ibm.as400.util.servlet.SectionCompletedEvent
Sets the completed section of data.
setSecure(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether a Secure Socket Layer (SSL) connection is used to communicate with the IBM i system.
setSecure(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether a Secure Socket Layer (SSL) connection is used to communicate with the IBM i system.
setSecureCurrentUser(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to disallow "" and *current as user name and password.
setSecureCurrentUser(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether to disallow "" and *current as user name and password.
setSecurePort(int) - Method in class com.ibm.as400.access.ProxyServer
Sets the port to use for accepting Secure Sockets Layer (SSL) connections from clients.
setSecurityCheckLevel(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the level of warnings given for directories in CLASSPATH that have public write authority.
setSelected(boolean) - Method in class com.ibm.as400.util.html.SelectOption
Sets whether the option defaults as being selected.
setSelectFromInsert(boolean) - Method in class com.ibm.as400.access.JDSQLStatement
 
setSelection(String) - Method in class com.ibm.as400.access.MessageQueue
setSelection(String) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Sets the selection.
setSelectionFileSystem(int) - Method in class com.ibm.as400.access.UserObjectsOwnedList
Sets the selection criteria for the file system from which to retrieve the list of objects that the user is authorized to or the list of objects the user owns.
setSelectionListener(RetrieveJournalEntriesSelectionListener) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntries
 
setSelectionListener(OpenListOfJobLogMessagesSelectionListener) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfJobLogMessages
 
setSelectionListener(OpenListOfMessagesSelectionListener) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setSelectionListener(OpenListOfJobsSelectionListener, int) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Sets the selection model that is used to maintain selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Sets the selection model that is used to maintain selection state.
setSelectionModel(TreeSelectionModel) - Method in class com.ibm.as400.vaccess.AS400TreePane
Deprecated.
Sets the selection model that is used to maintain selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets the ListSelectionModel that is used to maintain row selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Deprecated.
Sets the selection model that is used to maintain selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Sets the selection model that is used to maintain selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets the ListSelectionModel that is used to maintain row selection state.
setSelectionObjectRelation(int) - Method in class com.ibm.as400.access.UserObjectsOwnedList
Sets which objects are to be selected (indicating objects authorized to, objects owned, or both).
setSelectionValue(Object, Object) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Sets the current value of a selection.
setSelectionValue(Object, Object, int) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Sets the current value of a selection.
setSelectionValue(Object, Object, int) - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Sets the current value of a selection.
setSelectMessagesNeedReply(boolean) - Method in class com.ibm.as400.access.MessageQueue
Sets whether or not to include messages that need a reply in the returned list of messages.
setSelectMessagesNoNeedReply(boolean) - Method in class com.ibm.as400.access.MessageQueue
Sets whether or not to include messages that do not need a reply in the returned list of messages.
setSelectSendersCopyMessagesNeedReply(boolean) - Method in class com.ibm.as400.access.MessageQueue
Sets whether or not to include sender's copy messages that need a reply in the returned list of messages.
setSendBufferSize(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property sets the send buffer size socket option to the specified value.
setSendBufferSize(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the socket 'send buffer size' option to the specified value.
setSendBufferSize(int) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_SNDBUF socket option should be set.
setSendingProgramInstructionNumber(String) - Method in class com.ibm.as400.access.AS400Message
Set the sending program instruction number.
setSendingProgramName(String) - Method in class com.ibm.as400.access.AS400Message
Set the sending program name
setSendingType(String) - Method in class com.ibm.as400.access.AS400Message
Set the sending type of the program
setSensitivityLevel(int) - Method in class com.ibm.as400.access.Permission
Sets the sensitivity level of the object.
setServer(String) - Method in class com.ibm.as400.access.AS400FTP
Calling setServer() is valid only for FTP objects.
setServer(String) - Method in class com.ibm.as400.access.FTP
Sets the name of the system.
setServerAttributes() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the server attributes.
setServerAttributes() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setServerAttributes(DatabaseServerAttributes) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
setServerAuthorizationList(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "Server Authorization List" attribute.
setServerID(int) - Method in class com.ibm.as400.access.ClientAccessDataStream
 
setServerName(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the IBM i system name.
setServerName(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the serverName property.
setServerSideStaticCursorResultSetSize(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setServerTrace(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Enables tracing of the JDBC server job.
setServerTrace(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Enables tracing of the JDBC server job.
setServerTraceCategories(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Enables tracing of the JDBC server job.
setServerTraceCategories(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Enables tracing of the JDBC server job.
setServicePort(int, int) - Method in class com.ibm.as400.access.AS400
Sets the service port in the service port table for the specified service for this system name.
setServicePort(String, int, int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
setServicePortsToDefault() - Method in class com.ibm.as400.access.AS400
Sets the ports in the service port table for all the services for this system name to their default values.
setServicePortsToDefault(String) - Method in class com.ibm.as400.access.AS400ImplRemote
 
setServiceProgramLibrary(String) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
setServiceProgramName(String) - Method in class com.ibm.jtopenlite.command.program.CallServiceProgramProcedure
 
setSetEffectiveGroupId(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether the effective group ID (GID) is set at execution time.
setSetEffectiveUserId(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether the effective user ID (UID) is set at execution time.
setSeverity(int) - Method in class com.ibm.as400.access.MessageQueue
Sets the severity of the messages which are returned.
setSeverity(int) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Sets the severity.
setShared(boolean) - Method in class com.ibm.as400.access.SaveFile
Sets whether the open data path (ODP) for the save file is shared with other programs in the routing step.
setShareName(String) - Method in class com.ibm.as400.util.html.FileListElement
Set the name of the NetServer share.
setShareName(String) - Method in class com.ibm.as400.util.html.FileTreeElement
Sets the name of the NetServer share.
setShareOption(int) - Method in class com.ibm.as400.access.IFSFileInputStream
Sets the share option.
setShareOption(int) - Method in class com.ibm.as400.access.IFSFileOutputStream
Sets the share option.
setShareOption(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the share option.
setSharePath(String) - Method in class com.ibm.as400.util.html.FileListElement
Set the NetServer share path.
setSharePath(String) - Method in class com.ibm.as400.util.html.FileTreeElement
Sets the NetServer share path.
setShort(String, short) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java short value.
setShort(String, short) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java short value.
setShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a Java short value.
setShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the short value at the specified parameterIndex.
setShort(String, short) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java short value.
setShort(String, short) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setShort(int, short) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setShort(short, byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified short value into record data for this field's type at this field's offset, if possible.
setShowCheckboxes(boolean) - Method in class com.ibm.as400.access.AS400
Indicates if checkboxes should be shown on the sign-on dialog.
setShowChoiceProgramValues(boolean) - Method in class com.ibm.as400.util.CommandHelpRetriever
Sets whether or not parameter values returned by a "choices program" will be generated as part of the HTML documentation.
setShowHorizontalLines(boolean) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets whether horizontal lines are drawn between rows.
setShowHorizontalLines(boolean) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets whether horizontal lines are drawn between rows.
setShowVerticalLines(boolean) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets whether vertical lines are drawn between columns.
setShowVerticalLines(boolean) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Sets whether vertical lines are drawn between columns.
setSignonHandler(SignonHandler) - Method in class com.ibm.as400.access.AS400
Sets the sign-on handler for this AS400 object.
setSize(int) - Method in class com.ibm.as400.access.SystemPool
Sets the size of the system pool in kilobytes, where one kilobyte is 1024 bytes.
setSize(int) - Method in class com.ibm.as400.util.html.FormInput
Sets the size of the input field.
setSize(int) - Method in class com.ibm.as400.util.html.HTMLText
Sets the text font size.
setSize(int) - Method in class com.ibm.as400.util.html.SelectFormElement
Sets the number of visible options.
setSizeLong(long) - Method in class com.ibm.as400.access.SystemPool
Sets the size of the system pool in kilobytes, where one kilobyte is 1024 bytes.
setSocketProperties(SocketProperties) - Method in class com.ibm.as400.access.AS400
Sets the socket options the IBM Toolbox for Java will set on its client side sockets.
setSocketProperties(SocketProperties) - Method in class com.ibm.as400.access.AS400ConnectionPool
Sets the socket properties that this AS400ConnectionPool specifies when it creates new AS400 objects, for example in fill(), getConnection(), or getSecureConnection().
setSocketTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property enables/disables socket timeout with the specified value in milliseconds.
setSocketTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
This property enables/disables socket timeout with the specified value in milliseconds.
setSoLinger(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property allows the turning on of socket linger with the specified linger time in seconds.
setSoLinger(long) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the socket 'linger' property to the specified linger time in milliseconds.
setSoLinger(int) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_LINGER socket option should be set.
setSort(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets how the IBM i system sorts records before sending them to the client.
setSort(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets how the IBM i system sorts records before sending them to the client.
setSort(boolean) - Method in class com.ibm.as400.access.MessageQueue
Sets whether the list should be sorted by message type when ALL messages are selected for retrieval.
setSorted(boolean) - Method in class com.ibm.as400.access.IFSFile
Sets the sorting behavior used when files are listed by any of the list() or listFiles() methods.
setSortInformation(String) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setSortLanguage(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the three-character language id to use for selection of a sort sequence.
setSortLanguage(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the three-character language id to use for selection of a sort sequence.
setSortListener(SortListener) - Method in class com.ibm.jtopenlite.command.program.object.OpenListOfObjects
 
setSortListener(SortListener) - Method in class com.ibm.jtopenlite.command.program.print.OpenListOfSpooledFiles
 
setSortListener(OpenListOfJobsSortListener) - Method in class com.ibm.jtopenlite.command.program.workmgmt.OpenListOfJobs
 
setSortOrder(Object, boolean) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Sets the order for a sort.
setSortSequenceTable(String) - Method in class com.ibm.as400.access.Job
Sets the name of the sort sequence table associated with this job..
setSortSequenceTable(String) - Method in class com.ibm.as400.access.User
Sets the sort sequence table to be used for string comparisons for this profile.
setSortTable(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the library and file name of a sort sequence table stored on the IBM i system.
setSortTable(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the library and file name of a sort sequence table stored on the IBM i system.
setSortValue(Object[]) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Sets the current value of the sort.
setSortWeight(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets how the IBM i system treats case while sorting records.
setSortWeight(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets how the IBM i system treats case while sorting records.
setSoTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property enables/disables socket timeout with the specified value in milliseconds.
setSoTimeout(long) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Enables/disables socket timeout with the specified value in milliseconds.
setSoTimeout(int) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_TIMEOUT socket option should be set.
setSource(String) - Method in class com.ibm.as400.util.html.ImageFormInput
Sets the source URL for the image.
setSourceDrawer(int) - Method in class com.ibm.as400.access.SCS5219Writer
Sets source drawer number.
setSpecialAuthority(String[]) - Method in class com.ibm.as400.access.User
Sets the special authorities given to a user.
setSpecialEnvironment(String) - Method in class com.ibm.as400.access.User
Sets the special environment in which the user operates after signing on.
setSpooledFile(SpooledFile) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Sets the spooled file.
setSpooledFileFilter(SpooledFile) - Method in class com.ibm.as400.access.AFPResourceList
Sets resource list filter by spooled file.
setSpooledFileType(int) - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Sets the spooled file type for the share.
setSQLCommunicationsAreaCallback(DatabaseSQLCommunicationsAreaCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
setSQLExtendedParameterMarkerData(byte[]) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setSQLParameterMarkerBlockIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setSQLParameterMarkerData(byte[]) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setSQLParameterMarkerDataFormat(byte[]) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setSQLStatement(String) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Sets the SQL statement to run.
setSQLStatement(String) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Sets the SQL statement to run.
setSQLStatementText(String) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setSQLStatementType(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setSrc(String) - Method in class com.ibm.as400.util.html.HTMLImage
Sets the absolute or relative URL to reference the image.
setSSPFile(boolean) - Method in class com.ibm.as400.access.AS400File
Sets the SSP flag for this file.
setStartDateFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the create start date filter.
setStartingDate(String, String) - Method in class com.ibm.as400.access.HistoryLog
Specifies the starting date and time for messages and jobs to be listed.
setStartingDate(Date) - Method in class com.ibm.as400.access.HistoryLog
Specifies the starting date and time for messages and jobs to be listed.
setStartingMessageKey(byte[]) - Method in class com.ibm.as400.access.JobLog
Sets the message key used to begin searching for messages to list from the corresponding entry in the job log.
setStartingPosition(int) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
setStartingRecord(int) - Method in class com.ibm.jtopenlite.command.program.openlist.GetListEntries
 
setStartingSequenceNumber(int) - Method in class com.ibm.as400.util.html.OrderedList
Sets the starting number to something other than "1" to use in incrementing the list structure.
setStartOffset(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setStartTime(String) - Method in class com.ibm.as400.util.commtrace.FormatProperties
Sets the start time filter in milliseconds since the epoc.
setStartTimeFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the create start time filter.
setState(SSLOptions, boolean, boolean, int, String, SocketProperties, String, boolean, boolean, boolean) - Method in class com.ibm.as400.access.AS400ImplRemote
 
setStatus(String) - Method in class com.ibm.as400.access.User
Sets the status of the user profile.
setStatusMessageHandling(String) - Method in class com.ibm.as400.access.Job
Sets the value which indicates whether status messages are displayed for this job.
setString(String, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a String value.
setString(String, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setString(long, String) - Method in class com.ibm.as400.access.AS400JDBCClob
Writes a String to this CLOB, starting at position position.
setString(long, String, int, int) - Method in class com.ibm.as400.access.AS400JDBCClob
Writes a String to this CLOB, starting at position position in the CLOB.
setString(long, String) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Writes a String to this CLOB, starting at position position.
setString(long, String, int, int) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Writes a String to this CLOB, starting at position position in the CLOB.
setString(int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a String value.
setString(int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a String value.
setString(int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setString(int, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the string value at the specified parameterIndex.
setString(String, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given Java String value.
setString(String) - Method in class com.ibm.as400.access.AS400JDBCSQLXML
Writes the given Java String to the XML value that this SQLXML object designates.
setString(long, String) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
setString(long, String, int, int) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
setString(String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setString(long, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
setString(long, String, int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
setString(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setString(String, byte[]) - Method in class com.ibm.jtopenlite.ddm.DDMField
Converts the specified String value into record data for this field's type at this field's offset, if possible.
setStringValue(String, String) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element using a String input.
setStringValue(String, String, int) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element using a String input.
setStringValue(String, int[], String, int) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element using a String input value given indices to the data element.
setStringValue(String, String) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object value for the named <data type="char"> element using a String input.
setStringValue(String, String, int) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object value for the named <data type="char"> element using a String input.
setStringValue(String, int[], String, int) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object value for the named <data type="char"> element using a String input value, given indices to the data element.
setSubsystem(String) - Method in class com.ibm.jtopenlite.components.JobInfo
 
setSupplementalGroups(String[]) - Method in class com.ibm.as400.access.User
Sets the user's supplemental group profiles.
setSyncPointCount(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setSystem(AS400) - Method in class com.ibm.as400.access.AS400CertificateUtil
Sets the system on which the certificate repository exists.
setSystem(AS400) - Method in class com.ibm.as400.access.AS400File
Sets the system to which to connect.
setSystem(AS400) - Method in class com.ibm.as400.access.AS400FileRecordDescription
Sets the system to which to connect.
setSystem(AS400) - Method in class com.ibm.as400.access.AS400FTP
Sets the name of the system.
setSystem(AS400) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
setSystem(AS400) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setSystem(AS400) - Method in class com.ibm.as400.access.BaseDataQueue
Sets the system object representing the system on which the data queue exists.
setSystem(AS400) - Method in class com.ibm.as400.access.ClusteredHashTable
Sets the node of the clustered hash table.
setSystem(AS400) - Method in class com.ibm.as400.access.Command
Sets the system from which to retrieve the command list.
setSystem(AS400) - Method in class com.ibm.as400.access.CommandCall
Sets the system to run the command.
setSystem(AS400) - Method in class com.ibm.as400.access.CommandList
Sets the system from which to retrieve the command list.
setSystem(AS400) - Method in class com.ibm.as400.access.DataArea
Sets the system on which the data area exists.
setSystem(AS400) - Method in class com.ibm.as400.access.DirectoryEntryList
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the system for the environment variable.
setSystem(AS400) - Method in class com.ibm.as400.access.EnvironmentVariableList
Sets the system for the environment variable list.
setSystem(AS400) - Method in class com.ibm.as400.access.IFSFile
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.IFSFileInputStream
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.IFSFileOutputStream
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.JavaProgram
Sets the name of the system to search for a Java Program.
setSystem(AS400) - Method in class com.ibm.as400.access.Job
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.JobCCSID
Sets the system on which to retrieve the Job CCSID.
setSystem(AS400) - Method in class com.ibm.as400.access.JobDescription
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.JobList
Sets the system object representing the system on which the jobs exist.
setSystem(AS400) - Method in class com.ibm.as400.access.JobLog
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.JobQueue
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.MessageFile
Sets the system object representing the system on which the message file exists.
setSystem(AS400) - Method in class com.ibm.as400.access.MessageQueue
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.PanelGroup
Sets the system from which to retrieve the panel group.
setSystem(AS400) - Method in class com.ibm.as400.access.Permission
Deprecated.
This method is of little (or no) known usefulness. If you require this method, please notify the Toolbox support team.
setSystem(AS400) - Method in class com.ibm.as400.access.PrintObject
Sets the system on which this object exists.
setSystem(AS400) - Method in class com.ibm.as400.access.PrintObjectList
Sets the system name.
setSystem(AS400) - Method in class com.ibm.as400.access.ProductLicense
Sets the system object for this license.
setSystem(AS400) - Method in class com.ibm.as400.access.ProductList
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.ProgramCall
Sets the system to run the program.
setSystem(AS400) - Method in class com.ibm.as400.access.PTFGroupList
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemPool
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemStatus
Sets the system object representing the system from which the system status information will be retrieved.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemValue
Sets the system object representing the system on which the system value exists.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemValueGroup
Sets the system object representing the system on which the system value group exists.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemValueList
Sets the system object representing the system on which the system value list exists.
setSystem(AS400) - Method in class com.ibm.as400.access.User
Sets the system object representing the system on which the user profile exists.
setSystem(AS400) - Method in class com.ibm.as400.access.UserList
Sets the system object representing the system on which the users exist.
setSystem(AS400) - Method in class com.ibm.as400.access.UserObjectsOwnedList
Sets the system from which to retrieve the list of objects that a user is authorized to and the list of objects the user owns.
setSystem(AS400) - Method in class com.ibm.as400.access.UserSpace
Sets the system object for the user space.
setSystem(AS400) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the system on which to call programs.
setSystem(AS400) - Method in class com.ibm.as400.resource.Resource
Deprecated.
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.resource.RIFSFile
Deprecated.
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.security.auth.AS400Credential
Sets the AS400 system object for the credential.
setSystem(AS400) - Method in class com.ibm.as400.security.auth.AS400Principal
Sets the AS400 system object for the principal.
setSystem(AS400) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Sets the system that is used during the creation of the profile token credential.
setSystem(AS400) - Method in class com.ibm.as400.util.commtrace.Format
Sets the system to use for all IBM i connections.
setSystem(AS400) - Method in class com.ibm.as400.util.html.FileListElement
Set the system.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.CommandCallButton
Deprecated.
Sets the system on which commands are run.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Deprecated.
Sets the system on which commands are run.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Sets the system on which the data queue resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Sets the system on which the file resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Sets the system on which the data queue resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Deprecated.
Sets the system on which programs are run.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Deprecated.
Sets the system on which programs are run.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Deprecated.
Sets the system where the file is located.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Deprecated.
Sets the system where the file is located.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Deprecated.
Sets the system where the file is located.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Sets the system on which the file resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Sets the system on which the file resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Sets the system on which the job resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Sets the system on which the list resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Sets the system on which the message queue resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Sets the system on which the output resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Sets the system from which the list will be retrieved.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Sets the system in which the system status information resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Sets the system from which the system values will be retrieved.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Sets the system in which the user information resides.
setSystemArchive(boolean) - Method in class com.ibm.as400.access.FileAttributes
Sets whether the object has changed and needs to be saved.
setSystemName(String) - Method in class com.ibm.as400.access.AS400
Sets the system name for this object.
setSystemName(String) - Method in class com.ibm.as400.access.PasswordDialog
Sets the system name.
setSystemPool(SystemPool) - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Sets the SystemPool object.
setTable(HTMLTable) - Method in class com.ibm.as400.util.html.FileListElement
Set the HTMLTable to use when displaying the file list.
setTable(HTMLTable) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Sets the default HTML table to be used during conversion.
setTable(JTable) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Set a reference to the JTable so that the selected row can be updated after fireTableRowsInserted.
setTables(String[]) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Sets the table names for the query.
setTableSchemas(String[]) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Sets the schemas for which the tables will be listed for inclusion in the query.
setTarget(String) - Method in class com.ibm.as400.util.html.HTMLForm
Sets the target frame for the form response.
setTarget(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the target frame for the resource link.
setTargetRelease(String) - Method in class com.ibm.as400.access.SaveFile
Sets 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.
setTcpNoDelay(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property allows the turning on of the TCP no delay socket option.
setTcpNoDelay(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the socket 'TCP no delay' option.
setTcpNoDelay(boolean) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the TCP_NODELAY socket option should be set.
setTemplateLen(int) - Method in class com.ibm.as400.access.ClientAccessDataStream
 
setTEXT(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the value to be specified for the TEXT keyword for this field.
setText(String) - Method in class com.ibm.as400.util.html.HTMLApplet
Set the alternate text for the Applet, which will be displayed if the browser does not support the APPLET tag or the applet fails to load.
setText(String) - Method in class com.ibm.as400.util.html.HTMLHeading
Set the visible text to display in the header.
setText(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the text representation for the resource link.
setText(String) - Method in class com.ibm.as400.util.html.HTMLServlet
Set the alternate text for the servlet, which will be displayed if the web server does not support the servlet tag.
setText(String) - Method in class com.ibm.as400.util.html.HTMLText
Sets the text.
setText(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Set the visible text of the HTMLTreeElement.
setText(String) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Set the visigble test of the HTMLTreeElement.
setText(String) - Method in class com.ibm.as400.util.html.SelectOption
Sets the option text with the specified viewable text.
setText(String) - Method in class com.ibm.as400.util.html.TextAreaFormElement
Sets the initial text of the text area.
setText(String) - Method in class com.ibm.jtopenlite.components.MessageInfo
 
setTextCcsidConversionStatusIndicator(int) - Method in class com.ibm.as400.access.AS400Message
set the text ccsid conversion status indicator.
setTextConversionEnablement(int) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the value of the "enable text conversion" attribute.
setTextDescription(String) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setTextOrientation(int) - Method in class com.ibm.as400.access.SCS3812Writer
Sets text orientation.
setTextUrl(HTMLHyperlink) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Set the URL of the HTMLTreeElement text.
setThreadCount(int) - Method in class com.ibm.jtopenlite.components.JobInfo
 
setThreadSafe(boolean) - Method in class com.ibm.as400.access.CommandCall
Specifies whether or not the command should be assumed thread-safe.
setThreadSafe(Boolean) - Method in class com.ibm.as400.access.CommandCall
Specifies whether or not the command should be assumed thread-safe.
setThreadSafe(boolean) - Method in class com.ibm.as400.access.ProgramCall
Specifies whether or not the program should be assumed thread-safe.
setThreadsafeOverride(String, boolean) - Method in class com.ibm.as400.data.ProgramCallDocument
Allows the overriding of the threadsafe attribute of a program element.
setThreadUsed(boolean) - Method in class com.ibm.as400.access.AS400
Sets whether the IBM Toolbox for Java uses threads in communication with the host servers.
setThreadUsed(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether a thread is used.
setThreadUsed(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether a thread is used.
setThreadUsed(boolean) - Method in class com.ibm.as400.access.ConnectionPool
Sets whether the IBM Toolbox for Java uses additional threads.
setTime(String, Time) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a java.sql.Time value using the default calendar.
setTime(String, Time, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a java.sql.Time value using a calendar other than the default.
setTime(String, Time) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setTime(String, Time, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setTime(int, Time) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a java.sql.Time value using the default calendar.
setTime(int, Time, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a java.sql.Time value using a calendar other than the default.
setTime(int, Time) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a java.sql.Time value using the default calendar.
setTime(int, Time, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a java.sql.Time value using a calendar other than the default.
setTime(int, Time) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setTime(int, Time, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setTime(int, Time) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the time value at the specified parameterIndex.
setTime(int, Time, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the time value at the specified parameterIndex.
setTime(String, Time, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.sql.Time value, using the given Calendar object.
setTime(String, Time) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.sql.Time value.
setTime(long) - Method in class com.ibm.as400.access.AS400JDBCTimestamp
Sets this Timestamp object to represent a point in time that is time milliseconds after January 1, 1970 00:00:00 GMT.
setTime(String, Time) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setTime(String, Time, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setTime(int, Time) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setTime(int, Time, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setTimeBetweenCollections(int) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
setTimeFormat(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the time format used in time literals with SQL statements.
setTimeFormat(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the time format used in time literals with SQL statements.
setTimeFormatParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setTimeout(long) - Method in class com.ibm.as400.access.AS400JPing
Set the timeout period in milliseconds.
setTimeOut(int) - Method in class com.ibm.as400.access.FTP
 
setTimeOut(int) - Method in class com.ibm.as400.access.ProgramCall
Sets a valid time to run the program
setTimeOut(int) - Method in class com.ibm.as400.data.ProgramCallDocument
 
setTimeoutInterval(int) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Sets the timeout interval that is specified during the creation of the profile token credential.
setTimeoutInterval(int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the number of seconds to expiration when the token is generated or refreshed.
setTimeSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the time separator used in time literals within SQL statements.
setTimeSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the time separator used in time literals within SQL statements.
setTimeSeparator(String) - Method in class com.ibm.as400.access.Job
Sets the value used to separate hours, minutes, and seconds when presenting a time.
setTimeSeparatorParserOption(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setTimeSlice(int) - Method in class com.ibm.as400.access.Job
Sets 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.
setTimeSliceEndPool(String) - Method in class com.ibm.as400.access.Job
Sets the value which indicates whether a thread in an interactive job moves to another main storage pool at the end of its time slice.
setTimestamp(String, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a java.sql.Timestamp value using the default calendar.
setTimestamp(String, Timestamp, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a java.sql.Timestamp value using a calendar other than the default.
setTimestamp(String, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setTimestamp(int, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a java.sql.Timestamp value using the default calendar.
setTimestamp(int, Timestamp, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a java.sql.Timestamp value using a calendar other than the default.
setTimestamp(int, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a java.sql.Timestamp value using the default calendar.
setTimestamp(int, Timestamp, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a java.sql.Timestamp value using a calendar other than the default.
setTimestamp(int, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setTimestamp(int, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the timestamp value at the specified parameterIndex.
setTimestamp(int, Timestamp, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the timestamp value at the specified parameterIndex.
setTimestamp(String, Timestamp, Calendar) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.sql.Timestamp value, using the given Calendar object.
setTimestamp(String, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.sql.Timestamp value.
setTimestamp(String, Timestamp) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setTimestamp(int, Timestamp) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setTimestampFormat(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the timestamp format used by getString methods.
setTimestampFormat(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the timestamp format used by getString.
setTimeToLive(int) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the time to live (in seconds) an entry remains in the clustered hash table.
setTIMFMT(String) - Method in class com.ibm.as400.access.TimeFieldDescription
Sets the value to specify for the TIMFMT keyword for this field.
setTIMSEP(String) - Method in class com.ibm.as400.access.TimeFieldDescription
Sets the value to specify for the TIMSEP keyword for this field.
settings_ - Variable in class com.ibm.as400.access.SQLDataBase
 
setTitle(String) - Method in class com.ibm.as400.util.html.HTMLHead
Sets the title of the HTML document.
setTitle(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the title for the resource link.
setToken(byte[]) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the actual bytes for the token as it exists on the IBM i system.
setToken(AS400Principal, String) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Deprecated.
As of V5R3, replaced by ProfileTokenCredential.setTokenExtended(AS400Principal,String) for password strings or ProfileTokenCredential.setToken(AS400Principal,int) for password special values.
setToken(String, String) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Deprecated.
As of V5R3, replaced by ProfileTokenCredential.setTokenExtended(String,String) for password strings or ProfileTokenCredential.setToken(String,int) for password special values.
setToken(AS400Principal, int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the token bytes based on the provided principal and special value for a password.
setToken(String, int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the token bytes based on the provided user profile and special value for a password.
setTokenExtended(AS400Principal, String) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Deprecated.
Use setTokenExtended(AS400Principal principal, char[] password) instead
setTokenExtended(AS400Principal, char[]) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the token bytes based on the provided principal and password.
setTokenExtended(String, String) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Deprecated.
Use setTokenExtended(String name, char[] password) instead.
setTokenExtended(String, char[]) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the token bytes based on the provided user profile and password.
setTokenType(int) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Sets the token type that is specified during the creation of the profile token credential.
setTokenType(int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the type of token.
setToolboxTrace(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the toolbox trace category, which indicates what trace points and diagnostic messages should be logged.
setToolboxTrace(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the toolbox trace category, which indicates what trace points and diagnostic messages should be logged.
setToolboxTraceCategory(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the toolbox trace category, which indicates what trace points and diagnostic messages should be logged.
setToolboxTraceCategory(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the toolbox trace category, which indicates what trace points and diagnostic messages should be logged.
setTotalCPUUsed(long) - Method in class com.ibm.jtopenlite.components.JobInfo
 
setTrace(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether trace messages should be logged.
setTrace(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether trace messages should be logged.
setTraceAllOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets tracing for all categories on or off.
setTraceCategory(int) - Static method in class com.ibm.jtopenlite.Trace
 
setTraceConversionOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets character set conversion tracing on or off.
setTraceDatastreamOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets data stream tracing on or off.
setTraceDiagnosticOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets diagnostic tracing on or off.
setTraceEnabled(boolean) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
Replaced by com.ibm.as400.access.Trace.setTracePCMLOn(boolean tracePCML).
setTraceErrorOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets error tracing on or off.
setTraceInformationOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets information tracing on or off.
setTraceJDBCOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets JDBC tracing on or off.
setTraceOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets tracing on or off.
setTracePCMLOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets PCML tracing on or off.
setTraceProxyOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets proxy stream tracing on or off.
setTraceThreadOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets thread tracing on or off.
setTraceWarningOn(boolean) - Static method in class com.ibm.as400.access.Trace
Sets warning tracing on or off.
setTransactionIsolation(int) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the transaction isolation level.
setTransactionIsolation(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the transaction isolation level.
setTransactionIsolation(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the transaction isolation level.
setTransactionIsolation(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setTransactionIsolation(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the IBM i system's transaction isolation.
setTransactionIsolation(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the IBM i system's transaction isolation.
setTransactionIsolation(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the transaction isolation level.
setTransactionIsolation(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
sets the isolation level used by the connection.
setTransactionTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Sets the current transaction timeout value.
setTransferSizeRequest(int) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setTranslateBinary(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether binary data is translated.
setTranslateBinary(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether binary data is translated.
setTranslateBoolean(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets how Boolean objects are interpreted when setting the value for a character field/parameter using the PreparedStatement.setObject(), CallableStatement.setObject() or ResultSet.updateObject() methods.
setTranslateBoolean(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets how Boolean objects are interpreted when setting the value for a character field/parameter using the PreparedStatement.setObject(), CallableStatement.setObject() or ResultSet.updateObject() methods.
setTranslateHex(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the translate hex property, which indicates how the parser will treat hexadecimal literals.
setTranslateHex(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the translate hex property, which indicates how the parser will treat hexadecimal literals.
setTranslateIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setTranslateIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setTreeSelectionModel(TreeSelectionModel) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Sets the selection model that is used to maintain selection state in the tree.
setTrueAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether true auto commit support is used.
setTrueAutocommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether true auto commit support is used.
setTrueAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether true auto commit support is used.
setTrueAutocommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether true auto commit support is used.
setTrueAutoCommitIndicator(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setType(AS400DataType) - Method in class com.ibm.as400.access.AS400Array
Sets the type of the array.
setType(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the result set type.
setType(int) - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the attribute type.
setType(int) - Method in class com.ibm.as400.util.commtrace.IPPacket
Sets the type of this packet.
setType(String) - Method in class com.ibm.as400.util.html.OrderedList
Sets the order labeling to be used.
setType(String) - Method in class com.ibm.as400.util.html.OrderedListItem
Sets the order labeling to be used.
setType(String) - Method in class com.ibm.as400.util.html.UnorderedList
Sets the labeling scheme to be used.
setType(String) - Method in class com.ibm.as400.util.html.UnorderedListItem
Sets the labeling scheme to be used.
setTypeMap(Map) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the type map to be used for distinct and structured types.
setTypeMap(Map) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the type map to be used for distinct and structured types.
setTypeMap(Map) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Sets the type map to be used for distinct and structured types.
setTypeMap(Map) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setTypeMap(Map) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the type map to be used for distinct and structured types.
setTypeMap(Map) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCConnection
Not implemented.
setTypeOfActionToPerform(String) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
setTypeOfResource(String) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
setUnderline(boolean) - Method in class com.ibm.as400.access.SCS5219Writer
Sets underline on or off.
setUnderscore(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Sets underline on or off.
setUnencryptedData(ValidationListTranslatedData) - Method in class com.ibm.as400.access.ValidationListEntry
Sets the unencrypted data for the entry.
setUnicodeStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Deprecated.
Use setCharacterStream(int, Reader, int) instead.
setUnicodeStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Deprecated.
Use setCharacterStream(int, Reader, int) instead.
setUnicodeStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setUnicodeStream(int, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setUpdate(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the update data authority.
setUpdateOption(int) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the update option.
setupVariableFieldCompression() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Setup the variableFieldCompression flags @K3A
setupVariableFieldCompression() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
setURL(String, URL) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a URL value.
setURL(String, URL) - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
setURL(int, URL) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a URL value.
setURL(int, URL) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementImpl
Sets an input parameter to a URL value.
setURL(int, URL) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
setUrl(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the URL used for getting a connection.
setURL(int, URL) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the designated parameter to the given java.net.URL value.
setUrl(String) - Method in class com.ibm.as400.access.jdbcClient.Main
 
setURL(String) - Method in class com.ibm.as400.util.html.HTMLForm
Sets the ACTION URL address of the server-side form handler.
setUrl(String) - Method in class com.ibm.as400.util.html.HTMLMeta
Sets the URL to reload after the time specified in the content attribute.
setURL(String) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Sets the URL used to connect to the database.
setURL(String, URL) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
setURL(int, URL) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCPreparedStatement
 
setUseBlockUpdate(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether blocking should be used for updates and delete.
setUseBlockUpdate(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the use block update property, which indicates whether blocked update support will be used.
setUseConnectionPool(boolean) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Sets the AS400Servlet to use the connection pool.
setUseDataSource(boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets whether the data source is used to make a connection to the database.
setUseDateCache(int, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Caches the last Date returned by ResultSet.getDate(column), and returns that same object on the next call to ResultSet.getDate(column) if the value returned from the database is identical.
setUseDateCache(String, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
You know you want this, if you're going to be calling getDate() a lot.
setUseDefaultUser(boolean) - Method in class com.ibm.as400.access.AS400
Sets the indicator for whether the default user is used.
setUseDouble(boolean) - Method in class com.ibm.as400.access.AS400PackedDecimal
Sets whether to return a Double object or a BigDecimal object on a call to toObject().
setUseDouble(boolean) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Sets whether to return a Double object or a BigDecimal object on a call to toObject().
setUseDrdaMetadataVersion(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether DRDA metadata should be returned.
setUseDrdaMetadataVersion(boolean) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the use drda metadata version property, which indicates whether the drda metadata version should be returned DatabaseMetadata.getVersion.
setUseExtendedFormats(int) - Method in class com.ibm.jtopenlite.database.DatabaseServerAttributes
 
setUseFO(boolean) - Method in class com.ibm.as400.util.html.BidiOrdering
Sets if Formatting Object tags should be outputted.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLAlign
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLDocument
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLHead
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLHeading
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLImage
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLList
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLListItem
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLTable
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLTableHeader
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Sets if Formatting Object tags should be used.
setUseMetaData(boolean) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Sets whether the table header is created using the metadata.
setUsePasswordCache(boolean) - Method in class com.ibm.as400.access.AS400
Sets the indicator for whether the password cache is used.
setUser(String) - Method in class com.ibm.as400.access.AS400FTP
Calling setUser() is valid only for FTP objects.
setUser(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the database user.
setUser(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the 'user' property.
setUser(String) - Method in class com.ibm.as400.access.FTP
Sets the user identifier used when connecting to the system.
setUser(String) - Method in class com.ibm.as400.access.Job
Sets the user name.
setUser(String) - Method in class com.ibm.as400.access.JobList
Sets the user name value that describes which jobs are returned.
setUser(String) - Method in class com.ibm.as400.access.JobLog
Sets the job user name.
setUser(String) - Method in class com.ibm.as400.resource.RJob
Deprecated.
Sets the user name.
setUser(String) - Method in class com.ibm.as400.resource.RJobLog
Deprecated.
Sets the user name.
setUser(String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Set the user ID.
setUser(String) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Sets the job user.
setUser(User) - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Sets the user.
setUserActionAuditLevel(String[]) - Method in class com.ibm.as400.access.User
Sets the level of activity that is audited for this user profile.
setUserClassName(String) - Method in class com.ibm.as400.access.User
Sets the type of user associated with this user profile: security officer, security administrator, programmer, system operator, or user.
setUserData(byte[]) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the user data to be stored in the clustered hash table.
setUserDataFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the user data list filter.
setUserDataFilter(String) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Sets the user data list filter.
setUserExpirationDate(Date) - Method in class com.ibm.as400.access.User
Sets the date when the user profile expires and is automatically disabled.
setUserExpirationInterval(int) - Method in class com.ibm.as400.access.User
Sets the expiration interval (in days) before the user profile is automatically disabled.
setUserFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the user ID list filter.
setUserFilter(String) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Sets the user ID list filter.
setUserHandle(int) - Method in class com.ibm.as400.access.AS400ImplRemote
 
setUserId(String) - Method in class com.ibm.as400.access.AS400
Sets the user ID for this object.
setUserId(String) - Method in class com.ibm.as400.access.jdbcClient.Main
 
setUserId(String) - Method in class com.ibm.as400.access.PasswordDialog
Sets the user ID.
setUserID(long) - Method in class com.ibm.as400.access.User
Sets the user ID number (uid number) for this user profile.
setUserId(String) - Method in class com.ibm.as400.security.auth.DefaultProfileTokenProvider
Sets the user ID that is used during the creation of the profile token credential.
setUserInfo(String) - Method in class com.ibm.as400.access.UserList
Sets which users are returned.
setUserInfo(String) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Sets the user information.
setUsername(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the user name used to make the connection.
setUserName(String) - Method in class com.ibm.as400.access.UserObjectsOwnedList
Sets the user name for which to retrieve the list of objects that the user is authorized to and/or the list of objects the user owns.
setUserName(String) - Method in class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Sets the user name used to connect to the database.
setUserOptions(String[]) - Method in class com.ibm.as400.access.User
Sets the level of help information detail to be shown and the function of the Page Up and Page Down keys by default.
setUserOrQueueIndicator(String) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setUserOrQueueName(String) - Method in class com.ibm.jtopenlite.command.program.message.OpenListOfMessages
 
setUserProfile(String) - Method in class com.ibm.as400.access.UserList
Sets which profile names to include in the list.
setUserProfileName(String) - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
Sets the user profile name.
setUserSelectTables(boolean) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Sets whether the user will be able to select and change the tables that are included in the query.
setUserSelectTableSchemas(boolean) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Sets whether the user will be able to select and change the schemas for which tables are shown.
setUserSpaceLibrary(String) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setUserSpaceLibrary(String) - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
setUserSpaceLibrary(String) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
setUserSpaceLibrary(String) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
setUserSpaceName(String) - Method in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
setUserSpaceName(String) - Method in class com.ibm.jtopenlite.command.program.object.DeleteUserSpace
 
setUserSpaceName(String) - Method in class com.ibm.jtopenlite.command.program.object.RetrieveUserSpace
 
setUserSpaceName(String) - Method in class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
setUserStartingMessageKey(byte[]) - Method in class com.ibm.as400.access.MessageQueue
Sets the starting message key used to begin searching for messages to list from the corresponding entry in the message queue.
setUseStringCache(int, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Caches all unique Strings returned by ResultSet.getString(column).
setUseStringCache(String, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
You know you want this, if you're going to be calling getString() a lot.
setUseSystemPasswordExpirationWarningDays(boolean) - Method in class com.ibm.as400.access.AS400
Set a flag to indicate whether or not to use the password expiration warning days from the QPWDEXPWRN system value.
setUseTimeCache(int, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
Caches the last Time returned by ResultSet.getTime(column), and returns that same object on the next call to ResultSet.getTime(column) if the value returned from the database is identical.
setUseTimeCache(String, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
You know you want this, if you're going to be calling getTime() a lot.
setvalidateSignonTimeOut(int) - Method in class com.ibm.as400.access.AS400
 
setValue(String) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
setValue(String, int) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
setValue(String, int, int) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
setValue(char[]) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
setValue(char[], int) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
setValue(char[], int, int) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
setValue(Object) - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Sets the value of the object that is to be edited.
setValue(Object) - Method in class com.ibm.as400.access.IFSShareOptionEditor
Sets the value of the object that is to be edited.
setValue(int, Object) - Method in class com.ibm.as400.access.Job
Sets a value for a job attribute.
setValue(Object) - Method in class com.ibm.as400.access.SystemValue
Sets the value for this system value.
setValue(String, Object) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element.
setValue(String, int[], Object) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element given indices to the data element.
setValue(String, Object) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object value for the named element.
setValue(String, int[], Object) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object value for the named element given indices to the data element.
setValue(Object, Object) - Method in class com.ibm.as400.resource.Presentation
Deprecated.
Sets a presentation value.
setValue(String) - Method in class com.ibm.as400.util.html.FormInput
Sets the initial value of the input field.
setValue(String) - Method in class com.ibm.as400.util.html.HTMLParameter
Set the value of the parameter.
setValue(int) - Method in class com.ibm.as400.util.html.OrderedListItem
Sets a number other than the incremented value for the current List Item (LI) in an Ordered List (OL.)
setValue(String) - Method in class com.ibm.as400.util.html.SelectOption
Sets the input value used when the field is submitted.
setValueAt(Object, int, int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Sets the value at the specifed row and column.
setValueAt(Object, int, int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Deprecated.
Sets the value at the specified row and column.
setValueAt(Object, int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Sets the value at the specifed row and column.
setValues(String, Record) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object values for the specified <recordformat> element, based on the values stored in the record object passed into the method.
setValues(String, byte[]) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the data represented by the specified <recordformat> element.
setValues(Object[], Object[]) - Method in class com.ibm.as400.resource.ProgramAttributeSetter
Deprecated.
Sets the attribute values.
setVariableFieldCompression(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Specifies whether variable-length fields should be compressed.
setVariableFieldCompression(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Specifies how variable-length fields should be compressed.
setVariableFieldCompression(String) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets the variable field compression property.
setVariableFieldCompression(int) - Method in class com.ibm.jtopenlite.database.DatabaseRequestAttributes
 
setVariableLength(boolean) - Method in class com.ibm.as400.access.CharacterFieldDescription
Sets the value that indicates if the field is a variable length field.
setVariableLength(boolean) - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Sets the value that indicates if the field is a variable-length field.
setVariableLength(boolean) - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Sets the value that indicates if the field is a variable-length field.
setVariableLength(boolean) - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Sets the value that indicates if the field is a variable-length field.
setVariableLength(boolean) - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Sets the value to specify if the field is a variable-length field.
setVariableLength(boolean) - Method in class com.ibm.as400.access.HexFieldDescription
Indicates that the field is a variable-length field.
setVariableLength(boolean) - Method in interface com.ibm.as400.access.VariableLengthFieldDescription
Sets the value that indicates if the field is a variable-length field.
setVariableLengthRecordData(int, byte[], int) - Method in class com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelection
 
setVariableLengthRecordData(int, byte[], int) - Method in interface com.ibm.jtopenlite.command.program.journal.RetrieveJournalEntriesSelectionListener
 
setVARLEN(int) - Method in class com.ibm.as400.access.CharacterFieldDescription
Sets the value to specify for the VARLEN keyword for this field.
setVARLEN(int) - Method in class com.ibm.as400.access.DBCSEitherFieldDescription
Sets the value to specify for the VARLEN keyword for this field.
setVARLEN(int) - Method in class com.ibm.as400.access.DBCSGraphicFieldDescription
Sets the value to specify for the VARLEN keyword for this field.
setVARLEN(int) - Method in class com.ibm.as400.access.DBCSOnlyFieldDescription
Sets the value to specify for the VARLEN keyword for this field.
setVARLEN(int) - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
Sets the value to specify for the VARLEN keyword for this field.
setVARLEN(int) - Method in class com.ibm.as400.access.HexFieldDescription
Sets the value to specify for the VARLEN keyword for this field.
setVerbose(boolean) - Method in class com.ibm.as400.access.ProxyServer
Sets whether to print status and connection information to System.out.
setVerbose(boolean) - Static method in class com.ibm.as400.access.Verbose
Sets whether verbose output is printed.
setVerbose() - Method in class utilities.JarMaker
Deprecated.
Sets verbose mode 'on'.
setVerbose(boolean) - Method in class utilities.JarMaker
Deprecated.
Sets verbose mode on or off.
setVerticalAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the vertical alignment.
setVerticalAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the global vertical alignment for the row.
setVerticalAlignment(boolean) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Sets the alignment of the radio group to vertical.
setVerticalFormat(int) - Method in class com.ibm.as400.access.SCS5256Writer
Sets the Vertical Format.
setViewingFidelity(int) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Sets the viewing fidelity.
setVisible() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Shows the dialog.
setVisibleRowCount(int) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Sets the preferred number of visible rows.
setVisibleRowCount(int) - Method in class com.ibm.as400.vaccess.ResourceListPane
Deprecated.
Sets the preferred number of visible rows.
setVSpace(int) - Method in class com.ibm.as400.util.html.HTMLImage
Sets the vertical space around the image in pixels.
setWaitForOptimizations(boolean) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
if true the optimize() method will wait for all CRTJVAPGM commands to end before it returns.
setWaitTime(int) - Method in class com.ibm.as400.access.SaveFile
Sets the number of seconds to wait for the file resources and session resources to be allocated when the save file is opened, or for the device or session resources to be allocated when an acquire operation is performed to the save file.
setWarningCallback(DatabaseWarningCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
setWidth(int) - Method in class com.ibm.as400.util.html.HTMLApplet
Set the width of the applet in pixels.
setWidth(int) - Method in class com.ibm.as400.util.html.HTMLImage
Sets the width of the image in pixels.
setWidth(int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table width.
setWidth(int, boolean) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table width in percent or pixels.
setWidth(int) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the width relative to the table.
setWidth(int, boolean) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the width relative to the table in percent or pixels.
setWidth(int) - Method in class com.ibm.as400.util.html.ImageFormInput
Sets the width of the image in pixels.
setWidth(int, boolean) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form width in pixels or percent.
setWidthInPercent(boolean) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table width unit in percent or pixels.
setWidthInPercent(boolean) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the width unit in percent or pixels.
setWINSPrimaryAddress(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "WINS primary address" attribute.
setWINSScopeID(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "WINS scope ID" attribute.
setWINSSecondaryAddress(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "WINS secondary address" attribute.
setWINSServer(boolean) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "WINS enablement" attribute.
setWorkstationStartingMessageKey(byte[]) - Method in class com.ibm.as400.access.MessageQueue
Sets the starting message key used to begin searching for messages to list from the corresponding entry in the message queue.
setWrap(boolean) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets if the cell data will use normal HTML linebreaking conventions.
setWritable(boolean) - Method in class com.ibm.as400.access.IFSJavaFile
A convenience method to set the owner's write permission for this abstract pathname.
setWritable(boolean, boolean) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the owner's or everybody's write permission for this abstract pathname.
setWriterFilter(String) - Method in class com.ibm.as400.access.WriterJobList
Sets writer list filter.
setXALooselyCoupledSupport(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether lock sharing is allowed for loosely coupled transaction branches.
setXALooselyCoupledSupport(int) - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Sets whether lock sharing is allowed for loosely coupled transaction branches.
setXsdName(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the XSD name that will appear in the generated <xpcml> tag from the generateXPCML() methods.
SEVERITY_CRITERIA - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Selection ID for severity criteria.
SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Property identifier for the severity.
SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VMessage
Deprecated.
Property identifier for the message severity.
SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the message severity.
SHARE - Static variable in class com.ibm.as400.access.ISeriesNetServerConnection
Value of the ISeriesNetServerConnection "resource type" attribute, indicating that the connection is to a specific share.
SHARE_ALL - Static variable in class com.ibm.as400.access.IFSFileInputStream
Share option that allows read and write access by other users.
SHARE_ALL - Static variable in class com.ibm.as400.access.IFSFileOutputStream
Share option that allows read and write access by other users.
SHARE_ALL - Static variable in class com.ibm.as400.access.IFSFileReader
Share option that allows read and write access by other users.
SHARE_ALL - Static variable in class com.ibm.as400.access.IFSFileWriter
Share option that allows read and write access by other users.
SHARE_ALL - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
Share option that allows read and write access by other users.
SHARE_ALL - Static variable in class com.ibm.jtopenlite.file.FileHandle
 
SHARE_NONE - Static variable in class com.ibm.as400.access.IFSFileInputStream
Share option that does not allow read or write access by other users.
SHARE_NONE - Static variable in class com.ibm.as400.access.IFSFileOutputStream
Share option that does not allow read or write access by other users.
SHARE_NONE - Static variable in class com.ibm.as400.access.IFSFileReader
Share option that does not allow read or write access by other users.
SHARE_NONE - Static variable in class com.ibm.as400.access.IFSFileWriter
Share option that does not allow read or write access by other users.
SHARE_NONE - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
Share option that does not allow read or write access by other users.
SHARE_NONE - Static variable in class com.ibm.jtopenlite.file.FileHandle
 
SHARE_READ - Static variable in class com.ibm.jtopenlite.file.FileHandle
 
SHARE_READERS - Static variable in class com.ibm.as400.access.IFSFileInputStream
Share option that allows only read access by other users.
SHARE_READERS - Static variable in class com.ibm.as400.access.IFSFileOutputStream
Share option that allows only read access by other users.
SHARE_READERS - Static variable in class com.ibm.as400.access.IFSFileReader
Share option that allows only read access by other users.
SHARE_READERS - Static variable in class com.ibm.as400.access.IFSFileWriter
Share option that allows only read access by other users.
SHARE_READERS - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
Share option that allows only read access by other users.
SHARE_WRITE - Static variable in class com.ibm.jtopenlite.file.FileHandle
 
SHARE_WRITERS - Static variable in class com.ibm.as400.access.IFSFileInputStream
Share option that allows only write access by other users.
SHARE_WRITERS - Static variable in class com.ibm.as400.access.IFSFileOutputStream
Share option that allows only write access by other users.
SHARE_WRITERS - Static variable in class com.ibm.as400.access.IFSFileReader
Share option that allows only write access by other users.
SHARE_WRITERS - Static variable in class com.ibm.as400.access.IFSFileWriter
Share option that allows only write access by other users.
SHARE_WRITERS - Static variable in class com.ibm.as400.access.IFSRandomAccessFile
Share option that allows only write access by other users.
SHARED_CAPPED - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
SHARED_UNCAPPED - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
SHARING_VIOLATION - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that a sharing violation has occurred.
SHORT_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Short data type.
shortToByteArray(short, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified short into IBM i format in the specified byte array.
shortToByteArray(short) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified short into IBM i format in a byte array.
shortToByteArray(int, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified short value into 2 bytes.
showDialog() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Deprecated.
Shows the dialog and returns the current state.
showMixedUXOutput(PrintStream, char[]) - Method in class com.ibm.as400.access.jdbcClient.Main
 
SIGN_ON_ATTEMPTS_NOT_VALID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for sign-on attempts not valid.
SIGNED_ON_JOB - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether the job is to be treated like a signed-on user on the system.
SIGNED_ON_JOB - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for signed on job.
SIGNED_ON_JOB_FALSE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job should not be treated like a signed-on user.
SIGNED_ON_JOB_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the signed-on job.
SIGNED_ON_JOB_TRUE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job should be treated like a signed-on user.
SIGNON - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Sign-on service.
signon(String, boolean, String, CredentialVault, String) - Method in class com.ibm.as400.access.AS400ImplRemote
 
SIGNON_ALREADY_IN_PROGRESS - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that a signon is already in progress.
SIGNON_CANCELED - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user canceled out of the sign-on prompt.
SIGNON_CHAR_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID or password contains a character that is not valid.
SIGNON_CHAR_NOT_VALID - Static variable in exception com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the user ID or password contains a character that is not valid.
SIGNON_CONNECT_FAILED - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that it was unable to connect to signon server.
SIGNON_REQUEST_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the sign-on request is missing either the user ID or the password.
SIGNON_SERVICE - Static variable in class com.ibm.jtopenlite.PortMapper
Constant representing the System i Signon Host Server.
SignonConnection - Class in com.ibm.jtopenlite
Represents a TCP/IP socket connection to the System i Signon host server (QSYSWRK/QZSOSIGN prestart jobs).
SignonEvent - Class in com.ibm.as400.access
An Event object generated by an AS400 instance during an attempt to sign-on to the system.
SignonHandler - Interface in com.ibm.as400.access
Specifies the methods required for a SignonHandler.
SignonHandlerAdapter - Class in com.ibm.as400.access
An abstract adapter class for receiving Toolbox sign-on events.
SignonHandlerAdapter() - Constructor for class com.ibm.as400.access.SignonHandlerAdapter
 
SINGLE_BYTE_FROM_CCSID - Static variable in class com.ibm.as400.access.NLSTableDownload
 
SingleByteConversion - Interface in com.ibm.jtopenlite.ccsidConversion
 
SingleByteConversionTable - Class in com.ibm.jtopenlite.ccsidConversion
 
SingleByteConversionTable() - Constructor for class com.ibm.jtopenlite.ccsidConversion.SingleByteConversionTable
 
size() - Method in class com.ibm.as400.access.ClusteredHashTable
Return the number of entries in the clustered hash table.
SIZE - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by size.
size() - Method in class com.ibm.as400.access.PrintObjectList
Returns the current size of the list.
SIZE_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VIFSConstants
Deprecated.
Property identifier for the size.
skip(long) - Method in class com.ibm.as400.access.ConvTableReader
Skips the specified number of characters in the underlying stream.
skip(long) - Method in class com.ibm.as400.access.IFSFileInputStream
Skips over the next bytesToSkip bytes in the file input stream.
skip(long) - Method in class com.ibm.as400.access.IFSFileReader
Skip characters.
skip(long) - Method in class com.ibm.as400.access.PrintObjectInputStream
Skips over the next bytesToSkip bytes in the stream.
skip(long) - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Skips over the next bytesToSkip bytes in the stream.
skip(long) - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Skips over the next bytesToSkip bytes in the stream.
skip(long) - Method in class com.ibm.as400.access.ReaderInputStream
Skips the specified number of bytes.
skipBytes(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Deprecated.
Replaced by skipBytes(long)
skipBytes(long) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Skips over the next bytesToSkip bytes in the stream.
skipBytes(int) - Method in class com.ibm.jtopenlite.HostServerConnection.HostInputStream
 
skipSignon(String, boolean, String, CredentialVault, String) - Method in class com.ibm.as400.access.AS400ImplRemote
 
SMALL_ROMAN - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Small Roman numeral ordered labeling scheme.
SMALLINT - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
SMALLINT_500 - Static variable in class com.ibm.as400.access.SQLNativeType
 
SMRI - Class in com.ibm.as400.util.servlet
Locale-specific objects for the IBM Toolbox for Java.
SMRI() - Constructor for class com.ibm.as400.util.servlet.SMRI
 
SMTP_DOMAIN - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for SMTP domain.
SMTP_ROUTE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for SMTP route.
SMTP_USER_ID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for SMTP user ID.
sniff(byte[], int, int) - Static method in class com.ibm.as400.access.NPDataAnalyzer
sniffs the data and tells you what it appears to be.
SocketProperties - Class in com.ibm.as400.access
The SocketProperties class represents a set of socket options the IBM Toolbox for Java will set on its client side sockets.
SocketProperties() - Constructor for class com.ibm.as400.access.SocketProperties
 
sort(boolean) - Method in class com.ibm.as400.util.html.FileListElement
Sorts the list elements.
sort(boolean) - Method in class com.ibm.as400.util.html.HTMLTree
Sorts the elements within the HTMLTree.
sort(Collator, Vector) - Static method in class com.ibm.as400.util.html.HTMLTree
Sorts a vector of objects.
sort(boolean) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Sorts the tree elements.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Deprecated.
Sorts the contents.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Deprecated.
Sorts the contents.The propertyIdentifer[0], orders[0] combination is used to do the sort.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Deprecated.
Sorts the contents.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400ListModel
Deprecated.
Sorts the contents.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400ListPane
Deprecated.
Sorts the contents.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Sorts the contents.
SORT_CRITERIA - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Selection ID for sort criteria.
SORT_SEQUENCE_TABLE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the sort sequence table associated with this job.
SORT_SEQUENCE_TABLE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for sort sequence table.
SORT_SEQUENCE_TABLE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for sort sequence table.
SORT_SEQUENCE_TABLE_HEX - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the hexadecimal values of the characters are used to determine the sort sequence.
SORT_SEQUENCE_TABLE_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating the sort sequence table specified in the user profile under which this thread was initially running is used.
SORT_SEQUENCE_TABLE_LANGUAGE_SHARED_WEIGHT - Static variable in class com.ibm.as400.access.Job
Constant indicating that the sort sequence table used can contain the same weight for multiple characters, and it is the shared weight sort table associated with the language specified in the LANGUAGE_ID attribute.
SORT_SEQUENCE_TABLE_LANGUAGE_UNIQUE_WEIGHT - Static variable in class com.ibm.as400.access.Job
Constant indicating that the sort sequence table used must contain a unique weight for each character in the code page, and it is the unique weight sort table associated with the language specified in the LANGUAGE_ID parameter.
SORT_SEQUENCE_TABLE_NONE - Static variable in class com.ibm.as400.access.Job
Constant indicating that no sort sequence table is used.
SORT_SEQUENCE_TABLE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the sort sequence table.
SORT_SEQUENCE_TABLE_SHARED - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that a shared-weight sort table associated with the language specified
SORT_SEQUENCE_TABLE_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the system value QSRTSEQ is used.
SORT_SEQUENCE_TABLE_UNIQUE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that a unique-weight sort table associated with the language specified
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in interface com.ibm.as400.vaccess.VNode
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Sorts the children for the details.
SortListener - Interface in com.ibm.jtopenlite.command.program
 
SOURCE_FILE - Static variable in class com.ibm.as400.access.MemberDescription
Whether the database file is a source file or a data file.
SOURCE_FILE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the fully-qualified integrated file system path name of the source file that was used to create the object.
SOURCE_FILE_UPDATED_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time the member in the source file was last updated.
SOURCE_MEMBER_TEXT - Static variable in class com.ibm.as400.access.AS400File
Constant indicating a text description of *SRCMBRTXT.
SOURCE_PCML - Static variable in class com.ibm.as400.data.ProgramCallDocument
Constant indicating a source PCML document is being streamed.
SOURCE_TYPE - Static variable in class com.ibm.as400.access.MemberDescription
The type of source member if this is a source file.
SOURCE_XPCML - Static variable in class com.ibm.as400.data.ProgramCallDocument
Constant indicating a source XPCML document is being streamed.
SOURCELLA - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery Source LLA Header
SourceLLA - Class in com.ibm.as400.util.commtrace
A SouceLLA Header.
SPECIAL_AUTHORITIES - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for special authorities.
SPECIAL_AUTHORITIES_ALL_OBJECT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating all object special authorities.
SPECIAL_AUTHORITIES_AUDIT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating audit special authorities.
SPECIAL_AUTHORITIES_IO_SYSTEM_CONFIGURATION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating I/O system configuration special authorities.
SPECIAL_AUTHORITIES_JOB_CONTROL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating job control special authorities.
SPECIAL_AUTHORITIES_SAVE_SYSTEM - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating save system special authorities.
SPECIAL_AUTHORITIES_SECURITY_ADMINISTRATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating security administrator special authorities.
SPECIAL_AUTHORITIES_SERVICE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating service special authorities.
SPECIAL_AUTHORITIES_SPOOL_CONTROL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating spool control special authorities.
SPECIAL_AUTHORITY_ALL_OBJECT - Static variable in class com.ibm.as400.access.User
Constant value representing a special authority of "*ALLOBJ".
SPECIAL_AUTHORITY_AUDIT - Static variable in class com.ibm.as400.access.User
Constant value representing a special authority of "*AUDIT".
SPECIAL_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 special authority to perform the requested action.
SPECIAL_AUTHORITY_IO_SYSTEM_CONFIGURATION - Static variable in class com.ibm.as400.access.User
Constant value representing a special authority of "*IOSYSCFG".
SPECIAL_AUTHORITY_JOB_CONTROL - Static variable in class com.ibm.as400.access.User
Constant value representing a special authority of "*JOBCTL".
SPECIAL_AUTHORITY_SAVE_SYSTEM - Static variable in class com.ibm.as400.access.User
Constant value representing a special authority of "*SAVSYS".
SPECIAL_AUTHORITY_SECURITY_ADMINISTRATOR - Static variable in class com.ibm.as400.access.User
Constant value representing a special authority of "*SECADM".
SPECIAL_AUTHORITY_SERVICE - Static variable in class com.ibm.as400.access.User
Constant value representing a special authority of "*SERVICE".
SPECIAL_AUTHORITY_SPOOL_CONTROL - Static variable in class com.ibm.as400.access.User
Constant value representing a special authority of "*SPLCTL".
SPECIAL_ENVIRONMENT - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether a job is running in a particular environment.
SPECIAL_ENVIRONMENT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for special environment.
SPECIAL_ENVIRONMENT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for special environment.
SPECIAL_ENVIRONMENT_NONE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is not running in any special environment.
SPECIAL_ENVIRONMENT_NOT_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating that the special environment is ignored because the job is not currently active.
SPECIAL_ENVIRONMENT_NOT_ACTIVE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is not currently active.
SPECIAL_ENVIRONMENT_SYSTEM_36 - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job is running in the System/36 environment.
SPECIAL_ENVIRONMENT_SYSTEM_36 - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the job is running in the System/36 environment.
SPECIAL_ENVIRONMENT_SYSTEM_36 - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user operates in the System/36 environment.
SPECIAL_INSTRUCTIONS_IMMEDIATE - Static variable in class com.ibm.as400.access.PTFCoverLetter
Constant indicating that the cover letter does have pre-apply or pre-remove special instructions, but only when the PTF is applied or removed immediately.
SPECIAL_INSTRUCTIONS_IPL - Static variable in class com.ibm.as400.access.PTFCoverLetter
Constant indicating that the cover letter does have pre-apply or pre-remove special instructions, but only when the PTF is applied or removed during an IPL.
SPECIAL_INSTRUCTIONS_NO - Static variable in class com.ibm.as400.access.PTFCoverLetter
Constant indicating that the cover letter does not have any special instructions.
SPECIAL_INSTRUCTIONS_UNKNOWN - Static variable in class com.ibm.as400.access.PTFCoverLetter
Constant indicating that it is not known if the cover letter has special instructions.
SPECIAL_INSTRUCTIONS_YES - Static variable in class com.ibm.as400.access.PTFCoverLetter
Constant indicating that the cover letter does have special instructions.
split(File) - Method in class utilities.JarMaker
Deprecated.
Splits the specified JAR or ZIP file into smaller JAR or ZIP files whose size does not exceed 2 megabytes.
split(File, int) - Method in class utilities.JarMaker
Deprecated.
Splits the specified source JAR or ZIP file into smaller JAR or ZIP files whose size does not exceed the specified number of kilobytes.
SPOOLED_FILE_ACTION - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether spooled files can be accessed through job interfaces once a job has completed its normal activity.
SPOOLED_FILE_ACTION_DETACH - Static variable in class com.ibm.as400.access.Job
Constant indicating that spooled files are detached from the job when the job completes its activity.
SPOOLED_FILE_ACTION_KEEP - Static variable in class com.ibm.as400.access.Job
Constant indicating that when the job completes its activity, as long as at least one spooled file for the job exists in the system auxiliary storage pool (ASP 1) or in a basic user ASP (ASPs 2-32), the spooled files are kept with the job and the status of the job is updated to indicate that the job has completed.
SPOOLED_FILE_ACTION_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the job will take the spooled file action specified by the QSPLFACN system value.
SPOOLED_FILE_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for spooled file name.
SPOOLED_FILE_NO_MESSAGE_WAITING - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the spooled file does not have a message waiting.
SPOOLED_FILE_NUMBER - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for spooled file number.
SPOOLED_FILE_TYPE - Static variable in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
Attribute ID for "spooled file type".
SPOOLED_FILE_TYPE_AFP - Static variable in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
SPOOLED_FILE_TYPE attribute value indicating spooled file type "Advanced Function Printing".
SPOOLED_FILE_TYPE_AUTO_DETECT - Static variable in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
SPOOLED_FILE_TYPE attribute value indicating "Automatic type sensing".
SPOOLED_FILE_TYPE_SCS - Static variable in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
SPOOLED_FILE_TYPE attribute value indicating spooled file type "SNA character string".
SPOOLED_FILE_TYPE_USER_ASCII - Static variable in class com.ibm.as400.access.NetServerPrintShare
Deprecated.
SPOOLED_FILE_TYPE attribute value indicating spooled file type "User ASCII".
SPOOLED_OUTPUT_QUEUE - Static variable in class com.ibm.as400.access.ISeriesNetServerConnection
Value of the ISeriesNetServerConnection "connection type" attribute, indicating that the connection is to a spooled output queue, that is, a print share.
SpooledFile - Class in com.ibm.as400.access
Represents a spooled file.
SpooledFile(AS400, String, int, String, String, String) - Constructor for class com.ibm.as400.access.SpooledFile
Constructs a SpooledFile object.
SpooledFile(AS400, String, int, String, String, String, String, String, String) - Constructor for class com.ibm.as400.access.SpooledFile
Constructs a SpooledFile object.
SpooledFileInfo - Class in com.ibm.jtopenlite.components
Represents spooled file information returned by the ListSpooledFiles class.
SpooledFileInfoListener - Interface in com.ibm.jtopenlite.components
Order of operations: totalRecords() start loop newSpooledFileInfo() end loop
SpooledFileList - Class in com.ibm.as400.access
Builds a list of objects of type SpooledFile.
SpooledFileList() - Constructor for class com.ibm.as400.access.SpooledFileList
Constructs a SpooledFileList object.
SpooledFileList(AS400) - Constructor for class com.ibm.as400.access.SpooledFileList
Constructs a SpooledFileList object.
SpooledFileListBeanInfo - Class in com.ibm.as400.access
BeanInfo for SpooledFileList class.
SpooledFileListBeanInfo() - Constructor for class com.ibm.as400.access.SpooledFileListBeanInfo
 
SpooledFileListItem - Class in com.ibm.as400.access.list
Contains spooled file information that was generated by SpooledFileOpenList.
SpooledFileOpenList - Class in com.ibm.as400.access.list
An OpenList implementation that generates lists of SpooledFileListItem objects.
SpooledFileOpenList(AS400) - Constructor for class com.ibm.as400.access.list.SpooledFileOpenList
Constructs a SpooledFileOpenList object with the given system.
SpooledFileOpenList(AS400, String) - Constructor for class com.ibm.as400.access.list.SpooledFileOpenList
Constructs a SpooledFileOpenList object with the given system and format.
SpooledFileOutputStream - Class in com.ibm.as400.access
The SpooledFileOutputStream class is used to write data into a spooled file.
SpooledFileOutputStream(AS400, PrintParameterList, PrinterFile, OutputQueue) - Constructor for class com.ibm.as400.access.SpooledFileOutputStream
Constructs a SpooledFileOutputStream object.
SpooledFileViewer - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SpooledFileViewer() - Constructor for class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Constructs a SpooledFileViewer object.
SpooledFileViewer(SpooledFile) - Constructor for class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Constructs a SpooledFileViewer object.
SpooledFileViewer(SpooledFile, int) - Constructor for class com.ibm.as400.vaccess.SpooledFileViewer
Deprecated.
Constructs a SpooledFileViewer object.
SpooledFileViewerBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SpooledFileViewerBeanInfo() - Constructor for class com.ibm.as400.vaccess.SpooledFileViewerBeanInfo
Deprecated.
 
SQL_FILE_TYPE - Static variable in class com.ibm.as400.access.MemberDescription
The kind of SQL file type the file is.
SQL_statement_reordering(String, int, int) - Static method in class com.ibm.as400.access.AS400BidiTransform
Bidi-HCG Perform Bidi layout transformation of a data into SQL statement.
SQLConnection - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLConnection() - Constructor for class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Creates a SQLConnection object.
SQLConnection(String) - Constructor for class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Creates a SQLConnection object.
SQLConnection(String, String) - Constructor for class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Creates a SQLConnection object.
SQLConnection(String, String, String) - Constructor for class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Creates a SQLConnection object.
SQLConnection(String, Properties) - Constructor for class com.ibm.as400.vaccess.SQLConnection
Deprecated.
Creates a SQLConnection object.
SQLConnectionBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLConnectionBeanInfo() - Constructor for class com.ibm.as400.vaccess.SQLConnectionBeanInfo
Deprecated.
 
SQLDataBase - Class in com.ibm.as400.access
The SQLData interface represents native SQL data.
SQLDataBase(SQLConversionSettings) - Constructor for class com.ibm.as400.access.SQLDataBase
Create a new SQLDataBase object with the specified settings
sqlFromSchema(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
sqlFromSchema(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
sqlFromTable(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
sqlFromTable(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
SQLNativeType - Class in com.ibm.as400.access
Class containing constants for the native SQL type values.
SQLNativeType() - Constructor for class com.ibm.as400.access.SQLNativeType
 
SQLQueryBuilderPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLQueryBuilderPane() - Constructor for class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Constructs a SQLQueryBuilderPane object.
SQLQueryBuilderPane(SQLConnection) - Constructor for class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Constructs a SQLQueryBuilderPane object.
SQLQueryBuilderPane(SQLConnection, String[]) - Constructor for class com.ibm.as400.vaccess.SQLQueryBuilderPane
Deprecated.
Constructs a SQLQueryBuilderPane object.
SQLQueryBuilderPaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLQueryBuilderPaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.SQLQueryBuilderPaneBeanInfo
Deprecated.
 
SQLResultSetFormPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLResultSetFormPane() - Constructor for class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Constructs a SQLResultSetFormPane object.
SQLResultSetFormPane(SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLResultSetFormPane
Deprecated.
Constructs a SQLResultSetFormPane object.
SQLResultSetFormPaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLResultSetFormPaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.SQLResultSetFormPaneBeanInfo
Deprecated.
 
SQLResultSetMetaData - Class in com.ibm.as400.util.servlet
An SQLResultSetMetaData object can be used to find out information about the columns of an SQLResultSetRowData object.
SQLResultSetMetaData() - Constructor for class com.ibm.as400.util.servlet.SQLResultSetMetaData
Constructs a default SQLResultSetMetaData object.
SQLResultSetMetaData(ResultSetMetaData) - Constructor for class com.ibm.as400.util.servlet.SQLResultSetMetaData
Constructs an SQLResultSetMetaData object with the specified metadata.
SQLResultSetMetaDataBeanInfo - Class in com.ibm.as400.util.servlet
The SQLResultSetMetaDataBeanInfo class provides bean information for the SQLResultSetMetaData class.
SQLResultSetMetaDataBeanInfo() - Constructor for class com.ibm.as400.util.servlet.SQLResultSetMetaDataBeanInfo
 
SQLResultSetRowData - Class in com.ibm.as400.util.servlet
The SQLResultSetRowData class represents an SQL ResultSet as a list of data.
SQLResultSetRowData() - Constructor for class com.ibm.as400.util.servlet.SQLResultSetRowData
Constructs a default SQLResultSetRowData object.
SQLResultSetRowData(ResultSet) - Constructor for class com.ibm.as400.util.servlet.SQLResultSetRowData
Constructs a SQLResultSetRowData object with the specified resultSet.
SQLResultSetRowDataBeanInfo - Class in com.ibm.as400.util.servlet
The SQLResultSetRowDataBeanInfo class provides bean information for the SQLResultSetRowData class.
SQLResultSetRowDataBeanInfo() - Constructor for class com.ibm.as400.util.servlet.SQLResultSetRowDataBeanInfo
 
SQLResultSetTableModel - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLResultSetTableModel() - Constructor for class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Constructs a SQLResultSetTableModel object.
SQLResultSetTableModel(SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Constructs a SQLResultSetTableModel object.
SQLResultSetTableModel(ResultSet, boolean) - Constructor for class com.ibm.as400.vaccess.SQLResultSetTableModel
Deprecated.
Constructs a SQLResultSetTableModel object.
SQLResultSetTableModelBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLResultSetTableModelBeanInfo() - Constructor for class com.ibm.as400.vaccess.SQLResultSetTableModelBeanInfo
Deprecated.
 
SQLResultSetTablePane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLResultSetTablePane() - Constructor for class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Constructs a SQLResultSetTablePane object.
SQLResultSetTablePane(SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Constructs a SQLResultSetTablePane object.
SQLResultSetTablePane(ResultSet, boolean) - Constructor for class com.ibm.as400.vaccess.SQLResultSetTablePane
Deprecated.
Constructs a SQLResultSetTablePane object.
SQLResultSetTablePaneBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLResultSetTablePaneBeanInfo() - Constructor for class com.ibm.as400.vaccess.SQLResultSetTablePaneBeanInfo
Deprecated.
 
SQLStatementButton - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLStatementButton() - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Constructs a SQLStatementButton object.
SQLStatementButton(Icon) - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Constructs a SQLStatementButton object.
SQLStatementButton(String) - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Constructs a SQLStatementButton object.
SQLStatementButton(String, Icon) - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Constructs a SQLStatementButton object.
SQLStatementButton(String, Icon, SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Deprecated.
Constructs a SQLStatementButton object.
SQLStatementButtonBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLStatementButtonBeanInfo() - Constructor for class com.ibm.as400.vaccess.SQLStatementButtonBeanInfo
Deprecated.
 
SQLStatementDocument - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLStatementDocument() - Constructor for class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Constructs a SQLStatementDocument object.
SQLStatementDocument(SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLStatementDocument
Deprecated.
Constructs a SQLStatementDocument object.
SQLStatementDocumentBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLStatementDocumentBeanInfo() - Constructor for class com.ibm.as400.vaccess.SQLStatementDocumentBeanInfo
Deprecated.
 
SQLStatementMenuItem - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLStatementMenuItem() - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItem(Icon) - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItem(String) - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItem(String, Icon) - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItem(String, Icon, SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Deprecated.
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItemBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
SQLStatementMenuItemBeanInfo() - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItemBeanInfo
Deprecated.
 
sqlStateSQL99 - Static variable in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
 
sqlStateXOpen - Static variable in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
 
SQLVariableCompressible - Interface in com.ibm.as400.access
 
SQUARE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Square, solid square, labeling scheme.
srcToDstMap - Variable in class com.ibm.as400.access.BidiTransform
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.
srcToDstMapRequired - Variable in class com.ibm.as400.access.BidiTransform
Option: create a source to destination mapping
ST10 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 10 Type of text: Implicit Orientation: Contextual LTR Symmetric swapping: Yes Numeral shape: Nominal Text shapes: Nominal
ST11 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 11 Type of text: Implicit Orientation: Contextual RTL Symmetric swapping: Yes Numeral shape: Nominal Text shapes: Nominal
ST4 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 4 Type of text: Visual Orientation: LTR Symmetric swapping: No Numeral shape: Nominal Text shapes: Shaped
ST5 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 5 Type of text: Implicit Orientation: LTR Symmetric swapping: Yes Numeral shape: Nominal Text shapes: Nominal
ST6 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 6 Type of text: Implicit Orientation: RTL Symmetric swapping: Yes Numeral shape: Nominal Text shapes: Nominal
ST7 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 7 Type of text: Visual Orientation: Contextual LTR Symmetric swapping: No Numeral shape: Nominal Text shapes: Nominal
ST8 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 8 Type of text: Visual Orientation: RTL Symmetric swapping: No Numeral shape: Nominal Text shapes: Shaped
ST9 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 9 Type of text: Visual Orientation: RTL Symmetric swapping: Yes Numeral shape: Nominal Text shapes: Shaped
STAGE_ACTION - Static variable in class com.ibm.as400.access.PTFExitProgram
Constant indicating that the exit program is called to determine if there is action necessary to make the PTF active or inactive.
STAGE_APPLY - Static variable in class com.ibm.as400.access.PTFExitProgram
Constant indicating that the exit program will be run at the end of apply processing.
STAGE_BOTH - Static variable in class com.ibm.as400.access.PTFExitProgram
Constant indicating that the exit program will be run at the end of apply and remove processing.
STAGE_PRE_APPLY - Static variable in class com.ibm.as400.access.PTFExitProgram
Constant indicating that the exit program will be run before the PTF is applied and at the end of apply processing.
STAGE_PRE_BOTH - Static variable in class com.ibm.as400.access.PTFExitProgram
Constant indicating that the exit program will be run before the PTF is removed and at the end of remove processing.
STAGE_PRE_REMOVE - Static variable in class com.ibm.as400.access.PTFExitProgram
Constant indicating that the exit program will be run before the PTF is removed and at the end of remove processing.
STAGE_REMOVE - Static variable in class com.ibm.as400.access.PTFExitProgram
Constant indicating that the exit program will be run at the end of remove processing.
STALE_HANDLE - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that the handle is stale.
start(Xid, int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Starts the work on behalf of a transaction branch.
start() - Method in class com.ibm.as400.access.ISeriesNetServer
Starts the NetServer job on the system.
start(boolean) - Method in class com.ibm.as400.access.ISeriesNetServer
Starts the NetServer job on the system, and (optionally) resets it.
start() - Method in class com.ibm.as400.access.NetServer
Deprecated.
Starts the NetServer job on the IBM i system.
start(boolean) - Method in class com.ibm.as400.access.NetServer
Deprecated.
Starts the NetServer job on the IBM i system, and (optionally) resets it.
start() - Method in class com.ibm.as400.access.ProxyServer
Starts the proxy server.
start() - Method in class com.ibm.as400.access.Subsystem
Starts the subsystem on the system.
start(AS400, Printer, PrintParameterList, OutputQueue) - Static method in class com.ibm.as400.access.WriterJob
Starts a writer on the system.
START_SERVER_REQUEST_NOT_VALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that the start host server request is not valid.
START_SERVER_UNKNOWN_ERROR - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that there was an unknown error when starting the host server.
startAutomaticRefresh(int, int) - Method in class com.ibm.as400.security.auth.AS400Credential
Starts automatic refresh for the credential.
startCancelThread() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
startCancelThread() - Method in class com.ibm.as400.access.AS400JDBCStatement
Handles the work involved in supporting a setQueryTimeout option with the cancel property set. .
startCancelThread() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
startCommitmentControl(int) - Method in class com.ibm.as400.access.AS400File
Starts commitment control on this file (for this connection).
startCommitmentControl(AS400, int) - Static method in class com.ibm.as400.access.AS400File
Starts commitment control for the specified system.
STARTED_BY_USER - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for started by user.
startEditing(VObject, Object) - Method in interface com.ibm.as400.vaccess.VActionContext
Deprecated.
Prompts the user to edit the text for a system resource.
STARTING_MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RJobLog
Deprecated.
Selection ID for starting message key.
STARTING_PROFILE_FIRST - Static variable in class com.ibm.jtopenlite.command.program.security.RetrieveAuthorizedUsers
 
STARTING_USER_MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Selection ID for starting user message key.
STARTING_WORKSTATION_MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Selection ID for starting workstation message key.
startVerticalGridLines(double[]) - Method in class com.ibm.as400.access.SCS5553Writer
Starts printing vertical grid lines at the specified positions.
startWorking(WorkingEvent) - Method in class com.ibm.as400.vaccess.WorkingCursorAdapter
Deprecated.
Processes a start working event.
startWorking(WorkingEvent) - Method in interface com.ibm.as400.vaccess.WorkingListener
Deprecated.
Invoked when a potentially long-running unit of work is about to begin.
statementDataFormat(int, byte[]) - Method in interface com.ibm.jtopenlite.database.DatabasePackageCallback
 
statementParameterMarkerFormat(int, byte[]) - Method in interface com.ibm.jtopenlite.database.DatabasePackageCallback
 
statementText(int, String) - Method in interface com.ibm.jtopenlite.database.DatabasePackageCallback
 
STATUS - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by status.
STATUS - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for status.
STATUS_ANY - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing any status.
STATUS_APPLIED - Static variable in class com.ibm.as400.access.PTF
Constant indicating that a PTF is applied.
STATUS_APPLIED_PERMANENT - Static variable in class com.ibm.as400.access.PTF
Constant indicating that a PTF is permanently applied.
STATUS_BUILDING - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
STATUS_BUILT - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
STATUS_CLOSED - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file has been processed completely by a program, but SCHEDULE(*JOBEND) was specified.
STATUS_DAMAGED - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a status of 'D' for the information in this object when generated by an ObjectList.
STATUS_DAMAGED - Static variable in class com.ibm.as400.access.PTF
Constant indicating that a PTF is damaged.
STATUS_DEFERRED - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file has been deferred from printing.
STATUS_ENABLED - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user profile is enabled.
STATUS_ERROR - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
STATUS_FINISHED - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is no longer in the system.
STATUS_FOUND - Static variable in class com.ibm.as400.access.PanelGroupHelpIdentifier
Constant indicating that the keyword specified for this help identifier and panel group was found and information about the help identifier was retrieved.
STATUS_HELD - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file has been held.
STATUS_HELD - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value for status indicating held.
STATUS_LOADED - Static variable in class com.ibm.as400.access.PTF
Constant indicating that a PTF is loaded.
STATUS_LOCKED - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a status of 'L' for the information in this object when generated by an ObjectList.
STATUS_MESSAGE_HANDLING - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether status messages are displayed for this job.
STATUS_MESSAGE_HANDLING - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for status message handling.
STATUS_MESSAGE_HANDLING_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating the status message handling that is specified in the user profile under which this thread was initially running is used.
STATUS_MESSAGE_HANDLING_NONE - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job does not display status messages.
STATUS_MESSAGE_HANDLING_NORMAL - Static variable in class com.ibm.as400.access.Job
Constant indicating that this job displays status messages.
STATUS_MESSAGE_HANDLING_NORMAL - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that this job displays status messages.
STATUS_MESSAGE_HANDLING_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the status message handling.
STATUS_MESSAGE_HANDLING_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the system value QSTSMSG is used.
STATUS_MESSAGE_WAIT - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file has a message that needs a reply or needs an action to be taken.
STATUS_NAME_NOT_CORRECT - Static variable in class com.ibm.as400.access.PanelGroupHelpIdentifier
Constant indicating that the keyword specified for this help identifier and panel group was not correct.
STATUS_NO_AUTHORITY - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a status of 'A' for the information in this object when generated by an ObjectList.
STATUS_NO_ERRORS - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a status of ' ' for the information in this object when generated by an ObjectList.
STATUS_NOT_ENABLED - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user profile is not enabled.
STATUS_NOT_LOADED - Static variable in class com.ibm.as400.access.PTF
Constant indicating that a PTF is not loaded.
STATUS_OBJECT_ACCESS_FAILURE - Static variable in class com.ibm.as400.access.PanelGroupHelpIdentifier
Constant indicating that the system encountered a problem while accessing the panel group or specified keyword information.
STATUS_OF_JOB_ON_JOB_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the status of the job on the job queue.
STATUS_OPEN - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file has not been completely processed and is not ready to be selected by a writer.
STATUS_OVERFLOW - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
STATUS_PARTIALLY_DAMAGED - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a status of 'P' for the information in this object when generated by an ObjectList.
STATUS_PENDING - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is pending (waiting) to be printed.
STATUS_PENDING - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
STATUS_PRIMED - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
STATUS_PRINTING - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file has been completely sent to the printer, but the print complete status has not been sent back.
STATUS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the status.
STATUS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the status of the output.
STATUS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Property identifier for the status.
STATUS_READY - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is available to be written to an output device by a writer.
STATUS_RELEASED - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value for status indicating released.
STATUS_REMOVED_PERMANENT - Static variable in class com.ibm.as400.access.PTF
Constant indicating that a PTF is permanently removed.
STATUS_SAVED - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file has been written and then saved.
STATUS_SENDING - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file is being sent or has been sent to a remote system.
STATUS_SUPERSEDED - Static variable in class com.ibm.as400.access.PTF
Constant indicating that a PTF is superseded.
STATUS_UNKNOWN - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing an unknown status for the information in this object.
STATUS_UNKNOWN - Static variable in class com.ibm.as400.access.PanelGroupHelpIdentifier
Constant indicating that the system returned a status code that is not known.
STATUS_UNKNOWN - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
STATUS_WRITING - Static variable in class com.ibm.as400.access.list.SpooledFileListItem
Constant indicating the spooled file currently is being produced by the writer on an output device.
stop() - Method in class com.ibm.as400.access.ProxyServer
Stops the proxy server.
stopAutomaticRefresh() - Method in class com.ibm.as400.security.auth.AS400Credential
Stops and clears the state of any automatic refresh in progress for the credential.
stopProcessing() - Method in interface com.ibm.jtopenlite.command.program.openlist.ListFormatListener
Indicates to the caller who is iterating through the list of entries that they should stop.
stopVerticalGridLines() - Method in class com.ibm.as400.access.SCS5553Writer
Stops printing vertical grid lines.
stopWorking(WorkingEvent) - Method in class com.ibm.as400.vaccess.WorkingCursorAdapter
Deprecated.
Processes a stop working event.
stopWorking(WorkingEvent) - Method in interface com.ibm.as400.vaccess.WorkingListener
Deprecated.
Invoked when a potentially long-running unit of work has completed.
STORAGE_DYNAMIC - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the system will dynamically determine the optimum storage allocation for the object.
STORAGE_MINIMIZE - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that storage will be allocated to minimize the space used by the object.
STORAGE_NORMAL - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that storage will be allocated normally.
STORAGE_STATUS - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the storage status of the object.
STORAGE_STATUS_FREE - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a storage status of *FREE.
STORAGE_STATUS_KEEP - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing a storage status of *FREE.
STORAGE_USED - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for storage used.
storesLowerCaseIdentifiers() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database treats mixed case, unquoted SQL identifiers as case insensitive and stores them in lowercase.
storesLowerCaseIdentifiers() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database treats mixed case, unquoted SQL identifiers as case insensitive and stores them in lowercase.
storesLowerCaseQuotedIdentifiers() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database treats mixed case, quoted SQL identifiers as case insensitive and stores them in lowercase.
storesLowerCaseQuotedIdentifiers() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database treats mixed case, quoted SQL identifiers as case insensitive and stores them in lowercase.
storesMixedCaseIdentifiers() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database treats mixed case, unquoted SQL identifiers as case insensitive and stores them in mixed case.
storesMixedCaseIdentifiers() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database treats mixed case, unquoted SQL identifiers as case insensitive and stores them in mixed case.
storesMixedCaseQuotedIdentifiers() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database treats mixed case, quoted SQL identifiers as case insensitive and stores them in mixed case.
storesMixedCaseQuotedIdentifiers() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database treats mixed case, quoted SQL identifiers as case insensitive and stores them in mixed case.
storesUpperCaseIdentifiers() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database treats mixed case, unquoted SQL identifiers as case insensitive and stores them in uppercase.
storesUpperCaseIdentifiers() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database treats mixed case, unquoted SQL identifiers as case insensitive and stores them in uppercase.
storesUpperCaseQuotedIdentifiers() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database treats mixed case, quoted SQL identifiers as case insensitive and stores them in uppercase.
storesUpperCaseQuotedIdentifiers() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database treats mixed case, quoted SQL identifiers as case insensitive and stores them in uppercase.
STR_FNTRSC - Static variable in class com.ibm.as400.access.AFPResource
 
STR_FORMDF - Static variable in class com.ibm.as400.access.AFPResource
 
STR_OVL - Static variable in class com.ibm.as400.access.AFPResource
 
STR_PAGDFN - Static variable in class com.ibm.as400.access.AFPResource
 
STR_PAGSEG - Static variable in class com.ibm.as400.access.AFPResource
 
streamFetch(DatabaseStreamFetchAttributes, DatabaseFetchCallback) - Method in class com.ibm.jtopenlite.database.DatabaseConnection
 
STRING_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.String data type.
STRING_OR_NUMBER - Static variable in class com.ibm.as400.data.DAMRI
 
STRING_TO_BYTES - Static variable in class com.ibm.as400.data.DAMRI
 
stringArrayContents(String[]) - Static method in class com.ibm.as400.access.jdbcClient.StringFormatUtil
 
StringConverter - Class in com.ibm.as400.util.servlet
The StringConverter class represents a row data string converter to convert the data from RowData objects to formatted String arrays.
StringConverter() - Constructor for class com.ibm.as400.util.servlet.StringConverter
 
StringFormatUtil - Class in com.ibm.as400.access.jdbcClient
 
StringFormatUtil() - Constructor for class com.ibm.as400.access.jdbcClient.StringFormatUtil
 
StringInputParameter - Class in com.ibm.jtopenlite.command
A specific kind of program parameter that represents a CCSID 37 String value as input.
StringInputParameter(String) - Constructor for class com.ibm.jtopenlite.command.StringInputParameter
Constructs a parameter using the provided value as the input data.
stringToBlankPadEBCDICByteArray(String, byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into CCSID 37 bytes, padding the byte array with EBCDIC spaces (0x40) up to length bytes.
stringToBlankPadEBCDICByteArray(String, byte[], int, int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into bytes for the specified CCSID, padding the byte array with spaces up to length bytes.
stringToBlankPadUnicodeByteArray(String, byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into Unicode bytes, padding the byte array with Unicode spaces (0x0020) up to length bytes.
stringToByteArray(String) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(String, int) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(String, BidiConversionProperties) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(String, byte[]) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(String, byte[], int) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(String, byte[], int, int) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(String, byte[], int, int, int) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(String, byte[], int, int, BidiConversionProperties) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(AS400, String) - Static method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(int, AS400, String) - Static method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(int, String) - Static method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
stringToByteArray(String) - Method in class com.ibm.as400.access.Converter
 
stringToByteArray(String, byte[]) - Method in class com.ibm.as400.access.Converter
 
stringToByteArray(String, byte[], int) - Method in class com.ibm.as400.access.Converter
 
stringToByteArray(String, byte[], int, int) - Method in class com.ibm.as400.access.Converter
 
stringToByteArray(String) - Method in class com.ibm.as400.access.ConverterImplRemote
 
stringToByteArray(String, int) - Method in class com.ibm.as400.access.ConverterImplRemote
 
stringToByteArray(String, BidiConversionProperties) - Method in class com.ibm.as400.access.ConverterImplRemote
 
stringToByteArray(String, int) - Method in class com.ibm.as400.access.ConvTable
 
stringToByteArray(String) - Method in class com.ibm.as400.access.ConvTable
 
stringToByteArray(char[], int, int) - Method in class com.ibm.as400.access.ConvTable
 
stringToByteArray(String, byte[], int) - Method in class com.ibm.as400.access.ConvTable
 
stringToByteArray(String, byte[], int, int) - Method in class com.ibm.as400.access.ConvTable
 
stringToByteArray(String, byte[], int, int, int) - Method in class com.ibm.as400.access.ConvTable
 
stringToByteArray(String, byte[], int, int, BidiConversionProperties) - Method in class com.ibm.as400.access.ConvTable
Place the string into the specified buffer, beginning at offset for length.
stringToByteArray(char[], int, int) - Method in class com.ibm.as400.access.ConvTableAsciiMap
 
stringToByteArray(char[], int, int) - Method in class com.ibm.as400.access.ConvTableSingleMap
 
stringToByteArray(String, byte[], int) - Method in class com.ibm.as400.access.ConvTableSingleMap
 
stringToByteArray(String, byte[], int, int) - Method in class com.ibm.as400.access.ConvTableSingleMap
 
stringToByteArray(String, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
stringToByteArray(char[], int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
stringToByteArray(String, byte[], int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
stringToByteArray(String, byte[], int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
stringToByteArray(String, byte[], int, int, int) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
stringToByteArray(String, byte[], int, int, BidiConversionProperties) - Method in class com.ibm.as400.access.ConvTableUnicodeBigMap
 
stringToBytes(String) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified hexadecimal String into a byte array containing the byte values for the hexadecimal characters in the String.
stringToEBCDICByteArray(String, int) - Static method in class com.ibm.jtopenlite.ccsidConversion.CcsidConversion
 
stringToEBCDICByteArray(String, byte[], int, int) - Static method in class com.ibm.jtopenlite.ccsidConversion.CcsidConversion
 
stringToEBCDICByteArray(String, int, byte[], int, int) - Static method in class com.ibm.jtopenlite.ccsidConversion.CcsidConversion
 
stringToEBCDICByteArray(String, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into the appropriate byte values for the specified CCSID.
stringToEBCDICByteArray(String, byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into the appropriate byte values for the specified CCSID.
stringToEBCDICByteArray(String, int, byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into the appropriate byte values for the specified CCSID.
stringToEBCDICByteArray37(String) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into CCSID 37 bytes.
stringToEBCDICByteArray37(String, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into CCSID 37 bytes.
stringToEBCDICByteArray37(String, int, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
 
stringToPackedDecimal(String, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String (number) into packed decimal bytes.
stringToPackedDecimal(String, int, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String (number) into packed decimal bytes.
stringToUnicodeByteArray(String) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into Unicode bytes.
stringToUnicodeByteArray(String, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String into Unicode bytes.
stringToUnicodeByteArray(String, int, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
 
stringToUnicodeByteArray(String, byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
 
stringToUtf8ByteArray(String, int, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
 
stringToZonedDecimal(String, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String (number) into zoned decimal bytes.
stringToZonedDecimal(String, int, byte[], int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified String (number) into zoned decimal bytes.
STRUCT_VALUE - Static variable in class com.ibm.as400.data.DAMRI
 
SUBJECT_COMMON_NAME - Static variable in class com.ibm.as400.access.AS400CertificateAttribute
Constant indicating the attribute represents the subject's common name in the certificate.
SUBJECT_COUNTRY - Static variable in class com.ibm.as400.access.AS400CertificateAttribute
Constant indicating the attribute represents the subject's country in the certificate.
SUBJECT_LOCALITY - Static variable in class com.ibm.as400.access.AS400CertificateAttribute
Constant indicating the attribute represents the subject's locality in the certificate.
SUBJECT_ORGANIZATION - Static variable in class com.ibm.as400.access.AS400CertificateAttribute
Constant indicating the attribute represents the subject's organization in the certificate.
SUBJECT_ORGANIZATION_UNIT - Static variable in class com.ibm.as400.access.AS400CertificateAttribute
Constant indicating the attribute represents the subject's organizational unit in the certificate.
SUBJECT_STATE - Static variable in class com.ibm.as400.access.AS400CertificateAttribute
Contant indicating the attribute represents the subject's state or province in the certificate.
SubmitFormInput - Class in com.ibm.as400.util.html
The SubmitFormInput class represents a submit button input type in an HTML form.
SubmitFormInput() - Constructor for class com.ibm.as400.util.html.SubmitFormInput
Constructs a default SubmitFormInput object.
SubmitFormInput(String) - Constructor for class com.ibm.as400.util.html.SubmitFormInput
Constructs a SubmitFormInput object with the specified control name.
SubmitFormInput(String, String) - Constructor for class com.ibm.as400.util.html.SubmitFormInput
Constructs a SubmitFormInput object with the specified control name and initial input value.
SubmitFormInputBeanInfo - Class in com.ibm.as400.util.html
The SubmitFormInputBeanInfo class provides bean information for the SubmitFormInput class.
SubmitFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.SubmitFormInputBeanInfo
 
SUBMITTED_BY_JOB_NAME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the job name of the submitter's job.
SUBMITTED_BY_JOB_NAME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for submitted by job name.
SUBMITTED_BY_JOB_NUMBER - Static variable in class com.ibm.as400.access.Job
Job attribute representing the job number of the submitter's job.
SUBMITTED_BY_JOB_NUMBER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for submitted by job number.
SUBMITTED_BY_USER - Static variable in class com.ibm.as400.access.Job
Job attribute representing the user name of the submitter.
SUBMITTED_BY_USER - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for submitted by user.
SUBSTITUTE_FORMATTING_CHARACTERS - Static variable in class com.ibm.as400.access.MessageFile
Constant indicating MessageFile should replace formatting characters with newline and space characters.
SUBSTITUTE_FORMATTING_CHARACTERS - Static variable in class com.ibm.as400.resource.RMessageQueue
Deprecated.
Constant indicating that message help text is formatted.
substituteFormattingCharacters(String) - Static method in class com.ibm.as400.access.MessageFile
Substitutes formatting characters with appropriate new line and indent characters.
SUBSTITUTION_DATA - Static variable in class com.ibm.as400.resource.RQueuedMessage
Deprecated.
Attribute ID for substitution data.
SUBSYSTEM - Static variable in class com.ibm.as400.access.Job
Job attribute representing the subsystem description in which an active job is running.
Subsystem - Class in com.ibm.as400.access
Represents a subsystem on the system.
Subsystem(AS400, String, String) - Constructor for class com.ibm.as400.access.Subsystem
Constructs a Subsystem object.
Subsystem(AS400, String) - Constructor for class com.ibm.as400.access.Subsystem
Constructs a Subsystem object.
SUBSYSTEM - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for subsystem.
subsystem(String, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
SUBSYSTEM_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the subsystem.
SubsystemEntryList - Class in com.ibm.as400.access
Represents a list of subsystem entries.
SubsystemEntryList(AS400, String, String) - Constructor for class com.ibm.as400.access.SubsystemEntryList
Constructs a SubsystemEntryList object.
SubsystemEntryList(AS400, QSYSObjectPathName) - Constructor for class com.ibm.as400.access.SubsystemEntryList
Constructs a SubsystemEntryList.
SUBTYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the subtype.
succeeded() - Method in class com.ibm.jtopenlite.command.CommandResult
Returns true if the call was successful.
suggestThreadsafe(boolean) - Method in class com.ibm.as400.access.CommandCall
Specifies whether or not the command should be assumed to be thread-safe.
suggestThreadsafe() - Method in class com.ibm.as400.access.ProgramCall
Specifies that the called program should be assumed to be thread-safe.
superHashCode() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Returns the hashcode for the super class @E1A
SUPPLEMENTAL_GROUPS - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for supplemental groups.
SUPPORTED_FLAG - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for requirements met.
supportsAFP() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether the printer supports Advanced Function Printing.
supportsAlterTableWithAddColumn() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if ALTER TABLE with ADD COLUMN is supported.
supportsAlterTableWithAddColumn() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if ALTER TABLE with ADD COLUMN is supported.
supportsAlterTableWithDropColumn() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if ALTER TABLE with DROP COLUMN is supported.
supportsAlterTableWithDropColumn() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if ALTER TABLE with DROP COLUMN is supported.
supportsANSI92EntryLevelSQL() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the ANSI92 entry-level SQL grammar is supported.
supportsANSI92EntryLevelSQL() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the ANSI92 entry-level SQL grammar is supported.
supportsANSI92FullSQL() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the ANSI92, full SQL grammar is supported.
supportsANSI92FullSQL() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the ANSI92, full SQL grammar is supported.
supportsANSI92IntermediateSQL() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the ANSI92 intermediate-level SQL grammar is supported.
supportsANSI92IntermediateSQL() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the ANSI92 intermediate-level SQL grammar is supported.
supportsBatchUpdates() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the batch updates are supported.
supportsBatchUpdates() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the batch updates are supported.
supportsCatalogsInDataManipulation() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a catalog name can be used in a data manipulation statement.
supportsCatalogsInDataManipulation() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a catalog name can be used in a data manipulation statement.
supportsCatalogsInIndexDefinitions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a catalog name can be used in an index definition statement.
supportsCatalogsInIndexDefinitions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a catalog name can be used in an index definition statement.
supportsCatalogsInPrivilegeDefinitions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a catalog name can be used in a privilege definition statement.
supportsCatalogsInPrivilegeDefinitions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a catalog name can be used in a privilege definition statement.
supportsCatalogsInProcedureCalls() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a catalog name can be used in a procedure call statement.
supportsCatalogsInProcedureCalls() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a catalog name can be used in a procedure call statement.
supportsCatalogsInTableDefinitions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a catalog name can be used in a table definition statement.
supportsCatalogsInTableDefinitions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a catalog name can be used in a table definition statement.
supportsColumnAliasing() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if column aliasing is supported.
supportsColumnAliasing() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if column aliasing is supported.
supportsConvert() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the CONVERT function between SQL types is supported.
supportsConvert(int, int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if CONVERT between the given SQL types is supported.
supportsConvert() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the CONVERT function between SQL types is supported.
supportsConvert(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if CONVERT between the given SQL types is supported.
supportsCoreSQLGrammar() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the ODBC Core SQL grammar is supported.
supportsCoreSQLGrammar() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the ODBC Core SQL grammar is supported.
supportsCorrelatedSubqueries() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the correlated subqueries are supported.
supportsCorrelatedSubqueries() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the correlated subqueries are supported.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if both data definition and data manipulation statements are supported within a transaction.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if both data definition and data manipulation statements are supported within a transaction.
supportsDataManipulationTransactionsOnly() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if data manipulation statements are supported within a transaction.
supportsDataManipulationTransactionsOnly() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if data manipulation statements are supported within a transaction.
supportsDifferentTableCorrelationNames() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if table correlation names are supported, and if so, are they restricted to be different from the names of the tables.
supportsDifferentTableCorrelationNames() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if table correlation names are supported, and if so, are they restricted to be different from the names of the tables.
supportsExpressionsInOrderBy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if expressions in ORDER BY lists are supported.
supportsExpressionsInOrderBy() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if expressions in ORDER BY lists are supported.
supportsExtendedSQLGrammar() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the ODBC Extended SQL grammar is supported.
supportsExtendedSQLGrammar() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the ODBC Extended SQL grammar is supported.
supportsFullOuterJoins() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if full nested outer joins are supported.
supportsFullOuterJoins() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if full nested outer joins are supported.
supportsGetGeneratedKeys() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if, after a statement is executed, auto-generated keys can be retrieved using the method Statement.getGeneratedKeys().
supportsGetGeneratedKeys() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if, after a statement is executed, auto-generated keys can be retrieved using the method Statement.getGeneratedKeys().
supportsGroupBy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if some form of the GROUP BY clause is supported.
supportsGroupBy() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if some form of the GROUP BY clause is supported.
supportsGroupByBeyondSelect() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a GROUP BY clause can add columns not in the SELECT provided it specifies all of the columns in the SELECT.
supportsGroupByBeyondSelect() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a GROUP BY clause can add columns not in the SELECT provided it specifies all of the columns in the SELECT.
supportsGroupByUnrelated() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a GROUP BY clause can use columns not in the SELECT.
supportsGroupByUnrelated() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a GROUP BY clause can use columns not in the SELECT.
supportsIntegrityEnhancementFacility() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the SQL Integrity Enhancement Facility is supported.
supportsIntegrityEnhancementFacility() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the SQL Integrity Enhancement Facility is supported.
supportsLikeEscapeClause() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the escape character in LIKE clauses is supported.
supportsLikeEscapeClause() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the escape character in LIKE clauses is supported.
supportsLimitedOuterJoins() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if there is limited support for outer joins.
supportsLimitedOuterJoins() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if there is limited support for outer joins.
supportsMinimumSQLGrammar() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the ODBC Minimum SQL grammar is supported.
supportsMinimumSQLGrammar() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the ODBC Minimum SQL grammar is supported.
supportsMixedCaseIdentifiers() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database treats mixed case, unquoted SQL identifiers as case sensitive and stores them in mixed case.
supportsMixedCaseIdentifiers() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database treats mixed case, unquoted SQL identifiers as case sensitive and stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database treats mixed case, quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMixedCaseQuotedIdentifiers() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database treats mixed case, quoted SQL identifiers as case sensitive and as a result stores them in mixed case.
supportsMultipleOpenResults() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if multiple result sets can be returned from a CallableStatement simultaneously.
supportsMultipleOpenResults() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if multiple result sets can be returned from a CallableStatement simultaneously.
supportsMultipleResultSets() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if multiple result sets from a single execute are supported.
supportsMultipleResultSets() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if multiple result sets from a single execute are supported.
supportsMultipleTransactions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if multiple transactions can be open at once (on different connections).
supportsMultipleTransactions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if multiple transactions can be open at once (on different connections).
supportsNamedParameters() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if using parameter names to specify parameters on callable statements are supported.
supportsNamedParameters() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if using parameter names to specify parameters on callable statements are supported.
supportsNonNullableColumns() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if columns can be defined as non-nullable.
supportsNonNullableColumns() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if columns can be defined as non-nullable.
supportsOpenCursorsAcrossCommit() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if cursors can remain open across commits.
supportsOpenCursorsAcrossCommit() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if cursors can remain open across commits.
supportsOpenCursorsAcrossRollback() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if cursors can remain open across rollback.
supportsOpenCursorsAcrossRollback() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if cursors can remain open across rollback.
supportsOpenStatementsAcrossCommit() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if statements can remain open across commits.
supportsOpenStatementsAcrossCommit() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if statements can remain open across commits.
supportsOpenStatementsAcrossRollback() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if statements can remain open across rollback.
supportsOpenStatementsAcrossRollback() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if statements can remain open across rollback.
supportsOrderByUnrelated() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if an ORDER BY clause can use columns not in the SELECT.
supportsOrderByUnrelated() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if an ORDER BY clause can use columns not in the SELECT.
supportsOuterJoins() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if some form of outer join is supported.
supportsOuterJoins() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if some form of outer join is supported.
supportsPositionedDelete() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if positioned DELETE is supported.
supportsPositionedDelete() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if positioned DELETE is supported.
supportsPositionedUpdate() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if positioned UPDATE is supported.
supportsPositionedUpdate() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if positioned UPDATE is supported.
supportsResultSetConcurrency(int, int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the specified result set concurrency is supported for the specified result set type.
supportsResultSetConcurrency(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the specified result set concurrency is supported for the specified result set type.
supportsResultSetHoldability(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a type of result set holdability is supported.
supportsResultSetHoldability(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a type of result set holdability is supported.
supportsResultSetType(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the specified result set type is supported.
supportsResultSetType(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the specified result set type is supported.
supportsSavepoints() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if savepoints are supported.
supportsSavepoints() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if savepoints are supported.
supportsSchemasInDataManipulation() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a schema name can be used in a data manipulation statement.
supportsSchemasInDataManipulation() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a schema name can be used in a data manipulation statement.
supportsSchemasInIndexDefinitions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a schema name can be used in an index definition statement.
supportsSchemasInIndexDefinitions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a schema name can be used in an index definition statement.
supportsSchemasInPrivilegeDefinitions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a schema name be can used in a privilege definition statement.
supportsSchemasInPrivilegeDefinitions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a schema name be can used in a privilege definition statement.
supportsSchemasInProcedureCalls() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a schema name be can used in a procedure call statement.
supportsSchemasInProcedureCalls() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a schema name be can used in a procedure call statement.
supportsSchemasInTableDefinitions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a schema name can be used in a table definition statement.
supportsSchemasInTableDefinitions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if a schema name can be used in a table definition statement.
supportsSelectForUpdate() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if SELECT for UPDATE is supported.
supportsSelectForUpdate() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if SELECT for UPDATE is supported.
supportsStatementPooling() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if statement pooling is supported.
supportsStatementPooling() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if statement pooling is supported.
supportsStoredFunctionsUsingCallSyntax() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Retrieves whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.
supportsStoredFunctionsUsingCallSyntax() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Retrieves whether this database supports invoking user-defined or vendor functions using the stored procedure escape syntax.
supportsStoredProcedures() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if stored procedure calls using the stored procedure escape syntax are supported.
supportsStoredProcedures() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if stored procedure calls using the stored procedure escape syntax are supported.
supportsSubqueriesInComparisons() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if subqueries in comparisons are supported.
supportsSubqueriesInComparisons() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if subqueries in comparisons are supported.
supportsSubqueriesInExists() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if subqueries in EXISTS expressions are supported.
supportsSubqueriesInExists() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if subqueries in EXISTS expressions are supported.
supportsSubqueriesInIns() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if subqueries in IN expressions are supported.
supportsSubqueriesInIns() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if subqueries in IN expressions are supported.
supportsSubqueriesInQuantifieds() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if subqueries in quantified expressions are supported.
supportsSubqueriesInQuantifieds() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if subqueries in quantified expressions are supported.
supportsTableCorrelationNames() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if table correlation names are supported.
supportsTableCorrelationNames() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if table correlation names are supported.
supportsTransactionIsolationLevel(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database supports the given transaction isolation level.
supportsTransactionIsolationLevel(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database supports the given transaction isolation level.
supportsTransactions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if transactions are supported.
supportsTransactions() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if transactions are supported.
supportsUnion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if SQL UNION is supported.
supportsUnion() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if SQL UNION is supported.
supportsUnionAll() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if SQL UNION ALL is supported.
supportsUnionAll() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if SQL UNION ALL is supported.
SVMRI - Class in com.ibm.as400.access
Locale-specific objects for IBM Toolbox for Java.
SVMRI() - Constructor for class com.ibm.as400.access.SVMRI
 
SVMRI_en - Class in com.ibm.as400.access
An empty English MRI resource bundle.
SVMRI_en() - Constructor for class com.ibm.as400.access.SVMRI_en
 
swap(boolean) - Method in class com.ibm.as400.access.ProfileHandleImplNative
Attempts to swap the thread identity based on this credential.
swap(boolean) - Method in class com.ibm.as400.access.ProfileTokenImplNative
Attempts to swap the thread identity based on this credential.
swap() - Method in class com.ibm.as400.security.auth.AS400Credential
Attempts to swap the current thread identity based on this credential.
swap(boolean) - Method in class com.ibm.as400.security.auth.AS400Credential
Attempts to swap the current thread identity based on this credential.
swap() - Method in interface com.ibm.as400.security.auth.AS400SwappableCredential
Attempts to swap the thread identity based on the credential.
swap(AS400, ProfileTokenCredential) - Static method in class com.ibm.as400.security.auth.Swapper
Swaps the profile on the specified system.
swap(Connection, ProfileTokenCredential) - Static method in class com.ibm.as400.security.auth.Swapper
Swaps the profile on the specified JDBC connection.
SWAP_NO - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that symmetric swapping has not been applied
SWAP_YES - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that symmetric swapping has been applied
SwapFailedException - Exception in com.ibm.as400.security.auth
The SwapFailedException class represents an exception issued when errors occur while attempting to change thread identity on the IBM i system.
swapped(AS400CredentialEvent) - Method in interface com.ibm.as400.security.auth.AS400CredentialListener
Invoked when a credential has been used to change the thread identity.
Swapper - Class in com.ibm.as400.security.auth
Provides utility methods to perform credential swaps for existing remote connections.
swapToToken(AS400, byte[]) - Static method in class com.ibm.as400.security.auth.Swapper
Swaps the profile, using the specified profile token.
swapToToken(Connection, byte[]) - Static method in class com.ibm.as400.security.auth.Swapper
Swaps the profile, using the specified profile token.
SYMBOLIC_LOAD_STATE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute ID for symbolic load state.
SYMBOLIC_LOAD_STATE_CREATED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the product load object for this load exists.
SYMBOLIC_LOAD_STATE_CREATED - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the product load object for this load exists.
SYMBOLIC_LOAD_STATE_DAMAGED - Static variable in class com.ibm.as400.access.Product
Constant indicating that either the product load object has been damaged (if this option is something other than the base option or the load type is a language load), or the product definition for this product ID and release level has been damaged or the product load object has been damaged (if this option is for the base option and code load type).
SYMBOLIC_LOAD_STATE_DAMAGED - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the product load object has been damaged.
SYMBOLIC_LOAD_STATE_DEFINED - Static variable in class com.ibm.as400.access.Product
Constant indicating that the load is defined but the product load object for this load does not exist.
SYMBOLIC_LOAD_STATE_DEFINED - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the load is defined.
SYMBOLIC_LOAD_STATE_INSTALLED - 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.
SYMBOLIC_LOAD_STATE_INSTALLED - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the product load object was loaded.
SYMBOLIC_LOAD_STATE_LOADED - Static variable in class com.ibm.as400.access.Product
Constant indicating that either a Restore Licensed Program (RSTLICPGM) function is in progress, a Delete Licensed Program (DLTLICPGM) function is in progress, or the product was created previous to V2R2M0 and there was an error during the process of converting product information.
SYMBOLIC_LOAD_STATE_LOADED - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the product load object is being loaded or deleted.
SYMBOLIC_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.
SYMBOLIC_LOAD_STATE_PACKAGED - Static variable in class com.ibm.as400.resource.RSoftwareResource
Deprecated.
Attribute value indicating that the product load object has been packaged.
sync() - Method in class com.ibm.as400.access.IFSFileDescriptor
Force the system buffers to synchronize with the underlying device.
SYNTAX_ERROR - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that the server job received a data stream that had data or a format that was not valid.
system_ - Variable in class com.ibm.as400.access.DataStream
 
system_ - Variable in class com.ibm.as400.access.list.OpenList
The system object specified on this OpenList's constructor.
SYSTEM_GROUP - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by system group.
SYSTEM_LEVEL - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the level of the operating system when the object was created.
SYSTEM_LEVEL_NOT_CORRECT - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the requested action cannot be performed due to the system level not being correct.
SYSTEM_LEVEL_NOT_CORRECT - Static variable in exception com.ibm.as400.access.RequestNotSupportedException
The return code indicating that the requested function is not supported due to the system level not being correct.
SYSTEM_LIBRARY_LIST - Static variable in class com.ibm.as400.access.Job
Job attribute representing the system portion of the library list of the initial thread of the job.
SYSTEM_LIBRARY_LIST - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for system library list.
SYSTEM_LIBRARY_LIST_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the system library list (for each library in the list).
SYSTEM_NAME - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by system name.
SYSTEM_OR_BASIC_ASP - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating that the auxiliary storage pool device is the system ASP or a defined basic user ASP.
SYSTEM_POOL_ID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the identifier of the system-related pool from which the job's main storage is allocated.
SYSTEM_POOL_ID - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for system pool ID.
SYSTEM_STATE - Static variable in class com.ibm.as400.access.Command
Constant indicating that a program is called from system state.
SYSTEM_STATUS - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the System Status component.
SYSTEM_STATUS - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the System Status component.
SYSTEM_USE_NETWORK_SERVER_STORAGE - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the file is a network server storage space.
SYSTEM_USE_NONE - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the file is a generic stream file.
SYSTEM_USE_VIRTUAL_VOLUME - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the file is a virtual volume.
SYSTEM_VALUE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value for system value.
SYSTEM_VALUE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value for system value.
SYSTEM_VALUE - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the System Value component.
SYSTEM_VALUE - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the System Value component.
SystemInfo - Class in com.ibm.jtopenlite
Initially obtained from a SignonConnection object; contains information about the IBM i host, such as VRM level (V5R4M0, etc) and password level.
systemNameMissing(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where the system name has not been specified.
systemNameMissing(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
systemNameUnknown(SignonEvent, UnknownHostException) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where the specified system name is unknown to the network.
systemNameUnknown(SignonEvent, UnknownHostException) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
SystemPool - Class in com.ibm.as400.access
Represents a system pool.
SystemPool() - Constructor for class com.ibm.as400.access.SystemPool
Constructs a SystemPool object.
SystemPool(AS400, String) - Constructor for class com.ibm.as400.access.SystemPool
Constructs a SystemPool object, to represent a shared system pool.
SystemPool(Subsystem, int) - Constructor for class com.ibm.as400.access.SystemPool
Constructs a SystemPool object, to represent a subsystem (non-shared) pool.
SystemPool(Subsystem, int, int, int) - Constructor for class com.ibm.as400.access.SystemPool
Constructs a SystemPool object, to represent a subsystem (non-shared) pool.
SystemPool(Subsystem, int, long, int) - Constructor for class com.ibm.as400.access.SystemPool
Constructs a SystemPool object, to represent a subsystem (non-shared) pool.
SystemPool(AS400, String, int) - Constructor for class com.ibm.as400.access.SystemPool
Deprecated.
SystemPool(AS400, int) - Constructor for class com.ibm.as400.access.SystemPool
Constructs a SystemPool object, to represent a pool identified by its unique system pool identifier.
SystemPoolBeanInfo - Class in com.ibm.as400.access
The SystemPoolBeanInfo class provides bean information for the SystemPool class.
SystemPoolBeanInfo() - Constructor for class com.ibm.as400.access.SystemPoolBeanInfo
 
SystemProperties - Class in com.ibm.as400.access
Contains constants representing names of all Java system properties recognized by the IBM Toolbox for Java.
SystemResourceList - Class in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
SystemStatus - Class in com.ibm.as400.access
Provides access to a group of statistics that represent the current status of the system.
SystemStatus() - Constructor for class com.ibm.as400.access.SystemStatus
Constructs a SystemStatus object.
SystemStatus(AS400) - Constructor for class com.ibm.as400.access.SystemStatus
Constructs a SystemStatus object.
SystemStatusBeanInfo - Class in com.ibm.as400.access
The SystemStatusBeanInfo class provides bean information for the SystemStatus class.
SystemStatusBeanInfo() - Constructor for class com.ibm.as400.access.SystemStatusBeanInfo
 
SystemValue - Class in com.ibm.as400.access
The SystemValue class represents a system value or network attribute on the system.
SystemValue() - Constructor for class com.ibm.as400.access.SystemValue
Constructs a SystemValue object.
SystemValue(AS400, String) - Constructor for class com.ibm.as400.access.SystemValue
Constructs a SystemValue object.
SystemValueBeanInfo - Class in com.ibm.as400.access
The SystemValueBeanInfo class provides bean information for the SystemValue class.
SystemValueBeanInfo() - Constructor for class com.ibm.as400.access.SystemValueBeanInfo
 
systemValueChanged(SystemValueEvent) - Method in interface com.ibm.as400.access.SystemValueListener
Invoked when a system value on the system is changed by this object.
SystemValueEvent - Class in com.ibm.as400.access
The SystemValueEvent class represents a system value event.
SystemValueEvent(Object, Object, Object) - Constructor for class com.ibm.as400.access.SystemValueEvent
Constructs a new SystemValueEvent object.
SystemValueGroup - Class in com.ibm.as400.access
The SystemValueGroup class represents a user-defined collection of system values and network attributes.
SystemValueGroup() - Constructor for class com.ibm.as400.access.SystemValueGroup
Constructs a SystemValueGroup object.
SystemValueGroup(AS400, String, String) - Constructor for class com.ibm.as400.access.SystemValueGroup
Constructs a SystemValueGroup object.
SystemValueGroup(AS400, String, String, String[]) - Constructor for class com.ibm.as400.access.SystemValueGroup
Constructs a SystemValueGroup object.
SystemValueGroup(AS400, String, String, int) - Constructor for class com.ibm.as400.access.SystemValueGroup
Constructs a SystemValueGroup object.
SystemValueGroupBeanInfo - Class in com.ibm.as400.access
The SystemValueGroupBeanInfo class provides bean information for the SystemValueGroup class.
SystemValueGroupBeanInfo() - Constructor for class com.ibm.as400.access.SystemValueGroupBeanInfo
 
SystemValueList - Class in com.ibm.as400.access
Provided methods for retrieving information about lists of System Values.
SystemValueList() - Constructor for class com.ibm.as400.access.SystemValueList
Constructs a SystemValueList object.
SystemValueList(AS400) - Constructor for class com.ibm.as400.access.SystemValueList
Constructs a SystemValueList object.
SystemValueListBeanInfo - Class in com.ibm.as400.access
The SystemValueListBeanInfo class provides bean information for the SystemValueList class.
SystemValueListBeanInfo() - Constructor for class com.ibm.as400.access.SystemValueListBeanInfo
 
SystemValueListener - Interface in com.ibm.as400.access
The SystemValueListener interface provides a listener interface for receiving SystemValueEvents.

T

table_ - Variable in class com.ibm.as400.access.ConverterImplRemote
 
TARGET_BLANK - Static variable in interface com.ibm.as400.util.html.HTMLConstants
New, unnamed window as the target frame.
TARGET_PARENT - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Frameset parent of current window as target frame.
TARGET_SELF - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Current frame as the target frame.
TARGET_TOP - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Full, original window as target frame.
TARGETLLA - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery Target LLA Header
TargetLLA - Class in com.ibm.as400.util.commtrace
A TargetLLA Header.
TCP - Static variable in class com.ibm.as400.util.commtrace.Header
A TCP Header
TCPHeader - Class in com.ibm.as400.util.commtrace
A TCP Header.
TELEPHONE1 - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by telephone number.
TELEPHONE2 - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by telephone number.
TELEPHONE_NUMBER_1 - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for telephone number 1.
TELEPHONE_NUMBER_2 - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for telephone number 2.
TEMP_STORAGE_USED - Static variable in class com.ibm.as400.access.Job
Job attribute representing the amount of auxiliary storage (in kilobytes) that is currently allocated to this job.
TEMP_STORAGE_USED - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for temporary storage used.
TEMP_STORAGE_USED_LARGE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the amount of auxiliary storage (in megabytes) that is currently allocated to this job.
testDataTruncation(AS400JDBCStatement, AS400JDBCResultSet, int, boolean, SQLData, JDSQLStatement) - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Tests if a DataTruncation occurred on the write of a piece of data and throws a DataTruncation exception if so.
testDataTruncation(AS400JDBCStatement, AS400JDBCResultSet, int, boolean, SQLData, JDSQLStatement) - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
TEXT - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by text description.
TEXT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for text.
TEXT_DESCRIPTION - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the text description of the object.
TEXT_DESCRIPTION - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for text description.
TEXT_DESCRIPTION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for text description.
TEXT_FINAL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that the text must be displayed in Final characters
TEXT_INITIAL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that the text must be displayed in Initial characters
TEXT_ISOLATED - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that the text must be displayed in Isolated characters
TEXT_MIDDLE - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that the text must be displayed in Middle characters
TEXT_NOMINAL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that the text is stored in Nominal characters
TEXT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Property identifier for the text.
TEXT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VMessage
Deprecated.
Property identifier for the message text.
TEXT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the message text.
TEXT_SHAPED - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying that the text is stored in Shaped characters
TextAreaFormElement - Class in com.ibm.as400.util.html
The TextAreaFormElement class represents a text area element, which can be used in an HTML form.
TextAreaFormElement() - Constructor for class com.ibm.as400.util.html.TextAreaFormElement
Constructs a default TextAreaFormElement object.
TextAreaFormElement(String) - Constructor for class com.ibm.as400.util.html.TextAreaFormElement
Constructs a TextAreaFormElement object with the specified control name.
TextAreaFormElement(String, int, int) - Constructor for class com.ibm.as400.util.html.TextAreaFormElement
Constructs a TextAreaFormElement object with the specified control name, number of rows, and columns.
TextAreaFormElementBeanInfo - Class in com.ibm.as400.util.html
The TextAreaFormElementBeanInfo class provides bean information for the TextAreaFormElement class.
TextAreaFormElementBeanInfo() - Constructor for class com.ibm.as400.util.html.TextAreaFormElementBeanInfo
 
TextFormInput - Class in com.ibm.as400.util.html
The TextFormInput class represents a single line text input type in an HTML form.
TextFormInput() - Constructor for class com.ibm.as400.util.html.TextFormInput
Constructs a default TextFormInput object.
TextFormInput(String) - Constructor for class com.ibm.as400.util.html.TextFormInput
Constructs a TextFormInput object with the specified control name.
TextFormInput(String, String) - Constructor for class com.ibm.as400.util.html.TextFormInput
Constructs a TextFormInput object with the specified control name and initial input value.
TextFormInputBeanInfo - Class in com.ibm.as400.util.html
The TextFormInputBeanInfo class provides bean information for the TextFormInput class.
TextFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.TextFormInputBeanInfo
 
TEXTTOP - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical text top alignment.
THREAD_COUNT - Static variable in class com.ibm.as400.access.Job
Job attribute representing the count of the current number of active threads in the process at the time of the materialization.
THREAD_COUNT - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for thread count.
threadCount(int, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
THREADSAFE_CONDITIONAL - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is threadsafe under certain conditions.
THREADSAFE_FALSE - Static variable in class com.ibm.as400.access.CommandCall
Indicates that the command should be assumed to be non-threadsafe.
THREADSAFE_LOOKUP - Static variable in class com.ibm.as400.access.CommandCall
Indicates that the command's threadsafety should be looked-up at runtime.
THREADSAFE_NO - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is not threadsafe.
THREADSAFE_TRUE - Static variable in class com.ibm.as400.access.CommandCall
Indicates that the command should be assumed to be threadsafe.
THREADSAFE_YES - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is threadsafe.
THROW_SAX_EXCEPTION_IF_PARSE_ERROR - Static variable in class com.ibm.as400.access.SystemProperties
Specifies the behavior of the ProgramCallDocument in the event that XML parsing errors occur.
throwMappedException(Converter) - Method in exception com.ibm.as400.access.NativeErrorCode0100Exception
Throws the corresponding toolbox exception for the current exception.
throwSQLException(String) - Static method in class com.ibm.jtopenlite.database.jdbc.JDBCError
Throws an SQL exception based on an error in the error table.
TIME - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
TIME_388 - Static variable in class com.ibm.as400.access.SQLNativeType
 
TIME_OPENED - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by time.
TIME_SEPARATOR - Static variable in class com.ibm.as400.access.Job
Job attribute representing the value used to separate hours, minutes, and seconds when presenting a time.
TIME_SEPARATOR - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for time separator.
TIME_SEPARATOR_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating a blank is used for the time separator.
TIME_SEPARATOR_COLON - Static variable in class com.ibm.as400.access.Job
Constant indicating a colon (:) is used for the time separator.
TIME_SEPARATOR_COMMA - Static variable in class com.ibm.as400.access.Job
Constant indicating a comma (,) is used for the time separator.
TIME_SEPARATOR_PERIOD - Static variable in class com.ibm.as400.access.Job
Constant indicating a period (.) is used for the time separator.
TIME_SEPARATOR_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the time separator.
TIME_SEPARATOR_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the time separator specified in the system value QTIMSEP is used.
TIME_SEPARATOR_SYSTEM_VALUE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that the system value QTIMSEP is used.
TIME_SLICE - Static variable in class com.ibm.as400.access.Job
Job attribute representing 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.
TIME_SLICE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for time slice.
TIME_SLICE_END_POOL - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether a thread in an interactive job moves to another main storage pool at the end of its time slice.
TIME_SLICE_END_POOL - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for time slice end pool.
TIME_SLICE_END_POOL_BASE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a thread in the job moves to the base pool when it reaches the end of its time slice.
TIME_SLICE_END_POOL_BASE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value indicating that a thread in the job moves to the base pool when it reaches the end of its time slice.
TIME_SLICE_END_POOL_NONE - Static variable in class com.ibm.as400.access.Job
Constant indicating that a thread in the job does not move to another main storage pool when it reaches the end of its time slice.
TIME_SLICE_END_POOL_SYSTEM_VALUE - Static variable in class com.ibm.as400.access.Job
Constant indicating the value in the system value QTSEPPOOL is used.
TIMEEXC - Static variable in class com.ibm.as400.util.commtrace.Message
A Time Exceeded Message
TimeExceeded - Class in com.ibm.as400.util.commtrace
A Time Exceeded Header.
TimeFieldDescription - Class in com.ibm.as400.access
Represents the description of the data in a time field.
TimeFieldDescription() - Constructor for class com.ibm.as400.access.TimeFieldDescription
Constructs a TimeFieldDescription object.
TimeFieldDescription(AS400Text, String) - Constructor for class com.ibm.as400.access.TimeFieldDescription
Constructs a TimeFieldDescription object.
TimeFieldDescription(AS400Text, String, String) - Constructor for class com.ibm.as400.access.TimeFieldDescription
Constructs a TimeFieldDescription object.
TimeFieldDescription(AS400Time, String) - Constructor for class com.ibm.as400.access.TimeFieldDescription
Constructs a TimeFieldDescription object.
TimeFieldDescription(AS400Time, String, String) - Constructor for class com.ibm.as400.access.TimeFieldDescription
Constructs a TimeFieldDescription object.
TIMESTAMP - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
TIMESTAMP_392 - Static variable in class com.ibm.as400.access.SQLNativeType
 
TimestampFieldDescription - Class in com.ibm.as400.access
Represents the description of the data in a Timestamp field.
TimestampFieldDescription() - Constructor for class com.ibm.as400.access.TimestampFieldDescription
Constructs a TimestampFieldDescription object.
TimestampFieldDescription(AS400Text, String) - Constructor for class com.ibm.as400.access.TimestampFieldDescription
Constructs a TimestampFieldDescription object.
TimestampFieldDescription(AS400Text, String, String) - Constructor for class com.ibm.as400.access.TimestampFieldDescription
Constructs a TimestampFieldDescription object.
TimestampFieldDescription(AS400Timestamp, String) - Constructor for class com.ibm.as400.access.TimestampFieldDescription
Constructs a TimestampFieldDescription object.
TimestampFieldDescription(AS400Timestamp, String, String) - Constructor for class com.ibm.as400.access.TimestampFieldDescription
Constructs a TimestampFieldDescription object.
timeZoneForSystem(AS400) - Static method in class com.ibm.as400.access.DateTimeConverter
Returns a TimeZone object to represent the time zone for the specified system.
toAS400Layout(String) - Method in class com.ibm.as400.access.AS400BidiTransform
Convert data from the Java layout to the IBM i layout.
toAS400Layout(char[]) - Method in class com.ibm.as400.access.AS400BidiTransform
 
toAsciiString(byte) - Static method in class com.ibm.as400.access.Trace
Returns a string representation of the byte argument, as 1 ascii digits.
toBigInteger(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified IBM i data type to a BigInteger.
toBigInteger(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified IBM i data type to a BigInteger.
toByte(byte[]) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified IBM i data type to a byte.
toByte(byte[], int) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified IBM i data type to a byte.
toByteArray(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns the data contained by the specified <recordformat> element, as a byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400AbstractTime
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400AbstractTime
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400AbstractTime
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Array
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Array
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Array
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified Java object to IBM i format.
toBytes(byte) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified byte to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(byte, byte[]) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified byte into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(byte, byte[], int) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified byte into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified Java object to IBM i format.
toBytes(short) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified short to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(short, byte[]) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified short into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(short, byte[], int) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified short into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified Java object to IBM i format.
toBytes(int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified int to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified int into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(int, byte[], int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified int into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified Java object to IBM i format.
toBytes(long) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified long to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(long, byte[]) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified long into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(long, byte[], int) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified long into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Date
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified Java object to server format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified Java object into server format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified Java object into server format in the specified byte array.
toBytes(double) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified Java object to server format.
toBytes(double, byte[]) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified Java object into server format in the specified byte array.
toBytes(double, byte[], int) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified Java object into server format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified Java object to IBM i format.
toBytes(float) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified float to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(float, byte[]) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified float into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(float, byte[], int) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified float into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified Java object to IBM i format.
toBytes(double) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified double to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(double, byte[]) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified double into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(double, byte[], int) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified double into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(double) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object to IBM i format.
toBytes(double, byte[]) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(double, byte[], int) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Text
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Text
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int, int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int, BidiConversionProperties) - Method in class com.ibm.as400.access.AS400Text
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Time
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Timestamp
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified Java object to IBM i format.
toBytes(short) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified short to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(short, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified short shorto IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(short, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified short into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified Java object to IBM i format.
toBytes(int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified int to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified int into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(int, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified int into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified Java object to IBM i format.
toBytes(long) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified long to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(long, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified long into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(long, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified long into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified Java object to IBM i format.
toBytes(long) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified long to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(long, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified long into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(long, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified long into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int, int) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int, BidiConversionProperties) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object to IBM i format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(double) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object to IBM i format.
toBytes(double, byte[]) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object into IBM i format in the specified byte array.
toBytes(double, byte[], int) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object into IBM i format in the specified byte array.
toBytes() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the byte array resulting from converting this object to a structure usable by the system APIs.
toBytes(byte[], int) - Method in class com.ibm.as400.access.ValidationListAttribute
Converts this object to a structure usable by the system APIs.
toBytes() - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Returns the byte array resulting from converting this object to a structure usable by the system APIs.
toBytes(byte[], int) - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Converts this object to a structure usable by the system APIs.
toBytes() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the byte array resulting from converting this object to a structure usable by the system APIs.
toBytes(byte[], int) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Converts this object to a byte structure usable by the system APIs.
toCharArray(byte[]) - Method in class com.ibm.as400.access.AS400Text
 
toCharArray(byte[], int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified IBM i data type to a Java object.
toCharArray(byte[], int, int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified IBM i data type to a Java object.
toCharArray(byte[], int, BidiConversionProperties) - Method in class com.ibm.as400.access.AS400Text
Converts the specified IBM i data type to a Java object.
toCharArray() - Method in class com.ibm.as400.access.BidiText
Extracts the character data from a BidiText in character array format
toDate(Timestamp, TimeZone) - Method in class com.ibm.as400.access.AS400Timestamp
Creates a new java.util.Date object representing the Timestamp's nominal value, in the context of the specified time zone.
toDouble(byte[]) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified server data type to a Java double value.
toDouble(byte[], int) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified server data type to a Java double value.
toDouble(byte[]) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified IBM i data type to a double.
toDouble(byte[], int) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified IBM i data type to a double.
toDouble(byte[]) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified IBM i data type to a Java double value.
toDouble(byte[], int) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified IBM i data type to a Java double value.
toDouble(byte[]) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified IBM i data type to a Java double value.
toDouble(byte[], int) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified IBM i data type to a Java double value.
toEbcdicString(byte) - Static method in class com.ibm.as400.access.Trace
Returns a string representation of the byte argument, as 1 ebcdic digits.
toFloat(byte[]) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified IBM i data type to a float.
toFloat(byte[], int) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified IBM i data type to a float.
toFormat(String) - Static method in class com.ibm.as400.access.AS400Date
Returns the integer format value that corresponds to specified format name.
toFormat(String) - Static method in class com.ibm.as400.access.AS400Time
Returns the integer format value that corresponds to specified format name.
ToggleFormInput - Class in com.ibm.as400.util.html
The ToggleFormInput class represents a toggle input type in an HTML form.
ToggleFormInput() - Constructor for class com.ibm.as400.util.html.ToggleFormInput
Constructs a default ToggleFormInput object.
ToggleFormInput(String) - Constructor for class com.ibm.as400.util.html.ToggleFormInput
Constructs a ToggleFormInput object with the specified viewable text label.
ToggleFormInput(String, boolean) - Constructor for class com.ibm.as400.util.html.ToggleFormInput
Constructs a ToggleFormInput object with the specified viewable text label and initial checked value.
ToggleFormInputBeanInfo - Class in com.ibm.as400.util.html
The ToggleFormInputBeanInfo class provides bean information for the ToggleFormInput class.
ToggleFormInputBeanInfo() - Constructor for class com.ibm.as400.util.html.ToggleFormInputBeanInfo
 
toHexString(byte) - Static method in class com.ibm.as400.access.Trace
Returns a string representation of the byte argument, as 2 hexadecimal digits.
toHexString(byte[]) - Static method in class com.ibm.as400.access.Trace
Returns a string representation of the byte-array argument, as a sequence of hexadecimal digits.
toHexString() - Method in class com.ibm.as400.util.commtrace.Header
Returns this header as a hexadecimal string.
toIFSBinFile() - Method in class com.ibm.as400.util.commtrace.Format
Format the trace and write the results to a binary IFS file on the system we are connected to.
toIFSTxtFile() - Method in class com.ibm.as400.util.commtrace.Format
Formats the trace and sends the output to an IFS text file on the system we are bound to.
toInt(byte[]) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified IBM i data type to an int.
toInt(byte[], int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified IBM i data type to an int.
toInt(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified IBM i data type to an int.
toInt(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified IBM i data type to an int.
toJavaLayout(String) - Method in class com.ibm.as400.access.AS400BidiTransform
Convert data from the IBM i layout to the Java layout.
toJavaLayout(char[]) - Method in class com.ibm.as400.access.AS400BidiTransform
 
TOKEN_LENGTH - Static variable in class com.ibm.as400.security.auth.ProfileTokenCredential
Indicates the length of a profile token (in bytes)
TOKEN_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the token length is not valid.
TOKEN_TYPE_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the token type is not valid.
toLclBinFile() - Method in class com.ibm.as400.util.commtrace.Format
Format the trace and write the results to a binary file on the local PC.
toLclTxtFile() - Method in class com.ibm.as400.util.commtrace.Format
Formats the trace and sends the output to an IFS text file on the system we are bound to.
toLong(byte[]) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified IBM i data type to a long.
toLong(byte[], int) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified IBM i data type to a long.
toLong(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified IBM i data type to a long.
toLong(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified IBM i data type to a long.
TOO_FEW_INDICES - Static variable in class com.ibm.as400.data.DAMRI
 
TOO_MANY_PARMS - Static variable in class com.ibm.as400.data.DAMRI
 
toObject(byte[]) - Method in class com.ibm.as400.access.AS400AbstractTime
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400AbstractTime
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Array
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Array
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Bin1
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Date
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified server data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400DecFloat
Converts the specified server data type to a Java object (BigDecimal).
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified IBM i data type to a Java object.
toObject(byte[], int, boolean) - Method in class com.ibm.as400.access.AS400PackedDecimal
 
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Text
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified IBM i data type to a Java object.
toObject(byte[], int, int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified IBM i data type to a Java object.
toObject(byte[], int, BidiConversionProperties) - Method in class com.ibm.as400.access.AS400Text
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Time
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Timestamp
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin8
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified IBM i data type to a Java object.
toObject(byte[], int, int) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified IBM i data type to a Java object.
toObject(byte[], int, BidiConversionProperties) - Method in class com.ibm.as400.access.AS400Varchar
Converts the specified IBM i data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified IBM i data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified IBM i data type to a Java object.
ToolboxJarMaker - Class in utilities
Deprecated.
Use the Java 9 module tools instead.
ToolboxJarMaker() - Constructor for class utilities.ToolboxJarMaker
Deprecated.
Constructs an ToolboxJarMaker object.
TOP - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical top alignment.
toPath(String, String, String) - Static method in class com.ibm.as400.access.QSYSObjectPathName
Builds an integrated file system path name to represent the object.
toPath(String, String, String, String) - Static method in class com.ibm.as400.access.QSYSObjectPathName
Builds an integrated file system path name to represent the member.
toPath(String, String, String, String, String) - Static method in class com.ibm.as400.access.QSYSObjectPathName
Builds an integrated file system path name to represent the member.
toQSYSName(String) - Static method in class com.ibm.as400.access.QSYSObjectPathName
Utility method for selectively uppercasing the characters in a string, for use as an IBM i *NAME value.
toQualifiedObjectName() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns a qualified object name, for use in API parameters.
toRecord(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a Record object with the same structure and data as the specified <recordformat> element.
toRecordFormat(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a RecordFormat object with the same structure as the specified <recordformat> element.
toSbcs(char[], int, int, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method converts a char array from the Bidi attributes used inside the JVM to those used outside the JVM.
toSbcs(String, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method converts a string from the Bidi attributes used inside the JVM to those used outside the JVM.
toSbcs(CharBuffer, boolean, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method converts a CharBuffer from the Bidi attributes used inside the JVM to those used outside the JVM.
toShort(byte[]) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified IBM i data type to a short.
toShort(byte[], int) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified IBM i data type to a short.
toShort(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified IBM i data type to a short.
toShort(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin1
Converts the specified IBM i data type to a short.
toString() - Method in class com.ibm.as400.access.AS400
Returns the text representation of this AS400 object.
toString(Object) - Method in class com.ibm.as400.access.AS400AbstractTime
Converts the specified Java object into a String representation that is consistent with the format of this data type.
toString(Object) - Method in class com.ibm.as400.access.AS400Date
Converts the specified Java object into a String representation that is consistent with the format of this data type.
toString() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the connection's catalog name.
toString() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the connection's catalog name.
toString() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Returns the connection's catalog name.
toString() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
toString() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the name of the catalog.
toString() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the string representation of the object.
toString() - Method in class com.ibm.as400.access.AS400JDBCDriver
Returns the name of the driver.
toString() - Method in class com.ibm.as400.access.AS400JDBCManagedDataSource
Returns the string representation of the object.
toString() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatementRedirect
 
toString() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the name of the SQL cursor in use by the result set.
toString() - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the name of the SQL cursor in use by this result set.
toString() - Method in class com.ibm.as400.access.AS400JDBCRowId
Returns a String representing the value of the SQL ROWID designated by this java.sql.RowId object.
toString() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the name of the SQL cursor in use by the result set.
toString() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the statement name.
toString() - Method in class com.ibm.as400.access.AS400JDBCStatementRedirect
 
toString() - Method in class com.ibm.as400.access.AS400JDBCTimestamp
 
toString() - Method in class com.ibm.as400.access.AS400JDBCXAResource
Returns the string representation of the XA resource.
toString() - Method in class com.ibm.as400.access.AS400Message
Returns the message ID and message text.
toString(Object) - Method in class com.ibm.as400.access.AS400Time
Converts the specified Java object into a String representation that is consistent with the format of this data type.
toString(Object) - Method in class com.ibm.as400.access.AS400Timestamp
Converts the specified Java object into a String representation that is consistent with the format of this data type.
toString() - Method in class com.ibm.as400.access.BaseDataQueue
Returns the String representation of this data queue object.
toString() - Method in class com.ibm.as400.access.BidiFlagSet
Creates a string that represents the various Bidi flags grouped in a BidiFlagSet.
toString() - Method in class com.ibm.as400.access.BidiText
Extracts the character data from a BidiText in string format
toString() - Method in class com.ibm.as400.access.CallStackEntry
Returns a String representation of this call stack entry.
toString() - Method in class com.ibm.as400.access.Command
Returns a String representation of this Command.
toString() - Method in class com.ibm.as400.access.CommandCall
Returns the string representation of this command call object.
toString() - Method in class com.ibm.as400.access.CommandList
Returns a String representation of this CommandList.
toString() - Method in class com.ibm.as400.access.DataQueue
Returns the String representation of this data queue object.
toString() - Method in exception com.ibm.as400.access.ExtendedIOException
Update the exception, so that when it prints the return code.
toString() - Method in class com.ibm.as400.access.IFSFile
Generates a String representation of this object.
toString() - Method in class com.ibm.as400.access.IFSJavaFile
Returns a string representation of this object.
toString() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the String representation of this ISeriesNetServer object.
toString() - Method in class com.ibm.as400.access.jdbcClient.ClientXid
 
toString() - Method in class com.ibm.as400.access.JDDataSourceURL
Return the URL as a String.
toString() - Method in class com.ibm.as400.access.JDProperties
Returns the string representation of the object.
toString() - Method in class com.ibm.as400.access.JDSQLStatement
Returns the SQL statement as a String.
toString() - Method in class com.ibm.as400.access.Job
Returns the string representation of this Job in the format "number/user/name", or "" if any of these attributes is null.
toString() - Method in class com.ibm.as400.access.KeyedDataQueue
Returns the String representation of this keyed data queue object.
toString() - Method in class com.ibm.as400.access.ObjectDescription
Returns a String representation of this ObjectDescription.
toString() - Method in class com.ibm.as400.access.ObjectLockListEntry
Returns a string representation of this object lock
toString() - Method in class com.ibm.as400.access.PanelGroup
Returns a String representation for this panel group.
toString() - Method in class com.ibm.as400.access.PanelGroupHelpIdentifier
Returns a String representation of this help identifier.
toString() - Method in exception com.ibm.as400.access.PersistenceException
Returns a string representation of the object.
toString() - Method in class com.ibm.as400.access.Product
Returns a String representation of this product in the format "product ID/product option/release level".
toString() - Method in class com.ibm.as400.access.ProductDirectoryInformation
Returns the string representation of this object.
toString() - Method in class com.ibm.as400.access.ProgramCall
Returns the string representation of this program call object.
toString() - Method in class com.ibm.as400.access.PTF
Returns a String representation of this PTF in the format "PTF ID/release level/product ID".
toString() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns a String representation of this cover letter.
toString() - Method in class com.ibm.as400.access.PxBooleanParm
Returns the String representation of the datastream.
toString() - Method in class com.ibm.as400.access.QueuedMessage
Returns the String representation of this QueuedMessage object.
toString() - Method in class com.ibm.as400.access.Record
Returns the contents of this record formatted as a String.
toString() - Method in class com.ibm.as400.access.SaveFile
Returns the String representation of this object.
toString() - Method in class com.ibm.as400.access.SaveFileEntry
Returns the String representation of this object.
toString() - Method in class com.ibm.as400.access.SystemPool
Return the pool name.
toString() - Method in class com.ibm.as400.access.SystemValueGroup
Returns a String representation of this object.
toString() - Method in class com.ibm.as400.access.User
Sets the string representation of this User object.
toString() - Method in class com.ibm.as400.access.UserIndex
Returns the String representation of this user index object.
toString() - Method in class com.ibm.as400.access.UserObjectsOwnedList
Returns a string representation of this object.
toString() - Method in class com.ibm.as400.access.UserObjectsOwnedListEntry
Returns a string representation of this object.
toString() - Method in class com.ibm.as400.resource.Presentation
Deprecated.
Returns the abbreviated name.
toString() - Method in class com.ibm.as400.resource.Resource
Deprecated.
Returns the presentation full name, if any.
toString() - Method in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Returns a String representation of the level.
toString() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Returns the presentation full name, if any.
toString() - Method in class com.ibm.as400.resource.ResourceMetaData
Deprecated.
Returns the String representation of the ID.
toString() - Method in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Returns the path.
toString() - Method in class com.ibm.as400.resource.RJob
Deprecated.
Returns the string representation in the format "number/user/name".
toString() - Method in exception com.ibm.as400.security.auth.AS400AuthenticationException
Returns a string representation of the object.
toString() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Returns a string representation of the object
toString() - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
Returns a string representation of the object
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.ARPPacket
Returns a printable representation of this packet.
toString() - Method in class com.ibm.as400.util.commtrace.Data
Creates a hexadecimal and Ascii representation of this data.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.DestinationUnreachable
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.EchoReplyRequest
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.EchoRequest
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.ExtHeader
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.Frame
Returns a printable representation of this Frame.
toString() - Method in class com.ibm.as400.util.commtrace.Header
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.Header
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.ICMP4Header
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.ICMP6Header
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.IP4Packet
Returns a printable representation of this packet.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.IP6Packet
Returns a printable representation of this packet.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.IPPacket
Returns a printable representation of this packet.
toString() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns a String representation of this lan header with source/destination mac addresses, frame format, and frametype.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.Message
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.MLMessage
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.MTU
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.NeighborAdvertisement
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.NeighborSolicitation
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.PacketTooBig
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.ParameterProblem
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.PrefixInfo
Returns a printable representation of this header.
toString() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns a printable representation of this Prolog.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.Redirect
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.SourceLLA
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.TargetLLA
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.TimeExceeded
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.UnknownHeader
Returns a printable representation of this header.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.UnknownPacket
Returns a printable representation of this packet.
toString() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns a String representation for the BidiOrdering tag.
toString() - Method in class com.ibm.as400.util.html.FormInput
Returns a String representation for the form input tag.
toString() - Method in class com.ibm.as400.util.html.HTMLAlign
Returns a String representation for the HTMLAlign tag.
toString() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns a String representation for the HTMLApplet tag.
toString() - Method in class com.ibm.as400.util.html.HTMLDocument
Returns a String representation for the Document tag.
toString() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the HTMLForm tag as a String.
toString() - Method in class com.ibm.as400.util.html.HTMLHead
Returns a String representation for the HTMLHead tag.
toString() - Method in class com.ibm.as400.util.html.HTMLHeading
Returns a String representation for the HTMLHeading tag.
toString() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the HTML tag that represents the resource link.
toString() - Method in class com.ibm.as400.util.html.HTMLImage
Returns a String representation for the HTMLImage tag.
toString() - Method in class com.ibm.as400.util.html.HTMLList
Returns a String representation for the HTMLList tag.
toString() - Method in class com.ibm.as400.util.html.HTMLListItem
Returns a String representation for the HTMLList tag.
toString() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns a String representation for the HTMLMeta tag.
toString() - Method in class com.ibm.as400.util.html.HTMLParameter
Returns a String representation for the HTMLParameter tag.
toString() - Method in class com.ibm.as400.util.html.HTMLServlet
Returns a String representation for the HTMLServlet tag.
toString() - Method in class com.ibm.as400.util.html.HTMLTable
Returns the HTML table tag.
toString() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns the HTML caption tag.
toString() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the HTML table cell tag.
toString() - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the HTML table header tag.
toString() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the HTML table row tag.
toString() - Method in class com.ibm.as400.util.html.HTMLText
Returns the HTML text tag.
toString() - Method in class com.ibm.as400.util.html.LabelFormElement
Returns the String representation of the label tag.
toString() - Method in class com.ibm.as400.util.html.LayoutFormPanel
Returns a String representation of the panel tag.
toString() - Method in class com.ibm.as400.util.html.SelectFormElement
Returns the String representation of the select form element tag.
toString() - Method in class com.ibm.as400.util.html.SelectOption
Returns the String representation of the select option tag.
toString() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns a String representation of the text area tag.
toString() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Returns the string representation of the name of the file.
toString() - Method in class com.ibm.as400.vaccess.VJob
Deprecated.
Returns the string representation of the job name.
toString() - Method in class com.ibm.as400.vaccess.VJobList
Deprecated.
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VMessage
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VMessageList
Deprecated.
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VOutput
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VPrinter
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VPrinters
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Returns the string representation of the properties action.
toString() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Returns the string representation of the system pool name.
toString() - Method in class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Returns the string representation of the system value list.
toString() - Method in class com.ibm.as400.vaccess.VUser
Deprecated.
Returns the string representation of the user name.
toString() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VUserList
Deprecated.
Returns the string representation of the description.
toString() - Method in class com.ibm.jtopenlite.command.CommandResult
 
toString() - Method in class com.ibm.jtopenlite.components.DiskStatus
 
toString() - Method in class com.ibm.jtopenlite.components.JobInfo
 
toString() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
toString() - Method in class com.ibm.jtopenlite.components.ObjectInfo
 
toString() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
toString() - Method in class com.ibm.jtopenlite.components.UserInfo
 
toString() - Method in exception com.ibm.jtopenlite.database.DatabaseException
 
toString() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Returns the name of the catalog.
toString() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
toString() - Method in class com.ibm.jtopenlite.ddm.DDMFile
 
toString() - Method in class com.ibm.jtopenlite.file.FileHandle
 
toString() - Method in class com.ibm.jtopenlite.Message
Returns a String representation of this message which consists of the message ID and message text.
toString() - Method in class com.ibm.jtopenlite.SystemInfo
 
toString() - Method in class utilities.JarMakerEvent
Returns the name of the jar entry being processed.
toString2() - Method in class com.ibm.jtopenlite.components.JobInfo
 
toString2() - Method in class com.ibm.jtopenlite.components.MessageInfo
 
toString2() - Method in class com.ibm.jtopenlite.components.ObjectInfo
 
toString2() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
toString3() - Method in class com.ibm.jtopenlite.components.JobInfo
 
toString3() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
toString4() - Method in class com.ibm.jtopenlite.components.SpooledFileInfo
 
TOTAL_CLASSES_IN_SOURCE - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for total classes in source.
TOTAL_COPIES - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for total copies.
TOTAL_PAGES - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by total number of pages.
TOTAL_PAGES - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for total pages.
TOTAL_RESPONSE_TIME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the total amount of response time for the initial thread, in milliseconds.
TOTAL_RESPONSE_TIME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for total response time.
totalCPUUsed(long, int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
totalRecords(int) - Method in interface com.ibm.jtopenlite.components.ActiveJobsListener
 
totalRecords(int) - Method in interface com.ibm.jtopenlite.components.MessageInfoListener
 
totalRecords(int) - Method in interface com.ibm.jtopenlite.components.SpooledFileInfoListener
 
totalRecords(long) - Method in interface com.ibm.jtopenlite.components.UserInfoListener
 
totalRecordsInList(int) - Method in interface com.ibm.jtopenlite.command.program.openlist.ListFormatListener
Called when the list has been built on the server and the total number of records is known.
toTimestamp(byte[]) - Method in class com.ibm.as400.access.AS400Timestamp
Converts the specified IBM i data type to a Java object.
toTimestamp(byte[], int) - Method in class com.ibm.as400.access.AS400Timestamp
Converts the specified IBM i data type to a Java object.
toUnicode(char[], int, int, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method converts a char array from the Bidi attributes used outside the JVM to those used inside the JVM.
toUnicode(String, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method converts a string from the Bidi attributes used outside the JVM to those used inside the JVM.
toUnicode(CharBuffer, boolean, String, String) - Method in class com.ibm.as400.access.BidiConvert
This method converts a CharBuffer from the Bidi attributes used outside the JVM to those used inside the JVM.
toUnicode(char[], int, int) - Method in class com.ibm.as400.access.ConvTableDoubleMap
 
toUnicode_ - Variable in class com.ibm.as400.access.ConvTableAsciiMap
 
toUnicode_ - Variable in class com.ibm.as400.access.ConvTableBidiMap
 
toUnicode_ - Variable in class com.ibm.as400.access.ConvTableSingleMap
 
toURL() - Method in class com.ibm.as400.access.IFSJavaFile
Converts the abstract path name into a file: URL.
toXml(OutputStream) - Method in class com.ibm.as400.data.RecordFormatDocument
Generates XML (RFML) representing the data contained in this object.
toXml(File) - Method in class com.ibm.as400.data.RecordFormatDocument
Generates XML (RFML) representing the data contained in this object.
toXml(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Generates XML (RFML) representing the data contained in this object.
toXsdString(Object) - Static method in class com.ibm.as400.access.AS400Date
Converts the specified Java object into an XML Schema string representation.
toXsdString(Object, TimeZone) - Static method in class com.ibm.as400.access.AS400Date
Converts the specified Java object into an XML Schema string representation.
toXsdString(Object) - Static method in class com.ibm.as400.access.AS400Time
Converts the specified Java object into a String representation that is consistent with the format of this data type.
toXsdString(Object, TimeZone) - Static method in class com.ibm.as400.access.AS400Time
Converts the specified Java object into a String representation that is consistent with the format of this data type.
toXsdString(Object) - Static method in class com.ibm.as400.access.AS400Timestamp
Converts the specified Java object into a String representation that is consistent with the format of this data type.
toXsdString(Object, TimeZone) - Static method in class com.ibm.as400.access.AS400Timestamp
Converts the specified Java object into a String representation that is consistent with the format of this data type.
Trace - Class in com.ibm.as400.access
Logs trace points and diagnostic messages.
Trace - Class in com.ibm.jtopenlite
Class representing the Tracing provided by JTOpenLite.
Trace() - Constructor for class com.ibm.jtopenlite.Trace
 
TRACE - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Trace component.
TRACE - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Trace component.
TRACE_CATEGORY - Static variable in class com.ibm.as400.access.SystemProperties
Specifies which trace categories to enable.
TRACE_FILE - Static variable in class com.ibm.as400.access.SystemProperties
Specifies the file to which the Trace class writes output.
TRACE_JDBC_SERVER - Static variable in class com.ibm.as400.access.SystemProperties
Specifies which trace categories to start on the JDBC server job.
TRACE_SHOW_CHARS - Static variable in class com.ibm.as400.access.SystemProperties
Specifies whether trace should also display the characters associated with the trace information.
traceErr(Object) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
This method does nothing. Replaced by com.ibm.as400.access.Trace.log(int category, String message).
traceLog(int, String) - Method in class com.ibm.as400.access.BidiConversionProperties
 
traceOut(Object) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated.
This method does nothing. Replaced by com.ibm.as400.access.Trace.log(int category, String message).
TRAILING_SURROGATE_BASE - Static variable in class com.ibm.as400.access.ConvTableDoubleMap
 
TRANSFER_SIZE_REQUEST_DEFAULT - Static variable in class com.ibm.jtopenlite.command.program.object.CreateUserSpace
 
transform(BidiFlagSet) - Method in class com.ibm.as400.access.BidiText
Transforms the data in the "this" BidiText object and return the resulting BidiText object.
transform(BidiTransform) - Method in class com.ibm.as400.access.BidiText
Transforms the data in the "this" BidiText object and return the resulting BidiText object.
transformPCMLToXPCML(InputStream, OutputStream) - Static method in class com.ibm.as400.data.ProgramCallDocument
Transforms a PCML stream to its equivalent XPCML stream.
TRUE - Static variable in class com.ibm.as400.util.commtrace.FormatProperties
 
truncate(long) - Method in class com.ibm.as400.access.AS400JDBCBlob
Truncates this BLOB to a length of lengthOfBLOB bytes.
truncate(long) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Truncates this BLOB to a length of lengthOfBLOB bytes.
truncate(long) - Method in class com.ibm.as400.access.AS400JDBCClob
Truncates this CLOB to a length of lengthOfCLOB characters.
truncate(long) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Truncates this CLOB to a length of lengthOfCLOB characters.
truncate(long) - Method in class com.ibm.as400.access.jdbcClient.ClientBlob
 
truncate(long) - Method in class com.ibm.as400.access.jdbcClient.ClientClob
 
truncate(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlob
 
truncate(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCBlobLocator
Not implemented.
truncate(long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCClob
 
truncated_ - Variable in class com.ibm.as400.access.SQLDataBase
 
TunnelProxyServer - Class in com.ibm.as400.access
TunnelProxyServer is an HttpServlet implementation that enables proxy tunneling.
TunnelProxyServer() - Constructor for class com.ibm.as400.access.TunnelProxyServer
 
TUNNELPROXYSERVER_CLIENTCLEANUPINTERVAL - Static variable in class com.ibm.as400.access.SystemProperties
Specifies how often, in seconds, the proxy server looks for idle connections.
TUNNELPROXYSERVER_CLIENTLIFETIME - Static variable in class com.ibm.as400.access.SystemProperties
Specifies how long, in seconds, a client can be idle before the proxy server removes references to the objects.
TYPE - Static variable in class com.ibm.as400.access.NetServerConnection
Deprecated.
Attribute ID for "connection type".
TYPE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the type of the object.
TYPE - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute ID for type.
TYPE_ARRAY - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Array object.
TYPE_ARRAY - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the returned system value type is String[].
TYPE_BIN1 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Bin1 object.
TYPE_BIN2 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Bin2 object.
TYPE_BIN4 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Bin4 object.
TYPE_BIN8 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Bin8 object.
TYPE_BINARY - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_BINARY_CHARACTER - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_BLOCKED_INSERT - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
TYPE_BYTE_ARRAY - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400ByteArray object.
TYPE_CALL - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
TYPE_CHARACTER - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_COMMIT - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
TYPE_COMPLETE - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
TYPE_COMPLETION - Static variable in class com.ibm.as400.access.HistoryLog
Message type for completion messages.
TYPE_CONNECT - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
TYPE_COPY - Static variable in class com.ibm.as400.access.HistoryLog
Message type for copy messages.
TYPE_DATA - Static variable in class com.ibm.as400.access.AS400File
Constant indicating a file type of *DATA.
TYPE_DATE - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Date object.
TYPE_DATE - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the returned system value type is Date.
TYPE_DATE - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_DBCS_EITHER - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_DBCS_GRAPHIC - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_DBCS_ONLY - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_DBCS_OPEN - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_DECFLOAT - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400DecFloat object.
TYPE_DECIMAL - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the returned system value type is BigDecimal.
TYPE_DECIMAL_FLOAT - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_DIAGNOSTIC - Static variable in class com.ibm.as400.access.HistoryLog
Message type for diagnostic messages.
TYPE_DIRECTORY - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute value indicating that this is a directory.
TYPE_DISK_DRIVE - Static variable in class com.ibm.as400.access.NetServerConnection
Deprecated.
TYPE attribute value indicating a connection type of "disk drive".
TYPE_DLO - Static variable in class com.ibm.as400.access.Permission
Constant indicating the object is a Document Library Objects (DLO) stored in QDLS.
TYPE_ESCAPE - Static variable in class com.ibm.as400.access.HistoryLog
Message type for escape messages.
TYPE_FILE - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute value indicating that this is a file.
TYPE_FLOAT - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_FLOAT4 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Float4 object.
TYPE_FLOAT8 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Float8 object.
TYPE_HEXADECIMAL - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_IMPLICIT - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying Implicit type of text
TYPE_INCOMPLETE - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
TYPE_INFORMATIONAL - Static variable in class com.ibm.as400.access.HistoryLog
Message type for informational messages.
TYPE_INPUT - Static variable in class com.ibm.jtopenlite.command.Parameter
Constant representing an input parameter.
TYPE_INPUT_OUTPUT - Static variable in class com.ibm.jtopenlite.command.Parameter
Constant representing an input/output parameter.
TYPE_INQUIRY - Static variable in class com.ibm.as400.access.HistoryLog
Message type for inquiry messages.
TYPE_INSERT_UPDATE_DELETE - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
TYPE_INTEGER - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the returned system value type is Integer.
TYPE_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.IllegalPathNameException
The return code indicating that the length of the object type is not valid.
TYPE_MULTIPLE_USE_NON_RENEWABLE - Static variable in class com.ibm.as400.security.auth.ProfileTokenCredential
ID indicating a multiple use token that cannot be regenerated.
TYPE_MULTIPLE_USE_RENEWABLE - Static variable in class com.ibm.as400.security.auth.ProfileTokenCredential
ID indicating a multiple use token that can be regenerated.
TYPE_NOTIFY - Static variable in class com.ibm.as400.access.HistoryLog
Message type for notify messages.
TYPE_NULL - Static variable in class com.ibm.jtopenlite.command.Parameter
Constant representing a null parameter.
TYPE_OUTPUT - Static variable in class com.ibm.jtopenlite.command.Parameter
Constant representing an output parameter.
TYPE_PACKED - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400PackedDecimal object.
TYPE_PACKED_DECIMAL - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_PARTIAL - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
TYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the type.
TYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Deprecated.
Property identifier for the type.
TYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VMessage
Deprecated.
Property identifier for the message type.
TYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Deprecated.
Property identifier for the message type.
TYPE_QSYS - Static variable in class com.ibm.as400.access.Permission
Constant indicating the object is contained in the system library structure and stored in QSYS.LIB.
TYPE_REPLY - Static variable in class com.ibm.as400.access.HistoryLog
Message type for reply messages.
TYPE_REQUEST - Static variable in class com.ibm.as400.access.HistoryLog
Message type for request messages.
TYPE_ROLLBACK - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
TYPE_ROOT - Static variable in class com.ibm.as400.access.Permission
Constant indicating that the object is contained in the root directory structure.
TYPE_SELECT - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
TYPE_SHARED - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
TYPE_SINGLE_USE - Static variable in class com.ibm.as400.security.auth.ProfileTokenCredential
ID indicating a single use token.
TYPE_SOURCE - Static variable in class com.ibm.as400.access.AS400File
Constant indicating a file type of *SRC.
TYPE_SPOOLED_OUTPUT_QUEUE - Static variable in class com.ibm.as400.access.NetServerConnection
Deprecated.
TYPE attribute value indicating a connection type of "spooled output queue".
TYPE_STRING - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the returned system value type is String.
TYPE_STRUCTURE - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Structure object.
TYPE_SYSTEM - Static variable in class com.ibm.jtopenlite.command.program.workmgmt.RetrieveSystemStatus
 
TYPE_TABLE - Static variable in class com.ibm.as400.access.KeyedFile
 
TYPE_TEXT - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Text object.
TYPE_TIME - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Time object.
TYPE_TIME - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_TIME_OF_DAY - Static variable in interface com.ibm.as400.access.AS400DataType
Deprecated.
Use TYPE_TIME instead.
TYPE_TIMESTAMP - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Timestamp object.
TYPE_TIMESTAMP - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 
TYPE_UBIN1 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400UnsignedBin1 object.
TYPE_UBIN2 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400UnsignedBin2 object.
TYPE_UBIN4 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400UnsignedBin4 object.
TYPE_UBIN8 - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400UnsignedBin8 object.
TYPE_UNKNOWN - Static variable in class com.ibm.as400.resource.RIFSFile
Deprecated.
Attribute value indicating that the tyype is unknown.
TYPE_UNKNOWN - Static variable in class com.ibm.jtopenlite.command.program.openlist.ListInformation
 
TYPE_UNKNOWN - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCStatement
 
TYPE_VARCHAR - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Varchar object.
TYPE_VISUAL - Static variable in class com.ibm.as400.access.BidiFlag
Value identifying Visual type of text
TYPE_ZONED - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400ZonedDecimal object.
TYPE_ZONED_DECIMAL - Static variable in class com.ibm.jtopenlite.ddm.DDMField
 

U

UDFS - Class in com.ibm.as400.access
Represents a user-defined file system on the IBM i system.
UDFS(AS400, String) - Constructor for class com.ibm.as400.access.UDFS
Constructs a UDFS object.
UDFS.MountedFsInformationStructure - Class in com.ibm.as400.access
Contains information about a mounted file system.
UDFS.UdfsInformationStructure - Class in com.ibm.as400.access
Contains information about a UDFS.
UDFS_DEFAULT_TYPE1 - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the default file format of stream files created in the user-defined file system is format type 1.
UDFS_DEFAULT_TYPE2 - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that the default file format of stream files created in the user-defined file system is format type 2.
UDFS_PREFERRED_STORAGE_UNIT_ANY - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that no storage media is preferred.
UDFS_PREFERRED_STORAGE_UNIT_SSD - Static variable in class com.ibm.as400.access.FileAttributes
Constant indicating that solid state drive storage media is preferred.
UDP - Static variable in class com.ibm.as400.util.commtrace.Header
An UDP Header
UDPHeader - Class in com.ibm.as400.util.commtrace
An UDP Header.
udtName(int, String) - Method in interface com.ibm.jtopenlite.database.DatabaseDescribeCallback
 
udtName(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSetMetaData
 
UNASSIGNED_DISK - Static variable in class com.ibm.as400.access.list.AspOpenList
 
UNEXPECTED_EXCEPTION - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that an unexpected exception was received.
UNEXPECTED_RETURN_CODE - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that an unexpected return code was received.
unicodeByteArrayToString(byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified Unicode bytes into a String.
unicodeByteArrayToString(byte[], int, int, char[]) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified Unicode bytes into a String.
unInstall(String, String) - Static method in class utilities.AS400ToolboxInstaller
Deprecated.
Removes a package from the target.
UNIT_OF_WORK_ID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the unit of work ID used to track jobs across multiple systems.
UNK - Static variable in class com.ibm.as400.util.commtrace.Header
An Unknown Header
UNK - Static variable in class com.ibm.as400.util.commtrace.IPPacket
Unknown IPPacket
UNKNOWN - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the exact cause of the failure is not known.
UNKNOWN - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the exact cause of the failure is not known.
UNKNOWN - Static variable in exception com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the exact cause of the failure is not known.
UNKNOWN - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that the exact cause of the failure is not known.
UNKNOWN - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "current number of users" attribute, indicating that the system was unable to retrieve the actual value.
UNKNOWN - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that an unknown error occurred.
UNKNOWN_ERROR - Static variable in exception com.ibm.as400.access.ExtendedIOException
The return code indicating that an unknown problem has occurred.
UNKNOWN_ERROR - Static variable in exception com.ibm.as400.resource.ResourceException
Deprecated.
The return code indicating that an unknown problem has occurred.
UNKNOWN_HOST - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the host is unknown.
UnknownHeader - Class in com.ibm.as400.util.commtrace
A Unknown Header.
UnknownMessage - Class in com.ibm.as400.util.commtrace
A UnknownMessage Header.
UnknownPacket - Class in com.ibm.as400.util.commtrace
A Unknown IPPacket.
UnknownPacket(byte[]) - Constructor for class com.ibm.as400.util.commtrace.UnknownPacket
Creates and parses the data of this packet.
unlock(IFSKey) - Method in class com.ibm.as400.access.IFSFileInputStream
Undoes a lock on this file.
unlock(IFSKey) - Method in class com.ibm.as400.access.IFSFileOutputStream
Undoes a lock on this file.
unlock(IFSKey) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Undoes a lock on this file.
unlockBytes(IFSKey) - Method in class com.ibm.as400.access.IFSFileReader
Undoes a lock on the file.
unlockBytes(IFSKey) - Method in class com.ibm.as400.access.IFSFileWriter
Undoes a lock on the file.
unmount() - Method in class com.ibm.as400.access.UDFS
Makes a previously mounted file system inaccessible within the integrated file system name space.
UnorderedList - Class in com.ibm.as400.util.html
The UnorderedList class represents an HTML unordered list, <ul>.
UnorderedList() - Constructor for class com.ibm.as400.util.html.UnorderedList
Constructs a default UnorderedList object.
UnorderedList(String) - Constructor for class com.ibm.as400.util.html.UnorderedList
Constructs a UnorderedList object with the specified labeling type.
UnorderedListBeanInfo - Class in com.ibm.as400.util.html
The UnorderedListBeanInfo class provides bean information for the UnorderedList class.
UnorderedListBeanInfo() - Constructor for class com.ibm.as400.util.html.UnorderedListBeanInfo
 
UnorderedListItem - Class in com.ibm.as400.util.html
The UnorderedListItem class represents an item in an unordered list item.
UnorderedListItem() - Constructor for class com.ibm.as400.util.html.UnorderedListItem
Constructs a default UnorderedList object.
UnorderedListItem(HTMLTagElement) - Constructor for class com.ibm.as400.util.html.UnorderedListItem
Constructs a UnorderedListItem object with the specified data.
UnorderedListItemBeanInfo - Class in com.ibm.as400.util.html
The UnorderedListItemBeanInfo class provides bean information for the UnorderedListItem class.
UnorderedListItemBeanInfo() - Constructor for class com.ibm.as400.util.html.UnorderedListItemBeanInfo
 
unsetKeepAlive() - Method in class com.ibm.as400.access.SocketProperties
Indicates that the value of the SO_KEEPALIVE socket option should not be set.
unsetReceiveBufferSize() - Method in class com.ibm.as400.access.SocketProperties
Indicates that the value of the SO_RCVBUF socket option should not be set.
unsetSendBufferSize() - Method in class com.ibm.as400.access.SocketProperties
Indicates that the value of the SO_SNDBUF socket option should not be set.
unsetSoLinger() - Method in class com.ibm.as400.access.SocketProperties
Indicates that the value of the SO_LINGER socket option should not be set.
unsetSoTimeout() - Method in class com.ibm.as400.access.SocketProperties
Indicates that the value of the SO_TIMEOUT socket option should not be set.
unsetTcpNoDelay() - Method in class com.ibm.as400.access.SocketProperties
Indicates that the value of the TCP_NODELAY socket option should not be set.
unsignedIntToByteArray(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.
unsignedIntToByteArray(long) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified long into IBM i format in a byte array.
unsignedShortToByteArray(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.
unsignedShortToByteArray(int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified int into IBM i format in a byte array.
UNSUPPORTED_CCSID - Static variable in class com.ibm.as400.data.DAMRI
 
unwrap() - Method in exception com.ibm.as400.resource.ResourceException
Deprecated.
Unwraps the underlying exception and throws it.
unwrap(Class<T>) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
update(Record) - Method in class com.ibm.as400.access.AS400File
Updates the record at the current cursor position.
update(Object[], Record) - Method in class com.ibm.as400.access.KeyedFile
Updates the record specified by key.
update(byte[], Record, int) - Method in class com.ibm.as400.access.KeyedFile
Updates the record specified by key.
update(Object[], Record, int) - Method in class com.ibm.as400.access.KeyedFile
Updates the first record meeting the specified search criteria based on key.
update(byte[], Record, int, int) - Method in class com.ibm.as400.access.KeyedFile
Updates the first record meeting the specified search criteria based on key.
update() - Method in class com.ibm.as400.access.PrintObject
Updates the attributes of this object by going to the system and retrieving the latest attributes for the object.
update(int, Record) - Method in class com.ibm.as400.access.SequentialFile
Updates the record at the position specified by the record number.
UpdateACSJar - Class in com.ibm.as400.util
 
UpdateACSJar() - Constructor for class com.ibm.as400.util.UpdateACSJar
 
updateArray(int, Array) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the value of a column as an Array object.
updateArray(String, Array) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the value of a column as an Array object.
updateArray(int, Array) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the value of a column as an Array object.
updateArray(String, Array) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the value of a column as an Array object.
updateArray(int, Array) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an Array value.
updateArray(String, Array) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an Array value.
updateArray(int, Array) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateArray(String, Array) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using an ASCII stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using an ASCII stream value.
updateAsciiStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an ASCII stream value.
updateAsciiStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an ASCII stream value.
updateAsciiStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes.
updateAsciiStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with an ascii stream value, which will have the specified number of bytes..
updateAsciiStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with an ascii stream value.
updateAsciiStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with an ascii stream value.
updateAsciiStream(int, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateAsciiStream(String, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateAsciiStream(int, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateAsciiStream(String, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateAsciiStream(int, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateAsciiStream(String, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a BigDecimal value.
updateBigDecimal(String, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a BigDecimal value.
updateBigDecimal(int, BigDecimal) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBigDecimal(String, BigDecimal) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBinaryStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a binary stream value.
updateBinaryStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a binary stream value.
updateBinaryStream(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a binary stream value.
updateBinaryStream(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a binary stream value, which will have the specified number of bytes.
updateBinaryStream(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a binary stream value.
updateBinaryStream(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a binary stream value.
updateBinaryStream(int, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBinaryStream(String, InputStream, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBinaryStream(int, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBinaryStream(String, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBinaryStream(int, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBinaryStream(String, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java Blob value.
updateBlob(String, Blob) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java Blob value.
updateBlob(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given input stream.
updateBlob(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given input stream.
updateBlob(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given input stream.
updateBlob(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given input stream.
updateBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java Blob value.
updateBlob(String, Blob) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java Blob value.
updateBlob(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given input stream.
updateBlob(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given input stream.
updateBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java Blob value.
updateBlob(String, Blob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java Blob value.
updateBlob(int, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(String, InputStream, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given input stream, which will have the specified number of bytes.
updateBlob(int, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given input stream.
updateBlob(String, InputStream) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given input stream.
updateBlob(int, Blob) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBlob(String, Blob) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBlob(int, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBlob(String, InputStream) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBlob(int, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBlob(String, InputStream, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBoolean(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java boolean value.
updateBoolean(String, boolean) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java boolean value.
updateBoolean(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java boolean value.
updateBoolean(String, boolean) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java boolean value.
updateBoolean(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java boolean value.
updateBoolean(String, boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java boolean value.
updateBoolean(int, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBoolean(String, boolean) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java byte value.
updateByte(String, byte) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java byte value.
updateByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java byte value.
updateByte(String, byte) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java byte value.
updateByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java byte value.
updateByte(String, byte) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java byte value.
updateByte(int, byte) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateByte(String, byte) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java byte array value.
updateBytes(String, byte[]) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java byte array value.
updateBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java byte array value.
updateBytes(String, byte[]) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java byte array value.
updateBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java byte array value.
updateBytes(String, byte[]) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java byte array value.
updateBytes(int, byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateBytes(String, byte[]) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Reader value.
updateCharacterStream(String, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Reader value.
updateCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Reader value.
updateCharacterStream(String, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Reader value.
updateCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Reader value.
updateCharacterStream(String, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Reader value.
updateCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a character stream value.
updateCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a character stream value.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateCharacterStream(String, Reader, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateCharacterStream(int, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateCharacterStream(String, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateCharacterStream(int, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateCharacterStream(String, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java Clob value.
updateClob(String, Clob) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java Clob value.
updateClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given Reader object.
updateClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given Reader object.
updateClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given Reader object.
updateClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given Reader object.
updateClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java Clob value.
updateClob(String, Clob) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java Clob value.
updateClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given Reader object.
updateClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given Reader object.
updateClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java Clob value.
updateClob(String, Clob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java Clob value.
updateClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given Reader object.
updateClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given Reader object.
updateClob(int, Clob) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateClob(String, Clob) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateClob(int, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateClob(String, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateClob(int, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateClob(String, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateCurrent(DDMFile, byte[], int, boolean[]) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Updates the current record with the specified data.
updateCurrent(DDMFile, DDMWriteCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Updates the current record with the first record provided by the callback.
updateDate(int, Date) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a java.sql.Date value.
updateDate(String, Date) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a java.sql.Date value.
updateDate(int, Date) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a java.sql.Date value.
updateDate(String, Date) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a java.sql.Date value.
updateDate(int, Date) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a java.sql.Date value.
updateDate(String, Date) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a java.sql.Date value.
updateDate(int, Date) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateDate(String, Date) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateDB2Default(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row to the SQL Default.
updateDB2Default(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row to the SQL Default.
updateDB2Unassigned(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row to the SQL Unassigned.
updateDB2Unassigned(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row to the SQL Unassigned.
updateDBDefault(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row to the SQL Default.
updateDBDefault(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row to the SQL Default.
updateDBUnassigned(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row to the SQL Unassigned.
updateDBUnassigned(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row to the SQL Unassigned.
updateDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java double value.
updateDouble(String, double) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java double value.
updateDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java double value.
updateDouble(String, double) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java double value.
updateDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java double value.
updateDouble(String, double) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java double value.
updateDouble(int, double) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateDouble(String, double) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateFloat(int, float) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java float value.
updateFloat(String, float) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java float value.
updateFloat(int, float) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java float value.
updateFloat(String, float) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java float value.
updateFloat(int, float) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java float value.
updateFloat(String, float) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java float value.
updateFloat(int, float) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateFloat(String, float) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java int value.
updateInt(String, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java int value.
updateInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java int value.
updateInt(String, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java int value.
updateInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java int value.
updateInt(String, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java int value.
updateInt(int, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateInt(String, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java long value.
updateLong(String, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java long value.
updateLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java long value.
updateLong(String, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java long value.
updateLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java long value.
updateLong(String, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java long value.
updateLong(int, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateLong(String, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a character stream value.
updateNCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a character stream value.
updateNCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a character stream value.
updateNCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a character stream value.
updateNCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a character stream value.
updateNCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a character stream value.
updateNCharacterStream(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a character stream value, which will have the specified number of bytes.
updateNCharacterStream(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a character stream value.
updateNCharacterStream(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a character stream value.
updateNCharacterStream(int, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNCharacterStream(String, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNCharacterStream(int, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNCharacterStream(String, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given Reader
updateNClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given Reader
updateNClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given Reader
updateNClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column using the given Reader
updateNClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given Reader The data will be read from the stream as needed until end-of-stream is reached.
updateNClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column using the given Reader object.
updateNClob(int, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(String, Reader, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given Reader object, which is the given number of characters long.
updateNClob(int, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given Reader The data will be read from the stream as needed until end-of-stream is reached.
updateNClob(String, Reader) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column using the given Reader object.
updateNClob(int, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNClob(String, Reader) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNClob(int, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNClob(String, Reader, long) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNString(int, String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a String value.
updateNString(String, String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the designated column with a String value.
updateNString(int, String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a String value.
updateNString(String, String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with a String value.
updateNString(int, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a String value.
updateNString(String, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the designated column with a String value.
updateNString(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNString(String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNull(int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using SQL NULL.
updateNull(String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using SQL NULL.
updateNull(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using SQL NULL.
updateNull(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using SQL NULL.
updateNull(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using SQL NULL.
updateNull(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using SQL NULL.
updateNull(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateNull(String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateObject(int, Object) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using an Object value.
updateObject(String, Object) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using an Object value.
updateObject(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using an Object value.
updateObject(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using an Object value.
updateObject(int, Object) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using an Object value.
updateObject(String, Object) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using an Object value.
updateObject(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using an Object value.
updateObject(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using an Object value.
updateObject(int, Object, Object, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with an Object value.
updateObject(String, Object, Object, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with an Object value.
updateObject(int, Object, Object) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with an Object value.
updateObject(String, Object, Object) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the designated column with an Object value.
updateObject(int, Object) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an Object value.
updateObject(String, Object) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an Object value.
updateObject(int, Object, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an Object value.
updateObject(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an Object value.
updateObject(int, Object) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateObject(String, Object) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateObject(int, Object, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateObject(String, Object, int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateRef(int, Ref) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the value of an SQL REF output parameter as a Ref value.
updateRef(String, Ref) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates the value of an SQL REF output parameter as a Ref value.
updateRef(int, Ref) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the value of an SQL REF output parameter as a Ref value.
updateRef(String, Ref) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the value of an SQL REF output parameter as a Ref value.
updateRef(int, Ref) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an Ref value.
updateRef(String, Ref) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using an Ref value.
updateRef(int, Ref) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateRef(String, Ref) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateRow() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Cancels all pending updates that have been made since the last call to updateRow().
updateRow() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates the database with the new contents of the current row.
updateRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates the database with the new contents of the current row.
updateRow() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updatesAreDetected(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if visible updates to a result set of the specified type can be detected by calling ResultSet.rowUpdated().
updatesAreDetected(int) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if visible updates to a result set of the specified type can be detected by calling ResultSet.rowUpdated().
updateSettings(SQLConversionSettings) - Method in class com.ibm.as400.access.SQLDataBase
 
updateShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java short value.
updateShort(String, short) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a Java short value.
updateShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java short value.
updateShort(String, short) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java short value.
updateShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java short value.
updateShort(String, short) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java short value.
updateShort(int, short) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateShort(String, short) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateString(int, String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a String value.
updateString(String, String) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a String value.
updateString(int, String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a String value.
updateString(String, String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a String value.
updateString(int, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a String value.
updateString(String, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a String value.
updateString(int, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateString(String, String) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateTime(int, Time) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a java.sql.Time value.
updateTime(String, Time) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a java.sql.Time value.
updateTime(int, Time) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a java.sql.Time value.
updateTime(String, Time) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a java.sql.Time value.
updateTime(int, Time) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a java.sql.Time value.
updateTime(String, Time) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a java.sql.Time value.
updateTime(int, Time) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateTime(String, Time) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateTimestamp(int, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Updates a column in the current row using a java.sql.Timestamp value.
updateTimestamp(int, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a java.sql.Timestamp value.
updateTimestamp(int, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a java.sql.Timestamp value.
updateTimestamp(String, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a java.sql.Timestamp value.
updateTimestamp(int, Timestamp) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateTimestamp(String, Timestamp) - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
Not implemented.
updateToUnicode(int, char) - Method in class com.ibm.as400.access.ConvTableSingleMap
 
URL_PREFIX_ - Static variable in class com.ibm.jtopenlite.database.jdbc.JDBCDriver
 
URLEncoder - Class in com.ibm.as400.util.html
The URLEncoder class encodes a string's delimiters for use in an HTML URL string.
URLEncoder() - Constructor for class com.ibm.as400.util.html.URLEncoder
 
URLParser - Class in com.ibm.as400.util.html
The URLParser class parses a URL string for the URI, properties, and reference (also known as the "anchor").
URLParser(String) - Constructor for class com.ibm.as400.util.html.URLParser
Constructs a URLParser object with the specified url.
US_CREATED - Static variable in class com.ibm.as400.access.UserSpaceEvent
Event ID indicating that a user space has been created.
US_DELETED - Static variable in class com.ibm.as400.access.UserSpaceEvent
Event ID indicating that a user space has been deleted.
US_READ - Static variable in class com.ibm.as400.access.UserSpaceEvent
Event ID indicating that a user space has been read.
US_WRITTEN - Static variable in class com.ibm.as400.access.UserSpaceEvent
Event ID indicating that a user space has been written.
usage - Static variable in class com.ibm.as400.access.jdbcClient.Main
 
usage() - Static method in class com.ibm.jtopenlite.samples.CallCreateUserSpace
 
usage() - Static method in class com.ibm.jtopenlite.samples.CallCreateUserSpaceSSL
 
USAGE_CONCURRENT - Static variable in class com.ibm.as400.access.ProductLicense
Value for license usage type, concurrent usage license type.
USAGE_INFO_UPDATED - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object usage information is updated for this object type.
USAGE_LIMIT_EXCEEDED - Static variable in exception com.ibm.as400.access.LicenseException
USAGE_LIMIT_EXCEEDED - Return code from the Central server when the usage limit for the product license being requested is exceeded and a license was not granted.
USAGE_REGISTERED - Static variable in class com.ibm.as400.access.ProductLicense
Value for license usage type, registered usage license type.
USE_ADOPTED_AUTHORITY - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for use adopted authority.
USE_PORT_MAPPER - Static variable in class com.ibm.as400.access.AS400
Special value indicating the service port should be retrieved from the port mapper server.
USE_RESET_DATE - Static variable in class com.ibm.as400.access.MemberDescription
The century and date when the days-used count was last set to 0.
useConnectionPool(boolean) - Method in class com.ibm.as400.access.jdbcClient.Main
 
useExtendedFormats() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
Indicates if the connection is using extended formats.
useExtendedFormats() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
USER - Static variable in class com.ibm.as400.access.NetServerConnection
Deprecated.
Attribute ID for "user name".
USER - Static variable in class com.ibm.as400.access.NetServerSession
Deprecated.
Attribute ID for "user name".
User - Class in com.ibm.as400.access
Represents a user profile object on the system.
User() - Constructor for class com.ibm.as400.access.User
Constructs a User object.
User(AS400, String) - Constructor for class com.ibm.as400.access.User
Constructs a User object.
USER - Static variable in class com.ibm.as400.access.UserList
Selection value indicating that the list contains only user profiles that are not group profiles.
USER - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection value indicating that the list contains only user profiles that are not group profiles.
USER - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the User component.
USER - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the User component.
USER_ACTION_AUDIT_LEVEL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for user action audit level.
USER_ACTION_AUDIT_LEVEL_COMMAND - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *CMD audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_CREATE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *CREATE audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_DELETE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *DELETE audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_JOB_DATA - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *JOBDTA audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_OBJECT_MANAGEMENT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *OBJMGT audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_OFFICE_SERVICES - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *OFCSRV audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_OPTICAL - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *OPTICAL audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_PROGRAM_ADOPTION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *PGMADP audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_SAVE_RESTORE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *SAVRST audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_SECURITY - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *SECURITY audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_SERVICE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *SERVICE audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_SPOOLED_FILE_DATA - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *SPLFDTA audit value specified in the user profile.
USER_ACTION_AUDIT_LEVEL_SYSTEM_MANAGEMENT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has the *SYSMGT audit value specified in the user profile.
USER_ADDRESS - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by directory entry user address.
USER_ADDRESS - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for user address.
USER_ASCII - Static variable in class com.ibm.as400.access.ISeriesNetServerPrintShare
Value of the "spooled file type" attribute, indicating "User ASCII".
USER_CHANGED - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the user program was changed.
USER_CLASS - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for user class name.
USER_CLASS_PROGRAMMER - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has a class of programmer.
USER_CLASS_SECURITY_ADMINISTRATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has a class of security administrator.
USER_CLASS_SECURITY_OFFICER - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has a class of security officer.
USER_CLASS_SYSTEM_OPERATOR - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has a class of system operator.
USER_CLASS_USER - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the user has a class of end user.
USER_COUNT - Static variable in class com.ibm.as400.access.NetServerShare
Deprecated.
Attribute ID for "user count".
USER_DATA - Static variable in class com.ibm.as400.access.list.SpooledFileOpenList
Sorting constant used to sort the list of spooled files by user data.
USER_DEFINED_ATTRIBUTE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the characteristic of the object type.
USER_DESCRIPTION - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by user description.
USER_DESCRIPTION - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for user description.
USER_ID - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by directory entry user ID.
USER_ID - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for user ID.
USER_ID_NUMBER - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for user ID number.
USER_LIBRARY_LIST - Static variable in class com.ibm.as400.access.Job
Job attribute representing the user portion of the library list for the initial thread of the job.
USER_LIBRARY_LIST - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *USRLIBL.
USER_LIBRARY_LIST - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for user library list.
USER_LIBRARY_LIST_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the user library list
USER_NAME - Static variable in class com.ibm.as400.access.Job
Job attribute representing the user name of the job, which is the same as the name of the user profile under which the job was started.
USER_NAME - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for user name.
USER_NAME - Static variable in class com.ibm.as400.resource.RJobList
Deprecated.
Selection ID for user name.
USER_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for user name.
USER_NAME_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating a blank user name.
USER_OPTIONS - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for user options.
USER_OPTIONS_EXPERT - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that more detailed information is shown when the user is defining or changing the system using edit or display object authority.
USER_OPTIONS_FULL_SCREEN_HELP - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that UIM online help is to be displayed on a full screen or a window.
USER_OPTIONS_KEYWORDS - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that keywords are shown when a CL command is displayed.
USER_OPTIONS_NO_STATUS_MESSAGE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that status messages sent to the user are not shown.
USER_OPTIONS_PRINT_COMPLETE_MESSAGE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that a message is sent to the user when a spooled file is printed.
USER_OPTIONS_ROLL_KEY - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that the opposite action from the system default for roll keys is taken.
USER_OPTIONS_STATUS_MESSAGE - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value indicating that status messages sent to the user are shown.
USER_PROFILE - Static variable in class com.ibm.as400.access.DirectoryEntryList
Constant used to filter the list of directory entries by user profile name.
USER_PROFILE - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute ID for user profile.
USER_PROFILE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value for user profile.
USER_PROFILE - Static variable in class com.ibm.as400.resource.RUserList
Deprecated.
Selection ID for user profile.
USER_PROFILE_NAME - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute ID for user profile name.
USER_PROFILE_OWNER - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the authority checking that was done while this program is running should include both the use who is running the program and the program owner.
USER_PROFILE_USER - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value indicating that the authority checking that was done while this program is running should include only the user who is running the program.
USER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the user.
USER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the name of the user of the job which produced the output.
USER_RETURN_CODE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the user-defined return code set by ILE high-level language constructs.
USER_RETURN_CODE - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute ID for user return code.
USER_SPACE - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the User Space component.
USER_SPACE - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the User Space component.
USER_STATE - Static variable in class com.ibm.as400.access.Command
Constant indicating that a program is called from user state.
USER_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Deprecated.
Constant for specifying the Visual User component.
USER_VISUAL - Static variable in class utilities.ToolboxJarMaker
Deprecated.
Specifies the Visual User component.
UserBeanInfo - Class in com.ibm.as400.access
The UserBeanInfo class represents the bean information for the User class.
UserBeanInfo() - Constructor for class com.ibm.as400.access.UserBeanInfo
 
USERCOMMENT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the user comment.
UserGroup - Class in com.ibm.as400.access
The UserGroup class represents a user profile that is a group profile.
UserGroup(AS400, String) - Constructor for class com.ibm.as400.access.UserGroup
Constructs a UserGroup object.
USERID_DISABLE - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID has been disabled by the system.
USERID_DISABLE - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the user ID has been disabled by the system.
USERID_ERROR - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that a general user ID error occurred.
USERID_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID length is not valid.
USERID_LENGTH_NOT_VALID - Static variable in exception com.ibm.as400.access.ServerStartupException
The return code indicating that the user ID length is not valid.
USERID_MISMATCH - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID does not match the user profile associated with the authentication token.
USERID_NOT_SET - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID is not set.
USERID_NOT_SET - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the user ID is not set.
USERID_UNKNOWN - Static variable in exception com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID is not known by the system.
USERID_UNKNOWN - Static variable in exception com.ibm.as400.micro.MEException
The return code indicating that the user ID is not known by the system.
userIdAboutToBeDisabled(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where the specified user profile will be disabled after next incorrect sign-on attempt.
userIdAboutToBeDisabled(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
userIdDefaultAlreadyAssigned(SignonEvent, String) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where a default userID has already been assigned for the system object.
userIdDefaultAlreadyAssigned(SignonEvent, String) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns true, indicating that the sign-on should proceed.
userIdDisabled(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where the specified user profile has been disabled.
userIdDisabled(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
userIdLengthIncorrect(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where a specified userID is either too long or too short.
userIdLengthIncorrect(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
userIdMissing(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where a userID has not been specified.
userIdMissing(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
userIdUnknown(SignonEvent) - Method in interface com.ibm.as400.access.SignonHandler
Handles the situation where a specified userID is unknown to the system.
userIdUnknown(SignonEvent) - Method in class com.ibm.as400.access.SignonHandlerAdapter
Returns false, indicating that the sign-on should not proceed.
UserIndex - Class in com.ibm.as400.access
The UserIndex class represents an IBM i user index object.
UserIndex(AS400, String) - Constructor for class com.ibm.as400.access.UserIndex
Constructs a UserIndex object.
UserInfo - Class in com.ibm.jtopenlite.components
Represents user information returned by the ListUsers class.
UserInfoListener - Interface in com.ibm.jtopenlite.components
 
UserList - Class in com.ibm.as400.access
Represents a list of user profiles on the system.
UserList() - Constructor for class com.ibm.as400.access.UserList
Constructs a UserList object.
UserList(AS400) - Constructor for class com.ibm.as400.access.UserList
Constructs a UserList object.
UserList(AS400, String, String) - Constructor for class com.ibm.as400.access.UserList
Constructs a UserList object.
UserList(AS400, String, String, String) - Constructor for class com.ibm.as400.access.UserList
Constructs a UserList object.
UserListBeanInfo - Class in com.ibm.as400.access
The UserListBeanInfo class represents the bean information for the UserList class.
UserListBeanInfo() - Constructor for class com.ibm.as400.access.UserListBeanInfo
 
UserObjectsOwnedList - Class in com.ibm.as400.access
Allows you to retrieve a list of IBM i objects that a user is authorized to and/or list of IBM i objects that the user owns.
UserObjectsOwnedList(AS400, String) - Constructor for class com.ibm.as400.access.UserObjectsOwnedList
Constructs a UserObjectsOwnedList object.
UserObjectsOwnedList(AS400, String, int, int) - Constructor for class com.ibm.as400.access.UserObjectsOwnedList
Constructs a UserObjectsOwnedList object.
UserObjectsOwnedListEntry - Class in com.ibm.as400.access
This entry represents a single IBM i object that a user owns or is authorized to.
UserPermission - Class in com.ibm.as400.access
Represents the authority of a specific user.
UserProfilePrincipal - Class in com.ibm.as400.security.auth
The UserProfilePrincipal class represents an IBM i system user profile.
UserProfilePrincipal() - Constructor for class com.ibm.as400.security.auth.UserProfilePrincipal
Constructs a UserProfilePrincipal object.
UserProfilePrincipal(String) - Constructor for class com.ibm.as400.security.auth.UserProfilePrincipal
Constructs a UserProfilePrincipal object with the principal name set to the supplied argument.
UserProfilePrincipal(AS400, String) - Constructor for class com.ibm.as400.security.auth.UserProfilePrincipal
Constructs a UserProfilePrincipal object.
UserProfilePrincipalBeanInfo - Class in com.ibm.as400.security.auth
Bean information for the UserProfilePrincipal class.
UserProfilePrincipalBeanInfo() - Constructor for class com.ibm.as400.security.auth.UserProfilePrincipalBeanInfo
 
UserSpace - Class in com.ibm.as400.access
Represents a user space object in the IBM i operating system.
UserSpace() - Constructor for class com.ibm.as400.access.UserSpace
Constructs a UserSpace object.
UserSpace(AS400, String) - Constructor for class com.ibm.as400.access.UserSpace
Constructs a UserSpace object.
UserSpaceBeanInfo - Class in com.ibm.as400.access
The UserSpaceBeanInfo class provides bean information for the UserSpace class.
UserSpaceBeanInfo() - Constructor for class com.ibm.as400.access.UserSpaceBeanInfo
 
UserSpaceEvent - Class in com.ibm.as400.access
The UserSpaceEvent class represents a user space event.
UserSpaceEvent(Object, int) - Constructor for class com.ibm.as400.access.UserSpaceEvent
Constructs a UserSpaceEvent object.
UserSpaceListener - Interface in com.ibm.as400.access
The UserSpaceListener interface provides an interface for receiving UserSpaceEvents.
USERSPECDATA_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Deprecated.
Property identifier for the user specified data.
usesLocalFilePerTable() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database uses a file for each table.
usesLocalFilePerTable() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database uses a file for each table.
usesLocalFiles() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database stores tables in a local file.
usesLocalFiles() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCDatabaseMetaData
Indicates if the database stores tables in a local file.
useVariableFieldCompression() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
useVariableFieldCompression() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
useVariableFieldInsertCompression() - Method in class com.ibm.as400.access.AS400JDBCConnectionImpl
 
useVariableFieldInsertCompression() - Method in class com.ibm.as400.access.AS400JDBCConnectionRedirect
 
Util - Class in com.ibm.jtopenlite.command.program.openlist
Internal use.
utilities - package utilities
Provides various utility applications and classes.

V

V4R4M0 - Static variable in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Constant value for the level representing V4R4M0.
V4R5M0 - Static variable in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Constant value for the level representing V4R5M0.
V5R1M0 - Static variable in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Constant value for the level representing V5R1M0.
VAction - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VActionAdapter - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VActionAdapter() - Constructor for class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Constructs a VActionAdapter object.
VActionAdapter(VAction, VActionContext) - Constructor for class com.ibm.as400.vaccess.VActionAdapter
Deprecated.
Constructs a VActionAdapter object.
VActionAdapterBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VActionAdapterBeanInfo() - Constructor for class com.ibm.as400.vaccess.VActionAdapterBeanInfo
Deprecated.
 
VActionContext - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
valid() - Method in class com.ibm.as400.access.IFSFileDescriptor
Determines if this file descriptor represents an open file.
validateAuthority(String, String, String) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Method used to validate authority.
validateAuthority(String, String, String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Method used to validate.
validateData(byte[], int, int) - Method in class com.ibm.as400.access.ConvTable
 
validateData(byte[], int, int) - Method in class com.ibm.as400.access.ConvTableMixedMap
 
validateFormat(int) - Static method in class com.ibm.as400.access.AS400Date
Validates the specified format value.
validateFormat(int) - Static method in class com.ibm.as400.access.AS400Time
Validates the specified format value.
validateRawTruncatedData(byte[], int, ConvTable) - Method in class com.ibm.as400.access.SQLDataBase
validates that raw truncated data is correct.
validateSignon() - Method in class com.ibm.as400.access.AS400
Validates the user ID and password on the system but does not add to the signed-on list.
validateSignon(String) - Method in class com.ibm.as400.access.AS400
Deprecated. 
validateSignon(char[]) - Method in class com.ibm.as400.access.AS400
Validates the user ID and password on the system but does not add to the signed-on list.
validateSignon(String, String) - Method in class com.ibm.as400.access.AS400
Deprecated.
Using a string as a password is insecure
validateSignon(String, char[]) - Method in class com.ibm.as400.access.AS400
Validates the user ID and password on the system but does not add to the signed-on list.
ValidationList - Class in com.ibm.as400.access
Represents a system validation list object.
ValidationList() - Constructor for class com.ibm.as400.access.ValidationList
Constructs a validation list.
ValidationList(AS400) - Constructor for class com.ibm.as400.access.ValidationList
Constructs a validation list for the given system.
ValidationList(AS400, QSYSObjectPathName) - Constructor for class com.ibm.as400.access.ValidationList
Constructs a validation list for the given system and path.
ValidationList(AS400, String, String) - Constructor for class com.ibm.as400.access.ValidationList
Constructs a validation list for the given system and object/library names.
ValidationListAttribute - Class in com.ibm.as400.access
Represents an attribute assigned to an entry in a validation list.
ValidationListAttribute() - Constructor for class com.ibm.as400.access.ValidationListAttribute
Constructs a validation list attribute.
ValidationListAttribute(AS400) - Constructor for class com.ibm.as400.access.ValidationListAttribute
Constructs a validation list attribute.
ValidationListAttributeData - Class in com.ibm.as400.access
Represents the value of a validation list attribute.
ValidationListAttributeData() - Constructor for class com.ibm.as400.access.ValidationListAttributeData
Constructs a ValidationListTranslatedData.
ValidationListAttributeData(byte[], int) - Constructor for class com.ibm.as400.access.ValidationListAttributeData
Constructs a ValidationListTranslatedData from a structure stored as IBM i bytes.
ValidationListAttributeInfo - Class in com.ibm.as400.access
Encapsulates all attribute information assigned to an entry in a validation list.
ValidationListAttributeInfo() - Constructor for class com.ibm.as400.access.ValidationListAttributeInfo
Constructs a ValidationListAttributeInfo.
ValidationListAttributeInfo(ValidationListAttribute[]) - Constructor for class com.ibm.as400.access.ValidationListAttributeInfo
Constructs a ValidationListAttributeInfo with the given attributes.
ValidationListDataToEncrypt - Class in com.ibm.as400.access
Used to specify the data to encrypt when adding or changing a validation list entry.
ValidationListDataToEncrypt() - Constructor for class com.ibm.as400.access.ValidationListDataToEncrypt
Constructs a ValidationListDataToEncrypt.
ValidationListDataToEncrypt(byte[], int) - Constructor for class com.ibm.as400.access.ValidationListDataToEncrypt
Constructs a ValidationListDataToEncrypt from a structure stored as IBM i bytes.
ValidationListDataToEncrypt(int, byte[]) - Constructor for class com.ibm.as400.access.ValidationListDataToEncrypt
Constructs a ValidationListDataToEncrypt from the specified IBM i bytes which are encoded in the given ccsid.
ValidationListDataToEncrypt(String, int, AS400) - Constructor for class com.ibm.as400.access.ValidationListDataToEncrypt
Constructs a ValidationListDataToEncrypt from the given string.
ValidationListEntry - Class in com.ibm.as400.access
Represents an entry in a system validation list.
ValidationListEntry() - Constructor for class com.ibm.as400.access.ValidationListEntry
Constructs a ValidationListEntry.
ValidationListEntry(byte[], int) - Constructor for class com.ibm.as400.access.ValidationListEntry
Constructs a ValidationListEntry from a structure stored as IBM i bytes.
ValidationListTranslatedData - Class in com.ibm.as400.access
Represents language-specific information that is assigned in a standardized format to a validation list entry.
ValidationListTranslatedData() - Constructor for class com.ibm.as400.access.ValidationListTranslatedData
Constructs a ValidationListTranslatedData.
ValidationListTranslatedData(byte[], int) - Constructor for class com.ibm.as400.access.ValidationListTranslatedData
Constructs a ValidationListTranslatedData from a structure stored as IBM i bytes.
ValidationListTranslatedData(int, byte[]) - Constructor for class com.ibm.as400.access.ValidationListTranslatedData
Constructs a ValidationListTranslatedData from the specified IBM i bytes which are encoded in the given ccsid.
ValidationListTranslatedData(String, int, AS400) - Constructor for class com.ibm.as400.access.ValidationListTranslatedData
Constructs a ValidationListTranslatedData from the given string.
VALUE_CANNOT_BE_DETERMINED - Static variable in class com.ibm.as400.access.ObjectLockListEntry
Special value indicating that the system was unable to determine a value.
valueForPathChanged(TreePath, Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Deprecated.
Notifies the object that the value for the item identified by path has changed.
ValueMap - Interface in com.ibm.as400.resource
Deprecated.
Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.
valueOf(String) - Static method in class com.ibm.as400.access.AS400JDBCTimestamp
 
VARBINARY - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
VARBINARY_908 - Static variable in class com.ibm.as400.access.SQLNativeType
 
VARCHAR - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
VARCHAR_448 - Static variable in class com.ibm.as400.access.SQLNativeType
 
VARGRAPHIC - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
VARGRAPHIC_464 - Static variable in class com.ibm.as400.access.SQLNativeType
 
VARIABLE_LAYOUT_LENGTH - Static variable in class com.ibm.as400.access.RecordFormat
This constant is only used for record level writing.
VARIABLE_LENGTH_ENTRIES - Static variable in class com.ibm.as400.access.UserIndex
 
VariableLengthFieldDescription - Interface in com.ibm.as400.access
The VariableLengthFieldDescription interface provides an interface for FieldDescription subclasses that can contain variable-length data.
Verbose - Class in com.ibm.as400.access
The Verbose class prints verbose output depending on the state of a flag.
Verbose() - Constructor for class com.ibm.as400.access.Verbose
 
verifyEntry(ValidationListEntry) - Method in class com.ibm.as400.access.ValidationList
Verify that the encrypted information specified for the given entry is correct.
version - Static variable in interface com.ibm.as400.access.Copyright
 
VERSION_540 - Static variable in class com.ibm.jtopenlite.SystemInfo
 
VERSION_610 - Static variable in class com.ibm.jtopenlite.SystemInfo
 
VERSION_710 - Static variable in class com.ibm.jtopenlite.SystemInfo
 
VERSION_MISMATCH - Static variable in exception com.ibm.as400.access.ProxyException
The return code indicating that communication failed to the proxy server because of a mismatch between code levels.
vetos_ - Variable in class com.ibm.as400.access.IFSFileOutputStream
 
VIFSConstants - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VIFSDirectory - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VIFSDirectory() - Constructor for class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Constructs a VIFSDirectory object.
VIFSDirectory(IFSFile) - Constructor for class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Constructs a VIFSDirectory object.
VIFSDirectory(VNode, IFSFile) - Constructor for class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Constructs a VIFSDirectory object.
VIFSDirectory(AS400, String) - Constructor for class com.ibm.as400.vaccess.VIFSDirectory
Deprecated.
Constructs a VIFSDirectory object.
VIFSDirectoryBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VIFSDirectoryBeanInfo() - Constructor for class com.ibm.as400.vaccess.VIFSDirectoryBeanInfo
Deprecated.
 
VIFSFile - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VIFSFile() - Constructor for class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Constructs a VIFSFile object.
VIFSFile(IFSFile) - Constructor for class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Constructs a VIFSFile object.
VIFSFile(AS400, String) - Constructor for class com.ibm.as400.vaccess.VIFSFile
Deprecated.
Constructs a VIFSFile object.
VJavaApplicationCall - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VJavaApplicationCall() - Constructor for class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Constructs a VJavaApplicationCall object.
VJavaApplicationCall(JavaApplicationCall) - Constructor for class com.ibm.as400.vaccess.VJavaApplicationCall
Deprecated.
Constructs a VJavaApplicationCall object.
VJavaApplicationCallBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VJavaApplicationCallBeanInfo() - Constructor for class com.ibm.as400.vaccess.VJavaApplicationCallBeanInfo
Deprecated.
 
VJob - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VJob() - Constructor for class com.ibm.as400.vaccess.VJob
Deprecated.
Constructs a VJob object.
VJob(AS400, Job) - Constructor for class com.ibm.as400.vaccess.VJob
Deprecated.
Constructs a VJob object.
VJob(AS400, RJob) - Constructor for class com.ibm.as400.vaccess.VJob
Deprecated.
Constructs a VJob object.
VJob(VNode, AS400, Job) - Constructor for class com.ibm.as400.vaccess.VJob
Deprecated.
Constructs a VJob object.
VJob(VNode, AS400, RJob) - Constructor for class com.ibm.as400.vaccess.VJob
Deprecated.
Constructs a VJob object.
VJobBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VJobBeanInfo() - Constructor for class com.ibm.as400.vaccess.VJobBeanInfo
Deprecated.
 
VJobList - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VJobList() - Constructor for class com.ibm.as400.vaccess.VJobList
Deprecated.
Constructs a VJobList object.
VJobList(AS400) - Constructor for class com.ibm.as400.vaccess.VJobList
Deprecated.
Constructs a VJobList object.
VJobList(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VJobList
Deprecated.
Constructs a VJobList object.
VJobListBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VJobListBeanInfo() - Constructor for class com.ibm.as400.vaccess.VJobListBeanInfo
Deprecated.
 
VJobLogMessage - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VMessage - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VMessageList - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VMessageList() - Constructor for class com.ibm.as400.vaccess.VMessageList
Deprecated.
Constructs a VMessageList object.
VMessageList(AS400Message[]) - Constructor for class com.ibm.as400.vaccess.VMessageList
Deprecated.
Constructs a VMessageList object.
VMessageList(VNode, AS400Message[]) - Constructor for class com.ibm.as400.vaccess.VMessageList
Deprecated.
Constructs a VMessageList object.
VMessageListBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VMessageListBeanInfo() - Constructor for class com.ibm.as400.vaccess.VMessageListBeanInfo
Deprecated.
 
VMessageQueue - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VMessageQueue() - Constructor for class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Constructs a VMessageQueue object.
VMessageQueue(AS400) - Constructor for class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Constructs a VMessageQueue object.
VMessageQueue(AS400, String) - Constructor for class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Constructs a VMessageQueue object.
VMessageQueue(VNode, AS400, String) - Constructor for class com.ibm.as400.vaccess.VMessageQueue
Deprecated.
Constructs a VMessageQueue object.
VMessageQueueBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VMessageQueueBeanInfo() - Constructor for class com.ibm.as400.vaccess.VMessageQueueBeanInfo
Deprecated.
 
VMRI - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VMRI() - Constructor for class com.ibm.as400.vaccess.VMRI
Deprecated.
 
VNode - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VNPMRI - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VNPMRI() - Constructor for class com.ibm.as400.vaccess.VNPMRI
Deprecated.
 
VObject - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VObjectEvent - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VObjectEvent(Object, VObject) - Constructor for class com.ibm.as400.vaccess.VObjectEvent
Deprecated.
Constructs a VObjectEvent object.
VObjectEvent(Object, VObject, VNode) - Constructor for class com.ibm.as400.vaccess.VObjectEvent
Deprecated.
Constructs a VObjectEvent object.
VObjectListener - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VOutput - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VOutput(VPrinterOutput, SpooledFile) - Constructor for class com.ibm.as400.vaccess.VOutput
Deprecated.
Constructs a VOutput object.
VPrinter - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VPrinter() - Constructor for class com.ibm.as400.vaccess.VPrinter
Deprecated.
Constructs a VPrinter object.
VPrinter(Printer) - Constructor for class com.ibm.as400.vaccess.VPrinter
Deprecated.
Constructs a VPrinter object.
VPrinter(VNode, Printer) - Constructor for class com.ibm.as400.vaccess.VPrinter
Deprecated.
Constructs a VPrinter object.
VPrinterBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VPrinterBeanInfo() - Constructor for class com.ibm.as400.vaccess.VPrinterBeanInfo
Deprecated.
 
VPrinterOutput - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VPrinterOutput() - Constructor for class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Constructs a VPrinterOutput object.
VPrinterOutput(AS400) - Constructor for class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Constructs a VPrinterOutput object.
VPrinterOutput(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VPrinterOutput
Deprecated.
Constructs a VPrinterOutput object.
VPrinterOutputBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VPrinterOutputBeanInfo() - Constructor for class com.ibm.as400.vaccess.VPrinterOutputBeanInfo
Deprecated.
 
VPrinters - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VPrinters() - Constructor for class com.ibm.as400.vaccess.VPrinters
Deprecated.
Constructs a VPrinters object.
VPrinters(AS400) - Constructor for class com.ibm.as400.vaccess.VPrinters
Deprecated.
Constructs a VPrinters object.
VPrinters(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VPrinters
Deprecated.
Constructs a VPrinters object.
VPrintersBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VPrintersBeanInfo() - Constructor for class com.ibm.as400.vaccess.VPrintersBeanInfo
Deprecated.
 
VPropertiesAction - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VPropertiesAction() - Constructor for class com.ibm.as400.vaccess.VPropertiesAction
Deprecated.
Constructs a VPropertiesAction object.
VPropertiesActionBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VPropertiesActionBeanInfo() - Constructor for class com.ibm.as400.vaccess.VPropertiesActionBeanInfo
Deprecated.
 
VPropertiesPane - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VQRYMRI - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VQRYMRI() - Constructor for class com.ibm.as400.vaccess.VQRYMRI
Deprecated.
 
VQueuedMessage - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VRM_NOT_VALID - Static variable in exception com.ibm.as400.access.InternalErrorException
The return code indicating that the server job cannot support this version of the client.
vrmToLevel(int) - Static method in class com.ibm.as400.resource.ResourceLevel
Deprecated.
Converts the VRM to a level.
VRunJavaApplication - Class in utilities
Deprecated.
No longer supported.
VRunJavaApplication() - Constructor for class utilities.VRunJavaApplication
Deprecated.
 
VSystemPool - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VSystemPool() - Constructor for class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Constructs a VSystemPool object.
VSystemPool(SystemPool) - Constructor for class com.ibm.as400.vaccess.VSystemPool
Deprecated.
Constructs a VSystemPool object.
VSystemPoolBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VSystemPoolBeanInfo() - Constructor for class com.ibm.as400.vaccess.VSystemPoolBeanInfo
Deprecated.
 
VSystemStatus - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VSystemStatus() - Constructor for class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Constructs a VSystemStatus object.
VSystemStatus(AS400) - Constructor for class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Constructs a VSystemStatus object.
VSystemStatus(SystemStatus) - Constructor for class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Constructs a VSystemStatus object.
VSystemStatus(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VSystemStatus
Deprecated.
Constructs a VSystemStatus object.
VSystemStatusBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VSystemStatusBeanInfo() - Constructor for class com.ibm.as400.vaccess.VSystemStatusBeanInfo
Deprecated.
 
VSystemStatusPane - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VSystemStatusPane(AS400) - Constructor for class com.ibm.as400.vaccess.VSystemStatusPane
Deprecated.
Constructs a VSystemStatusPane object.
VSystemValueList - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VSystemValueList() - Constructor for class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Constructs a VSystemValueList object.
VSystemValueList(AS400) - Constructor for class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Constructs a VSystemValueList object.
VSystemValueList(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VSystemValueList
Deprecated.
Constructs a VSystemValueList object.
VSystemValueListBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VSystemValueListBeanInfo() - Constructor for class com.ibm.as400.vaccess.VSystemValueListBeanInfo
Deprecated.
 
VUser - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VUser() - Constructor for class com.ibm.as400.vaccess.VUser
Deprecated.
Constructs a VUser object.
VUser(User) - Constructor for class com.ibm.as400.vaccess.VUser
Deprecated.
Constructs a VUser object.
VUserAndGroup - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VUserAndGroup(AS400) - Constructor for class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Constructs a VUserAndGroup object.
VUserAndGroup(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VUserAndGroup
Deprecated.
Constructs a VUserAndGroup object.
VUserList - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VUserList() - Constructor for class com.ibm.as400.vaccess.VUserList
Deprecated.
Constructs a VUserList object.
VUserList(AS400) - Constructor for class com.ibm.as400.vaccess.VUserList
Deprecated.
Constructs a VUserList object.
VUserList(UserList, String) - Constructor for class com.ibm.as400.vaccess.VUserList
Deprecated.
Constructs a VUserList object.
VUserList(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VUserList
Deprecated.
Constructs a VUserList object.
VUserListBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
VUserListBeanInfo() - Constructor for class com.ibm.as400.vaccess.VUserListBeanInfo
Deprecated.
 

W

waitForComplete() - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Waits until the list is completely loaded.
waitForComplete() - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Waits until the list is completely loaded.
waitForComplete() - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Waits until the list is completely loaded.
waitForItem(int) - Method in class com.ibm.as400.access.PrintObjectList
Blocks until the number of requested items are done being built.
waitForListToComplete() - Method in class com.ibm.as400.access.PrintObjectList
Blocks until the list is done being built.
waitForResource(long) - Method in class com.ibm.as400.resource.ResourceList
Deprecated.
Waits until the resource is available or the list is complete.
waitForResource(long) - Method in class com.ibm.as400.resource.RIFSFileList
Deprecated.
Waits until the resource is available or the list is complete.
waitForResource(long) - Method in class com.ibm.as400.resource.SystemResourceList
Deprecated.
Waits until the resource is available or the list is complete.
WAITING_FOR_DATA_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for waiting for data status.
WAITING_FOR_DEVICE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for waiting for device status.
WAITING_FOR_MESSAGE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for waiting for message status.
WARNING - Static variable in class com.ibm.as400.access.Trace
'Warning message' trace category.
wasNull() - Method in class com.ibm.as400.access.AS400JDBCArrayResultSet
Indicates if the last column read has the value of SQL NULL.
wasNull() - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Indicates if the last parameter read has the value of SQL NULL.
wasNull() - Method in class com.ibm.as400.access.AS400JDBCCallableStatementRedirect
 
wasNull() - Method in class com.ibm.as400.access.AS400JDBCResultSet
Indicates if the last column read has the value of SQL NULL.
wasNull() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Indicates if the last column read has the value of SQL NULL.
wasNull() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCCallableStatement
 
wasNull() - Method in class com.ibm.jtopenlite.database.jdbc.JDBCResultSet
 
winCompatible - Variable in class com.ibm.as400.access.BidiTransform
Option: use "Windows compatible" algorithm for reordering.
windowClosing(WindowEvent) - Method in class com.ibm.as400.util.commtrace.CommTrace
Invoked when a window is in the process of being closed.
WINS_ENABLEMENT - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "WINS enablement".
WINS_ENABLEMENT_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "WINS enabled (pending)".
WINS_PRIMARY_ADDRESS - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "WINS primary address".
WINS_PRIMARY_ADDRESS_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "WINS primary address (pending)".
WINS_SCOPE_ID - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "WINS scope ID".
WINS_SCOPE_ID_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "WINS scope ID (pending)".
WINS_SECONDARY_ADDRESS - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "WINS secondary address".
WINS_SECONDARY_ADDRESS_PENDING - Static variable in class com.ibm.as400.access.NetServer
Deprecated.
Attribute ID for "WINS secondary address (pending)".
wordBreak - Variable in class com.ibm.as400.access.BidiTransform
Option: consider white space to always follow base orientation
WORK_ID_UNIT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Deprecated.
Property identifier for the unit of work identifier.
WorkingCursorAdapter - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
WorkingCursorAdapter() - Constructor for class com.ibm.as400.vaccess.WorkingCursorAdapter
Deprecated.
Constructs a WorkingCursorAdapter object.
WorkingCursorAdapter(Component) - Constructor for class com.ibm.as400.vaccess.WorkingCursorAdapter
Deprecated.
Constructs a WorkingCursorAdapter object.
WorkingCursorAdapterBeanInfo - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
WorkingCursorAdapterBeanInfo() - Constructor for class com.ibm.as400.vaccess.WorkingCursorAdapterBeanInfo
Deprecated.
 
WorkingEvent - Class in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
WorkingEvent(Object) - Constructor for class com.ibm.as400.vaccess.WorkingEvent
Deprecated.
Constructs a WorkingEvent object.
WorkingListener - Interface in com.ibm.as400.vaccess
Deprecated.
Use Java Swing instead, along with the classes in package com.ibm.as400.access
WORKSTATION - Static variable in class com.ibm.as400.access.ISeriesNetServerConnection
Value of the ISeriesNetServerConnection "resource type" attribute, indicating that the connection is from a specific workstation.
WORKSTATION_NAME_ENTRY - Static variable in class com.ibm.as400.access.SubsystemEntryList
 
WORKSTATION_TYPE_ENTRY - Static variable in class com.ibm.as400.access.SubsystemEntryList
 
WorkWithCollector - Class in com.ibm.jtopenlite.command.program.perf
Obtain performance data using the QPMWKCOL API.
WorkWithCollector(String, String, int, String, String) - Constructor for class com.ibm.jtopenlite.command.program.perf.WorkWithCollector
 
write(Record) - Method in class com.ibm.as400.access.AS400File
Writes a record to the file.
write(Record[]) - Method in class com.ibm.as400.access.AS400File
Writes an array of records to the file.
write(String) - Method in class com.ibm.as400.access.CharacterDataArea
Writes the data to the data area.
write(String, int) - Method in class com.ibm.as400.access.CharacterDataArea
Writes the data to the data area.
write(String, int, int) - Method in class com.ibm.as400.access.CharacterDataArea
Writes the data to the data area.
write(byte[], int, int, int) - Method in class com.ibm.as400.access.CharacterDataArea
Writes the data to the data area.
write(int) - Method in class com.ibm.as400.access.ConvTableWriter
Writes a single character.
write(char[]) - Method in class com.ibm.as400.access.ConvTableWriter
Writes the specified array of characters.
write(char[], int, int) - Method in class com.ibm.as400.access.ConvTableWriter
Writes a portion of the specified array of characters.
write(String) - Method in class com.ibm.as400.access.ConvTableWriter
Writes the specified String.
write(String, int, int) - Method in class com.ibm.as400.access.ConvTableWriter
Writes a portion of the specified String.
write(byte[]) - Method in class com.ibm.as400.access.DataQueue
Writes an entry to the data queue.
write(String) - Method in class com.ibm.as400.access.DataQueue
Writes a string entry to the data queue.
write(BigDecimal) - Method in class com.ibm.as400.access.DecimalDataArea
Writes data to the data area.
write(int) - Method in class com.ibm.as400.access.IFSFileOutputStream
Writes the specified byte to this file output stream.
write(byte[]) - Method in class com.ibm.as400.access.IFSFileOutputStream
Writes data.length bytes of data from the byte array data to this file output stream.
write(byte[], int, int) - Method in class com.ibm.as400.access.IFSFileOutputStream
Writes length bytes of data from the byte array data, starting at offset, to this file output stream.
write(int) - Method in class com.ibm.as400.access.IFSFileWriter
Writes a single character.
write(char[]) - Method in class com.ibm.as400.access.IFSFileWriter
Writes the specified array of characters.
write(char[], int, int) - Method in class com.ibm.as400.access.IFSFileWriter
Writes a portion of an array of characters.
write(String) - Method in class com.ibm.as400.access.IFSFileWriter
Writes a String.
write(String, int, int) - Method in class com.ibm.as400.access.IFSFileWriter
Writes a portion of a String.
write(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes the specified byte to this file.
write(byte[]) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes data.length bytes of data from the byte array data to this file output stream.
write(byte[], int, int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes length bytes from the byte array data, starting at dataOffset, to this file.
write(String) - Method in class com.ibm.as400.access.IFSTextFileOutputStream
Writes characters to this text file input stream.
write(byte[], byte[]) - Method in class com.ibm.as400.access.KeyedDataQueue
Writes an entry to the data queue.
write(String, String) - Method in class com.ibm.as400.access.KeyedDataQueue
Writes a string entry to the data queue.
write(String) - Method in class com.ibm.as400.access.LocalDataArea
Writes the data to the data area.
write(String, int) - Method in class com.ibm.as400.access.LocalDataArea
Writes the data to the data area.
write(String, int, int) - Method in class com.ibm.as400.access.LocalDataArea
Writes the data to the data area.
write(byte[], int, int, int) - Method in class com.ibm.as400.access.LocalDataArea
Writes the data to the data area.
write(boolean) - Method in class com.ibm.as400.access.LogicalDataArea
Writes the value in data to the data area.
write(char[], int, int) - Method in class com.ibm.as400.access.SCS5256Writer
Writes a portion of an array of characters.
write(int) - Method in class com.ibm.as400.access.SCS5256Writer
Writes a single character.
write(String) - Method in class com.ibm.as400.access.SCS5256Writer
Writes a string.
write(String, int, int) - Method in class com.ibm.as400.access.SCS5256Writer
Writes a portion of a string.
write(int) - Method in class com.ibm.as400.access.SpooledFileOutputStream
Writes a byte of data.
write(byte[]) - Method in class com.ibm.as400.access.SpooledFileOutputStream
Writes data.length bytes of data from the byte array data to the spooled file.
write(byte[], int, int) - Method in class com.ibm.as400.access.SpooledFileOutputStream
Writes up to length bytes of data from the byte array data, starting at offset, to this spooled file.
write(byte[], int) - Method in class com.ibm.as400.access.UserSpace
Writes up to dataBuffer.length bytes from dataBuffer into the user space beginning at userSpaceOffset.
write(byte[], int, int, int) - Method in class com.ibm.as400.access.UserSpace
Writes up to length bytes from dataBuffer beginning at dataOffset into the user space beginning at userSpaceOffset.
write(byte[], int, int, int, int) - Method in class com.ibm.as400.access.UserSpace
Writes up to length bytes from dataBuffer beginning at dataOffset into the user space beginning at userSpaceOffset.
write(String, int) - Method in class com.ibm.as400.access.UserSpace
Writes a string into the user space beginning at userSpaceOffset.
write() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Deprecated.
Writes the contents of the document to the data queue.The entry replaces the current content.
write(String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Deprecated.
Writes the contents of the document to the data queue.The entry replaces the current content.
write(DDMFile, byte[], int, boolean[], DDMReadCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Writes a single record to the end of the file.
write(DDMFile, DDMWriteCallback) - Method in class com.ibm.jtopenlite.ddm.DDMConnection
Writes records provided by the callback to the file.
write(byte[]) - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
write(byte[], int, int) - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
write(int) - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
WRITE_ALLOW_SHARED_READ_LOCK - Static variable in class com.ibm.as400.access.AS400File
Constant indicating lock type of update willing to share with readers.
WRITE_ALLOW_SHARED_WRITE_LOCK - Static variable in class com.ibm.as400.access.AS400File
Constant indicating lock type of update willing to share with updaters.
WRITE_DATA - Static variable in class com.ibm.as400.data.DAMRI
 
WRITE_DATA_W_INDICES - Static variable in class com.ibm.as400.data.DAMRI
 
WRITE_EXCLUSIVE_LOCK - Static variable in class com.ibm.as400.access.AS400File
Constant indicating lock type of update willing to share with no one.
WRITE_ONLY - Static variable in class com.ibm.as400.access.AS400File
Constant indicating open type of write only.
WRITE_ONLY - Static variable in class com.ibm.jtopenlite.ddm.DDMFile
 
writeBoolean(boolean) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes a boolean to the file as a one-byte value.
writeByte(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes a byte to the file as a one-byte value.
writeByte(int) - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
writeBytes(String) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes out the string to the file as a sequence of bytes.
writeChar(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes a char to the file as a two-byte value, high byte first.
writeChars(String) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes a string to the file as a sequence of characters.
writeDouble(double) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the file as an eight-byte quantity, high-byte first.
writeFile(FileHandle, byte[], int, int, boolean) - Method in class com.ibm.jtopenlite.file.FileConnection
Writes data to the file starting at the current file offset in the handle, and optionally sync-ing the data to disk; upon a successful write, the current file offset and size are incremented.
writeFloat(float) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the file as a four-byte quantity, high-byte first.
writeInt(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes an int to the file as four bytes, high-byte first.
writeInt(int) - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
writeLong(long) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes a long to the file as eight bytes, high-byte first.
writeLong(long) - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
writeMessage(AS400, String, int) - Static method in class com.ibm.as400.access.JobLog
Writes a program message to the job log for the job in which the program is running.
writeMessage(AS400, String, int, byte[]) - Static method in class com.ibm.as400.access.JobLog
Writes a program message to the job log for the job in which the program is running.
writeMessage(AS400, String, int, String) - Static method in class com.ibm.as400.access.JobLog
Writes a program message to the job log for the job in which the program is running.
writeMessage(AS400, String, int, String, byte[]) - Static method in class com.ibm.as400.access.JobLog
Writes a program message to the job log for the job in which the program is running.
writeMessage(AS400, String, int, String, byte[], boolean) - Static method in class com.ibm.as400.access.JobLog
Writes a program message to the job log for the job in which the program is running.
writeMessage(AS400, String, int) - Static method in class com.ibm.as400.resource.RJobLog
Deprecated.
Writes a program message to the job log for the job in which the program is running.
writeMessage(AS400, String, int, byte[]) - Static method in class com.ibm.as400.resource.RJobLog
Deprecated.
Writes a program message to the job log for the job in which the program is running.
writeMessage(AS400, String, int, String) - Static method in class com.ibm.as400.resource.RJobLog
Deprecated.
Writes a program message to the job log for the job in which the program is running.
writeMessage(AS400, String, int, String, byte[]) - Static method in class com.ibm.as400.resource.RJobLog
Deprecated.
Writes a program message to the job log for the job in which the program is running.
writePadEBCDIC(String, int, HostServerConnection.HostOutputStream) - Static method in class com.ibm.jtopenlite.HostServerConnection
 
writePadEBCDIC10(String, HostServerConnection.HostOutputStream) - Static method in class com.ibm.jtopenlite.HostServerConnection
 
WRITER_JOB_ENDED - Static variable in exception com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the writer job has ended.
WRITER_JOB_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for writer job name.
WRITER_JOB_NUMBER - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for writer job number.
WRITER_JOB_USER_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for writer job user name.
WRITER_STARTED - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for waiting for device status.
WRITER_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for writer status.
WRITER_STATUS_ENDED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer status constant indicating that the status of the writer is ended.
WRITER_STATUS_ENDED - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is ended.
WRITER_STATUS_HELD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer status constant indicating that the status of the writer is held.
WRITER_STATUS_HELD - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is held.
WRITER_STATUS_JOB_QUEUE - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is on a job queue.
WRITER_STATUS_MESSAGE_WAITING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer status constant indicating that the status of the writer is message waiting.
WRITER_STATUS_MESSAGE_WAITING - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is waiting on a message.
WRITER_STATUS_ON_JOB_QUEUE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer status constant indicating that the status of the writer is on job queue.
WRITER_STATUS_STARTED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer status constant indicating that the status of the writer is started.
WRITER_STATUS_STARTED - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is started.
WRITER_TIME_ALL_DONE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer time constant indicating that the action will occur when there are no ready spooled files.
WRITER_TIME_CURRENT_DONE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer time constant indicating that the action will occur when the current spooled file has been printed.
WRITER_TIME_NONE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer time constant indicating that there are no pending changes to the writer.
WRITER_TIME_WAIT - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writer time constant indicating that the action will not occur, it will wait for more spooled files.
writeRecord(Record) - Method in class com.ibm.as400.access.LineDataRecordWriter
Writes the record data, in line data format, to an OutputStream.
WriterJob - Class in com.ibm.as400.access
The WriterJob class represents a writer job.
WriterJobList - Class in com.ibm.as400.access
The WriterJobList class is used to build a list of objects of type WriterJob.
WriterJobList() - Constructor for class com.ibm.as400.access.WriterJobList
Constructs a WriterJobList object.
WriterJobList(AS400) - Constructor for class com.ibm.as400.access.WriterJobList
Constructs a WriterJobList object.
WriterJobListBeanInfo - Class in com.ibm.as400.access
BeanInfo for WriterJobList class.
WriterJobListBeanInfo() - Constructor for class com.ibm.as400.access.WriterJobListBeanInfo
 
writeShort(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes a short to the file as two bytes, high-byte first.
writeShort(int) - Method in class com.ibm.jtopenlite.HostServerConnection.HostOutputStream
 
writeStringToUnicodeBytes(String, HostServerConnection.HostOutputStream) - Static method in class com.ibm.jtopenlite.HostServerConnection
 
writeTo(OutputStream) - Method in class com.ibm.as400.access.PxBooleanParm
Writes the contents of the datastream to an output stream.
writeTo(OutputStream) - Method in class com.ibm.as400.access.PxReqCV
Writes the contents of the datastream to an output stream.
writeUTF(String) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes out a string to the file using UTF-8 encoding in a machine-independent manner.
WRITING_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute ID for writing status.
WRITING_STATUS_FILE_SEPARATORS - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writing status constant indicating that the writer is writing the file separators.
WRITING_STATUS_NO - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is not in writing status.
WRITING_STATUS_NOT_WRITING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writing status constant indicating that the writer is not in writing status.
WRITING_STATUS_SEPARATORS - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is writing the file separators.
WRITING_STATUS_WRITING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Writing status constant indicating that the writer is in writing status.
WRITING_STATUS_YES - Static variable in class com.ibm.as400.resource.RPrinter
Deprecated.
Attribute value indicating that the writer is in writing status.
written(DataAreaEvent) - Method in interface com.ibm.as400.access.DataAreaListener
Invoked when a write has been performed.
written(DataQueueEvent) - Method in interface com.ibm.as400.access.DataQueueListener
Invoked when a write has been performed.
written(UserSpaceEvent) - Method in interface com.ibm.as400.access.UserSpaceListener
Invoked when a write has been performed.
WRONG_ELEMENT_TYPE - Static variable in class com.ibm.as400.data.DAMRI
 

X

XML - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
XML_988 - Static variable in class com.ibm.as400.access.SQLNativeType
 
XML_LOCATOR - Static variable in class com.ibm.jtopenlite.database.DB2Type
 
XML_LOCATOR_2452 - Static variable in class com.ibm.as400.access.SQLNativeType
 
XML_NOT_FOUND - Static variable in class com.ibm.as400.data.DAMRI
 
XML_SERIALIZED - Static variable in class com.ibm.as400.data.DAMRI
 
XmlException - Exception in com.ibm.as400.data
Thrown when an error is encountered processing XML.

Y

YES - Static variable in class com.ibm.as400.resource.RJavaProgram
Deprecated.
Attribute value for yes.
YES - Static variable in class com.ibm.as400.resource.RJob
Deprecated.
Attribute value for yes.
YES - Static variable in class com.ibm.as400.resource.RUser
Deprecated.
Attribute value for yes.
YES - Static variable in class com.ibm.as400.util.commtrace.FormatProperties
 

Z

ZONED_DECIMAL_488 - Static variable in class com.ibm.as400.access.SQLNativeType
 
ZonedDecimalFieldDescription - Class in com.ibm.as400.access
Represents the description of the data in a zoned decimal field.
ZonedDecimalFieldDescription() - Constructor for class com.ibm.as400.access.ZonedDecimalFieldDescription
Constructs a ZonedDecimalFieldDescription object.
ZonedDecimalFieldDescription(AS400ZonedDecimal, String) - Constructor for class com.ibm.as400.access.ZonedDecimalFieldDescription
Constructs a ZonedDecimalFieldDescription object.
ZonedDecimalFieldDescription(AS400ZonedDecimal, String, String) - Constructor for class com.ibm.as400.access.ZonedDecimalFieldDescription
Constructs a ZonedDecimalFieldDescription object.
zonedDecimalToDouble(byte[], int, int, int) - Static method in class com.ibm.jtopenlite.Conv
 
zonedDecimalToInt(byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
The scale is 0, and 0 < numDigits <= 10.
zonedDecimalToLong(byte[], int, int) - Static method in class com.ibm.jtopenlite.Conv
The scale is 0, and 0 < numDigits <= 20.
zonedDecimalToString(byte[], int, int, int) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified zoned decimal bytes into a String.
zonedDecimalToString(byte[], int, int, int, char[]) - Static method in class com.ibm.jtopenlite.Conv
Converts the specified zoned decimal bytes into a String.
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 
JTOpen 11.2