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
Represents A3 paper size (297 x 420 mm)
A4 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents A4 paper size (210 x 297 mm)
A5 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents A5 paper size (148 x 210 mm)
AboutToolbox - class utilities.AboutToolbox.
Prints the current version of the Toolbox or JTOpen that is found in the user's CLASSPATH.
AboutToolbox() - Constructor for class utilities.AboutToolbox
 
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_FIDELITY - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents *ABSOLUTE viewing fidelity
ABSOLUTE_PATH - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for absolute path.
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.access.AS400JDBCResultSet
Positions the cursor to an absolute row number.
absolute(int) - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Positions the cursor to an absolute row number.
absolute(int) - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
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.
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.
AbstractDescriptor - class com.ibm.as400.ui.framework.java.AbstractDescriptor.
Describes a predefined value associated with a data attribute.
AbstractDescriptor() - Constructor for class com.ibm.as400.ui.framework.java.AbstractDescriptor
Constructs an AbstractDescriptor.
AbstractDescriptor(String, String) - Constructor for class com.ibm.as400.ui.framework.java.AbstractDescriptor
Constructs an AbstractDescriptor with the specified name and title.
AbstractDescriptor(String, String, HandlerTask[]) - Constructor for class com.ibm.as400.ui.framework.java.AbstractDescriptor
Constructs an AbstractDescriptor with the specified name, title, and HandlerTask list.
AbstractValueMap - class com.ibm.as400.resource.AbstractValueMap.
The AbstractValueMap class is a default implementation for a ValueMap.
AbstractValueMap() - Constructor for class com.ibm.as400.resource.AbstractValueMap
 
accept(File, String) - Method in class com.ibm.as400.util.html.HTMLFileFilter
Determines if a file should be included 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(IFSFile) - Method in interface com.ibm.as400.access.IFSFileFilter
Tests if a specified file should be 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.
ACCESS_DENIED - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the access to the request was denied.
ACCOUNTING_CODE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the identifier assigned to a 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.RUser
Attribute ID for accounting code.
ACCOUNTING_CODE - Static variable in class com.ibm.as400.resource.RJob
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_BUTTON - Static variable in class com.ibm.as400.ui.util.MessageViewer
Button identifier for the Action button.
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_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 com.ibm.as400.access.ActionCompletedEvent.
The ActionCompletedEvent class represents an ActionCompleted event.
ActionCompletedEvent(Object) - Constructor for class com.ibm.as400.access.ActionCompletedEvent
Constructs an ActionCompletedEvent object.
ActionCompletedListener - interface com.ibm.as400.access.ActionCompletedListener.
The ActionCompletedListener interface provides a listener interface for receiving ActionCompleted events.
ActionHandler - class com.ibm.as400.ui.framework.java.ActionHandler.
The abstract base class for user-defined handler classes which handle menu events generated by the UI framework.
ActionHandler(MenuManager) - Constructor for class com.ibm.as400.ui.framework.java.ActionHandler
Constructs an ActionHandler.
actionPerformed(ActionEvent) - Method in class com.ibm.as400.vaccess.VActionAdapter
Invoked when an action is performed.
activatePanel() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Runs the activation handlers for the currently selected pane.
activatePanel() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Runs the activation handlers for the currently selected pane.
activatePanel() - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Runs the activation handlers for the currently selected pane.
activatePanel() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Runs the activation handlers for the currently selected pane.
activatePanel() - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Runs the activation handlers for the currently selected pane.
activatePanel() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Runs the activation handlers for this panel.
activatePanel() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Runs the activation handlers for the currently selected pane.
ACTIVE - Static variable in class com.ibm.as400.vaccess.IFSFileDialog
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
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 form 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, 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 either in transition or 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 delayed for a time interval to end, or for a specific delay end time, by 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 the 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 a pool activity level for the 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 the completion of a Java program.
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 the completion of a Java program.
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_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 for OS/400 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 the completion of printer output.
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 the completion of printer output.
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 the completion of a selection.
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.
ActiveStatusEvent - class com.ibm.as400.resource.ActiveStatusEvent.
The ActiveStatusEvent class represents an active status event.
ActiveStatusEvent(Object, int) - Constructor for class com.ibm.as400.resource.ActiveStatusEvent
Constructs a ActiveStatusEvent object.
ActiveStatusListener - interface com.ibm.as400.resource.ActiveStatusListener.
The ActiveStatusListener represents a listener for ActiveStatusEvents.
actualSize() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Resets the size of the page image to its original size.
add() - Method in class com.ibm.as400.access.NetServerShare
Adds the server share to the NetServer.
add() - Method in class com.ibm.as400.access.NetServerPrintShare
Adds this print server share to the NetServer.
add() - Method in class com.ibm.as400.access.NetServerFileShare
Adds the file server share to the NetServer.
add(Component, GridBagLayout, GridBagConstraints, int, int, int, int) - Method in class com.ibm.as400.vaccess.IFSFileDialog
This methods adds a user interface component to the specified GridBagLayout manager using the specified constraints.
add(Object, Class) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Creates and adds a ResourceMetaData object to the list.
add(Object, Class, boolean) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Creates and adds a ResourceMetaData object to the list.
add(Object, Class, boolean, Object[], Object, boolean) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
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
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
Creates and adds a ResourceMetaData object to the list.
add(Object, Class, Object) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Creates and adds a ResourceMetaData object to the list.
add(Object, String, String) - Method in class com.ibm.as400.resource.ProgramMap
Adds a map entry.
add(Object, String, String, int[]) - Method in class com.ibm.as400.resource.ProgramMap
Adds a map entry.
add(Object, String, String, int[], ValueMap) - Method in class com.ibm.as400.resource.ProgramMap
Adds a map entry.
add(Object, String, String, String) - Method in class com.ibm.as400.resource.ProgramMap
Adds a map entry for array elements.
add(Object, String, String, String, ValueMap) - Method in class com.ibm.as400.resource.ProgramMap
Adds a map entry for array elements.
add(Object, String, String, ValueMap) - Method in class com.ibm.as400.resource.ProgramMap
Adds a map entry.
add(Object, String, String, ValueMap, ResourceLevel) - Method in class com.ibm.as400.resource.ProgramMap
Adds a map entry.
add(RadioFormInput) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Adds a radio button to the group.
add(String) - Method in class com.ibm.as400.access.SystemValueGroup
Adds a system value name to this group.
add(String, String, String, boolean) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Adds a radio button to the group.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.access.ProgramCall
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.CommandCall
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.util.servlet.HTMLFormConverter
Adds an ActionCompletedListener.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Adds a listener to be notified when a SQL statement is executed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Adds a listener to be notified when a SQL statement is executed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Adds a listener to be notified when a SQL statement is executed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Adds a listener to be notified when a new record is displayed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Adds a listener to be notified when a new record is displayed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Adds a listener to be notified when an action is completed.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Adds a listener to be notified when a program has been called.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Adds a listener to be notified when a command has been run on the AS/400.
addActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Adds a listener to be notified when a command has been run on the AS/400.
addActionListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
adds an ActionListener to the main button
addActionListener(String, ActionListener) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Adds an ActionListener to the component identified by componentName These listeners will not be notified when DataBean updating occurs through calls to loadData() or refreshComponent().
addActionListenerButtonAction(ActionListener) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the listener of the Action button.
addActionListenerButtonCancel(ActionListener) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds an ActionListener to the CANCEL button of the STYLE_OKCANCEL_DUAL style
addActionListenerButtonDetails(ActionListener) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the listener of the Details button.
addActionListenerButtonOKDual(ActionListener) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds an ActionListener to the OK button of the STYLE_OKCANCEL_DUAL style
addActionListenerButtonOKSingle(ActionListener) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds an ActionListener to the OK button of the STYLE_OK_SINGLE style
addActivationHandler(EventHandler) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Adds an ActionListener which is notified when this panel is shown The ActionEvent passed to the listener object will have its action command string set to "Activated".
addActiveStatusListener(ActiveStatusListener) - Method in class com.ibm.as400.resource.ResourceList
Adds an ActiveStatusListener.
addActiveStatusListener(ActiveStatusListener) - Method in class com.ibm.as400.resource.Resource
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.
addAuthorizedUser(String) - Method in class com.ibm.as400.access.Permission
Adds an authorized user.
addBackListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Adds an ActionListener which is notified when the user presses the "Back" button.
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.AS400JDBCStatement
Adds an SQL statement to the current batch of SQL statements.
addBatch(String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Adds an SQL statement to the current batch of SQL statements.
addButtons(int) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Adds the Back, Next, Finish, Cancel or Help buttons to the wizard panel if they have been previously removed.
addButtons(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Adds the OK, Cancel or Help buttons to the property sheet if they have been previously removed.
addCancelListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Adds an ActionListener which is notified when the user cancels out of a window.
addCancelListener(ActionListener) - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Adds an ActionListener which is notified when the user cancels out of a window.
addCancelListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Adds an ActionListener which is notified when the user cancels out of a window.
addCancelListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Adds an ActionListener which is notified when the user cancels out of a window.
addCancelListener(Object) - Method in class com.ibm.as400.ui.framework.java.WizardManager
 
addCancelListener(Object) - Method in interface com.ibm.as400.ui.framework.java.WindowManager
 
addCancelListener(Object) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
addCancelListener(Object) - Method in class com.ibm.as400.ui.framework.java.PanelManager
 
addCellEditorListener(CellEditorListener) - Method in class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
addCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Add the certificate to the repository.
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.AS400CertificateUserProfileUtil
Adds the certificate to the user profile.
addChangeListener(ChangeListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Adds a listener to be notified when the user makes a change.
addColumn(HTMLTableCell) - Method in class com.ibm.as400.util.html.HTMLTableRow
Adds the column to the row.
addColumn(HTMLTableCell[]) - Method in class com.ibm.as400.util.html.HTMLTable
Adds a column to the end of the table.
addColumnHeader(HTMLTableHeader) - Method in class com.ibm.as400.util.html.HTMLTable
Adds a column header to the end of the table header.
addColumnHeader(String) - 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.
addCommitListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Adds an ActionListener which is notified when commit processing is complete.
addCommitListener(ActionListener) - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Adds an ActionListener which is notified when commit processing is complete.
addCommitListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Adds an ActionListener which is notified when commit processing is complete.
addCommitListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Adds an ActionListener which is notified when commit processing is complete.
addCommitListener(Object) - Method in class com.ibm.as400.ui.framework.java.WizardManager
 
addCommitListener(Object) - Method in interface com.ibm.as400.ui.framework.java.WindowManager
 
addCommitListener(Object) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
addCommitListener(Object) - Method in class com.ibm.as400.ui.framework.java.PanelManager
 
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.
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.KeyedDataQueueDocument
Adds a listener to be notified when a data queue event occurs.
addDataQueueListener(DataQueueListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Adds a listener to be notified when a data queue event occurs.
addDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Adds a listener to be notified when a document event occurs.
addDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Adds a listener to be notified when a document event occurs.
addDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
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.LayoutFormPanel
Adds a form element to the panel.
addElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLForm
Adds a form element to the HTMLForm.
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(HTMLTreeElement) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Adds a child element to the parent HTMLTreeElement
addElement(HTMLTreeElement) - Method in class com.ibm.as400.util.html.HTMLTree
Adds an HTMLTreeElement to the tree.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.SelectFormElement
Adds an addElementListener.
addElementListener(ElementListener) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
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.HTMLTreeElement
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.HTMLServlet
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.HTMLApplet
Adds an addElementListener.
addEntry(ValidationListEntry) - Method in class com.ibm.as400.access.ValidationList
Adds the entry to the validation list.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUserList
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUser
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinters
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinter
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VOutput
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VObject
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessageList
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessage
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJobList
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJob
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VAction
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Adds a listener to be notified when an error occurs.
addErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Adds a listener to be notified when an error occurs.
addExpansionListener(String, Object) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Adds a TreeExpansionListener which is notified when the user expands a node in the specified tree table.
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.IFSRandomAccessFile
Adds a file listener to receive file events from this IFSRandomAccessFile.
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.IFSFileInputStream
Adds a file listener to receive file events from this IFSFileInputStream.
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.AS400File
Adds a listener to be notified when a FileEvent is fired.
addFileListener(FileListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Adds a listener to be notified when a file event occurs.
addFilter(String[], String) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Adds a file Filter to the FileChooserDialog Adds a file Filter to the FileChooserDialog.
addFTPListener(FTPListener) - Method in class com.ibm.as400.access.FTP
Adds a listener to be notified when an FTP event is fired.
addHandlerTask(HandlerTask) - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Adds a HandlerTask to the descriptor.
addHelpListener(HelpListener) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Identifies an alternate help system.
addItem(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLAlign
Adds an HTMLTagElement to the list of tags to align.
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.
addItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLAlign
Adds an ElementListener.
addItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.BidiOrdering
Adds an ElementListener.
addJarMakerListener(JarMakerListener) - Method in class utilities.JarMaker
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.ResourceListModel
Adds a listener to be notified when the contents of the list change.
addListDataListener(ListDataListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
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.VSystemStatusPane
Adds a listener to be notified when a list selection occurs in the details pane.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Adds a listener to be notified when the selection changes.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Adds a listener to be notified when a list selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Adds a listener to be notified when a list selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Adds a listener to be notified when the selection changes.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Adds a listener to be notified when a list selection occurs.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Adds a listener to be notified when a list selection occurs in the details pane.
addListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Adds a listener to be notified when a list selection occurs.
addMenuItem(JMenuItem) - Method in class com.ibm.as400.ui.framework.java.MenuManager
Adds a MenuItem to this MenuManager The MenuItem must have a non-null name
addMessage(AS400Message) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds a message to be displayed.
addMessage(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds a simple message to be displayed.
addMessage(String, String, String) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds a message to be displayed.
addMessage(String, String, String, String) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds a message to be displayed and provides HTML details.
addMessage(String, String, URL) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds a message to be displayed and provides a URL for details.
addMessages(AS400Message[]) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds messages to be displayed.
addMessages(String[], String[], String[]) - Method in class com.ibm.as400.ui.util.MessageViewer
Adds messages to be displayed.
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
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.
addPage(PanelManager, int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Adds a panel to the property sheet managed by the receiver.
addPane(PanelManager, int) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Adds a panel to the tabbed pane.
addPane(PanelManager, int) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Adds a page to the Deck Pane.
addPanel(PanelManager, int, int) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Adds a panel to the wizard managed by the receiver.
addParameter(HTMLParameter) - Method in class com.ibm.as400.util.html.HTMLServlet
Adds an HTMLparameter to the servlet tag.
addParameter(HTMLParameter) - Method in class com.ibm.as400.util.html.HTMLApplet
Adds a parameter to the applet tag.
addParameter(ProgramParameter) - Method in class com.ibm.as400.access.ProgramCall
Adds a ProgramParameter to the parameter list.
addParameter(ProgramParameter) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Adds a parameter to the parameter list.
addParameter(ProgramParameter) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Adds a parameter to the end of the parameter list.
addParameter(String, String) - Method in class com.ibm.as400.util.html.HTMLServlet
Adds an HTMLParameter to the servlet.
addParameter(String, String) - Method in class com.ibm.as400.util.html.HTMLApplet
Adds a HTMLParameter to the applet.
addPasswordCacheEntry(String, String, 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.
addPasswordCacheEntry(String, String, String) - Static method in class com.ibm.as400.access.AS400
Validates the user ID and password on the server, and if successful, adds the information to the password cache.
addPasswordCacheEntry(String, String, String, 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.
addPasswordCacheEntry(String, String, String, String) - Static method in class com.ibm.as400.access.AS400
Validates the user ID and password on the server, and if successful, adds the information to the password cache.
addPath(String) - Method in class com.ibm.as400.ui.framework.java.FileClassLoader
Appends a new file or directory name to the classpath for this FileClassLoader.
addPhysicalFileMember(String, String) - Method in class com.ibm.as400.access.AS400File
Adds a physical file member to the file represented by this object.
addPreChangeListener(PreChangeListener) - Method in class com.ibm.as400.ui.framework.java.VerifyingTabbedPane
Adds a PreChangeListener to this tabbed pane.
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(int, Object[]) - Method in class com.ibm.as400.vaccess.ResourceProperties
Adds multiple properties to the specified tab.
addProperties(Object[]) - Method in class com.ibm.as400.vaccess.ResourceProperties
Adds multiple properties to the first tab.
addProperty(int, Object) - Method in class com.ibm.as400.vaccess.ResourceProperties
Adds a property to the specified tab.
addProperty(Object) - Method in class com.ibm.as400.vaccess.ResourceProperties
Adds a property to the first tab.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.ui.util.CommandPrompter
Adds a listener to be notified when the value of any bound property changes.
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.access.UserList
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.SystemValueList
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.SystemValue
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemStatus
Adds a listener to be notified when the value of any bound property changes.
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.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.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.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.ProgramParameter
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProgramCall
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProductLicense
Adds a property change listener.
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.PrintObject
Adds the specified PropertyChange listener to receive PropertyChange events from this print object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Permission
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.PanelGroup
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.MessageFile
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.JobList
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Job
Adds a PropertyChangeListener.
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.IFSRandomAccessFile
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.IFSFileInputStream
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSFile
Adds a property change listener.
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.EnvironmentVariableList
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.EnvironmentVariable
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.DataArea
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.CommandList
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.Command
Adds a PropertyChangeListener.
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.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.BaseDataQueue
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Adds a PropertyChangeListener.
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.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.AS400CertificateUtil
Adds a property change listener.
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.resource.ResourceList
Adds a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.resource.Resource
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.security.auth.AS400Credential
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.html.HTMLTreeElement
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.HTMLTagAttributes
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.FileListElement
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.util.servlet.ServletHyperlink
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.RecordFormatMetaData
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.HTMLTableConverter
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.vaccess.VUserList
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUser
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinters
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinter
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VMessageList
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJobList
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJob
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VActionAdapter
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
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
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLConnection
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Adds a listener to be notified when the value of any bound property is changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Adds a listener to be notified when the value of any bound property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Adds a listener to be notified when the value of any bound property changes.
addRecord(byte[], int, int) - Method in class com.ibm.as400.micro.JdbcMeOfflineData
Add a record to the offline data store from the specified bytes of the byte array.
addRecordDescriptionListener(RecordDescriptionListener) - Method in class com.ibm.as400.access.RecordFormat
Adds a listener to be notified when a RecordDescriptionEvent is fired.
addRecordDescriptionListener(RecordDescriptionListener) - Method in class com.ibm.as400.access.Record
Adds a listener to be notified when a RecordDescriptionEvent is fired.
addResourceListener(ResourceListener) - Method in class com.ibm.as400.resource.Resource
Adds a ResourceListener.
addResourceListListener(ResourceListListener) - Method in class com.ibm.as400.resource.ResourceList
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[], int) - Method in class com.ibm.as400.util.servlet.ListRowData
Adds the specified row to the list at rowIndex.
addRow(Object[], Vector[]) - Method in class com.ibm.as400.util.servlet.ListRowData
Adds the specified row to the list.
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, 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.
addRow(Record, Vector[]) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Adds the specified record to the end of the record list.
addRow(Vector) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Adds a row to the end of the model.
addRowDataListener(RowDataListener) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Adds a RowDataListener.
addRowDataListener(RowDataListener) - Method in class com.ibm.as400.util.servlet.ListRowData
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.
addSectionCompletedListener(SectionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLTableConverter
Adds a SectionCompletedListener.
addSectionCompletedListener(SectionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
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().
addSeparator() - Method in class com.ibm.as400.ui.framework.java.MenuManager
Adds a Seperator to this MenuManager
addStatusBar() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Adds the status bar.
addStyle(String, Style) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Adds a style into the logical style hierarchy.
addSystemValueListener(SystemValueListener) - Method in class com.ibm.as400.access.SystemValue
Adds a system value listener to receive system value events from this system value.
addTab(String) - Method in class com.ibm.as400.vaccess.ResourceProperties
Adds a tab.
addTab(String, Component) - Method in class com.ibm.as400.ui.framework.java.VerifyingTabbedPane
Adds a page component represented by a title.
addTab(String, Object[]) - Method in class com.ibm.as400.vaccess.ResourceProperties
Adds a tab.
addTableModelListener(TableModelListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Adds a listener to be notified when the contents of the table change.
addTableModelListener(TableModelListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Adds a listener to be notified when the contents of the table change.
addToolBar() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Adds the tool bar.
addTreeModelListener(TreeModelListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Adds a listener to be notified when the contents of the tree change.
addTreeSelectionListener(TreeSelectionListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Adds a listener to be notified when a tree selection occurs.
addTreeSelectionListener(TreeSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Adds a listener to be notified when a tree selection occurs.
addUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
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
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.DataQueueDocument
Adds an undoable edit listener to be notified when undoable edits are made to the document.
addUserButton(String, String, ActionListener) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Adds a user defined button to the property sheet in addition to the standard OK, Cancel, Apply, and Help buttons.
addUserButton(String, String, ActionListener, ImageIcon) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Adds a user defined button to the wizard panel in addition to the standard Back, Next, Cancel, Finish and Help buttons.
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.ui.util.CommandPrompter
Adds a listener to be notified when the value of any constrained property changes.
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.access.UserList
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.SystemValueList
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValueGroup
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValue
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemStatus
Adds a listener to be notified when the value of any constrained property changes.
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.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.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.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.ProgramParameter
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.ProgramCall
Adds a VetoableChangeListener.
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.PrintObject
Adds the specified VetoableChange listener to receive VetoableChange events from this print object.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.MessageQueue
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.JobLog
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.Job
Adds a VetoableChangeListener.
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.IFSRandomAccessFile
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.IFSFileInputStream
Adds a vetoable change listener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSFile
Adds a vetoable change listener.
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.DataQueueAttributes
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.DataArea
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.CommandCall
Adds a VetoableChangeListener.
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.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.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.AS400CertificateUtil
Adds the VetoableChangeListener.
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.resource.ResourceList
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.resource.Resource
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.security.auth.AS400Credential
Adds a VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.TextAreaFormElement
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.SelectFormElement
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.LabelFormElement
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.HTMLTableRow
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.HTMLTableCaption
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.HTMLHyperlink
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.GridLayoutFormPanel
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.util.html.FormInput
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.util.servlet.RowData
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.ListMetaData
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.HTMLFormConverter
Adds the VetoableChangeListener.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUserList
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUser
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinters
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinter
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VMessageList
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJobList
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJob
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
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
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLConnection
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
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Adds a listener to be notified when the value of any constrained property is changed.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Adds a listener to be notified when the value of any constrained property changes.
addVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Adds a listener to be notified when the value of any constrained property changes.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUserList
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUser
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinters
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinter
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VOutput
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VObject
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessageList
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessage
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJobList
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJob
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Adds a listener to be notified when a VObject is changed, created, or deleted.
addVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VAction
Adds a listener to be notified when a VObject is changed, created, or deleted.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUserList
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.SQLConnection
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
Adds a listener to be notified of a working state.
addWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
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
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
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
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
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
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
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
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.AS400DetailsModel
Adds a listener to be notified when work starts and stops on potentially long-running operations.
ADVANCED_FUNCTION_PRINTING - Static variable in class com.ibm.as400.resource.RPrinter
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 com.ibm.as400.access.AFPResource.
The AFPResource class represents an AS/400 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.
AFPResourceList - class com.ibm.as400.access.AFPResourceList.
The AFPResourceList class is used to build a list of AS/400 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.
AFTER_LAST_ROW - Static variable in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Row position is after the last row of the result set.
afterLast() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.util.servlet.RowData
Sets the position after the last row in the list.
AH - class com.ibm.as400.util.commtrace.AH.
An AH Header.
ALERT_OPTION - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for alert option.
ALERT_OPTION_DEFER - Static variable in class com.ibm.as400.resource.RQueuedMessage
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
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
Constant for ALERT_OPTION attribute value - No alert is sent.
ALERT_OPTION_UNATTENDED - Static variable in class com.ibm.as400.resource.RQueuedMessage
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
Attribute ID for align forms.
ALIGN_FORMS_FILE - Static variable in class com.ibm.as400.resource.RPrinter
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
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.UserList
Selection value indicating that the list contains all user profiles and group profiles.
ALL - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *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.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.CommandList
Constant used to retrieve all commands in a given library.
ALL - Static variable in class com.ibm.as400.resource.RUserList
Selection value indicating that the list contains all user profiles and group profiles.
ALL - Static variable in class com.ibm.as400.resource.RMessageQueue
Constant referring to all messages in the message queue.
ALL - Static variable in class com.ibm.as400.resource.RJobList
Constant indicating that all jobs are returned.
ALL_ENTRIES - Static variable in class com.ibm.as400.access.ClusteredHashTable
Entry status value to retreive all entries on a node.
ALL_SERVICES - Static variable in class com.ibm.as400.access.AS400JPing
Constant for pinging all the OS/400 services.
ALL_USER - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *ALLUSR.
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_DIRECT_PRINTING - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for allow direct printing.
ALLOW_EMBEDDED_WILD_CARDS - Static variable in class com.ibm.as400.ui.util.AS400Formatter
Mode value indicating the that the formatter is to allow wild cards wherever and as often as they occur.
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 threads.
ALLOW_SYNCHRONIZATION - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for allow synchronization.
ALLOW_SYSTEM_NAME - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "allow system name".
ALLOW_SYSTEM_NAME_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "allow system name (pending)".
ALLOW_TRAILING_WILD_CARD - Static variable in class com.ibm.as400.ui.util.AS400Formatter
Mode value indicating the that the formatter is only to allow wild cards at the end of the formatted string.
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.
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.
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
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(File, String) - Method in class com.ibm.as400.access.FTP
Appends data to a file on the server.
append(File, String) - Method in class com.ibm.as400.access.AS400FTP
Appends to a file on the server.
append(String) - Method in class com.ibm.as400.access.FTP
Starts the process of appending data to a file on the server.
append(String) - Method in class com.ibm.as400.access.AS400FTP
Starts the process of appending to a file on the server.
append(String, String) - Method in class com.ibm.as400.access.FTP
Appends data to a file on the server.
append(String, String) - Method in class com.ibm.as400.access.AS400FTP
Appends to a file on the server.
APPLY_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
Used to identify the Apply button on the property sheet.
applyChanges() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Transmits changes to user data to the DataBeans which manage the data.
applyChanges() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Transmits changes to user data to the DataBeans which manage the data.
applyChanges() - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Transmits changes to user data to the DataBeans which manage the data.
applyChanges() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Transmits changes to user data to the DataBeans which manage the data.
applyChanges() - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Transmits changes to user data to the DataBeans which manage the data.
applyChanges() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Transmits changes to user data to the DataBeans which manage the data.
applyChanges() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Transmits changes to user data to the DataBeans which manage the data.
applyChanges() - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Applies the changes made by the user.
applyChanges() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
Commits the JDBC property values being displayed to the data source.
applyChanges(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Transmits changes to user data to the DataBeans which manage the data.
areMultipleAllowed() - Method in class com.ibm.as400.resource.ResourceMetaData
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.ResourceList
Indicates if properties are frozen.
arePropertiesFrozen() - Method in class com.ibm.as400.resource.Resource
Indicates if properties are frozen.
ARP - Static variable in class com.ibm.as400.util.commtrace.IPPacket
Address Resolution Protocol
ARPHeader - class com.ibm.as400.util.commtrace.ARPHeader.
An Address Resolution Protocol(ARP)/Reverse Address Resolution Protocol(RARP) Header.
ARPPacket - class com.ibm.as400.util.commtrace.ARPPacket.
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.
ArrayFieldDescription - class com.ibm.as400.access.ArrayFieldDescription.
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 com.ibm.as400.resource.ArrayResourceList.
The ArrayResourceList class represents a subclass of the ResourceList class which manages a list of resources predefined as an array of Resource objects.
ArrayResourceList(Resource[], Presentation, ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.ArrayResourceList
Constructs a ArrayResourceList object.
AS400 - class com.ibm.as400.access.AS400.
The AS400 class represents an iSeries server sign-on.
AS400 - class com.ibm.as400.micro.AS400.
The AS400 class represents an iSeries system sign-on from a wireless device.
AS400 - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the AS400 component.
as400_ - Static variable in class com.ibm.as400.access.AS400DateTimeConverter
Deprecated. The system.
AS400_ERROR - Static variable in class com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that an error has occurred on the AS/400.
AS400_SECURITY_EXCEPTION - Static variable in class com.ibm.as400.micro.MEException
This return code indicates that a security or authority error has occurred.
AS400_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Visual AS400 component.
AS400() - 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(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, String) - Constructor for class com.ibm.as400.access.AS400
Constructs an AS400 object.
AS400(String, String, String) - 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
Constructs an AS400 object.
AS400(String, String, String, String) - Constructor for class com.ibm.as400.micro.AS400
Constructs an AS400 object.
AS400Array - class com.ibm.as400.access.AS400Array.
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.
AS400AuthenticationException - exception com.ibm.as400.security.auth.AS400AuthenticationException.
The AS400AuthenticationException class and subclasses represent exceptions issued when errors occur during server authentication.
AS400BasicAuthenticationCredential - interface com.ibm.as400.security.auth.AS400BasicAuthenticationCredential.
The AS400BasicAuthenticationCredential interface defines iSeries credentials that can be exploited by authentication services that rely on basic user and password authentication.
AS400BasicAuthenticationPrincipal - interface com.ibm.as400.security.auth.AS400BasicAuthenticationPrincipal.
The AS400BasicAuthenticationPrincipal interface defines iSeries principals that can be exploited by authentication services that rely on basic user and password authentication.
AS400BidiTransform - class com.ibm.as400.access.AS400BidiTransform.
The AS400BidiTransform class provides layout transformations that allow the conversion of Bidi text in AS/400 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 AS/400 Bidi text conforms to a given CCSID.
AS400Bin2 - class com.ibm.as400.access.AS400Bin2.
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 com.ibm.as400.access.AS400Bin4.
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 com.ibm.as400.access.AS400Bin8.
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 com.ibm.as400.access.AS400ByteArray.
The AS400ByteArray class provides a converter between a byte array and fixed-length byte array representing AS/400 data that is not convertible.
AS400ByteArray(int) - Constructor for class com.ibm.as400.access.AS400ByteArray
Constructs an AS400ByteArray object.
AS400Certificate - class com.ibm.as400.access.AS400Certificate.
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 com.ibm.as400.access.AS400CertificateAttribute.
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 com.ibm.as400.access.AS400CertificateEvent.
The AS400CertificateEvent class represents an AS400Certificate event.
AS400CertificateEvent(Object, int) - Constructor for class com.ibm.as400.access.AS400CertificateEvent
Constructs an AS400CertificateEvent object.
AS400CertificateListener - interface com.ibm.as400.access.AS400CertificateListener.
The AS400CertificateListener interface provides an interface for receiving AS/400 certificate events.
AS400CertificateUserProfileUtil - class com.ibm.as400.access.AS400CertificateUserProfileUtil.
The AS400CertificateUserProfileUtil class accesses certificates in an AS400 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.
AS400CertificateUtil - class com.ibm.as400.access.AS400CertificateUtil.
The AS400CertificateUtil class 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.
AS400CertificateVldlUtil - class com.ibm.as400.access.AS400CertificateVldlUtil.
The AS400CertificateVldlUtil class provides the implementation of the methods for accessing certificates in an AS400 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.
AS400CharFormatter - class com.ibm.as400.ui.util.AS400CharFormatter.
Checks validity of a string as an AS/400 *CHAR identifier.
AS400CharFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400CharFormatter
Constructs an AS400CharFormatter.
AS400ClassPathOptimizer - class com.ibm.as400.util.AS400ClassPathOptimizer.
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
 
AS400CnameFormatter - class com.ibm.as400.ui.util.AS400CnameFormatter.
Checks validity of a string as an AS/400 *CNAME.
AS400CnameFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400CnameFormatter
Constructs an AS400CnameFormatter.
AS400CnameIBMFormatter - class com.ibm.as400.ui.util.AS400CnameIBMFormatter.
Deprecated. Use the AS400CnameFormatter class with setMaxLength of AS400Formatter.IBM_OBJECT_NAME_MAX_LENGTH.
AS400CnameIBMFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400CnameIBMFormatter
Deprecated. Constructs an AS400CnameIBMFormatter.
AS400ConnectionPool - class com.ibm.as400.access.AS400ConnectionPool.
The AS400ConnectionPool class manages a pool of AS400 objects.
AS400ConnectionPool() - Constructor for class com.ibm.as400.access.AS400ConnectionPool
Constructs an AS400ConnectionPool with default ConnectionPoolProperties.
AS400Credential - class com.ibm.as400.security.auth.AS400Credential.
The AS400Credential class provides an abstract superclass for representations of iSeries system security-related attributes.
AS400Credential() - Constructor for class com.ibm.as400.security.auth.AS400Credential
Constructs an AS400Credential object.
AS400CredentialEvent - class com.ibm.as400.security.auth.AS400CredentialEvent.
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 com.ibm.as400.security.auth.AS400CredentialListener.
The AS400CredentialListener interface provides an interface for receiving AS400CredentialEvents.
AS400DataType - interface com.ibm.as400.access.AS400DataType.
The AS400DataType interface provides an interface for conversions between Java objects and byte arrays representing AS/400 data types.
AS400DateTimeConverter - class com.ibm.as400.access.AS400DateTimeConverter.
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.
AS400DetailsModel - class com.ibm.as400.vaccess.AS400DetailsModel.
The AS400DetailsModel class implements an underlying model for a table, where all information for the model is gathered from the contents of an AS/400 resource, known as the root.
AS400DetailsModel() - Constructor for class com.ibm.as400.vaccess.AS400DetailsModel
Constructs an AS400DetailsModel object.
AS400DetailsModel(VNode) - Constructor for class com.ibm.as400.vaccess.AS400DetailsModel
Constructs an AS400DetailsModel object.
AS400DetailsPane - class com.ibm.as400.vaccess.AS400DetailsPane.
The AS400DetailsPane class represents a graphical user interface that displays the details regarding the contents of an AS/400 resource, known as the root.
AS400DetailsPane() - Constructor for class com.ibm.as400.vaccess.AS400DetailsPane
Constructs an AS400DetailsPane object.
AS400DetailsPane(VNode) - Constructor for class com.ibm.as400.vaccess.AS400DetailsPane
Constructs an AS400DetailsPane object.
AS400Exception - exception com.ibm.as400.access.AS400Exception.
The AS400Exception class represents an exception that indicates that an error has occurred on the AS/400 system.
AS400Exception(AS400Message[]) - Constructor for class com.ibm.as400.access.AS400Exception
Constructs an AS400Exception object.
AS400ExplorerPane - class com.ibm.as400.vaccess.AS400ExplorerPane.
The AS400ExplorerPane class represents a graphical user interface that is useful for working with the hierarchy of objects rooted at an AS/400 resource.
AS400ExplorerPane() - Constructor for class com.ibm.as400.vaccess.AS400ExplorerPane
Constructs an AS400ExplorerPane object.
AS400ExplorerPane(VNode) - Constructor for class com.ibm.as400.vaccess.AS400ExplorerPane
Constructs an AS400ExplorerPane object.
AS400File - class com.ibm.as400.access.AS400File.
The AS400File class represents an AS/400 physical or logical file.
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.
AS400FileRecordDescription - class com.ibm.as400.access.AS400FileRecordDescription.
The AS400FileRecordDescription class represents the record descriptions of an AS/400 physical or logical file.
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.
AS400FileRecordDescriptionEvent - class com.ibm.as400.access.AS400FileRecordDescriptionEvent.
The AS400FileRecordDescriptionEvent class represents a RecordDescriptionEvent.
AS400FileRecordDescriptionEvent(Object, int) - Constructor for class com.ibm.as400.access.AS400FileRecordDescriptionEvent
Constructs a AS400FileRecordDescriptionEvent object.
AS400FileRecordDescriptionListener - interface com.ibm.as400.access.AS400FileRecordDescriptionListener.
The AS400FileRecordDescriptionListener interface provides the interface that must be implemented to handle AS400FileRecordDescriptionEvent objects that are fired by the AS400FileRecordDescription class.
AS400Float4 - class com.ibm.as400.access.AS400Float4.
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 com.ibm.as400.access.AS400Float8.
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.
AS400Formatter - class com.ibm.as400.ui.util.AS400Formatter.
This abstract class provides common function for the AS/400 Formatter classes.
AS400Formatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400Formatter
Constructs an AS400Formatter.
AS400FTP - class com.ibm.as400.access.AS400FTP.
The AS400FTP class represents a client for the AS/400 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.
AS400JDBCBlob - class com.ibm.as400.access.AS400JDBCBlob.
The AS400JDBCBlob class provides access to binary large objects.
AS400JDBCBlobLocator - class com.ibm.as400.access.AS400JDBCBlobLocator.
The AS400JDBCBlobLocator class provides access to binary large objects.
AS400JDBCCallableStatement - class com.ibm.as400.access.AS400JDBCCallableStatement.
The AS400JDBCCallableStatement class runs a stored procedure.
AS400JDBCClob - class com.ibm.as400.access.AS400JDBCClob.
The AS400JDBCClob class provides access to character large objects.
AS400JDBCClobLocator - class com.ibm.as400.access.AS400JDBCClobLocator.
The AS400JDBCClobLocator class provides access to character large objects.
AS400JDBCConnection - class com.ibm.as400.access.AS400JDBCConnection.
The AS400JDBCConnection class provides a JDBC connection to a specific DB2 UDB for iSeries database.
AS400JDBCConnectionHandle - class com.ibm.as400.access.AS400JDBCConnectionHandle.
The AS400JDBCConnectionHandle class represents an AS400JDBCConnection object that can be used in a AS400JDBCPooledConnection.
AS400JDBCConnectionPool - class com.ibm.as400.access.AS400JDBCConnectionPool.
The AS400JDBCConnectionPool class represents a pool of AS/400 or iSeries 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.
AS400JDBCConnectionPoolDataSource - class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource.
The AS400JDBCConnectionPoolDataSource class represents a factory for AS400PooledConnection objects.
AS400JDBCConnectionPoolDataSource() - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Constructs a default AS400JDBCConnectionPoolDataSource object.
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
Constructs an AS400JDBCConnectionPoolDataSource with the specified signon information.
AS400JDBCConnectionPoolDataSource(String, String, String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Constructs an AS400JDBCConnectionPoolDataSource with the specified signon information to use for SSL communications with the server.
AS400JDBCDatabaseMetaData - class com.ibm.as400.access.AS400JDBCDatabaseMetaData.
The AS400JDBCDatabaseMetaData class provides information about the database as a whole.
AS400JDBCDataSource - class com.ibm.as400.access.AS400JDBCDataSource.
The AS400JDBCDataSource class represents a factory for OS/400 database connections.
AS400JDBCDataSource() - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Constructs a default AS400JDBCDataSource object.
AS400JDBCDataSource(AS400) - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Constructs an AS400JDBCDataSource object with the specified AS400 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
Constructs an AS400JDBCDataSource object with the specified signon information.
AS400JDBCDataSource(String, String, String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCDataSource
Constructs an AS400JDBCDataSource object with the specified signon information to use for SSL communications with the server.
AS400JDBCDataSourcePane - class com.ibm.as400.vaccess.AS400JDBCDataSourcePane.
The AS400JDBCDataSourcePane class represents a set of tabs that contain property values for a JDBC data source.
AS400JDBCDataSourcePane() - Constructor for class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
Constructs an AS400JDBCDataSourcePane object.
AS400JDBCDataSourcePane(AS400JDBCDataSource) - Constructor for class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
Constructs an AS400JDBCDataSourcePane object.
AS400JDBCDataSourcePaneDataBean - class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean.
The AS400JDBCDataSourcePaneDataBean class sets data in, and returns data from, the AS400JDBCDataSourcePane component.
AS400JDBCDataSourcePaneDataBean() - Constructor for class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
AS400JDBCDataSourcePaneGUI - class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneGUI.
 
AS400JDBCDataSourcePaneGUI() - Constructor for class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneGUI
 
AS400JDBCDriver - class com.ibm.as400.access.AS400JDBCDriver.
The AS400JDBCDriver class is a JDBC 2.0 driver that accesses DB2 UDB for iSeries databases.
AS400JDBCDriver() - Constructor for class com.ibm.as400.access.AS400JDBCDriver
 
AS400JDBCObjectFactory - class com.ibm.as400.access.AS400JDBCObjectFactory.
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 com.ibm.as400.access.AS400JDBCParameterMetaData.
The AS400JDBCParameterMetaData class can be used to retrieve information about the parameters of a PreparedStatement.
AS400JDBCPooledConnection - class com.ibm.as400.access.AS400JDBCPooledConnection.
The AS400JDBCPooledConnection class represents a connection object that provides hooks for connection pool management.
AS400JDBCPreparedStatement - class com.ibm.as400.access.AS400JDBCPreparedStatement.
The AS400JDBCPreparedStatement class precompiles and stores an SQL statement.
AS400JDBCResultSet - class com.ibm.as400.access.AS400JDBCResultSet.
The AS400JDBCResultSet class provides access to a table of data generated by a database query.
AS400JDBCResultSetMetaData - class com.ibm.as400.access.AS400JDBCResultSetMetaData.
The AS400JDBCResultSetMetaData class describes the columns in a result set.
AS400JDBCRowSet - class com.ibm.as400.access.AS400JDBCRowSet.
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.
AS400JDBCSavepoint - class com.ibm.as400.access.AS400JDBCSavepoint.
The AS400JDBCSavepoint class is the Toolbox JDBC driver's representation of a savepoint.
AS400JDBCStatement - class com.ibm.as400.access.AS400JDBCStatement.
The AS400JDBCStatement class provides a mechanism for executing static SQL statements.
AS400JDBCXAConnection - class com.ibm.as400.access.AS400JDBCXAConnection.
The AS400JDBCXACConnection class represents a pooled connection object that provides hooks for connection pool management and XA resource management.
AS400JDBCXADataSource - class com.ibm.as400.access.AS400JDBCXADataSource.
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, String, String, String) - Constructor for class com.ibm.as400.access.AS400JDBCXADataSource
Constructs an AS400JDBCXADataSource with the specified signon information to use for SSL communications with the server.
AS400JDBCXAResource - class com.ibm.as400.access.AS400JDBCXAResource.
The AS400JDBCXAResource class represents a resource manager for use in XA transaction management.
AS400JDBCXid - class com.ibm.as400.access.AS400JDBCXid.
The AS400JDBCXid class represents an Xid for use with an AS400JDBCXAResource.
AS400JPing - class com.ibm.as400.access.AS400JPing.
The AS400JPing class is used to determine if OS/400 services are running.
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 com.ibm.as400.vaccess.AS400ListModel.
The AS400ListModel class implements an underlying model for a list, where all information for the model is gathered from the contents of an AS/400 resource, known as the root.
AS400ListModel() - Constructor for class com.ibm.as400.vaccess.AS400ListModel
Constructs an AS400ListModel object.
AS400ListModel(VNode) - Constructor for class com.ibm.as400.vaccess.AS400ListModel
Constructs an AS400ListModel object.
AS400ListPane - class com.ibm.as400.vaccess.AS400ListPane.
The AS400ListPane class represents a graphical user interface that presents a list of the contents of an AS/400 resource, known as the root.
AS400ListPane() - Constructor for class com.ibm.as400.vaccess.AS400ListPane
Constructs an AS400ListPane object.
AS400ListPane(VNode) - Constructor for class com.ibm.as400.vaccess.AS400ListPane
Constructs an AS400ListPane object.
AS400Message - class com.ibm.as400.access.AS400Message.
The AS400Message class represents a message returned from an AS/400 or iSeries server.
AS400MessageIdFormatter - class com.ibm.as400.ui.util.AS400MessageIdFormatter.
Checks validity of a string as an AS/400 Message Id.
AS400MessageIdFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400MessageIdFormatter
Constructs an AS400MessageIdFormatter.
AS400NameFormatter - class com.ibm.as400.ui.util.AS400NameFormatter.
Checks validity of a string as an AS/400 *NAME.
AS400NameFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400NameFormatter
Constructs an AS400NameFormatter.
AS400NameIBMFormatter - class com.ibm.as400.ui.util.AS400NameIBMFormatter.
Deprecated. Use the AS400NameFormatter class with setMaxLength of AS400Formatter.IBM_OBJECT_NAME_MAX_LENGTH.
AS400NameIBMFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400NameIBMFormatter
Deprecated. Constructs an AS400NameIBMFormatter.
AS400PackedDecimal - class com.ibm.as400.access.AS400PackedDecimal.
The AS400PackedDecimal class 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 com.ibm.as400.security.auth.AS400Principal.
The AS400Principal class provides an abstract superclass for representations of iSeries 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.
AS400SecurityException - exception com.ibm.as400.access.AS400SecurityException.
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
AS400SecurityException(int) - Constructor for class com.ibm.as400.access.AS400SecurityException
Constructs an AS400SecurityException.
AS400Servlet - class com.ibm.as400.util.servlet.AS400Servlet.
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.
AS400SnameFormatter - class com.ibm.as400.ui.util.AS400SnameFormatter.
Checks validity of a string as an AS/400 *SNAME.
AS400SnameFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400SnameFormatter
Constructs an AS400SnameFormatter.
AS400SnameIBMFormatter - class com.ibm.as400.ui.util.AS400SnameIBMFormatter.
Deprecated. Use the AS400SnameFormatter class with setMaxLength of AS400Formatter.IBM_OBJECT_NAME_MAX_LENGTH.
AS400SnameIBMFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400SnameIBMFormatter
Deprecated.  
AS400SQLNameColumnFormatter - class com.ibm.as400.ui.util.AS400SQLNameColumnFormatter.
Checks validity of a string as an AS/400 SQL column identifier.
AS400SQLNameColumnFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400SQLNameColumnFormatter
Constructs an AS400SQLNameColumnFormatter.
AS400SQLNameFormatter - class com.ibm.as400.ui.util.AS400SQLNameFormatter.
Checks validity of a string as an AS/400 SQL identifier.
AS400SQLNameFormatter(AS400) - Constructor for class com.ibm.as400.ui.util.AS400SQLNameFormatter
Constructs an AS400SQLNameFormatter.
AS400Structure - class com.ibm.as400.access.AS400Structure.
The AS400Structure class 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.
AS400SwappableCredential - interface com.ibm.as400.security.auth.AS400SwappableCredential.
The AS400SwappableCredential interface defines iSeries credentials that can be exploited by authentication services to swap the operating system thread identity when running on the local iSeries system.
AS400Text - class com.ibm.as400.access.AS400Text.
The AS400Text class provides character set conversion between Java String objects and OS/400 native code pages.
AS400Text(int) - Constructor for class com.ibm.as400.access.AS400Text
Constructs an AS400Text object.
AS400Text(int, AS400) - 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, int, AS400) - 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.
AS400ToolboxInstaller - class utilities.AS400ToolboxInstaller.
The AS400ToolboxInstaller class is used to install, update, compare, and uninstall the AS/400 Toolbox for Java packages.
AS400ToolboxJarMaker - class utilities.AS400ToolboxJarMaker.
The AS400ToolboxJarMaker class is used to generate a smaller JAR or ZIP file from the shipped IBM Toolbox for Java JAR or ZIP file, based on the user's requirements.
AS400ToolboxJarMaker() - Constructor for class utilities.AS400ToolboxJarMaker
Constructs an AS400ToolboxJarMaker object.
AS400TreeModel - class com.ibm.as400.vaccess.AS400TreeModel.
The AS400TreeModel class implements an underlying model for a tree, where all information for the tree is gathered from the hierarchy of objects rooted at an AS/400 resource.
AS400TreeModel() - Constructor for class com.ibm.as400.vaccess.AS400TreeModel
Constructs an AS400TreeModel object.
AS400TreeModel(VNode) - Constructor for class com.ibm.as400.vaccess.AS400TreeModel
Constructs an AS400TreeModel object.
AS400TreePane - class com.ibm.as400.vaccess.AS400TreePane.
The AS400TreePane class represents a graphical user interface that presents a tree, where all information for the tree is gathered from the hierarchy of objects rooted at an AS/400 resource.
AS400TreePane() - Constructor for class com.ibm.as400.vaccess.AS400TreePane
Constructs an AS400TreePane object.
AS400TreePane(VNode) - Constructor for class com.ibm.as400.vaccess.AS400TreePane
Constructs an AS400TreePane object.
AS400UnsignedBin2 - class com.ibm.as400.access.AS400UnsignedBin2.
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 com.ibm.as400.access.AS400UnsignedBin4.
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.
AS400ZonedDecimal - class com.ibm.as400.access.AS400ZonedDecimal.
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.
ASP_NAME_UNKNOWN - Static variable in class com.ibm.as400.access.ObjectDescription
Constant indicating the name of the auxiliary storage pool device is not known.
ASSISTANCE_LEVEL - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for assistance level.
ASSISTANCE_LEVEL_ADVANCED - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating the expert system user interface.
ASSISTANCE_LEVEL_BASIC - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating the Operational Assistant user interface.
ASSISTANCE_LEVEL_INTERMEDIATE - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating the system user interface.
ATTENTION_KEY_HANDLING_PROGRAM - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for attention key handling program.
ATTENTION_KEY_HANDLING_PROGRAM_ASSIST - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating the Operational Assistant attention key handling program.
ATTR_3812SCS - Static variable in class com.ibm.as400.access.PrintObject
3812 SCS.
ATTR_ACCOUNT_CODE - Static variable in class com.ibm.as400.access.PrintObject
Accounting code.
ATTR_AFP - Static variable in class com.ibm.as400.access.PrintObject
Advanced function printing.
ATTR_AFP_RESOURCE - Static variable in class com.ibm.as400.access.PrintObject
AFP Resource integrated file system path.
ATTR_AFPRESOURCE - Static variable in class com.ibm.as400.access.PrintObject
Advanced Function Printing (AFP) resource.
ATTR_ALIGN - Static variable in class com.ibm.as400.access.PrintObject
Align page.
ATTR_ALIGNFORMS - Static variable in class com.ibm.as400.access.PrintObject
Align forms.
ATTR_ALWDRTPRT - Static variable in class com.ibm.as400.access.PrintObject
Allow direct print.
ATTR_ASCIITRANS - Static variable in class com.ibm.as400.access.PrintObject
ASCII transparency.
ATTR_ASPDEVICE - Static variable in class com.ibm.as400.access.PrintObject
.
ATTR_AUTHCHCK - Static variable in class com.ibm.as400.access.PrintObject
Authority to check.
ATTR_AUTHORITY - Static variable in class com.ibm.as400.access.PrintObject
Authority.
ATTR_AUTOEND - Static variable in class com.ibm.as400.access.PrintObject
Automatically end writer.
ATTR_AUX_POOL - Static variable in class com.ibm.as400.access.PrintObject
Auxilary Storage Pool.
ATTR_BACK_OVERLAY - Static variable in class com.ibm.as400.access.PrintObject
Back overlay integrated file system name.
ATTR_BARCODE - Static variable in class com.ibm.as400.access.PrintObject
Barcode.
ATTR_BKMGN_ACR - Static variable in class com.ibm.as400.access.PrintObject
Back margin offset across.
ATTR_BKMGN_DWN - Static variable in class com.ibm.as400.access.PrintObject
Back margin offset down.
ATTR_BKOVL_ACR - Static variable in class com.ibm.as400.access.PrintObject
Back overlay offset across.
ATTR_BKOVL_DWN - Static variable in class com.ibm.as400.access.PrintObject
Back overlay offset down.
ATTR_BTWNCPYSTS - Static variable in class com.ibm.as400.access.PrintObject
Between copies status.
ATTR_BTWNFILESTS - Static variable in class com.ibm.as400.access.PrintObject
Between files status.
ATTR_CHANGES - Static variable in class com.ibm.as400.access.PrintObject
Changes take effect.
ATTR_CHAR_ID - Static variable in class com.ibm.as400.access.PrintObject
Graphic character set.
ATTR_CHARID - Static variable in class com.ibm.as400.access.PrintObject
Character ID.
ATTR_CHRSET - Static variable in class com.ibm.as400.access.PrintObject
Character set name.
ATTR_CHRSET_LIB - Static variable in class com.ibm.as400.access.PrintObject
Character set library name.
ATTR_CHRSET_SIZE - Static variable in class com.ibm.as400.access.PrintObject
Character set point size.
ATTR_CODEDFNT - Static variable in class com.ibm.as400.access.PrintObject
Code font name.
ATTR_CODEDFNTLIB - Static variable in class com.ibm.as400.access.PrintObject
Coded font library name.
ATTR_CODEDFONT_SIZE - Static variable in class com.ibm.as400.access.PrintObject
Coded font point size.
ATTR_CODEPAGE - Static variable in class com.ibm.as400.access.PrintObject
Code page.
ATTR_CODEPAGE_NAME - Static variable in class com.ibm.as400.access.PrintObject
Code page name.
ATTR_CODEPAGE_NAME_LIB - Static variable in class com.ibm.as400.access.PrintObject
Code page library name.
ATTR_CODFNT_ARRAY - Static variable in class com.ibm.as400.access.PrintObject
Coded font array.
ATTR_COLOR - Static variable in class com.ibm.as400.access.PrintObject
Color.
ATTR_CONSTBCK_OVL - Static variable in class com.ibm.as400.access.PrintObject
Constant back overlay.
ATTR_CONTROLCHAR - Static variable in class com.ibm.as400.access.PrintObject
Control character.
ATTR_CONVERT_LINEDATA - Static variable in class com.ibm.as400.access.PrintObject
Convert line data.
ATTR_COPIES - Static variable in class com.ibm.as400.access.PrintObject
Copies.
ATTR_COPIESLEFT - Static variable in class com.ibm.as400.access.PrintObject
Copies left to produce.
ATTR_CORNER_STAPLE - Static variable in class com.ibm.as400.access.PrintObject
Corner staple.
ATTR_CPI - Static variable in class com.ibm.as400.access.PrintObject
Characters per inch.
ATTR_CPI_CHANGES - Static variable in class com.ibm.as400.access.PrintObject
Characters per inch changes.
ATTR_CURPAGE - Static variable in class com.ibm.as400.access.PrintObject
Current page.
ATTR_DATA_QUEUE - Static variable in class com.ibm.as400.access.PrintObject
Data queue integrated file system name.
ATTR_DATAFORMAT - Static variable in class com.ibm.as400.access.PrintObject
Data format.
ATTR_DATE - Static variable in class com.ibm.as400.access.PrintObject
Date object created.
ATTR_DATE_END - Static variable in class com.ibm.as400.access.PrintObject
Date job created spooled file.
ATTR_DATE_USED - Static variable in class com.ibm.as400.access.PrintObject
Date file last used.
ATTR_DATE_WTR_BEGAN_FILE - Static variable in class com.ibm.as400.access.PrintObject
Date writer began processing spooled file.
ATTR_DATE_WTR_CMPL_FILE - Static variable in class com.ibm.as400.access.PrintObject
Date writer completed processing spooled filed.
ATTR_DBCS_FNT - Static variable in class com.ibm.as400.access.PrintObject
DBCS-coded font name.
ATTR_DBCS_FNT_LIB - Static variable in class com.ibm.as400.access.PrintObject
DBCS-coded font library name.
ATTR_DBCS_FNT_SIZE - Static variable in class com.ibm.as400.access.PrintObject
DBCS-coded font point size.
ATTR_DBCSCPI - Static variable in class com.ibm.as400.access.PrintObject
DBCS characters per inch.
ATTR_DBCSDATA - Static variable in class com.ibm.as400.access.PrintObject
User specified DBCS data.
ATTR_DBCSEXTENSN - Static variable in class com.ibm.as400.access.PrintObject
DBCS extension characters.
ATTR_DBCSROTATE - Static variable in class com.ibm.as400.access.PrintObject
DBCS character rotation.
ATTR_DBCSSISO - Static variable in class com.ibm.as400.access.PrintObject
DBCS SO/SI spacing.
ATTR_DDS - Static variable in class com.ibm.as400.access.PrintObject
DDS.
ATTR_DECIMAL_FMT - Static variable in class com.ibm.as400.access.PrintObject
Decimal Format.
ATTR_DELETESPLF - Static variable in class com.ibm.as400.access.PrintObject
Delete file after sending.
ATTR_DESCRIPTION - Static variable in class com.ibm.as400.access.PrintObject
Text description.
ATTR_DESTINATION - Static variable in class com.ibm.as400.access.PrintObject
Destination type.
ATTR_DESTOPTION - Static variable in class com.ibm.as400.access.PrintObject
Destination option.
ATTR_DEVCLASS - Static variable in class com.ibm.as400.access.PrintObject
Device class.
ATTR_DEVMODEL - Static variable in class com.ibm.as400.access.PrintObject
Device model.
ATTR_DEVSTATUS - Static variable in class com.ibm.as400.access.PrintObject
Device status.
ATTR_DEVTYPE - Static variable in class com.ibm.as400.access.PrintObject
Device type.
ATTR_DFR_WRITE - Static variable in class com.ibm.as400.access.PrintObject
Defer write.
ATTR_DISPLAYANY - Static variable in class com.ibm.as400.access.PrintObject
Display any file.
ATTR_DOUBLEWIDE - Static variable in class com.ibm.as400.access.PrintObject
Double-wide characters.
ATTR_DRAWERCHANGE - Static variable in class com.ibm.as400.access.PrintObject
Drawer change.
ATTR_DRWRSEP - Static variable in class com.ibm.as400.access.PrintObject
Drawer for separators.
ATTR_DUPLEX - Static variable in class com.ibm.as400.access.PrintObject
Print on both sides.
ATTR_EDGESTITCH_NUMSTAPLES - Static variable in class com.ibm.as400.access.PrintObject
Edge stitch number of staples.
ATTR_EDGESTITCH_REF - Static variable in class com.ibm.as400.access.PrintObject
Edge stitch reference.
ATTR_EDGESTITCH_REFOFF - Static variable in class com.ibm.as400.access.PrintObject
Edge stitch reference offset.
ATTR_ENDPAGE - Static variable in class com.ibm.as400.access.PrintObject
Ending page.
ATTR_ENDPNDSTS - Static variable in class com.ibm.as400.access.PrintObject
End pending status.
ATTR_ENVLP_SOURCE - Static variable in class com.ibm.as400.access.PrintObject
Envelope Source.
ATTR_FIDELITY - Static variable in class com.ibm.as400.access.PrintObject
Print fidelity.
ATTR_FIELD_OUTLIN - Static variable in class com.ibm.as400.access.PrintObject
Field outlining.
ATTR_FILESEP - Static variable in class com.ibm.as400.access.PrintObject
File separators.
ATTR_FOLDREC - Static variable in class com.ibm.as400.access.PrintObject
Fold records.
ATTR_FONT_CHANGES - Static variable in class com.ibm.as400.access.PrintObject
Font changes.
ATTR_FONTID - Static variable in class com.ibm.as400.access.PrintObject
Font identifier.
ATTR_FONTRESFMT - Static variable in class com.ibm.as400.access.PrintObject
Font resolution for formatting.
ATTR_FORM_DEFINITION - Static variable in class com.ibm.as400.access.PrintObject
Form definition integrated file system name.
ATTR_FORMFEED - Static variable in class com.ibm.as400.access.PrintObject
Form feed.
ATTR_FORMTYPE - Static variable in class com.ibm.as400.access.PrintObject
Form type.
ATTR_FORMTYPEMSG - Static variable in class com.ibm.as400.access.PrintObject
Form type message option.
ATTR_FRONT_OVERLAY - Static variable in class com.ibm.as400.access.PrintObject
Front overlay integrated file system name.
ATTR_FTMGN_ACR - Static variable in class com.ibm.as400.access.PrintObject
Front margin offset across.
ATTR_FTMGN_DWN - Static variable in class com.ibm.as400.access.PrintObject
Front margin offset down.
ATTR_FTOVL_ACR - Static variable in class com.ibm.as400.access.PrintObject
Front overlay offset across.
ATTR_FTOVL_DWN - Static variable in class com.ibm.as400.access.PrintObject
Front overlay offset down.
ATTR_GRAPHICS - Static variable in class com.ibm.as400.access.PrintObject
Graphics.
ATTR_GRAPHICS_TOK - Static variable in class com.ibm.as400.access.PrintObject
Graphics token.
ATTR_GRPLVL_IDXTAG - Static variable in class com.ibm.as400.access.PrintObject
Group level index tags.
ATTR_HELDSTS - Static variable in class com.ibm.as400.access.PrintObject
Held status.
ATTR_HIGHLIGHT - Static variable in class com.ibm.as400.access.PrintObject
Highlight.
ATTR_HOLD - Static variable in class com.ibm.as400.access.PrintObject
Hold spool file.
ATTR_HOLDPNDSTS - Static variable in class com.ibm.as400.access.PrintObject
Hold pending status.
ATTR_HOLDTYPE - Static variable in class com.ibm.as400.access.PrintObject
When to hold file.
ATTR_IMGCFG - Static variable in class com.ibm.as400.access.PrintObject
Image Configuration .
ATTR_INTERNETADDR - Static variable in class com.ibm.as400.access.PrintObject
Internet address.
ATTR_IPDSPASSTHRU - Static variable in class com.ibm.as400.access.PrintObject
IPDS pass-through.
ATTR_IPP_ATTR_CCSID - Static variable in class com.ibm.as400.access.PrintObject
IPP Attributes-ccsid.
ATTR_IPP_ATTR_NL - Static variable in class com.ibm.as400.access.PrintObject
IPP Natural Language.
ATTR_IPP_JOB_ID - Static variable in class com.ibm.as400.access.PrintObject
IPP Job ID.
ATTR_IPP_JOB_NAME - Static variable in class com.ibm.as400.access.PrintObject
IPP Job Name .
ATTR_IPP_JOB_NAME_NL - Static variable in class com.ibm.as400.access.PrintObject
IPP Job Name NL.
ATTR_IPP_JOB_ORIGUSER - Static variable in class com.ibm.as400.access.PrintObject
IPP Job Originating user name .
ATTR_IPP_JOB_ORIGUSER_NL - Static variable in class com.ibm.as400.access.PrintObject
IPP Job Originating user name NL.
ATTR_IPP_PRINTER_NAME - Static variable in class com.ibm.as400.access.PrintObject
IPP Printer name.
ATTR_JOBNAME - Static variable in class com.ibm.as400.access.PrintObject
Job name.
ATTR_JOBNUMBER - Static variable in class com.ibm.as400.access.PrintObject
Job number.
ATTR_JOBSEPRATR - Static variable in class com.ibm.as400.access.PrintObject
Job separators.
ATTR_JOBSYSTEM - Static variable in class com.ibm.as400.access.PrintObject
System Job which created spooled file was running.
ATTR_JOBUSER - Static variable in class com.ibm.as400.access.PrintObject
Job user.
ATTR_JUSTIFY - Static variable in class com.ibm.as400.access.PrintObject
Hardware justification.
ATTR_LASTPAGE - Static variable in class com.ibm.as400.access.PrintObject
Last page printed.
ATTR_LIBRARY - Static variable in class com.ibm.as400.access.PrintObject
Library name.
ATTR_LINESPACING - Static variable in class com.ibm.as400.access.PrintObject
Line spacing.
ATTR_LPI - Static variable in class com.ibm.as400.access.PrintObject
Lines per inch.
ATTR_LPI_CHANGES - Static variable in class com.ibm.as400.access.PrintObject
LPI changes.
ATTR_MAX_JOBS_PER_CLIENT - Static variable in class com.ibm.as400.access.PrintObject
Maximum jobs per client.
ATTR_MAXRCDS - Static variable in class com.ibm.as400.access.PrintObject
Maximum spooled output records.
ATTR_MEASMETHOD - Static variable in class com.ibm.as400.access.PrintObject
Measurement method.
ATTR_MESSAGE_QUEUE - Static variable in class com.ibm.as400.access.PrintObject
Message queue integrated file system name.
ATTR_MFGTYPE - Static variable in class com.ibm.as400.access.PrintObject
Manufacturer type and model.
ATTR_MSGHELP - Static variable in class com.ibm.as400.access.PrintObject
Message help.
ATTR_MSGID - Static variable in class com.ibm.as400.access.PrintObject
Message ID.
ATTR_MSGREPLY - Static variable in class com.ibm.as400.access.PrintObject
Message reply.
ATTR_MSGSEV - Static variable in class com.ibm.as400.access.PrintObject
Message severity.
ATTR_MSGTEXT - Static variable in class com.ibm.as400.access.PrintObject
Message text.
ATTR_MSGTYPE - Static variable in class com.ibm.as400.access.PrintObject
Message type.
ATTR_MULTI_ITEM_REPLY - Static variable in class com.ibm.as400.access.PrintObject
Multi-item reply capability.
ATTR_MULTIUP - Static variable in class com.ibm.as400.access.PrintObject
Pages per side.
ATTR_NETWORK - Static variable in class com.ibm.as400.access.PrintObject
Network where output was created.
ATTR_NPSCCSID - Static variable in class com.ibm.as400.access.PrintObject
NPS CCSID.
ATTR_NPSLEVEL - Static variable in class com.ibm.as400.access.PrintObject
NPS level.
ATTR_NUMBYTES - Static variable in class com.ibm.as400.access.PrintObject
Number of bytes to read/write.
ATTR_NUMBYTES_SPLF - Static variable in class com.ibm.as400.access.PrintObject
Number of bytes available in a stream or spooled file.
ATTR_NUMFILES - Static variable in class com.ibm.as400.access.PrintObject
Number of files.
ATTR_NUMRSC_LIB_ENT - Static variable in class com.ibm.as400.access.PrintObject
Number of user resource library list entries.
ATTR_NUMWRITERS - Static variable in class com.ibm.as400.access.PrintObject
Number of writers started to queue
ATTR_OBJEXTATTR - Static variable in class com.ibm.as400.access.PrintObject
Object extended attribute.
ATTR_OFFICEVISION - Static variable in class com.ibm.as400.access.PrintObject
OfficeVision.
ATTR_ONJOBQSTS - Static variable in class com.ibm.as400.access.PrintObject
On job queue status.
ATTR_OPCNTRL - Static variable in class com.ibm.as400.access.PrintObject
Operator controlled.
ATTR_OPENCMDS - Static variable in class com.ibm.as400.access.PrintObject
Open time commands.
ATTR_ORDER - Static variable in class com.ibm.as400.access.PrintObject
Order of files On queue.
ATTR_OS4_CRT_AFP - Static variable in class com.ibm.as400.access.PrintObject
OS/400-create AFPDS.
ATTR_OUTPTY - Static variable in class com.ibm.as400.access.PrintObject
Output priority.
ATTR_OUTPUT_QUEUE - Static variable in class com.ibm.as400.access.PrintObject
Output queue integrated file system name.
ATTR_OUTPUTBIN - Static variable in class com.ibm.as400.access.PrintObject
Output bin.
ATTR_OUTQSTS - Static variable in class com.ibm.as400.access.PrintObject
Output queue status.
ATTR_OVERALLSTS - Static variable in class com.ibm.as400.access.PrintObject
Overall status of printer.
ATTR_OVERFLOW - Static variable in class com.ibm.as400.access.PrintObject
Overflow line number.
ATTR_PAGE_AT_A_TIME - Static variable in class com.ibm.as400.access.PrintObject
Page at a time.
ATTR_PAGE_DEFINITION - Static variable in class com.ibm.as400.access.PrintObject
Page definition integrated file system name.
ATTR_PAGE_GROUPS - Static variable in class com.ibm.as400.access.PrintObject
Page groups.
ATTR_PAGE_ROTATE - Static variable in class com.ibm.as400.access.PrintObject
Page Rotate.
ATTR_PAGELEN - Static variable in class com.ibm.as400.access.PrintObject
Length of page.
ATTR_PAGELVLIDXTAG - Static variable in class com.ibm.as400.access.PrintObject
Page level index tags.
ATTR_PAGENUMBER - Static variable in class com.ibm.as400.access.PrintObject
Page number.
ATTR_PAGES - Static variable in class com.ibm.as400.access.PrintObject
Total pages.
ATTR_PAGES_EST - Static variable in class com.ibm.as400.access.PrintObject
Total pages estimated.
ATTR_PAGEWIDTH - Static variable in class com.ibm.as400.access.PrintObject
Width of page.
ATTR_PAGRTT - Static variable in class com.ibm.as400.access.PrintObject
Degree of page rotation.
ATTR_PAPER_SOURCE_1 - Static variable in class com.ibm.as400.access.PrintObject
Paper Source 1.
ATTR_PAPER_SOURCE_2 - Static variable in class com.ibm.as400.access.PrintObject
Paper Source 2.
ATTR_PELDENSITY - Static variable in class com.ibm.as400.access.PrintObject
Pel density.
ATTR_PGM_OPN_FILE - Static variable in class com.ibm.as400.access.PrintObject
Program that opened file name.
ATTR_PGM_OPN_LIB - Static variable in class com.ibm.as400.access.PrintObject
Program that opened file library name.
ATTR_POINTSIZE - Static variable in class com.ibm.as400.access.PrintObject
Point size.
ATTR_PRINTER - Static variable in class com.ibm.as400.access.PrintObject
Printer.
ATTR_PRINTER_FILE - Static variable in class com.ibm.as400.access.PrintObject
Printer file integrated file system name.
ATTR_PRTASSIGNED - Static variable in class com.ibm.as400.access.PrintObject
Printer assigned.
ATTR_PRTDEVTYPE - Static variable in class com.ibm.as400.access.PrintObject
Printer device type.
ATTR_PRTQUALITY - Static variable in class com.ibm.as400.access.PrintObject
Print quality.
ATTR_PRTSEQUENCE - Static variable in class com.ibm.as400.access.PrintObject
Print sequence.
ATTR_PRTTEXT - Static variable in class com.ibm.as400.access.PrintObject
Print text.
ATTR_PUBINF_COLOR_SUP - Static variable in class com.ibm.as400.access.PrintObject
Color supported indicator.
ATTR_PUBINF_DS - Static variable in class com.ibm.as400.access.PrintObject
Data Stream supported.
ATTR_PUBINF_DUPLEX_SUP - Static variable in class com.ibm.as400.access.PrintObject
Duplex supported indicator.
ATTR_PUBINF_LOCATION - Static variable in class com.ibm.as400.access.PrintObject
Published location description.
ATTR_PUBINF_PPM - Static variable in class com.ibm.as400.access.PrintObject
Pages per minute (monochrome printing).
ATTR_PUBINF_PPM_COLOR - Static variable in class com.ibm.as400.access.PrintObject
Pages per minute (color printing).
ATTR_RCDFMT_DATA - Static variable in class com.ibm.as400.access.PrintObject
Record format.
ATTR_RECLENGTH - Static variable in class com.ibm.as400.access.PrintObject
Record length.
ATTR_REDUCE - Static variable in class com.ibm.as400.access.PrintObject
Reduce output.
ATTR_RESTART - Static variable in class com.ibm.as400.access.PrintObject
Restart printing.
ATTR_RMTLOCNAME - Static variable in class com.ibm.as400.access.PrintObject
Printer device location name.
ATTR_RMTPRTQ - Static variable in class com.ibm.as400.access.PrintObject
Printer queue.
ATTR_RMTSYSTEM - Static variable in class com.ibm.as400.access.PrintObject
Remote system.
ATTR_RPLCHAR - Static variable in class com.ibm.as400.access.PrintObject
Replacement character.
ATTR_RPLUNPRT - Static variable in class com.ibm.as400.access.PrintObject
Replace unprintable characters.
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
Saddle stitch number of staples.
ATTR_SADDLESTITCH_REF - Static variable in class com.ibm.as400.access.PrintObject
Saddle stitch reference.
ATTR_SAVE - Static variable in class com.ibm.as400.access.PrintObject
Save spooled file.
ATTR_SCHEDULE - Static variable in class com.ibm.as400.access.PrintObject
Spooled output schedule.
ATTR_SCS2ASCII - Static variable in class com.ibm.as400.access.PrintObject
Transform SCS to ASCII.
ATTR_SEEKOFF - Static variable in class com.ibm.as400.access.PrintObject
Seek offset.
ATTR_SEEKORG - Static variable in class com.ibm.as400.access.PrintObject
Seek origin.
ATTR_SENDPTY - Static variable in class com.ibm.as400.access.PrintObject
Send priority.
ATTR_SEPPAGE - Static variable in class com.ibm.as400.access.PrintObject
Separator page.
ATTR_SPLF_AUTH_METHOD - Static variable in class com.ibm.as400.access.PrintObject
Spooled file creation authentication method.
ATTR_SPLF_CREATOR - Static variable in class com.ibm.as400.access.PrintObject
Spooled file creator.
ATTR_SPLF_SECURITY_METHOD - Static variable in class com.ibm.as400.access.PrintObject
Spooled file creation security method.
ATTR_SPLF_SIZE - Static variable in class com.ibm.as400.access.PrintObject
Spooled file size.
ATTR_SPLF_SIZE_MULT - Static variable in class com.ibm.as400.access.PrintObject
Spooled file size multiplier.
ATTR_SPLFNUM - Static variable in class com.ibm.as400.access.PrintObject
Spooled file number.
ATTR_SPLFSTATUS - Static variable in class com.ibm.as400.access.PrintObject
Spooled file status.
ATTR_SPLSCS - Static variable in class com.ibm.as400.access.PrintObject
Spool SCS.
ATTR_SPOOL - Static variable in class com.ibm.as400.access.PrintObject
Spool the data.
ATTR_SPOOLFILE - Static variable in class com.ibm.as400.access.PrintObject
Spooled file name.
ATTR_SRC_CODEPAGE - Static variable in class com.ibm.as400.access.PrintObject
Source drawer.
ATTR_SRCDRWR - Static variable in class com.ibm.as400.access.PrintObject
Source code page conversion.
ATTR_STARTEDBY - Static variable in class com.ibm.as400.access.PrintObject
Started by.
ATTR_STARTPAGE - Static variable in class com.ibm.as400.access.PrintObject
Starting page.
ATTR_SYS_DRV_PGM - Static variable in class com.ibm.as400.access.PrintObject
System driver program name.
ATTR_SYSTEM - Static variable in class com.ibm.as400.access.PrintObject
System where output was created.
ATTR_TGT_CODEPAGE - Static variable in class com.ibm.as400.access.PrintObject
Target code page conversion.
ATTR_TIME - Static variable in class com.ibm.as400.access.PrintObject
Time object created.
ATTR_TIME_END - Static variable in class com.ibm.as400.access.PrintObject
Time Job creating spooled file ended.
ATTR_TIME_WTR_BEGAN_FILE - Static variable in class com.ibm.as400.access.PrintObject
Time writer began procesing spooled file.
ATTR_TIME_WTR_CMPL_FILE - Static variable in class com.ibm.as400.access.PrintObject
Time writer completed processing spooled filed.
ATTR_TOADDRESS - Static variable in class com.ibm.as400.access.PrintObject
User ID address.
ATTR_TOUSERID - Static variable in class com.ibm.as400.access.PrintObject
User ID.
ATTR_TRC1403 - Static variable in class com.ibm.as400.access.PrintObject
TRC for 1403.
ATTR_UNITOFMEAS - Static variable in class com.ibm.as400.access.PrintObject
Unit of measure.
ATTR_USER_DEFINED_OBJECT - Static variable in class com.ibm.as400.access.PrintObject
User defined object integrated file system name.
ATTR_USER_DFN_TXT - Static variable in class com.ibm.as400.access.PrintObject
User-defined text.
ATTR_USER_DRIVER_PROG - Static variable in class com.ibm.as400.access.PrintObject
User driver program integrated file system name.
ATTR_USER_TRANSFORM_PROG - Static variable in class com.ibm.as400.access.PrintObject
User transform program integrated file system name.
ATTR_USERCMT - Static variable in class com.ibm.as400.access.PrintObject
User comment.
ATTR_USERDATA - Static variable in class com.ibm.as400.access.PrintObject
User data.
ATTR_USERGEN_DATA - Static variable in class com.ibm.as400.access.PrintObject
User who created file.
ATTR_USRDEFDATA - Static variable in class com.ibm.as400.access.PrintObject
User defined data.
ATTR_USRDEFFILE - Static variable in class com.ibm.as400.access.PrintObject
User defined file.
ATTR_USRDEFOPT - Static variable in class com.ibm.as400.access.PrintObject
User defined option(s).
ATTR_USRDRVDATA - Static variable in class com.ibm.as400.access.PrintObject
User driver program data.
ATTR_VIEWING_FIDELITY - Static variable in class com.ibm.as400.access.PrintObject
Viewing fidelity.
ATTR_VMMVSCLASS - Static variable in class com.ibm.as400.access.PrintObject
VM/MVS Class.
ATTR_WORKSTATION_CUST_OBJECT - Static variable in class com.ibm.as400.access.PrintObject
Workstation customization object integrated file system name.
ATTR_WRTNGSTS - Static variable in class com.ibm.as400.access.PrintObject
Writing status.
ATTR_WTNGDATASTS - Static variable in class com.ibm.as400.access.PrintObject
Waiting for data status.
ATTR_WTNGDEVSTS - Static variable in class com.ibm.as400.access.PrintObject
Waiting for device status.
ATTR_WTNGMSGSTS - Static variable in class com.ibm.as400.access.PrintObject
Waiting for message status.
ATTR_WTRAUTOEND - Static variable in class com.ibm.as400.access.PrintObject
When to automatically end writer.
ATTR_WTREND - Static variable in class com.ibm.as400.access.PrintObject
When to end writer.
ATTR_WTRINIT - Static variable in class com.ibm.as400.access.PrintObject
Initialize the writer.
ATTR_WTRJOBNAME - Static variable in class com.ibm.as400.access.PrintObject
Writer job name.
ATTR_WTRJOBNUM - Static variable in class com.ibm.as400.access.PrintObject
Writer job number.
ATTR_WTRJOBSTS - Static variable in class com.ibm.as400.access.PrintObject
Writer job status.
ATTR_WTRJOBUSER - Static variable in class com.ibm.as400.access.PrintObject
Writer job user name.
ATTR_WTRSTRPAGE - Static variable in class com.ibm.as400.access.PrintObject
Writer starting page.
ATTR_WTRSTRTD - Static variable in class com.ibm.as400.access.PrintObject
Writer started.
ATTRIBUTE_CHANGES_CANCELED - Static variable in class com.ibm.as400.resource.ResourceEvent
Event ID indicating that attribute changes are canceled.
ATTRIBUTE_CHANGES_COMMITTED - Static variable in class com.ibm.as400.resource.ResourceEvent
Event ID indicating that attribute changes are committed.
ATTRIBUTE_READ_ONLY - Static variable in class com.ibm.as400.resource.ResourceException
The return code indicating that the resource attribute is read-only.
ATTRIBUTE_VALUE_CHANGED - Static variable in class com.ibm.as400.resource.ResourceEvent
Event ID indicating that an attribute is changed.
ATTRIBUTE_VALUES_REFRESHED - Static variable in class com.ibm.as400.resource.ResourceEvent
Event ID indicating that attribute values are refreshed.
attributeChangesCanceled(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Invoked when attribute changes are canceled.
attributeChangesCanceled(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Invoked when attribute changes are canceled.
attributeChangesCommitted(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Invoked when attribute changes are committed.
attributeChangesCommitted(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Invoked when attribute changes are committed.
ATTRIBUTES_NOT_RETURNED - Static variable in class com.ibm.as400.resource.ResourceException
The return code indicating that resource attributes were not returned.
ATTRIBUTES_NOT_SET - Static variable in class com.ibm.as400.resource.ResourceException
The return code indicating that resource attributes were not set.
ATTRIBUTES_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VIFSConstants
Property identifier for the attributes.
attributeValueChanged(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Invoked when an attribute value is changed.
attributeValueChanged(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Invoked when an attribute value is changed.
attributeValuesRefreshed(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Invoked when attributes values are refreshed.
attributeValuesRefreshed(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
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
Authenticates the user profile name and user profile password on the server.
AUTHENTICATION_METHOD - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "authentication method".
AUTHENTICATION_METHOD_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "authentication method (pending)".
AUTHENTICATION_SCHEME_GSS_TOKEN - Static variable in class com.ibm.as400.access.AS400
Constant indicating the authentication scheme is GSS 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 com.ibm.as400.util.servlet.AuthenticationServlet.
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 class com.ibm.as400.resource.ResourceException
The return code indicating that user has insuffient authority.
AUTO_DETECT - Static variable in class com.ibm.as400.access.ISeriesNetServerPrintShare
Value of the "spooled file type" attribute, indicating "Automatic type sensing".
AUTOMATICALLY_END_WRITER - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for automatically end writer.
AUTOSTART - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "autostart".
AUXILIARY_IO_REQUESTS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the number of auxiliary I/O requests performed by a job across all routing steps.
AUXILIARY_IO_REQUESTS - Static variable in class com.ibm.as400.resource.RJob
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 a job across all routing steps.
available() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the number of bytes stored in this ReaderInputStream's internal cache.
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.PrintObjectPageInputStream
Returns the number of bytes remaining in the current page.
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.IFSFileInputStream
Returns the number of bytes that can be read from this file input stream.

B

B4 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents B4 paper size (257 x 364 mm)
B5 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents B5 paper size (182 x 257 mm)
BACK_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.WizardManager
Used to identify the Back button on the wizard panel.
BaseDataQueue - class com.ibm.as400.access.BaseDataQueue.
The BaseDataQueue class represents an AS/400 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.
BASELINE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical baseline alignment.
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.
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.
BEFORE_FIRST_ROW - Static variable in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Row position is before the first row of the result set.
beforeFirst() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Positions the cursor 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.util.servlet.RowData
Sets the position before the first row in the list.
BETWEEN_COPIES_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for between copies status.
BETWEEN_FILES_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for between files status.
BidiOrdering - class com.ibm.as400.util.html.BidiOrdering.
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.
BidiStringType - interface com.ibm.as400.access.BidiStringType.
The BidiStringType class is a collection of constants generally used for describing the output string type of bidi data as defined by the CDRA (Character Data Respresentation Architecture).
BIG_DECIMAL_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.math.BigDecimal data type.
BINARY - Static variable in class com.ibm.as400.access.FTP
Transfer files in binary mode.
BinaryConverter - class com.ibm.as400.access.BinaryConverter.
A binary types converter between Java byte arrays and Java simple types.
BinaryFieldDescription - class com.ibm.as400.access.BinaryFieldDescription.
The BinaryFieldDescription class 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(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(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(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(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(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.
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
Constant indicating that a blank value is used.
BooleanValueMap - class com.ibm.as400.resource.BooleanValueMap.
The BooleanValueMap class maps between a logical Boolean value and specified physical values.
BooleanValueMap(Object[], Object[]) - Constructor for class com.ibm.as400.resource.BooleanValueMap
Constructs a BooleanValueMap object.
BooleanValueMap(Object, Object) - Constructor for class com.ibm.as400.resource.BooleanValueMap
Constructs a BooleanValueMap object.
BOTTOM - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Vertical bottom alignment.
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
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
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
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
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
Property identifier for the break message handling.
BROWSING_INTERVAL - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "browsing interval".
BROWSING_INTERVAL_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "browsing interval (pending)".
BufferedResourceList - class com.ibm.as400.resource.BufferedResourceList.
The BufferedResourceList class represents a subclass of the ResourceList class which manages a list of resources and buffers them efficiently.
BufferedResourceList() - Constructor for class com.ibm.as400.resource.BufferedResourceList
Constructs a BufferedResourceList object.
BufferedResourceList(Presentation, ResourceMetaData[], ResourceMetaData[], ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.BufferedResourceList
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
Attribute ID for building.
BUSY - Static variable in class com.ibm.as400.resource.ActiveStatusEvent
Event ID indicating that the active status is busy.
busy(ActiveStatusEvent) - Method in interface com.ibm.as400.resource.ActiveStatusListener
Invoked when the active status changes to busy.
ButtonFormInput - class com.ibm.as400.util.html.ButtonFormInput.
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.
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
Constant referring to a message identified by a key.
BYPASS_CACHED_RESOURCES - Static variable in class com.ibm.as400.ui.framework.java.UIFramework
Indicates that the UI framework should not use cached resource bundles.
bypassAuthentication(HttpServletRequest) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Method to check to see if authentication should be performed.
BYTE_ARRAY_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Byte array data type.
byteArrayToDouble(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified server data type to a double.
byteArrayToFloat(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified server data type to a float.
byteArrayToInt(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified server data type to an int.
byteArrayToLong(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified server data type to a long.
byteArrayToShort(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified server data type to a short.
byteArrayToString(AS400, 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.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(int, AS400, byte[]) - Static method in class com.ibm.as400.access.CharConverter
Converts the specified bytes into a String.
byteArrayToUnsignedInt(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified server data type to a long.
byteArrayToUnsignedShort(byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified server data type to an int.
bytesToString(byte[]) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified byte array to its hexadecimal String representation.
bytesToString(byte[], int, int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified byte array to its hexadecimal String representation.

C

CALCULATE - Static variable in class com.ibm.as400.access.SystemPool
Constant used to indicate that the AS/400 should calculate a system pool attribute.
CALCULATE_INT - Static variable in class com.ibm.as400.access.SystemPool
 
callProgram(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Calls the named program.
CAN_READ - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for can read.
CAN_WRITE - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for can write.
CANCEL - Static variable in class com.ibm.as400.ui.util.CommandPrompter
The user dismissed the dialog by pressing the Cancel button.
CANCEL - Static variable in class com.ibm.as400.vaccess.IFSFileDialog
Dialog was dismissed with the Cancel button.
CANCEL_BUTTON - Static variable in class com.ibm.as400.ui.util.MessageViewer
Button identifier for the Cancel button.
CANCEL_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.WizardManager
Used to identify the Cancel button on the wizard panel.
CANCEL_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
Used to identify the Cancel button on the property sheet.
CANCEL_OPTION - Static variable in class com.ibm.as400.ui.framework.java.FileChooserDialog
Return value if cancel is chosen.
cancel() - Method in class com.ibm.as400.access.AS400JDBCStatement
Cancels the statement.
cancelAttributeChanges() - Method in class com.ibm.as400.resource.ChangeableResource
Cancels all uncommitted attribute changes.
cancelCellEditing() - Method in class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
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.as400.access.AS400JDBCResultSet
Cancels all pending updates that have been made since the last call to updateRow().
CANNOT_CONVERT_VALUE - Static variable in class 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
Attribute ID for canonical path.
canRead() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the program can read from the IFSJavaFile.
canRead() - Method in class com.ibm.as400.access.IFSFile
Determines if the applet or application can read from 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 IFSJavaFile.
canWrite() - Method in class com.ibm.as400.access.IFSFile
Determines if the applet or application can write to the integrated file system object represented by this object.
Capabilities - class com.ibm.as400.ui.framework.java.Capabilities.
Defines the capabilities of a DataBean by encapsulating a list of unsupported attributes.
Capabilities() - Constructor for class com.ibm.as400.ui.framework.java.Capabilities
Constructs a Capabilities object.
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.
CC_MAIL_ADDRESS - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for cc:Mail address.
CC_MAIL_COMMENT - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for cc:Mail comment.
CCSID - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "server CCSID".
CCSID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the coded character set identifier used for a job.
CCSID - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for coded character set identifier (CCSID).
CCSID - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for CCSID.
CCSID_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating that the CCSID specified in the user profile under which the initial thread of the job is running is used.
CCSID_INITIAL_USER - Static variable in class com.ibm.as400.resource.RJob
Attribute value indicating that the CCSID specified in the user profile under which this thread was initially running is used.
CCSID_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "server CCSID (pending)".
CCSID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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
Attribute value indicating that the CCSID specified in the system value QCCSID is used.
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.FTP
Sets the current directory on the server to directory.
cd(String) - Method in class com.ibm.as400.access.AS400FTP
Sets the current directory on the server 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 class 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 class 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.
ChangeableResource - class com.ibm.as400.resource.ChangeableResource.
The ChangeableResource represents an AS/400 resource.
ChangeableResource() - Constructor for class com.ibm.as400.resource.ChangeableResource
Constructs a ChangeableResource object.
ChangeableResource(Presentation, Object, ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.ChangeableResource
Constructs a ChangeableResource object.
ChangeableResource(Presentation, Object, ResourceMetaDataTable) - Constructor for class com.ibm.as400.resource.ChangeableResource
Constructs a ChangeableResource object.
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.
changeEntry(ValidationListEntry) - Method in class com.ibm.as400.access.ValidationList
Alters the entry in the validation list.
changePassword(String, String) - Method in class com.ibm.as400.access.AS400
Changes the user profile password.
changes_ - Variable in class com.ibm.as400.access.IFSFileOutputStream
 
CHANGES_TAKE_EFFECT - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for changes take effect.
CHARACTER_CODE_SET_ID - Static variable in class com.ibm.as400.resource.RUser
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
Attribute ID for character identifier control.
CHARACTER_IDENTIFIER_CONTROL_DEVICE_DESCRIPTION - Static variable in class com.ibm.as400.resource.RUser
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
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.
CharacterDataArea - class com.ibm.as400.access.CharacterDataArea.
The CharacterDataArea class represents a character data area on the AS/400.
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.
CharacterFieldDescription - class com.ibm.as400.access.CharacterFieldDescription.
The CharacterFieldDescription class 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.
CharConverter - class com.ibm.as400.access.CharConverter.
A character set converter between Java String objects and AS/400 native code pages.
CharConverter() - Constructor for class com.ibm.as400.access.CharConverter
Gets a CharConverter object from the pool using a "best guess" based on the default Locale.
CharConverter(int) - Constructor for class com.ibm.as400.access.CharConverter
Gets a CharConverter object from the pool using the specified ccsid.
CharConverter(int, AS400) - Constructor for class com.ibm.as400.access.CharConverter
Gets a CharConverter object from the pool using the specified ccsid and system.
CharConverter(String) - Constructor for class com.ibm.as400.access.CharConverter
Gets a CharConverter object from the pool using the specified character encoding.
CHECK_FOR_SERIALIZED - Static variable in class com.ibm.as400.ui.framework.java.UIFramework
Indicates that the UI framework should check for a serialized panel definition.
CheckboxFormInput - class com.ibm.as400.util.html.CheckboxFormInput.
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.
CheckBoxTableCellEditorFW - class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW.
 
CheckBoxTableCellEditorFW(int) - Constructor for class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
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.
checkLevel(int) - Method in class com.ibm.as400.resource.ResourceLevel
Indicates if the VRM is within the range of this level.
checkLevel(String) - Method in class com.ibm.as400.resource.ResourceLevel
Indicates if the specified level is within the range of this level.
children() - Method in class com.ibm.as400.vaccess.VUserList
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VJobList
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VJob
Returns the children of the node.
children() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the children of the node.
ChoiceDescriptor - class com.ibm.as400.ui.framework.java.ChoiceDescriptor.
Describes a predefined value associated with a data attribute.
ChoiceDescriptor() - Constructor for class com.ibm.as400.ui.framework.java.ChoiceDescriptor
Constructs a ChoiceDescriptor.
ChoiceDescriptor(String, String) - Constructor for class com.ibm.as400.ui.framework.java.ChoiceDescriptor
Constructs a ChoiceDescriptor with the specified name and title.
ChoiceDescriptor(String, String, HandlerTask[]) - Constructor for class com.ibm.as400.ui.framework.java.ChoiceDescriptor
Constructs a ChoiceDescriptor with the specified name, title, and HandlerTask list.
CIRCLE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Circle, hollow circle, labeling scheme.
CLASSES_WITH_CURRENT_JAVA_PROGRAMS - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for classes with current Java programs.
CLASSES_WITH_ERRORS - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for classes with errors.
CLASSES_WITHOUT_CURRENT_JAVA_PROGRAMS - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for classes without current Java programs.
clear() - Method in class com.ibm.as400.access.SystemValue
Clears this system value from the cache.
clear() - Method in class com.ibm.as400.access.LogicalDataArea
Clears the data area.
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.DecimalDataArea
Resets the data area to contain 0.0.
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.BaseDataQueue
Removes all entries from the data queue.
clear(byte[]) - Method in class com.ibm.as400.access.KeyedDataQueue
Removes all entries that match the key from the data queue.
clear(PrintParameterList) - Method in class com.ibm.as400.access.OutputQueue
Clears the output queue on the AS/400.
clear(String) - Method in class com.ibm.as400.access.KeyedDataQueue
Removes all entries that match the key from the data queue.
clearBatch() - Method in class com.ibm.as400.access.AS400JDBCStatement
Clears the current batch of SQL statements.
clearBuffer() - Method in class com.ibm.as400.resource.ProgramAttributeGetter
Clears any buffered attribute values.
clearCache() - Static method in class com.ibm.as400.ui.framework.java.HelpViewer
 
clearCache() - Method in class com.ibm.as400.ui.framework.java.FileClassLoader
Clears the cached classes on a user request before the garbage collector gets invoked.
clearCachedAttributes() - Method in class com.ibm.as400.access.IFSFile
Clear the cached attributes.
CLEARED - Static variable in class com.ibm.as400.access.OutputQueueEvent
The output queue cleared event ID.
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.
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).
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.as400.access.AS400JDBCPreparedStatement
Releases the resources used by the current input parameter values.
clearPasswordCache() - Static method in class com.ibm.as400.access.AS400
Clears the password cache for all servers 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().
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.AS400JDBCRowSet
Clears all warnings that have been reported for the result set.
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.AS400JDBCConnectionHandle
Clears all warnings that have been reported for the connection.
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.vaccess.SQLResultSetTablePane
Clears all SQL warnings.
clearWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Clears all SQL warnings.
clearWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Clears all SQL warnings.
CLIENT_IP_ADDRESS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the IP address of the client for which this server 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.
CLINT_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 server.
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.AS400UnsignedBin4
Creates a new AS/400 unsigned, binary-four data type 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.AS400Text
Creates a new AS400Text 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.AS400PackedDecimal
Creates a new AS400PackedDecimal 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.AS400Float4
Creates a new AS400Float4 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.AS400ByteArray
Creates a new AS400ByteArray 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.AS400Bin4
Creates a new AS400Bin4 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.AS400Array
Creates a new AS400Array object that is identical to the current instance.
clone() - Method in class com.ibm.as400.data.RecordFormatDocument
Creates and returns a copy of this object.
clone() - Method in class com.ibm.as400.data.ProgramCallDocument
Clones the ProgramCallDocument and the objects contained in it The setSystem and setDocument methods must be called prior to using the 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.UserSpace
Closes the user space and releases any system resources associated with 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.SpooledFileOutputStream
Closes the stream.
close() - Method in class com.ibm.as400.access.SCS5256Writer
Closes the stream.
close() - Method in class com.ibm.as400.access.ReaderInputStream
Closes this ReaderInputStream and its underlying Reader.
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.PrintObjectPageInputStream
Closes the input stream and releases any resources associated with it.
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.PrintObjectInputStream
Closes the input stream.
close() - Method in class com.ibm.as400.access.ObjectList
Closes the object 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.JobLog
Closes the message list on the system.
close() - Method in class com.ibm.as400.access.JobList
Closes the job list on the system.
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.IFSFileOutputStream
Closes this file output stream and releases any system resources associated with this stream.
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.ConvTableWriter
Closes this ConvTableWriter and its underlying output stream.
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.ConnectionPool
Closes the connection pool.
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.AS400JDBCStatement
Releases the statement'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.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.AS400JDBCPreparedStatement
Releases the prepared statement's resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Closes the physical connection.
close() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Closes all the unused database connections in the pool.
close() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Closes the handle to the connection.
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.AS400File
Closes the file on the AS400.
close() - Method in class com.ibm.as400.access.AS400ConnectionPool
Close and cleanup the connection pool.
close() - Method in class com.ibm.as400.micro.JdbcMeStatement
Releases the statement's resources.
close() - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Close the ResultSet and the offline database.
close() - Method in class com.ibm.as400.micro.JdbcMeOfflineData
Close the offline data store, releasing resources required by the platform specific data store.
close() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Releases the result set's resources.
close() - Method in class com.ibm.as400.micro.JdbcMeConnection
Releases the connection's resources immediately instead of waiting for them to be automatically released.
close() - Method in class com.ibm.as400.resource.SystemResourceList
Closes the list.
close() - Method in class com.ibm.as400.resource.ResourceList
Closes the list.
close() - Method in class com.ibm.as400.resource.BufferedResourceList
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.SQLResultSetTablePane
Closes the SQL result set this table represents.
close() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Closes the result set.
close() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Closes the SQL result set this form represents.
close() - Method in class com.ibm.as400.vaccess.SQLConnection
Closes the SQL connection, if it is open.
close() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Closes the viewer.
close() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Closes the AS/400 file this table represents.
close() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Closes the AS400 file this model represents.
close() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Closes the AS/400 file this form represents.
closeAll() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Closes all the Statement objects that have been opened by this PooledConnection object.
CLOSED - Static variable in class com.ibm.as400.access.PrintObjectListEvent
The print object list closed event ID.
ClusteredHashTable - class com.ibm.as400.access.ClusteredHashTable.
The ClusteredHashTable class provides access to an OS/400 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 OS/400 clustered hash table server.
ClusteredHashTableEntry - class com.ibm.as400.access.ClusteredHashTableEntry.
The ClusteredHashTableEntry class represents an entry in an OS/400 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.
collapse(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Collapses the specified object.
collapse(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Collapses the specified object in the tree.
com.ibm.as400.access - package com.ibm.as400.access
Provides classes that represent various iSeries AS/400 data and resources.
com.ibm.as400.data - package com.ibm.as400.data
Provides classes to simplify calling iSeries or AS/400 programs from Java.
com.ibm.as400.micro - package com.ibm.as400.micro
Provides classes that allow access to various iSeries data and resources from a wireless or handheld device.
com.ibm.as400.resource - package com.ibm.as400.resource
Provides classes that represent iSeries or AS/400 resources using a generic list-based scheme.
com.ibm.as400.security.auth - package com.ibm.as400.security.auth
Provides user profile swapping using iSeries or AS/400 profile token and credential classes.
com.ibm.as400.ui.framework.java - package com.ibm.as400.ui.framework.java
The runtime API for the Graphical Toolbox.
com.ibm.as400.ui.util - package com.ibm.as400.ui.util
 
com.ibm.as400.util - package com.ibm.as400.util
Provides various utility applications and classes, in addition to what is included in the utilities package.
com.ibm.as400.util.commtrace - package com.ibm.as400.util.commtrace
Provides an utility application and classes to assist in the formatting and display of iSeries 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.reportwriter.processor - package com.ibm.as400.util.reportwriter.processor
 
com.ibm.as400.util.servlet - package com.ibm.as400.util.servlet
Provides classes that assist in writing servlets that manipulate iSeries or AS/400 data.
com.ibm.as400.vaccess - package com.ibm.as400.vaccess
Provides classes that graphically present iSeries or AS/400 data to the user.
Command - class com.ibm.as400.access.Command.
The Command class represents information about an OS/400 CL command (*CMD) object.
COMMAND - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Command service.
COMMAND_CALL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Command Call component.
COMMAND_CALL_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Visual Command Call component.
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.
CommandCall - class com.ibm.as400.access.CommandCall.
The CommandCall class represents an iSeries server command object.
CommandCall - class com.ibm.as400.micro.CommandCall.
The CommandCall class represents an iSeries 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.
CommandCallButton - class com.ibm.as400.vaccess.CommandCallButton.
The CommandCallButton class represents a button that calls an AS/400 CL command when pressed.
CommandCallButton() - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Constructs a CommandCallButton object.
CommandCallButton(String) - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Constructs a CommandCallButton object.
CommandCallButton(String, Icon) - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Constructs a CommandCallButton object.
CommandCallButton(String, Icon, AS400) - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Constructs a CommandCallButton object.
CommandCallButton(String, Icon, AS400, String) - Constructor for class com.ibm.as400.vaccess.CommandCallButton
Constructs a CommandCallButton object.
CommandCallMenuItem - class com.ibm.as400.vaccess.CommandCallMenuItem.
The CommandCallMenuItem class represents a menu item that calls an AS/400 CL command when selected.
CommandCallMenuItem() - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Constructs a CommandCallMenuItem object.
CommandCallMenuItem(String) - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Constructs a CommandCallMenuItem object.
CommandCallMenuItem(String, Icon) - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Constructs a CommandCallMenuItem object.
CommandCallMenuItem(String, Icon, AS400) - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Constructs a CommandCallMenuItem object.
CommandCallMenuItem(String, Icon, AS400, String) - Constructor for class com.ibm.as400.vaccess.CommandCallMenuItem
Constructs a CommandCallMenuItem object.
CommandHelpRetriever - class com.ibm.as400.util.CommandHelpRetriever.
Utility class for generating IBM-formatted CL command help documentation.
CommandHelpRetriever() - Constructor for class com.ibm.as400.util.CommandHelpRetriever
Constructs an instance of the CommandHelpRetriever utility.
CommandLineArguments - class com.ibm.as400.access.CommandLineArguments.
The CommandLineArguments class will parse 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 com.ibm.as400.access.CommandList.
The CommandList class represents a list of OS/400 CL command (*CMD) objects.
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.
CommandPrompter - class com.ibm.as400.ui.util.CommandPrompter.
This object displays a prompter for a given command string similar to the prompting done by the AS/400 command line.
CommandPrompter() - Constructor for class com.ibm.as400.ui.util.CommandPrompter
Constructs a CommandPrompter object.
CommandPrompter(Frame, AS400, String) - Constructor for class com.ibm.as400.ui.util.CommandPrompter
Constructs a CommandPrompter object.
CommandPrompter(Frame, AS400, String, boolean, boolean) - Constructor for class com.ibm.as400.ui.util.CommandPrompter
Constructs a CommandPrompter object.
CommandPrompter(Window, AS400, String) - Constructor for class com.ibm.as400.ui.util.CommandPrompter
Constructs a CommandPrompter object.
CommandPrompter(Window, AS400, String, boolean, boolean) - Constructor for class com.ibm.as400.ui.util.CommandPrompter
Constructs a CommandPrompter object.
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.
COMMIT_OPTION - Static variable in class com.ibm.as400.ui.framework.java.FileChooserDialog
Return value if commit (yes, ok) is chosen.
commit() - Method in class com.ibm.as400.access.Permission
Commits the permission changes to the server.
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.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.AS400File
Commits all transactions since the last commit boundary.
commit() - Method in class com.ibm.as400.micro.JdbcMeConnection
Commits all changes made since the previous commit or rollback and releases any database locks currently held by the connection.
commit(AS400) - Static method in class com.ibm.as400.access.AS400File
Commits all transactions since the last commit boundary for the specified system.
commit(Vector) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Commits the changes to data displayed on the panel.
commit(Vector) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Commits the changes to data displayed on the pane.
commit(Vector) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Commits the changes to data displayed on the pane.
commit(Vector) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Commits the changes to data displayed on the panel.
commit(Vector) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Commits the changes to data displayed on the pane.
commit(Vector) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Commits the changes to data displayed on the panel.
commit(Vector) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Commits the changes to data displayed on the pane.
commit(Xid, boolean) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Commits a global transaction.
commitAttributeChanges() - Method in class com.ibm.as400.resource.ChangeableResource
Commits all attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.access.NetServerShare
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.access.NetServerFileShare
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.access.NetServer
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.resource.RJavaProgram
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.resource.RIFSFile
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[]) - Method in class com.ibm.as400.resource.ChangeableResource
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[], int[]) - Method in class com.ibm.as400.resource.RUser
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[], int[]) - Method in class com.ibm.as400.resource.RPrinter
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[], int[]) - Method in class com.ibm.as400.resource.RJob
Commits the specified attribute changes.
commitAttributeChanges(Object[], Object[], int[]) - Method in class com.ibm.as400.resource.ChangeableResource
Commits the specified attribute changes.
commitCache() - Method in class com.ibm.as400.access.SystemPool
Commits any cached system pool information changes to the AS/400.
commitChanges() - Method in class com.ibm.as400.access.Job
Commits all uncommitted attribute changes.
commitChanges() - Method in class com.ibm.as400.access.ISeriesNetServer
Commits all attribute value changes to the server.
commitChanges(ISeriesNetServerFileShare) - Method in class com.ibm.as400.access.ISeriesNetServer
Commits attribute value changes to the server, for the specified share.
commitChanges(ISeriesNetServerPrintShare) - Method in class com.ibm.as400.access.ISeriesNetServer
Commits attribute value changes to the server, for the specified share.
COMMITMENT_CONTROL_ALREADY_STARTED - Static variable in class com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the commitment control has already been started.
CommTrace - class com.ibm.as400.util.commtrace.CommTrace.
CommTrace is used to provide a front end for the Format class to display and transfer the iSeries trace.
CommTrace(String[]) - Constructor for class com.ibm.as400.util.commtrace.CommTrace
Base constructor which creates a Commtrace.
COMMUNICATIONS_ERROR - Static variable in class 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
Attribute ID for company.
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(IFSJavaFile) - Method in class com.ibm.as400.access.IFSJavaFile
Compares the paths of two IFSJavaFiles.
compareTo(Object) - Method in class com.ibm.as400.access.IFSJavaFile
Compares the path of IFSJavaFile with an Object's path.
compareTo(Object) - Method in class com.ibm.as400.access.IFSFile
Compares the path of this IFSFile with an Object's path.
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.MessageQueue
Constant referring to completion messages.
COMPLETION - Static variable in class com.ibm.as400.access.AS400Message
Message type for completion messages.
COMPLETION - Static variable in class com.ibm.as400.resource.RMessageQueue
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
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
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
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
Attribute value indicating that the job has not completed.
COMPLETION_STATUS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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.
ComponentManager - interface com.ibm.as400.ui.framework.java.ComponentManager.
The interface for managing custom components specified via the CUSTOM tag in the Panel Definition Markup Language (PDML).
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".
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 Throws an XmlException if this object contains no data.
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 class com.ibm.as400.access.ConnectionPoolException
The return code indicating that the minimum and maximum pool sizes conflict.
CONNECT_TIME - Static variable in class com.ibm.as400.access.NetServerConnection
Attribute ID for "connect time".
connect() - Method in class com.ibm.as400.access.FTP
Connects to the server.
connect() - Method in class com.ibm.as400.access.AS400FTP
Connects to the server.
connect() - Method in class com.ibm.as400.micro.AS400
Connect to an iSeries server.
connect(AS400) - 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(String, Properties) - Method in class com.ibm.as400.access.AS400JDBCDriver
Connects to the database named by the specified URL.
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_COUNT - Static variable in class com.ibm.as400.access.NetServerSession
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 class com.ibm.as400.access.ProxyException
The return code indicating that a connection to the proxy server was dropped.
CONNECTION_DROPPED - Static variable in class com.ibm.as400.access.ConnectionDroppedException
The return code indicating that the connection was dropped unexpectedly.
CONNECTION_DROPPED - Static variable in class 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 class com.ibm.as400.access.ConnectionDroppedException
The return code indicating that the connection is not active.
CONNECTION_NOT_ESTABLISHED - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was unable to establish a connection.
CONNECTION_NOT_ESTABLISHED - Static variable in class com.ibm.as400.access.ProxyException
The return code indicating that a connection to the proxy server cannot be established.
CONNECTION_NOT_PASSED_AUTHORITY - Static variable in class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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
Constant for specifying 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 class com.ibm.as400.access.ServerStartupException
The return code indicating that it was unable to connect to the port.
CONNECTION_REJECTED - Static variable in class 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 com.ibm.as400.access.ConnectionDroppedException.
The ConnectionDroppedException class represents an exception that indicates that the AS/400 connection was dropped unexpectedly.
ConnectionEvent - class com.ibm.as400.access.ConnectionEvent.
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.
ConnectionListener - interface com.ibm.as400.access.ConnectionListener.
The ConnectionListener interface provides a listener interface for receiving Connection events.
ConnectionPool - class com.ibm.as400.access.ConnectionPool.
The ConnectionPool class represents a pool of connections to the AS/400.
ConnectionPool() - Constructor for class com.ibm.as400.access.ConnectionPool
 
connectionPoolClosed(ConnectionPoolEvent) - Method in interface com.ibm.as400.access.ConnectionPoolListener
Invoked when a pool has been closed.
ConnectionPoolEvent - class com.ibm.as400.access.ConnectionPoolEvent.
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 com.ibm.as400.access.ConnectionPoolException.
The ConnectionPoolException class represents an exception which indicates that a problem occurred with the connection pool.
ConnectionPoolListener - interface com.ibm.as400.access.ConnectionPoolListener.
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 on the iSeries server.
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
Represents continuous feed 132 paper size (13.2 x 11 inches)
CONT80 - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
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.
CONTENT_FIDELITY - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents *CONTENT viewing fidelity
context_ - Variable in class com.ibm.as400.util.reportwriter.processor.ReportProcessor
The output context to use
CONTEXT_HELP_REQUESTED - Static variable in class com.ibm.as400.ui.framework.java.HelpEvent
This event id indicates that context help was requested for a component.
contextHelpRequested(HelpEvent) - Method in interface com.ibm.as400.ui.framework.java.HelpListener
Invoked when context help for a component is requested.
ContextMenuManager - class com.ibm.as400.ui.framework.java.ContextMenuManager.
Creates a context menu defined using the Panel Definition Markup Language (PDML).
ContextMenuManager(String, Locale, String, PaneManager) - Constructor for class com.ibm.as400.ui.framework.java.ContextMenuManager
Constructs a ContextMenuManager for the specified menu.
ContextMenuManager(String, String, PaneManager) - Constructor for class com.ibm.as400.ui.framework.java.ContextMenuManager
Constructs a ContextMenuManager for the specified menu.
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
Attribute ID for controlled end requested.
CONTROLLED_END_REQUESTED_CANCELED - Static variable in class com.ibm.as400.resource.RJob
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
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
Attribute value indicating that the job is not running.
CONVERSION - Static variable in class com.ibm.as400.access.Trace
Character set conversion trace category.
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) - Method in class com.ibm.as400.access.DateTimeConverter
Returns a converted Date object.
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(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.
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.
convertToForms(RowData) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Converts the specified rowdata to an array of forms (one-row HTML tables).
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.
ConvTableReader - class com.ibm.as400.access.ConvTableReader.
A ConvTableReader 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, int) - 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, 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.
ConvTableReader(InputStream, String) - Constructor for class com.ibm.as400.access.ConvTableReader
Creates a ConvTableReader that uses the specified character encoding.
ConvTableWriter - class com.ibm.as400.access.ConvTableWriter.
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, 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, 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.
ConvTableWriter(OutputStream, String) - Constructor for class com.ibm.as400.access.ConvTableWriter
Creates a ConvTableWriter that uses the specified character encoding.
COPIES_LEFT_TO_PRODUCE - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for copies left to produce.
COPIESLEFT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
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 - Static variable in class com.ibm.as400.resource.RMessageQueue
Constant referring to the sender's copy of a previously sent inquiry message.
COPY_BUTTON - Static variable in class com.ibm.as400.ui.util.MessageViewer
Button identifier for the Copy button.
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.
copyright - Static variable in interface com.ibm.as400.access.Copyright
 
Copyright - interface com.ibm.as400.access.Copyright.
The Copyright interface is used to hold the copyright string and the version information for the IBM Toolbox for Java.
copyTo(String) - Method in class com.ibm.as400.access.IFSFile
Copies this file or directory to the specified file or directory on the server.
COUNTRY_ID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the country identifier associated with a job.
COUNTRY_ID - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for country ID.
COUNTRY_ID - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for country ID.
COUNTRY_ID_INITIAL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating the country 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
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
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.
CPUUSED_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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 OS/400 thread identity.
create() - Method in class com.ibm.as400.access.ValidationList
Creates the validation list on the AS/400 system.
create() - Method in class com.ibm.as400.access.LogicalDataArea
Creates a logical data area on the AS/400.
create() - Method in class com.ibm.as400.access.DecimalDataArea
Creates a decimal data area on the AS/400.
create() - Method in class com.ibm.as400.access.CharacterDataArea
Creates a character data area on the AS/400.
create(boolean, String, String) - Method in class com.ibm.as400.access.LogicalDataArea
Creates a logical data area with the specified attributes.
create(DataQueueAttributes) - Method in class com.ibm.as400.access.DataQueue
Creates a data queue on the AS/400.
create(int) - Method in class com.ibm.as400.access.DataQueue
Creates a data queue on the AS/400.
create(int, boolean, String, byte, String, String) - Method in class com.ibm.as400.access.UserSpace
Creates the user space.
create(int, int) - Method in class com.ibm.as400.access.KeyedDataQueue
Creates a keyed data queue on the AS/400.
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, String, boolean, boolean, String) - Method in class com.ibm.as400.access.KeyedDataQueue
Creates a keyed data queue on the AS/400.
create(int, String, boolean, boolean, boolean, String) - Method in class com.ibm.as400.access.DataQueue
Creates a data queue on the AS/400.
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(int, String, String, String) - Method in class com.ibm.as400.access.CharacterDataArea
Creates a character data area with the specified attributes.
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(String, int, boolean, String, byte, String, String) - Method in class com.ibm.as400.access.UserSpace
Creates the user space.
create(String, int, int) - Static method in class com.ibm.as400.micro.JdbcMeOfflineData
Create an offline data repository, destroying the current one if it exists.
create(String, String) - Method in class com.ibm.as400.access.AS400File
Creates a physical file using the specified DDS source file.
createComponent(String, PanelManager) - Method in interface com.ibm.as400.ui.framework.java.ComponentManager
Creates the specified component.
CREATED - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for created.
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(AS400CredentialEvent) - Method in interface com.ibm.as400.security.auth.AS400CredentialListener
Invoked when a create has been performed.
created(DataAreaEvent) - Method in interface com.ibm.as400.access.DataAreaListener
Invoked when a create has been performed.
created(UserSpaceEvent) - Method in interface com.ibm.as400.access.UserSpaceListener
Invoked when a create has been performed.
createFileObject(File, String) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Returns a File object constructed in directory from the given filename.
createFileObject(String) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
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) - 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, int, int) - Method in class com.ibm.as400.access.ISeriesNetServer
Creates a file share.
createNewFile() - Method in class com.ibm.as400.access.IFSJavaFile
Atomically create a new, empty file.
createNewFile() - Method in class com.ibm.as400.access.IFSFile
Atomically create a new, empty file.
createNewFolder(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Creates a new folder with a default name.
createPosition(int) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Returns a position that will track change as the document is altered.
createPosition(int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns a position that will track change as the document is altered.
createPosition(int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Returns a position that will track changes 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.
createResource(Object[], Object[]) - Method in class com.ibm.as400.resource.RJob
Creates the resource using the specified attribute values.
createStatement() - 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.AS400JDBCConnection
Creates a Statement object for executing SQL statements without parameters.
createStatement() - Method in class com.ibm.as400.micro.JdbcMeConnection
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) - 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.micro.JdbcMeConnection
Create a Statement object that can be used to directly execute SQL.
createStatement(int, 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.AS400JDBCConnection
Creates a Statement object for executing SQL statements without parameters.
CREATION_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which the object 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.
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.RMessageQueue
Constant referring to the current user's message queue.
CURRENT - Static variable in class com.ibm.as400.resource.RJobList
Constant indicating that the current value is used.
CURRENT_LIBRARY - Static variable in class com.ibm.as400.access.ObjectList
Selection value representing *CURLIB.
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.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.resource.RJob
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
Attribute ID for current library existence.
CURRENT_LIBRARY_EXISTENCE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the current library existence.
CURRENT_LIBRARY_NAME - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for current library.
CURRENT_LIBRARY_NAME_DEFAULT - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating that the user does not have a current library.
CURRENT_LIBRARY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the current library if one exists.
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
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
Attribute ID for current user.

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.
Data - class com.ibm.as400.util.commtrace.Data.
Represents the data that is contained in the packet.
DATA_AREA - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Data Area component.
DATA_AREA_CHARACTER - Static variable in class 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 class 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 class 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 class 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 class 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 class 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 class 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 class 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
Constant for specifying the Data Description component.
DATA_QUEUE - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Data Queue component.
DATA_QUEUE_KEYED - Static variable in class 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 class 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
Constant for specifying the Visual Data Queue component.
DATA_STREAM_LEVEL_NOT_VALID - Static variable in class 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 class 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 class 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 com.ibm.as400.access.DataArea.
The DataArea class is an abstract base class that represents an AS/400 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.
DataAreaEvent - class com.ibm.as400.access.DataAreaEvent.
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 com.ibm.as400.access.DataAreaListener.
The DataAreaListener interface provides an interface for receiving DataAreaEvents.
DATABASE - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Database service.
DataBean - interface com.ibm.as400.ui.framework.java.DataBean.
The interface which defines a data object that is capable of supplying data to a panel managed by the PDML runtime framework.
dataDefinitionCausesTransactionCommit() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
DataFormatter - class com.ibm.as400.ui.framework.java.DataFormatter.
The base class for objects which format data that is exchanged between DataBeans and user interface components.
DataFormatter() - Constructor for class com.ibm.as400.ui.framework.java.DataFormatter
Constructs a DataFormatter.
DataQueue - class com.ibm.as400.access.DataQueue.
The DataQueue class represents an AS/400 data queue object.
DataQueue - class com.ibm.as400.micro.DataQueue.
The DataQueue class represents an iSeries data queue object.
DATAQUEUE - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Dataqueue service.
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 com.ibm.as400.access.DataQueueAttributes.
The DataQueueAttributes class represents an AS/400 data queue attributes object.
DataQueueAttributes() - Constructor for class com.ibm.as400.access.DataQueueAttributes
 
DataQueueDocument - class com.ibm.as400.vaccess.DataQueueDocument.
The DataQueueDocument class represents an underlying model for text components, where the text is entries from a data queue on an AS/400.
DataQueueDocument() - Constructor for class com.ibm.as400.vaccess.DataQueueDocument
Constructs a DataQueueDocument object.
DataQueueDocument(AS400, String) - Constructor for class com.ibm.as400.vaccess.DataQueueDocument
Constructs a DataQueueDocument object.
DataQueueEntry - class com.ibm.as400.access.DataQueueEntry.
The DataQueueEntry class represents an entry on an AS/400 data queue.
DataQueueEvent - class com.ibm.as400.access.DataQueueEvent.
The DataQueueEvent class represents a DataQueue event.
DataQueueEvent(Object, int) - Constructor for class com.ibm.as400.access.DataQueueEvent
Constructs a DataQueueEvent object.
DataQueueListener - interface com.ibm.as400.access.DataQueueListener.
The DataQueueListener interface provides an interface for receiving DataQueue events.
DATASTREAM - Static variable in class com.ibm.as400.access.Trace
Data stream trace category.
DATE_DAY_MONTH_YEAR - Static variable in class com.ibm.as400.ui.util.CommandPrompter
Constant specifying the date format is day, month, and year.
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 data and time when the job was placed on the system.
DATE_ENTERED_SYSTEM - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for date entered system.
DATE_FORMAT - Static variable in class com.ibm.as400.access.Job
Job attribute representing the format the date is presented in for a particular job.
DATE_FORMAT - Static variable in class com.ibm.as400.resource.RJob
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
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
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
Attribute value indicating the month, day, and year date format.
DATE_FORMAT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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
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
Attribute value indicating the year, month, and day date format.
DATE_JOB_BECAME_ACTIVE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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
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
Property identifier for the date and time the job is scheduled to run.
DATE_JULIAN - Static variable in class com.ibm.as400.ui.util.CommandPrompter
Constant specifying the date format is Julian.
DATE_MONTH_DAY_YEAR - Static variable in class com.ibm.as400.ui.util.CommandPrompter
Constant specifying the date format is month, day, and year.
DATE_NONE - Static variable in class com.ibm.as400.ui.util.CommandPrompter
Constant specifying a date format was not used by the command.
DATE_PASSWORD_EXPIRES - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for date password expires.
DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the date.
DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the date the output was created.
DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Property identifier for the date and time that the message was sent.
DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the date.
DATE_PUT_ON_JOB_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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
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 for a particular job.
DATE_SEPARATOR - Static variable in class com.ibm.as400.resource.RJob
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
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
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 a job began to run on the system.
DATE_STARTED - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for date started.
DATE_YEAR_MONTH_DAY - Static variable in class com.ibm.as400.ui.util.CommandPrompter
Constant specifying the date format is year, month, and day.
DateFieldDescription - class com.ibm.as400.access.DateFieldDescription.
The DateFieldDescription class 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.
DateFormatter - class com.ibm.as400.ui.framework.java.DateFormatter.
Formatter for exchanging date values between DataBeans and user interface components.
DateFormatter() - Constructor for class com.ibm.as400.ui.framework.java.DateFormatter
Constructs a DateFormatter.
DateFormatter(int) - Constructor for class com.ibm.as400.ui.framework.java.DateFormatter
Constructs a DateFormatter with the specified style for date display.
DateTimeConverter - class com.ibm.as400.access.DateTimeConverter.
The DateTimeConverter class represents a converted date and time.
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
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.
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
Attribute ID for DBCS capable.
DBCSEitherFieldDescription - class com.ibm.as400.access.DBCSEitherFieldDescription.
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 com.ibm.as400.access.DBCSGraphicFieldDescription.
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 com.ibm.as400.access.DBCSOnlyFieldDescription.
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 com.ibm.as400.access.DBCSOpenFieldDescription.
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.
DDM_CONVERSATION_HANDLING_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the DDM conversation handling.
DECIMAL_FORMAT - Static variable in class com.ibm.as400.access.Job
Job attribute representing the decimal format used for a job.
DECIMAL_FORMAT - Static variable in class com.ibm.as400.resource.RJob
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
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
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-suppress to the left of the decimal point.
DECIMAL_FORMAT_PERIOD - Static variable in class com.ibm.as400.resource.RJob
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
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 com.ibm.as400.access.DecimalDataArea.
The DecimalDataArea class represents a decimal data area on the AS/400.
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.
DeckPaneManager - class com.ibm.as400.ui.framework.java.DeckPaneManager.
Creates a subpanel containing a series of windows which are displayed one at a time.
DeckPaneManager(String, Locale, String) - Constructor for class com.ibm.as400.ui.framework.java.DeckPaneManager
Constructs a DeckPaneManager object for the specified deck pane, and then serializes the deck pane definition.
DeckPaneManager(String, Locale, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.DeckPaneManager
Constructs a DeckPaneManager for the specified deck pane, using the specified container.
DeckPaneManager(String, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.DeckPaneManager
Constructs a DeckPaneManager for the specified deck pane, using the specified container.
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 <, >, ", or &.
DEFAULT - Static variable in interface com.ibm.as400.access.BidiStringType
The default string type for non bidi data (LTR).
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 used for a job.
DEFAULT_CCSID - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for default coded character set identifier (CCSID).
DEFAULT_CCSID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the default coded character set identifier.
DEFAULT_REPLY - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for default reply.
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
Attribute ID for default wait time.
delete() - Method in class com.ibm.as400.access.ValidationList
Deletes the validation list from the AS/400 system.
delete() - Method in class com.ibm.as400.access.UserSpace
Deletes the user space.
delete() - Method in class com.ibm.as400.access.SpooledFile
Deletes the spooled file on the server.
delete() - Method in class com.ibm.as400.access.LogicalDataArea
Removes the data area from the system.
delete() - Method in class com.ibm.as400.access.IFSJavaFile
Deletes the IFSJavaFile.
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.EnvironmentVariable
Deletes the environment variable.
delete() - Method in class com.ibm.as400.access.DecimalDataArea
Removes the data area from the system.
delete() - Method in class com.ibm.as400.access.CharacterDataArea
Removes the data area from the system.
delete() - Method in class com.ibm.as400.access.BaseDataQueue
Deletes the data queue.
delete() - Method in class com.ibm.as400.access.AS400File
Deletes the file.
delete() - Method in class com.ibm.as400.resource.RUser
Deletes the user.
delete() - Method in class com.ibm.as400.resource.RJavaProgram
Deletes the Java program.
delete() - Method in class com.ibm.as400.resource.RIFSFile
Deletes this file or directory.
deleteCertificate(byte[]) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Deletes the certificate from the validation list.
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.AS400CertificateUserProfileUtil
Deletes the certificate from the user profile.
deleteCertificateByHandle(byte[]) - Method in class com.ibm.as400.access.AS400CertificateVldlUtil
Deletes the certificate matching the certificate handle from the validation list.
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.AS400CertificateUserProfileUtil
Deletes the certificate matching the certificate handle from the user profile.
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.
deleteMember() - Method in class com.ibm.as400.access.AS400File
Deletes the member associated with this object from the file.
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.
deleteRecord(int) - Method in class com.ibm.as400.micro.JdbcMeOfflineData
Delete the record specified from the offline data store.
deleteRecord(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Deletes the record specified by key.
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.as400.access.AS400JDBCResultSet
Deletes the current row from the result set and the database.
deleteRow() - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Delete the current row.
deleteRow() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Deletes the current row from the result set and the database.
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().
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
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.
DESCRIPTION - Static variable in class com.ibm.as400.access.NetServerShare
Attribute ID for "description".
DESCRIPTION - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "description".
DESCRIPTION_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "description (pending)".
DESCRIPTION_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VObject
Property identifier for the description.
DESCRIPTION_TEXT - Static variable in class com.ibm.as400.resource.Presentation
Constant indicating the presentation key for description text.
Descriptor - interface com.ibm.as400.data.Descriptor.
The Descriptor interface defines a mechanism for inspecting a node of an XML based document.
Destination - class com.ibm.as400.util.commtrace.Destination.
A Destination Header.
DestinationUnreachable - class com.ibm.as400.util.commtrace.DestinationUnreachable.
A Destination Unreachable Header.
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 com.ibm.as400.security.auth.DestroyFailedException.
The DestroyFailedException class represents an exception issued when error occur when destroying iSeries server authentication information.
DETAILS_BUTTON - Static variable in class com.ibm.as400.ui.util.MessageViewer
Button identifier for the Details button.
DEVICE_NAME - Static variable in class com.ibm.as400.resource.RPrinter
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
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
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
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
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
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
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
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
Attribute ID for device status.
DEVICE_STATUS_ACTIVE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 60.
DEVICE_STATUS_ACTIVE_READER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 63.
DEVICE_STATUS_ACTIVE_WRITER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 66.
DEVICE_STATUS_AS36_DISABLED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 5.
DEVICE_STATUS_AS36_ENABLED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 62.
DEVICE_STATUS_CONNECT_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 40.
DEVICE_STATUS_DAMAGED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 111.
DEVICE_STATUS_DIAGNOSTIC_MODE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 110.
DEVICE_STATUS_FAILED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 100.
DEVICE_STATUS_FAILED_READER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 103.
DEVICE_STATUS_FAILED_WRITER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 106.
DEVICE_STATUS_HELD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 70.
DEVICE_STATUS_LOCKED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 112.
DEVICE_STATUS_POWERED_OFF - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 75.
DEVICE_STATUS_RCYCNL - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 90.
DEVICE_STATUS_RCYPND - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 80.
DEVICE_STATUS_SIGNON_DISPLAY - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 50.
DEVICE_STATUS_SYSTEM_REQUEST - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 95.
DEVICE_STATUS_UNKNOWN - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 113.
DEVICE_STATUS_VARIED_OFF - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 0.
DEVICE_STATUS_VARIED_ON - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 30.
DEVICE_STATUS_VARY_OFF_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 10.
DEVICE_STATUS_VARY_ON_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 20.
DEVICE_TYPE - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for device type.
DIAGNOSTIC - Static variable in class com.ibm.as400.access.Trace
Diagnostic message trace category.
DIAGNOSTIC - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to diagnostic messages.
DIAGNOSTIC - Static variable in class com.ibm.as400.access.AS400Message
Message type for diagnostic messages.
DIAGNOSTIC - Static variable in class com.ibm.as400.resource.RMessageQueue
Constant referring to diagnostic messages.
DIGITAL_CERTIFICATE - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Digital Certificate component.
DIGITAL_CERTIFICATE_INDICATOR - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for digital certificate indicator.
DIGITALLY_SIGNED - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object has an OS/400 digital signature.
DIGITALLY_SIGNED_MULTIPLE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing whether the object has more than one OS/400 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_ENTRY_DAMAGED - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the directory entry is damaged.
DIR_ENTRY_EXISTS - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the directory entry exists.
DIR_NOT_EMPTY - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the directory is not empty.
dir() - Method in class com.ibm.as400.access.FTP
Lists the contents of the current working directory.
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.FTP
Lists the contents of the current directory.
dir(String) - Method in class com.ibm.as400.access.AS400FTP
Lists the contents of the current directory.
DIRECTORIES_ONLY - Static variable in class com.ibm.as400.ui.framework.java.FileChooserDialog
Instruction to display only directories.
DIRECTORY_ENTRY_ACCESS_DENIED - Static variable in class 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.
DirectoryEntry - class com.ibm.as400.access.DirectoryEntry.
The DirectoryEntry class represents system distribution directory information for a particular directory entry.
DirectoryEntryList - class com.ibm.as400.access.DirectoryEntryList.
The DirectoryEntryList class is used to retrieve a list of system distribution directory entries.
DirectoryEntryList(AS400) - Constructor for class com.ibm.as400.access.DirectoryEntryList
Constructs a DirectoryEntryList.
DirFilter - class com.ibm.as400.util.html.DirFilter.
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.
DISABLE - Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
Indicates that this object should disable UI components.
disableButtons(int) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Disables the Back, Next, Finish, Cancel or Help buttons on the wizard panel.
disableButtons(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Disables the OK, Cancel, Apply or Help buttons on the property sheet.
disableUserButton(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Disable (gray out) a user defined button that was previously added with addUserButton.
disableUserButton(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Disable (gray out) a user defined button that was previously added with addUserButton.
DISC - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Disc, solid bullet, labeling scheme.
DISCONNECT_RECEIVED - Static variable in class com.ibm.as400.access.ConnectionDroppedException
The return code indicating that disconnect was received.
disconnect() - Method in class com.ibm.as400.access.FTP
Closes the connection with the server.
disconnect() - Method in class com.ibm.as400.micro.AS400
Disconnects the client from the MEServer.
disconnectAllServices() - Method in class com.ibm.as400.access.AS400
Disconnects from the iSeries server.
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.
disconnectService(int) - Method in class com.ibm.as400.access.AS400
Disconnects the service from the iSeries server.
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.
DISPLAY - Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
Indicates that this object should display a particular pane on a subpanel.
DISPLAY_SIGN_ON_INFORMATION - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for display sign-on information.
displayFirst() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Displays the first record of the result set.
displayFirst() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Displays the first record of the record list.
displayHelp() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Displays the overview help for the panel.
displayHelp(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Displays the overview help for the panel.
displayLast() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Displays the last record of the result set.
displayLast() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Displays the last record of the record list.
DisplayManagerException - exception com.ibm.as400.ui.framework.java.DisplayManagerException.
Thrown when an error is encountered accessing a user interface panel definition.
displayNext() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Displays the next record of the result set.
displayNext() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Displays the next record of the record list.
displayPrevious() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Displays the previous record of the result set.
displayPrevious() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Displays the previous record of the record list.
displayUserMessage(Component) - Method in class com.ibm.as400.ui.framework.java.DisplayManagerException
Displays a message describing the cause of the error.
dispose() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Closes the panel and releases all resources used by the panel and its associated UI components.
dispose() - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Closes the panel and releases all resources used by the panel and its associated UI components.
dispose() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Closes the panel and releases all resources used by the panel and its associated UI components.
dispose() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Closes the panel and releases all resources used by the panel and its associated UI components.
dispose() - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Disposes the message dialog.
DLOPermission - class com.ibm.as400.access.DLOPermission.
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.
doesMaxRowSizeIncludeBlobs() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.ObjectDescription
Object attribute representing the domain that contains the object.
DOMAIN - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "domain name".
DOMAIN_DEFAULT - Static variable in class com.ibm.as400.access.UserSpace
Constant representing the default domain for the user space.
DOMAIN_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "domain name (pending)".
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.as400.access.ObjectDescription
Constant representing the object domain value of "*S".
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.as400.access.ObjectDescription
Constant representing the object domain value of "*U".
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.as400.access.TunnelProxyServer
Sends information back to the web server.
DOUBLE_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Double data type.
DoubleClickEvent - class com.ibm.as400.ui.framework.java.DoubleClickEvent.
Used to notify listeners that a double-click has occurred on an item in a list, table or tree component that is being managed by the UI framework.
DoubleClickEvent(Component, Object) - Constructor for class com.ibm.as400.ui.framework.java.DoubleClickEvent
Constructs a DoubleClickEvent.
DoubleClickListener - interface com.ibm.as400.ui.framework.java.DoubleClickListener.
Defines the interface for an object that is notified whenever an item in a list, table or tree component managed by the UI framework is double-clicked.
doubleToByteArray(double) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified double into server format in the specified byte array.
doubleToByteArray(double, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified double into server format in the specified byte array.
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 com.ibm.as400.access.DQAttsAuthorityEditor.
The DQAttsAuthorityEditor class provides the list of data queue editor authorities.
DQAttsAuthorityEditor() - Constructor for class com.ibm.as400.access.DQAttsAuthorityEditor
 
DSTUNR - Static variable in class com.ibm.as400.util.commtrace.Message
A Destination Unreachable Message
dumpDB(boolean) - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Dump out the current database (Using System.out.println).
dumpDB(JdbcMeOfflineData, boolean) - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Dump out the specified database.
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_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.
DynamicPanelManager - class com.ibm.as400.ui.framework.java.DynamicPanelManager.
Creates a resizable graphical panel defined using the Panel Definition Markup Language (PDML).
DynamicPanelManager(String, Locale, String) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel, and then serializes the panel definition.
DynamicPanelManager(String, Locale, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel, using the specified container.
DynamicPanelManager(String, Locale, String, DataBean[], Dimension) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel.
DynamicPanelManager(String, Locale, String, DataBean[], Frame) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel.
DynamicPanelManager(String, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel, using the specified container.
DynamicPanelManager(String, String, DataBean[], Dimension) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel.
DynamicPanelManager(String, String, DataBean[], Dimension, Point) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel.
DynamicPanelManager(String, String, DataBean[], Frame) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel.
DynamicPanelManager(String, String, DataBean[], Frame, Dimension) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel.
DynamicPanelManager(String, String, DataBean[], Rectangle) - Constructor for class com.ibm.as400.ui.framework.java.DynamicPanelManager
Constructs a DynamicPanelManager for the specified panel.

E

EchoReplyRequest - class com.ibm.as400.util.commtrace.EchoReplyRequest.
A Echo Reply Request Header.
ECHOREQ - Static variable in class com.ibm.as400.util.commtrace.Message
A Echo Request Message
EchoRequest - class com.ibm.as400.util.commtrace.EchoRequest.
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 time 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 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_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 com.ibm.as400.util.html.ElementEvent.
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 com.ibm.as400.util.html.ElementListener.
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 a job is eligible to be moved out of main storage and put into auxiliary storage at the end of a time slice or when it is beginning 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
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 a job is eligible to be moved out of main storage and put into auxiliary storage.
ENABLE - Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
Indicates that this object should enable UI components.
ENABLE_PERFORMANCE_COLLECTION - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for enable performance collection.
ENABLE_PERFORMANCE_COLLECTION_ENTRY_EXIT - Static variable in class com.ibm.as400.resource.RJavaProgram
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
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
Attribute value indicating that no performance collection is enabled for this Java program.
enableAllMenuItems(boolean) - Method in class com.ibm.as400.ui.framework.java.MenuManager
Enables or Disables all Menu Items contained in this MenuManager
enableButtons(int) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Enables the Back, Next, Finish, Cancel or Help buttons on the wizard panel if they have been previously disabled.
enableButtons(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Enables the OK, Cancel or Help buttons on the property sheet if they have been previously disabled.
ENABLED - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "text conversion enablement" attribute, indicating "text conversion not enabled".
ENABLED_AND_MIXED - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "text conversion enablement" attribute, indicating "text conversion enabled, and mixed data is allowed".
enableMenuItem(String, boolean) - Method in class com.ibm.as400.ui.framework.java.MenuManager
Enables or Disables a MenuItem contained in this MenuManager
enableUserButton(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Enable a user defined button that was previously added with addUserButton.
enableUserButton(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Enable a user defined button that was previously added with addUserButton.
encode(String) - Static method in class com.ibm.as400.util.html.URLEncoder
Encodes the URL.
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, boolean) - Static method in class com.ibm.as400.util.html.URLEncoder
Encodes the URL.
encodingToCCSID(String) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess CCSID given a Java encoding.
ENCRYPTED_PASSWORDS - Static variable in class com.ibm.as400.access.ISeriesNetServer
Value of the NetServer "authentication method" attribute, indicating that the server authenticates with encrypted passwords.
END_OF_FILE - Static variable in class 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
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
Attribute ID for end severity.
END_SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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.
end() - Method in class com.ibm.as400.access.NetServerSession
Ends the session.
end() - Method in class com.ibm.as400.access.NetServer
Ends the NetServer job on the iSeries server.
end() - Method in class com.ibm.as400.access.ISeriesNetServer
Ends the NetServer job on the iSeries server.
end() - Method in class com.ibm.as400.resource.RJob
Ends the job controlled.
end(int) - Method in class com.ibm.as400.access.Job
Ends this job.
end(int) - Method in class com.ibm.as400.resource.RJob
Ends the job.
end(String) - Method in class com.ibm.as400.access.WriterJob
Ends a writer on the AS/400.
end(Xid, int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Ends the work performed on behalf of a transaction branch.
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.
endPage() - Method in class com.ibm.as400.access.SCS5256Writer
Ends current page.
endPage() - Method in class com.ibm.as400.access.SCS5219Writer
Ends current page.
endPage() - Method in class com.ibm.as400.access.SCS3812Writer
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.
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() - 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(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.
EnvironmentVariable - class com.ibm.as400.access.EnvironmentVariable.
The EnvironmentVariable class represents an OS/400 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.
EnvironmentVariableList - class com.ibm.as400.access.EnvironmentVariableList.
The EnvironmentVariableList class represents a list of OS/400 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.
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.ISeriesPrinter
Returns whether or not the specified object is equal to this object.
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.IFSFile
Determines if two IFSFile objects are equal.
equals(Object) - Method in class com.ibm.as400.resource.Resource
Indicates if this resource is equal to an object.
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.as400.security.auth.ProfileTokenCredential
Compares the specified Object with the credential for equality.
equals(Object) - Method in class com.ibm.as400.security.auth.ProfileHandleCredential
Compares the specified Object with the credential for equality.
ERROR - Static variable in class com.ibm.as400.ui.util.CommandPrompter
The dialog was dismissed due to an error during prompting.
ERROR - Static variable in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Used to specify an error message.
ERROR - Static variable in class com.ibm.as400.access.Trace
Error message trace category.
ERROR_CALLING_EXIT_PROGRAM - Static variable in class 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_OCCURRED - Static variable in class com.ibm.as400.access.PrintObjectListEvent
The print object list exception occurred event ID.
ErrorCompletingRequestException - exception com.ibm.as400.access.ErrorCompletingRequestException.
The ErrorCompletingRequestException class represents an exception that indicates an error occurred that prevented the request from completing.
ErrorDialogAdapter - class com.ibm.as400.vaccess.ErrorDialogAdapter.
The ErrorDialogAdapter class represents an object that listens for error events and displays a message dialog for each error event.
ErrorDialogAdapter() - Constructor for class com.ibm.as400.vaccess.ErrorDialogAdapter
Constructs an ErrorDialogAdapter object.
ErrorDialogAdapter(Component) - Constructor for class com.ibm.as400.vaccess.ErrorDialogAdapter
Constructs an ErrorDialogAdapter object.
ErrorDialogAdapter(Component, boolean) - Constructor for class com.ibm.as400.vaccess.ErrorDialogAdapter
Constructs an ErrorDialogAdapter object.
ErrorEvent - class com.ibm.as400.vaccess.ErrorEvent.
The ErrorEvent class represents an error event.
ErrorEvent(Object, Exception) - Constructor for class com.ibm.as400.vaccess.ErrorEvent
Constructs an ErrorEvent object.
ErrorListener - interface com.ibm.as400.vaccess.ErrorListener.
The ErrorListener interface provides a listener interface for receiving error events.
errorOccurred(ErrorEvent) - Method in class com.ibm.as400.vaccess.VSystemPool
Invoked when an error has occurred.
errorOccurred(ErrorEvent) - Method in interface com.ibm.as400.vaccess.ErrorListener
Invoked when an error has occurred.
errorOccurred(ErrorEvent) - Method in class com.ibm.as400.vaccess.ErrorDialogAdapter
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 com.ibm.as400.util.commtrace.ESP.
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.NetServerShare
Establishes the connection to the server.
establishConnection() - Method in class com.ibm.as400.access.NetServerSession
Establishes the connection to the server.
establishConnection() - Method in class com.ibm.as400.access.NetServerPrintShare
Establishes the connection to the server.
establishConnection() - Method in class com.ibm.as400.access.NetServerFileShare
Establishes the connection to the server.
establishConnection() - Method in class com.ibm.as400.access.NetServerConnection
Establishes the connection (of this object) to the server.
establishConnection() - Method in class com.ibm.as400.access.NetServer
Establishes the connection to the server.
establishConnection() - Method in class com.ibm.as400.resource.RUserList
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RUser
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RSoftwareResource
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RPrinterList
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RPrinter
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RMessageQueue
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RJobLog
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RJobList
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RJob
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RJavaProgram
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RIFSFileList
Establishes the connection to the AS/400.
establishConnection() - Method in class com.ibm.as400.resource.RIFSFile
Establishes the connection to the server.
establishConnection() - Method in class com.ibm.as400.resource.ResourceList
Establishes the connection to the AS/400, if any.
establishConnection() - Method in class com.ibm.as400.resource.Resource
Establishes the connection to the AS/400, if any.
EventHandler - class com.ibm.as400.ui.framework.java.EventHandler.
The abstract base class for user-defined handler classes which handle events generated by the UI framework.
EventHandler(PanelManager) - Constructor for class com.ibm.as400.ui.framework.java.EventHandler
Constructs an EventHandler.
EventLog - class com.ibm.as400.access.EventLog.
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(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.
EventLog(String) - Constructor for class com.ibm.as400.access.EventLog
Constructs an EventLog object with the specified file pathname.
execute() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Executes the command and fills the rowset with data.
execute() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs an SQL statement that may return multiple result sets.
execute() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Runs the contents of this document as a SQL statement.
execute(String) - Method in class com.ibm.as400.access.AS400JDBCStatement
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) - Method in class com.ibm.as400.micro.JdbcMeStatement
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.AS400JDBCPreparedStatement
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().
executeBatch() - Method in class com.ibm.as400.access.AS400JDBCStatement
Runs the batch of SQL statements.
executeBatch() - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Runs the batch of SQL statements.
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.AS400JDBCStatement
Runs an 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(String) - Method in class com.ibm.as400.micro.JdbcMeStatement
Runs an SQL statement that returns a single result set.
executeToOfflineData(String, String, int, int) - Method in class com.ibm.as400.micro.JdbcMeStatement
Create or overwrite an offline device specific database containing the results of the query specified.
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.AS400JDBCStatement
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) - Method in class com.ibm.as400.micro.JdbcMeStatement
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.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(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().
EXECUTIVE - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents executive paper size (7.25 x 10.5 inches)
EXISTS - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for exists.
exists() - Method in class com.ibm.as400.access.UserSpace
Determines if the user space exists.
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.IFSJavaFile
Indicates if the IFSJavaFile 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.BaseDataQueue
Checks to see if the data queue exists.
EXIT_POINT_PROCESSING_ERROR - Static variable in class com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that an error occurred while processing the exit point.
EXIT_POINT_PROCESSING_ERROR - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred processing the exit point.
EXIT_PROGRAM_CALL_ERROR - Static variable in class com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that an error occurred with the user exit program call.
EXIT_PROGRAM_CALL_ERROR - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred with the user exit program call.
EXIT_PROGRAM_DENIED_REQUEST - Static variable in class com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the user exit program associated with the server job rejected the request.
EXIT_PROGRAM_DENIED_REQUEST - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the user exit program associated with the server job rejected the request.
EXIT_PROGRAM_ERROR - Static variable in class 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 class 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 class 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 class 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 class com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that an error occurred when resolving to the exit program.
EXIT_PROGRAM_RESOLVE_ERROR - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that an error occurred resolving to the exit program.
expand(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Expands the specified object.
expand(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Expands the specified object in the tree.
EXPIRATION_DATE_REACHED - Static variable in class 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.
ExtendedIllegalArgumentException - exception com.ibm.as400.access.ExtendedIllegalArgumentException.
The ExtendedIllegalArgumentException class represents an exception that indicates that an argument is not valid.
ExtendedIllegalArgumentException(String, int) - Constructor for class com.ibm.as400.access.ExtendedIllegalArgumentException
Constructs an ExtendedIllegalArgumentException object.
ExtendedIllegalStateException - exception com.ibm.as400.access.ExtendedIllegalStateException.
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 class com.ibm.as400.access.ExtendedIllegalStateException
Constructs an ExtendedIllegalStateException object.
ExtendedIllegalStateException(String, int) - Constructor for class com.ibm.as400.access.ExtendedIllegalStateException
Constructs an ExtendedIllegalStateException object.
ExtendedIOException - exception com.ibm.as400.access.ExtendedIOException.
The ExtendedIOException class represents an exception that indicates that an error has occurred while communicating with the AS/400.
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 com.ibm.as400.util.commtrace.ExtHeader.
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
Extracts the desired entries and their dependencies from the specified JAR or ZIP file.
extract(File, File) - Method in class utilities.JarMaker
Extracts the desired entries and their dependencies from the specified JAR or ZIP file.
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.
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
Attribute ID for fax telephone number.
fd_ - Variable in class com.ibm.as400.access.IFSFileOutputStream
 
fd_ - Variable in class com.ibm.as400.access.IFSFileInputStream
 
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 class com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the field was not found.
FieldDescription - class com.ibm.as400.access.FieldDescription.
The FieldDescription class is 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.
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.
FILE - Static variable in class com.ibm.as400.access.AS400
Constant indicating the File service.
FILE_CHANGE - Static variable in class com.ibm.as400.resource.RJavaProgram
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_IN_USE - Static variable in class 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_NOT_FOUND - Static variable in class 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_SUBSTREAM_IN_USE - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the file substream is in use.
FileChooserDialog - class com.ibm.as400.ui.framework.java.FileChooserDialog.
This interface provides a simple mechanism for the user to choose a file to open or choose a file to save.
FileChooserDialog() - Constructor for class com.ibm.as400.ui.framework.java.FileChooserDialog
Creates a FileChooserDialog pointing to the user's home directory.
FileChooserDialog(File) - Constructor for class com.ibm.as400.ui.framework.java.FileChooserDialog
Creates a FileChooserDialog using the given File as the path.
FileChooserDialog(String) - Constructor for class com.ibm.as400.ui.framework.java.FileChooserDialog
Creates a FileChooserDialog using the given path.
FileClassLoader - class com.ibm.as400.ui.framework.java.FileClassLoader.
A class loader which is capable of locating and loading class files from its own internally defined classpath.
FileClassLoader() - Constructor for class com.ibm.as400.ui.framework.java.FileClassLoader
Creates a new FileClassLoader object.
FileClassLoader(String) - Constructor for class com.ibm.as400.ui.framework.java.FileClassLoader
Creates a new FileClassLoader object using the specified classpath.
fileClosed(FileEvent) - Method in interface com.ibm.as400.access.FileListener
Invoked when a file has been closed.
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 com.ibm.as400.access.FileEvent.
The FileEvent class represents a File event.
FileEvent(Object, int) - Constructor for class com.ibm.as400.access.FileEvent
Constructs a FileEvent object.
FileFilter - class com.ibm.as400.vaccess.FileFilter.
The FileFilter class provides file filtering support.
FileFilter() - Constructor for class com.ibm.as400.vaccess.FileFilter
Constructs a FileFilter object.
FileFilter(String, String) - Constructor for class com.ibm.as400.vaccess.FileFilter
Constructs a FileFilter object.
FileFormInput - class com.ibm.as400.util.html.FileFormInput.
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.
FileListElement - class com.ibm.as400.util.html.FileListElement.
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(AS400, HttpServletRequest) - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs an FileListElement for an iSeries 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) - Constructor for class com.ibm.as400.util.html.FileListElement
Constructs an FileListElement for an iSeries file system using the pathInfo from the specified request, and the designated system.
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.
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.
FileListener - interface com.ibm.as400.access.FileListener.
The FileListener interface provides an interface for receiving File events.
FileListRenderer - class com.ibm.as400.util.html.FileListRenderer.
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_AND_DIRECTORIES - Static variable in class com.ibm.as400.ui.framework.java.FileChooserDialog
Instruction to display both files and directories.
FILES_ONLY - Static variable in class com.ibm.as400.ui.framework.java.FileChooserDialog
Instruction to display only files.
FILES_OPEN_COUNT - Static variable in class com.ibm.as400.access.NetServerSession
Attribute ID for "files open count".
FILES_OPEN_COUNT - Static variable in class com.ibm.as400.access.NetServerConnection
Attribute ID for "number of files open".
FileTreeElement - class com.ibm.as400.util.html.FileTreeElement.
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.
fill(int) - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Fills the connection pool with the specified number of database connections.
fill(String, String, String, 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
Preconnects a specified number of connections to a specific system, userID, password, service, and Locale.
FILTER - Static variable in class com.ibm.as400.resource.RIFSFileList
Selection ID for filter.
finalize() - Method in class com.ibm.as400.ui.framework.java.HelpViewer
 
finalize() - Method in class com.ibm.as400.access.ProductLicense
The finalizer.
finalize() - Method in class com.ibm.as400.access.MessageQueue
Closes the message list on the system when this object is garbage collected.
finalize() - Method in class com.ibm.as400.access.JobList
Closes the job list on the system when this object is garbage collected.
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.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.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.FTP
Closes all streams and sockets before this object is garbage collected.
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.AS400JDBCRowSet
Closes the Statement and Connection.
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.AS400JDBCConnectionPool
Closes the connection pool if not explicitly closed by the caller.
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.AS400JDBCConnection
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.AS400ConnectionPool
Closes the connection if not explicitly closed by the caller.
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.VJavaApplicationCall
Stops all threads.
finalize() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Closes the viewer.
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.AS400JDBCRowSet
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.
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.
FINISH_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.WizardManager
Used to identify the Finish button on the wizard panel.
fireAttributeChangesCanceled() - Method in class com.ibm.as400.resource.ChangeableResource
Fires an attributeChangesCanceled() ResourceEvent.
fireAttributeChangesCommitted() - Method in class com.ibm.as400.resource.ChangeableResource
Fires an attributeChangesCommitted() ResourceEvent.
fireAttributeValueChanged(Object, Object) - Method in class com.ibm.as400.resource.ChangeableResource
Fires an attributeValueChanged() ResourceEvent.
fireAttributeValuesRefreshed() - Method in class com.ibm.as400.resource.Resource
Fires an attributeValuesRefreshed() ResourceEvent.
fireBusy() - Method in class com.ibm.as400.resource.ResourceList
Fires a busy active status event.
fireBusy() - Method in class com.ibm.as400.resource.Resource
Fires a busy active status event.
fireCancelListeners() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Processes all CancelListeners.
fireCommitListeners() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Processes all CommitListeners.
fireIdle() - Method in class com.ibm.as400.resource.ResourceList
Fires a idle active status event.
fireIdle() - Method in class com.ibm.as400.resource.Resource
Fires a idle active status event.
fireLengthChanged(long) - Method in class com.ibm.as400.resource.ResourceList
Fires a lengthChanged() resource list event.
fireListClosed() - Method in class com.ibm.as400.resource.ResourceList
Fires a listClosed() ResourceListEvent.
fireListCompleted() - Method in class com.ibm.as400.resource.ResourceList
Fires a listCompleted() ResourceListEvent.
fireListInError() - Method in class com.ibm.as400.resource.ResourceList
Fires a listInError() ResourceListEvent.
fireListOpened() - Method in class com.ibm.as400.resource.ResourceList
Fires a listOpened() ResourceListEvent.
firePropertyChange(String, Object, Object) - Method in class com.ibm.as400.resource.ResourceList
Fires a property change event.
firePropertyChange(String, Object, Object) - Method in class com.ibm.as400.resource.Resource
Fires a property change event.
fireResourceAdded(Resource, long) - Method in class com.ibm.as400.resource.ResourceList
Fires a resourceAdded() ResourceListEvent.
fireResourceAdded(Resource, long) - Method in class com.ibm.as400.resource.BufferedResourceList
Fires a resourceAdded() ResourceListEvent.
fireResourceCreated() - Method in class com.ibm.as400.resource.ChangeableResource
Fires an resourceCreated() ResourceEvent.
fireResourceDeleted() - Method in class com.ibm.as400.resource.ChangeableResource
Fires an resourceDeleted() ResourceEvent.
fireVetoableChange(String, Object, Object) - Method in class com.ibm.as400.resource.ResourceList
Fires a vetoable change event.
fireVetoableChange(String, Object, Object) - Method in class com.ibm.as400.resource.Resource
Fires a vetoable change event.
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
Constant referring to the first message in the message queue.
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
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.
first() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.micro.JdbcMeOfflineResultSet
Positions the cursor to the first row.
first() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Positions the cursor to the first row.
first() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the first row in the list.
fitHeight() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Stretches the size of the page image vertically to the edges of the viewing window.
fitPage() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
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
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.
FLOAT_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Float data type.
FloatFieldDescription - class com.ibm.as400.access.FloatFieldDescription.
The FloatFieldDescription class represents the description of the data in a float field.
FloatFieldDescription() - 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.
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.
FloatFormatter - class com.ibm.as400.ui.framework.java.FloatFormatter.
Formatter for exchanging Float values between DataBeans and user interface components.
FloatFormatter(double, double) - Constructor for class com.ibm.as400.ui.framework.java.FloatFormatter
Constructs a FloatFormatter.
floatToByteArray(float, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified float into server format in the specified byte array.
floatToByteArray(int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified float into server format in the specified byte array.
flush() - Method in class com.ibm.as400.access.SpooledFileOutputStream
Flushes the stream.
flush() - Method in class com.ibm.as400.access.SCS5256Writer
Flushes the 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.IFSFileOutputStream
Forces any buffered output bytes to be written.
flush() - Method in class com.ibm.as400.access.ConvTableWriter
Flushes the underlying output stream.
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.
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
Constant representing a value of "*FILE".
FORM_ALIGNMENT_WRITER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of "*WTR".
FORM_TYPE - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for form type.
FORM_TYPE_ALL - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of "*ALL".
FORM_TYPE_ALL - Static variable in class com.ibm.as400.resource.RPrinter
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
Constant representing a value of "*FORMS".
FORM_TYPE_FORMS - Static variable in class com.ibm.as400.resource.RPrinter
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
Constant representing a value of "*STD".
FORM_TYPE_STANDARD - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value indicating that the writer is started with the option to print all spooled files with a form type of *STD.
Format - class com.ibm.as400.util.commtrace.Format.
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(Date) - Method in class com.ibm.as400.ui.framework.java.TimeFormatter
Format a date based on the current style set for the Time Formatter.
format(Date) - Method in class com.ibm.as400.ui.framework.java.DateFormatter
Format a date based on the current style set for the Date Formatter.
format(double) - Method in class com.ibm.as400.ui.framework.java.PercentFormatter
Formats a double value to a string containing a percentage.
format(double) - Method in class com.ibm.as400.ui.framework.java.FloatFormatter
Format a double number
Format(FormatProperties, String, String) - Constructor for class com.ibm.as400.util.commtrace.Format
Constructs a new Format object.
Format(IFSFileInputStream) - Constructor for class com.ibm.as400.util.commtrace.Format
Creates a Format object on the given IFSFileInputStream.
format(int) - Method in class com.ibm.as400.ui.framework.java.LongFormatter
Format a long number based on the current locale
format(int) - Method in class com.ibm.as400.ui.framework.java.IntPlainFormatter
Format an integer number with no punctuation or decoration.
format(int) - Method in class com.ibm.as400.ui.framework.java.IntFormatter
Format an integer number based on the current locale
format(long) - Method in class com.ibm.as400.ui.framework.java.PercentFormatter
Formats a long value to a string containing a percentage.
format(Object) - Method in class com.ibm.as400.ui.framework.java.TimeFormatter
Format a date based on the current style set for the Time Formatter.
format(Object) - Method in class com.ibm.as400.ui.framework.java.ShortFormatter
Format a number as an integer based on the current locale Throws an IllegalArgumentException if the object is not an instance of Short.
format(Object) - Method in class com.ibm.as400.ui.framework.java.PercentFormatter
Formats an Object based on the min- and maxFractionDigits set for the PercentFormatter.
format(Object) - Method in class com.ibm.as400.ui.framework.java.LongFormatter
Format a number as a long based on the current locale Throws an IllegalArgumentException if the object is not an instance of Long or Integer.
format(Object) - Method in class com.ibm.as400.ui.framework.java.IntPlainFormatter
Format a number as an integer with no puctuation of decoration.
format(Object) - Method in class com.ibm.as400.ui.framework.java.IntFormatter
Format a number as an integer based on the current locale Throws an IllegalArgumentException if the object is not an instance of Long or Integer.
format(Object) - Method in class com.ibm.as400.ui.framework.java.FloatFormatter
Format a number as floating point based on the current locale Throws an IllegalArgumentException if the object is not an instance of Double, Float, Long, or Integer.
format(Object) - Method in class com.ibm.as400.ui.framework.java.DateFormatter
Format a date based on the current style set for the Date Formatter.
format(Object) - Method in class com.ibm.as400.ui.framework.java.DataFormatter
Formats an object to produce a string.
format(short) - Method in class com.ibm.as400.ui.framework.java.ShortFormatter
Format an short number based on the current locale
Format(String) - Constructor for class com.ibm.as400.util.commtrace.Format
Creates a Format object on the given local file.
Format(String[]) - Constructor for class com.ibm.as400.util.commtrace.Format
Creates a Format object on the given binary trace.
formatProlog() - Method in class com.ibm.as400.util.commtrace.Format
Formats the prolog.
FormatProperties - class com.ibm.as400.util.commtrace.FormatProperties.
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
Selection ID for formatting characters.
FormInput - class com.ibm.as400.util.html.FormInput.
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.
FORMTYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the form type.
Fragmentation - class com.ibm.as400.util.commtrace.Fragmentation.
A Fragmentation Header.
Frame - class com.ibm.as400.util.commtrace.Frame.
Encapsulates all the data for one Frame of the trace.
freezeProperties() - Method in class com.ibm.as400.access.NetServerShare
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.access.NetServerSession
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.access.NetServerConnection
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.access.NetServer
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RUser
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RSoftwareResource
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RPrinter
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RJob
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RJavaProgram
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RIFSFileList
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.RIFSFile
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.ResourceList
Freezes any property changes.
freezeProperties() - Method in class com.ibm.as400.resource.Resource
Freezes any property changes.
FROM_JOB_NUMBER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the from job number.
FROM_JOB_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the from job name.
FROM_PROGRAM_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the from program.
FROM_PROGRAM_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Property identifier for the from program.
FROM_USER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the from user name.
FTP - class com.ibm.as400.access.FTP.
The FTP class represents a generic ftp client.
FTP - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the FTP component.
FTP_CONNECTED - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that a connection to the server has been created.
FTP_DISCONNECTED - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that the connection to the server has been disconnected.
FTP_LISTED - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that a list of files on the server 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 server.
FTP_RETRIEVED - Static variable in class com.ibm.as400.access.FTPEvent
Event ID indicating that a file has been retrieved from the server.
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.
FTPEvent - class com.ibm.as400.access.FTPEvent.
The FTPEvent class represents an ftp event.
FTPEvent(Object, int) - Constructor for class com.ibm.as400.access.FTPEvent
Constructs an FTPEvent object.
FTPListener - interface com.ibm.as400.access.FTPListener.
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.RUser
Attribute ID for full name.
FULL_NAME - Static variable in class com.ibm.as400.resource.Presentation
Constant indicating the presentation key 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 function the initial thread is currently performing.
FUNCTION_NAME - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for function name.
FUNCTION_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the function.
FUNCTION_TYPE - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether the initial thread is performing a high-level function and what the function type is.
FUNCTION_TYPE - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for function type.
FUNCTION_TYPE_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating that the system is not doing a logged function.
FUNCTION_TYPE_BLANK - Static variable in class com.ibm.as400.resource.RJob
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
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
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
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
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
Attribute value indicating that the job is a subsystem monitor that is performing input/output (I/O) operations to a work station.
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
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
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 BATCH and the subtype is MRT, or it is an interactive job attached to an MRT job if the job type is interactive.
FUNCTION_TYPE_MRT - Static variable in class com.ibm.as400.resource.RJob
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
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
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
Attribute value indicating that the function type is special.

G

GENERATE_TOKEN_AUTHORITY_INSUFFICIENT - Static variable in class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that can not change the CCSID.
GENERATE_TOKEN_CAN_NOT_CONNECT - Static variable in class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that can not obtain the EIM registry name.
GENERATE_TOKEN_NO_MAPPING - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that no mapping exists.
GENERATE_TOKEN_REQUEST_NOT_VALID - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the generate token request is not valid.
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.
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.
generateProfileToken(String, int, int) - Method in class com.ibm.as400.access.AS400
Generates a profile token on behalf of the provided user identity.
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.
generateToken(String, String, int, int) - Method in interface com.ibm.as400.security.auth.ProfileTokenImpl
Deprecated. As of V5R3, replaced by ProfileTokenImpl.generateTokenExtended(String,String,int,int) for password strings and ProfileTokenImpl.generateToken(String,int,int,int) for password special values
generateTokenExtended(String, String, 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(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, OutputStream) - Method in class com.ibm.as400.data.ProgramCallDocument
Generates XPCML representing the data associated with the passed in program name.
generateXPCML(String, String) - Method in class com.ibm.as400.data.ProgramCallDocument
Generates XPCM representing the data contained for the passed in program name.
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 server.
get(String) - Method in class com.ibm.as400.access.AS400FTP
Starts the process of getting a file from the server.
get(String, File) - Method in class com.ibm.as400.access.FTP
Gets a file from the server.
get(String, File) - Method in class com.ibm.as400.access.AS400FTP
Gets a file from the server.
get(String, String) - Method in class com.ibm.as400.access.FTP
Gets a file from the server.
get(String, String) - Method in class com.ibm.as400.access.AS400FTP
Gets a file from the server.
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.IFSJavaFile
Returns the absolute path name of the IFSJavaFile.
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.vaccess.IFSFileDialog
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 OS/400 connection.
getAccessTypeGroup() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Access type" group on the Other tab.
getAccountingCode() - Method in class com.ibm.as400.access.User
Returns 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
Returns the action with which the action adapter is associated.
getActionCommand() - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
Returns the action command for the main button
getActionContext() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Returns the context in which actions will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.VActionAdapter
Returns the context in which the associated action will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.AS400TreePane
Returns the context in which actions will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.AS400ListPane
Returns the context in which actions will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the context in which actions will be performed.
getActionContext() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
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.ui.framework.java.MenuManager
Returns a list of Actions for the items in this menu.
getActions() - Method in class com.ibm.as400.vaccess.VUserList
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VUser
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VSystemPool
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Returns the actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VOutput
Returns the list of actions that can be performed.
getActions() - Method in interface com.ibm.as400.vaccess.VObject
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VMessage
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VJobList
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VJob
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the list of actions that can be performed.
getActions() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the list of actions that can be performed.
getActiveConnectionCount() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Returns the number of active connections the pool has created.
getActiveConnectionCount(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get the number of active connections to a system.
getActiveConnections() - Method in class com.ibm.as400.access.ProxyServer
Returns the number of active connections.
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.
getAdditionalFiles() - Method in class utilities.JarMaker
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.TargetLLA
Returns the address of this TargetLLA header.
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.MLMessage
Returns the IPv6 Address of this MLMessage.
getAdministrationDomain() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the administration domain.
getAFlag() - Method in class com.ibm.as400.util.commtrace.PrefixInfo
Returns the autonomous address-configuration flag of this PrefixInfo header.
getAge() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the number of seconds that the session has been active.
getAge() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the number of seconds elapsed since the connection was established.
getAggregateManager() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the owning PaneManager for the receiver.
getAggregateManager() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Returns the owning PaneManager for the receiver.
getAggregateManager() - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Returns the owning PaneManager for the receiver.
getAggregateManager() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the owning PaneManager for the receiver.
getAggregateManager() - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Returns the owning PaneManager for the receiver.
getAggregateManager() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the owning PaneManager for the receiver.
getAggregateManager() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Returns the owning PaneManager for the receiver.
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.HTMLImage
Returns the alignment of the image.
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.HTMLAlign
Returns the alignment of the HTMLAlign object.
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.html.HTMLText
Returns the 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.HTMLTable
Returns the table horizontal alignment.
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.servlet.HTMLFormConverter
Returns the form alignment.
getAllowActions() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Returns the value indicating if actions can be invoked on objects.
getAllowActions() - Method in class com.ibm.as400.vaccess.ResourceListPane
Indicates if pop-up menus are enabled.
getAllowActions() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Indicates if pop-up menus are enabled.
getAllowActions() - Method in class com.ibm.as400.vaccess.AS400TreePane
Indicates if actions can be invoked on objects.
getAllowActions() - Method in class com.ibm.as400.vaccess.AS400ListPane
Indicates if actions can be invoked on objects.
getAllowActions() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Indicates if actions can be invoked on objects.
getAllowActions() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Indicates if actions can be invoked on objects.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VUserList
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VSystemValueList
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VSystemStatus
Indicates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VPrinters
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VPrinter
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VMessageQueue
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VMessageList
Indicates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VJobList
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VJob
Indiciates if the node allows children.
getAllowsChildren() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Indiciates if the node allows children.
getAlt() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the alternate text.
getALWNULL() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the ALWNULL keyword for this field.
getAnchor() - Method in class com.ibm.as400.access.PanelGroupHelpIdentifier
Returns the name of the anchor within the help document for this help identifier.
getAPARNumbers() - Method in class com.ibm.as400.access.PTF
Retrieves the list of APAR numbers that were fixed by this PTF.
getAppTitle() - Static method in class com.ibm.as400.ui.framework.java.DisplayManagerException
Returns the title used for message box windows.
getArchive() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the name of the archive(s).
getArray(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as an Array object.
getArray(int) - 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.AS400JDBCCallableStatement
Returns the value of an SQL ARRAY output parameter as an Array value.
getArray(String) - 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.AS400JDBCResultSet
Returns the value of a column as an Array object.
getArray(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL ARRAY output parameter as an Array value.
getArrowButton() - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
Returns the arrow button
getAS400() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the AS/400 system assigned to the attribute.
getAS400() - Method in class com.ibm.as400.access.ValidationList
Returns the AS/400 system containing the validation list.
getAS400Ccsid() - Method in class com.ibm.as400.access.AS400BidiTransform
Returns the current CCSID of AS/400 data.
getAS400Message() - Method in class com.ibm.as400.access.AS400Exception
Returns the AS400Message causing this exception.
getAS400Message() - Method in class com.ibm.as400.security.auth.AS400AuthenticationException
Returns the AS400Message causing the exception.
getAS400MessageList() - Method in class com.ibm.as400.access.AS400Exception
Returns the list of AS400Messages causing this exception.
getAS400MessageList() - Method in class com.ibm.as400.security.auth.AS400AuthenticationException
Returns the list of AS400Messages causing the exception.
getAS400Server() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "AS/400 server" field on the General tab.
getAS400StringType() - Method in class com.ibm.as400.access.AS400BidiTransform
Returns the current string type of AS/400 data.
getAsciiStream() - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns the entire CLOB 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(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column 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.AS400JDBCRowSet
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.
getAssistanceLevel() - Method in class com.ibm.as400.access.User
Returns the user interface that the user will use.
getAsText() - Method in class com.ibm.as400.access.IFSShareOptionEditor
Returns the property value in a form suitable for editing.
getAsText() - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Returns the property value in an editable form.
getAttentionKeyHandlingProgram() - Method in class com.ibm.as400.access.User
Returns the fully qualified integrated file system path name of the attention key handling program for this user.
getAttributeID() - Method in class com.ibm.as400.resource.ResourceEvent
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.
getAttributeMetaData() - Method in class com.ibm.as400.resource.ResourceList
Returns the attribute meta data for the resources in the contents of the list.
getAttributeMetaData() - Method in class com.ibm.as400.resource.Resource
Returns the attribute meta data.
getAttributeMetaData(Object) - Method in class com.ibm.as400.resource.ResourceList
Returns the attribute meta data for a specific attribute of a resource in the contents of the list.
getAttributeMetaData(Object) - Method in class com.ibm.as400.resource.Resource
Returns the attribute meta data for a specific attribute.
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.as400.access.AS400JDBCDatabaseMetaData
Returns a ResultSet containing a description of type attributes available in a specified catalog.
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.NetServerShare
Returns the value of an attribute, disregarding any uncommitted changes.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.access.NetServer
Returns the value of an attribute, disregarding any uncommitted changes.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.resource.RSoftwareResource
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.resource.RJavaProgram
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.resource.RIFSFile
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object) - Method in class com.ibm.as400.resource.ChangeableResource
Returns the value of an attribute, disregarding any uncommitted changes.
getAttributeUnchangedValue(Object, int) - Method in class com.ibm.as400.resource.RUser
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object, int) - Method in class com.ibm.as400.resource.RPrinter
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object, int) - Method in class com.ibm.as400.resource.RJob
Returns the unchanged value of an attribute.
getAttributeUnchangedValue(Object, int) - Method in class com.ibm.as400.resource.ChangeableResource
Returns the value of an attribute, disregarding any uncommitted changes.
getAttributeValue() - Method in class com.ibm.as400.access.AS400CertificateAttribute
Returns the attribute value.
getAttributeValue(Object) - Method in class com.ibm.as400.access.NetServerSession
Returns the current value of an attribute.
getAttributeValue(Object) - Method in class com.ibm.as400.access.NetServerConnection
Returns the current value of an attribute.
getAttributeValue(Object) - Method in class com.ibm.as400.resource.Resource
Returns the current value of an attribute.
getAttributeValue(Object) - Method in class com.ibm.as400.resource.ChangeableResource
Returns the current value of an attribute.
getAttributeValue(Object, int) - Method in class com.ibm.as400.resource.Resource
Returns the current value of an attribute.
getAttributeValue(Object, int) - Method in class com.ibm.as400.resource.ChangeableResource
Returns the current value of an attribute.
getAttributeValue(String) - Method in interface com.ibm.as400.data.Descriptor
Returns the value of the named attribute.
getAuthenticationMethod() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the 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.
getAuthorizationList() - Method in class com.ibm.as400.access.Permission
Returns the authorizations list of the object.
getAuthorizedUsers() - Method in class com.ibm.as400.access.Permission
Returns an enumeration of authorized users.
getAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the auto-commit state.
getAutoCommit() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the auto-commit state.
getAutoCommit() - Method in class com.ibm.as400.micro.JdbcMeConnection
Returns the auto-commit state.
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 for the initial thread of this job.
getAvailableConnectionCount() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Returns the number of available PooledConnections in the pool.
getAvailableConnectionCount(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get the number of available connections to a system.
getBackButton() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the wizard's Back button.
getBackground(AttributeSet) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns the background color based on a set of attributes.
getBalanceThreshold() - Method in class com.ibm.as400.access.ProxyServer
Returns the balance threshold.
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.
getBatchJobsEnding() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of batch jobs that are in the process of ending.
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.
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.
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.
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.
getBehaviorOverride() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns what behaviors of the Toolbox JDBC driver have been overridden.
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.
getBidiStringType() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the bi-directional string type in use by this ReaderInputStream.
getBidiStringType() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the output string type of bidi data, as defined by the CDRA (Character Data Representation Architecture).
getBigDecimal(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a BigDecimal object.
getBigDecimal(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a BigDecimal object.
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.AS400JDBCRowSet
Deprecated. Use getBigDecimal(int) instead.
getBigDecimal(int, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Deprecated. Use getBigDecimal(int) instead.
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.AS400JDBCRowSet
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(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(String, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Deprecated. Use getBigDecimal(String) instead.
getBigDecimal(String, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Deprecated. Use getBigDecimal(String) instead.
getBinaryStream() - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns the entire BLOB 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(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a stream of uninterpreted bytes.
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.AS400JDBCRowSet
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.
getBlob(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Blob object.
getBlob(int) - 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.AS400JDBCCallableStatement
Returns the value of an SQL BLOB output parameter as a Blob value.
getBlob(String) - 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.AS400JDBCResultSet
Returns the value of a column as a Blob object.
getBlob(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL BLOB output parameter as a Blob value.
getBlockCriteria() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the criteria for retrieving data from the server in blocks of records.
getBlockingFactor() - Method in class com.ibm.as400.access.AS400File
Returns the blocking factor being used for this file.
getBlockSize() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the block size in kilobytes to retrieve from the server and cache on the client.
getBoolean(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java boolean value.
getBoolean(int) - 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.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java boolean.
getBoolean(String) - 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.AS400JDBCResultSet
Returns the value of a column as a Java boolean value.
getBoolean(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java boolean.
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.
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.
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.
getButton() - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
Returns the main button
getButtonFlyoverText(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Gets the button flyover text of a button on MessageViewer.
getButtonText(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Returns the button text of a MessageViewer button.
getButtonTextCancel() - Method in class com.ibm.as400.ui.util.MessageViewer
Returns the button text of the CANCEL button in the STYLE_OKCANCEL_DUAL style.
getButtonTextOKDual() - Method in class com.ibm.as400.ui.util.MessageViewer
Returns the label text of the OK button in the STYLE_OKCANCEL_DUAL style.
getButtonTextOKSingle() - Method in class com.ibm.as400.ui.util.MessageViewer
Returns the button text of the OK button in the STYLE_OK_SINGLE style.
getByte(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java byte value.
getByte(int) - 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.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java byte.
getByte(String) - 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.AS400JDBCResultSet
Returns the value of a column as a Java byte value.
getByte(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java byte.
getByteArray(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.ValidationListTranslatedData
Returns the total length of the corresponding structure when this object is written to AS/400 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 AS/400 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 AS/400 bytes for use by the validation list APIs.
getByteLength() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the total length of the corresponding structure when this object is written to AS/400 bytes for use by the validation list APIs.
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.AS400UnsignedBin4
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.AS400Text
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.AS400PackedDecimal
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.AS400Float4
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() - Method in class com.ibm.as400.access.AS400ByteArray
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.AS400Bin4
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.AS400Array
Returns the byte length of the data type.
getByteLengthForNativeCall() - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Returns the total length of the corresponding structure when this object is written to AS/400 bytes for use by the validation list APIs.
getBytes() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the AS/400 bytes comprising the translated data.
getBytes(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java byte array.
getBytes(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java byte array.
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(long, int) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns part of the contents of the BLOB.
getBytes(long, int) - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns part of the contents of the BLOB.
getBytes(String) - 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.AS400JDBCResultSet
Returns the value of a column 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.
getBytesCollected() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns bytes collected.
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.ReaderInputStream
Returns the maximum number of characters that may be stored in the internal buffer.
getCacheSize() - Method in class com.ibm.as400.access.ConvTableReader
Returns the maximum number of characters that may be stored in the internal buffer.
getCancelButton() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the wizard's Cancel button.
getCancelButtonText() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Returns the text for the Cancel button.
getCancelHandler() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the cancel handler which will bypass normal cancel handling, if one is set.
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.IFSJavaFile
Returns the path name in canonical form of IFSJavaFile path.
getCanonicalPath() - Method in class com.ibm.as400.access.IFSFile
Returns the path name of the integrated file system object represented by this object.
getCapabilities() - Method in interface com.ibm.as400.ui.framework.java.DataBean
Returns a Capabilities object which identifies the attributes that aren't supported by this DataBean.
getCapabilities() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Required by the framework.
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.
getCatalog() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the catalog name.
getCatalog() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the catalog name.
getCatalogName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the catalog name of the table for a column.
getCatalogs() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getCatalogTerm() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the DB2 UDB for iSeries 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.ValidationListTranslatedData
Returns the coded character set identifier used to encode the translated bytes.
getCcsid() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the CCSID used by this ReaderInputStream.
getCcsid() - Method in class com.ibm.as400.access.LineDataRecordWriter
Gets the CCSID used for this writer.
getCcsid() - Method in class com.ibm.as400.access.ConvTableWriter
Returns the CCSID used by this ConvTableWriter.
getCcsid() - Method in class com.ibm.as400.access.ConvTableReader
Returns the CCSID used by this ConvTableReader.
getCcsid() - Method in class com.ibm.as400.access.CharConverter
Returns the ccsid of this conversion object.
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.AS400Text
Returns the CCSID of the data type.
getCcsid() - Method in class com.ibm.as400.access.AS400
Returns the CCSID for this object.
getCCSID() - Method in class com.ibm.as400.ui.util.AS400Formatter
Returns the current CCSID value.
getCCSID() - Method in class com.ibm.as400.access.User
Returns the character code set ID to be used by the system for this user.
getCCSID() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "server CCSID" attribute.
getCCSID() - Method in class com.ibm.as400.access.IFSTextFileOutputStream
Returns the CCSID.
getCCSID() - Method in class com.ibm.as400.access.IFSFile
Returns the file's CCSID.
getCCSID() - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the environment variable CCSID.
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.DBCSOnlyFieldDescription
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.DBCSEitherFieldDescription
Returns the value specified for the CCSID keyword for this field.
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.CharacterFieldDescription
Returns the value specified for the CCSID keyword for this field.
getCcsidForTextConversion() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the client CCSID that is used for text file data conversion.
getCCSIDs() - Method in class utilities.AS400ToolboxJarMaker
Returns the CCSIDs explicitly to be included.
getCCSIDsExcluded() - Method in class utilities.AS400ToolboxJarMaker
Returns CCSIDs to be excluded.
getCellEditorValue() - Method in class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
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 AS400 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.
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
Returns the element that represents the character that is at a given offset within the document.
getCharacterStream() - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Returns the entire CLOB as a character stream.
getCharacterStream() - Method in class com.ibm.as400.access.AS400JDBCClob
Returns the entire CLOB 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(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.AS400JDBCRowSet
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.
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.ICMP4Header
Returns the checksum of this ICMPv4 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
Returns a child of the parent.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VUserList
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinters
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinter
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VMessageList
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VJobList
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VJob
Returns the child node at the specified index.
getChildAt(int) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the child node at the specified index.
getChildCount() - Method in class com.ibm.as400.vaccess.VUserList
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the number of the children.
getChildCount() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VJobList
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VJob
Returns the number of children.
getChildCount() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the number of children.
getChildCount(Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Returns the number of children of the parent.
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
Returns the character identifier control for the user.
getClasspath() - Method in class com.ibm.as400.ui.framework.java.FileClassLoader
Returns the classpath for this FileClassLoader.
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
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
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.
getClob(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Clob object.
getClob(int) - 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.AS400JDBCCallableStatement
Returns the value of an SQL CLOB output parameter as a Clob value.
getClob(String) - 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.AS400JDBCResultSet
Returns the value of a column as a Clob object.
getClob(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL CLOB output parameter as a Clob value.
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.commtrace.ICMP4Header
Returns the code of this ICMPv4 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).
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.HTMLTree
Returns the Collator.
getCollator() - Method in class com.ibm.as400.util.html.FileListElement
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.ui.framework.java.PanelTableModel
Returns the list of values for the column at column.
getColumn(int) - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the column at the specified columnIndex.
getColumn(int) - Method in class com.ibm.as400.util.html.HTMLTable
Returns a column in the table as an array of HTMLTableCell objects.
getColumn(String) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns the list of values for the column whose identifer is name.
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.SQLResultSetMetaData
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.RecordFormatMetaData
Returns the alignment of the column specified by columnIndex.
getColumnAlignment(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
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.ResourceListDetailsPane
Returns the column attribute IDs.
getColumnAttributeIDs() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the column attribute IDs.
getColumnClass(int) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns the lowest common denominator Class in the column.
getColumnClass(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Returns the class of the values in the column.
getColumnClass(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the class for objects that are contained in a column.
getColumnClass(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the class of the values in the column.
getColumnClass(int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Returns the class for objects that are contained in a 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.
getColumnCount() - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns the number of columns managed by this object.
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.micro.JdbcMeResultSetMetaData
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.SQLResultSetMetaData
Returns the number of columns in the result set.
getColumnCount() - Method in interface com.ibm.as400.util.servlet.RowMetaData
Returns the number of columns.
getColumnCount() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the number of columns.
getColumnCount() - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the number of columns.
getColumnCount() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Returns the number of columns in the table.
getColumnCount() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the number of columns.
getColumnCount() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the number of columns in the table.
getColumnCount() - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Returns the number of columns.
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.SQLResultSetMetaData
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.RecordFormatMetaData
Returns the direction of the column specified by columnIndex.
getColumnDirection(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
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.SQLResultSetMetaData
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.RecordFormatMetaData
Returns the display size in characters of the column specified by columnIndex.
getColumnDisplaySize(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the display size in characters of the column specified by columnIndex.
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.SQLResultSetTableModel
Returns the column identifier.
getColumnID(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the identifier of the column.
getColumnIdentifier(int) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns the identifier of the column at column.
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.
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.SQLResultSetMetaData
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.RecordFormatMetaData
Returns the label of the column specified by columnIndex.
getColumnLabel(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the label of the column specified by columnIndex.
getColumnModel() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the column model for this table.
getColumnModel() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Returns the column model that is used to maintain the columns.
getColumnModel() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the column model for this table.
getColumnModel() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Returns the column model that is used to maintain the columns.
getColumnName(int) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns the name of the column at column.
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.SQLResultSetMetaData
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.RecordFormatMetaData
Returns the name of the column specified by columnIndex.
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.vaccess.SQLResultSetTableModel
Returns the column name.
getColumnName(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the name of a column.
getColumnName(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the name of the column for use in a table heading.
getColumnName(int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Returns the name of a column.
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.
getColumns() - Method in class com.ibm.as400.util.html.TextAreaFormElement
Returns the number of visible columns in the text area.
getColumns() - Method in class com.ibm.as400.util.html.GridLayoutFormPanel
Returns the number of columns in the layout.
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.
getColumnSpan() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the column span.
getColumnTitle(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the title of a column.
getColumnTitle(int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
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.micro.JdbcMeResultSetMetaData
Returns the type of a column.
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 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.RecordFormatMetaData
Returns the data type of the column specified by columnIndex.
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.vaccess.SQLResultSetTableModel
Returns the column type.
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.SQLResultSetMetaData
Returns the data type name of the 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.RecordFormatMetaData
Returns the data type name of column specified by columnIndex.
getColumnTypeName(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the data type name of the column specified by columnIndex.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the width of a column.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Returns the column width.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the preferred column width, in characters.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the width of a column.
getColumnWidth(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the width of a column as a character count.
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.access.CommandCall
Returns the command to run.
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.vaccess.CommandCallMenuItem
Returns the command.
getCommand() - Method in class com.ibm.as400.vaccess.CommandCallButton
Returns the command that is run when the button is pressed.
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.
getCommandString() - Method in class com.ibm.as400.ui.util.CommandPrompter
Returns the prompted command string.
getCommitLockLevel() - Method in class com.ibm.as400.access.AS400File
Returns the commit lock level for this file as specified on open.
getCommitMode() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Commit mode" field on the Server tab.
getCommitModeChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Commit mode" drop down list.
getCompany() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the company.
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.ui.framework.java.IllegalUserDataException
Returns the UI component containing the user data which caused the exception to be thrown.
getComponent() - Method in class com.ibm.as400.vaccess.WorkingCursorAdapter
Returns the component that determines the frame for cursor changes.
getComponent() - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Returns the graphical user interface component.
getComponent() - Method in class com.ibm.as400.vaccess.ErrorDialogAdapter
Returns the component that determines the parent frame for dialogs.
getComponent(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the requested user interface component.
getComponent(String) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Returns the requested user interface component.
getComponent(String) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Returns the requested user interface component.
getComponent(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the requested user interface component.
getComponent(String) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Returns the requested user interface component.
getComponent(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the panel component identified by name.
getComponent(String) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Returns the requested user interface component.
getComponentDescriptor(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the JavaComponentDescriptor for the specified user interface component.
getComponentDescriptor(String) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Returns the JavaComponentDescriptor for the specified user interface component.
getComponentDescriptor(String) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Returns the JavaComponentDescriptor for the specified user interface component.
getComponentDescriptor(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the JavaComponentDescriptor for the specified user interface component.
getComponentDescriptor(String) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Returns the JavaComponentDescriptor for the specified user interface component.
getComponentDescriptor(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the JavaComponentDescriptor for the specified panel component.
getComponentDescriptor(String) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Returns the JavaComponentDescriptor for the specified user interface component.
getComponentName() - Method in class com.ibm.as400.ui.framework.java.IllegalUserDataException
Returns the name of the UI component containing the user data which caused the exception to be thrown.
getComponents() - Method in class com.ibm.as400.ui.framework.java.HandlerTask
Returns the list of the UI components affected by this object.
getComponents() - Method in class utilities.AS400ToolboxJarMaker
Returns the required components specified by the user.
getComponentText(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Convenience method which gets the component's text
getConcurrency() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.micro.JdbcMeOfflineResultSet
Return the concurrency of the result set.
getConcurrency() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Returns the result set concurrency.
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 interface com.ibm.as400.vaccess.VActionContext
Indicates if certain actions should be confirmed with the user.
getConfirm() - Method in class com.ibm.as400.vaccess.AS400TreePane
Indicates if certain actions are confirmed with the user.
getConfirm() - Method in class com.ibm.as400.vaccess.AS400ListPane
Indicates if certain actions are confirmed with the user.
getConfirm() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Indicates if certain actions are confirmed with the user.
getConfirm() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Indicates if certain actions are confirmed with the user.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the connection for this statement.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Returns the connection handle to the database.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the database connection.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the connection for this metadata.
getConnection() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Returns a connection from the pool.
getConnection() - Method in class com.ibm.as400.micro.JdbcMeStatement
Returns the connection for this statement.
getConnection() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Returns the SQL connection used to execute statements.
getConnection() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Returns the SQL connection used to execute statements.
getConnection() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Returns the SQL connection used to execute statements.
getConnection() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the SQL connection with which to access data.
getConnection() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Returns the SQL connection.
getConnection() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Returns the SQL connection with which to access data.
getConnection() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Returns the SQL connection with which to access data for the GUI.
getConnection() - Method in class com.ibm.as400.vaccess.SQLConnection
Returns a JDBC connection.
getConnection(String) - Static method in class com.ibm.as400.micro.JdbcMeDriver
Connects to the database named by the specified URL.
getConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the database connection using the specified user and password.
getConnection(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated. Use getConnection(String systemName, String userID, String password) instead.
getConnection(String, String, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated. Use getConnection(String systemName, String userID, String password, int service) instead.
getConnection(String, String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an AS400 object from the connection pool.
getConnection(String, String, String) - Static method in class com.ibm.as400.micro.JdbcMeDriver
The JdbcMe driver supports URLs of the following form: "jdbc:<subprotocol>:<target-db-specification>;meserver=<server>[:port]" The subprotocol and target-db-specification is specified as required by the target JDBC driver being used on the JdbcMe host server.
getConnection(String, String, String, 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
Get a connected AS400 object from the connection pool with the specified Locale.
getConnection(String, String, String, Locale) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an AS400 object from the connection pool with the specified Locale.
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.
getContainer() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the container which holds the user interface components for the panel.
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.Record
Returns the contents of this record as a byte array of AS400 data.
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.vaccess.AS400JDBCDataSourcePaneGUI
 
getContents(OutputStream) - Method in class com.ibm.as400.access.Record
Writes the contents of this record to the specified output stream.
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.
getControlName() - Method in class com.ibm.as400.ui.framework.java.HelpEvent
Returns the name of the component that generated this help event.
getCopiesLeft() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the number of copies left to be printed.
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.User
Returns the country ID used by the system for this user.
getCountryID() - Method in class com.ibm.as400.access.Job
Returns the country ID.
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.
getCPUUsed() - Method in class com.ibm.as400.access.Job
Returns the amount of processing time used (in milliseconds) that the job used.
getCreateDate() - Method in class com.ibm.as400.access.SpooledFile
Returns the date of the spooled file creation.
getCreateTime() - Method in class com.ibm.as400.access.SpooledFile
Returns the time of spooled file creation.
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.
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.
getCurrentDirectory() - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Returns the current directory.
getCurrentDirectory() - Method in class com.ibm.as400.access.FTP
Returns the current directory on the server.
getCurrentDirectory() - Method in class com.ibm.as400.access.AS400FTP
Returns the current directory on the server.
getCurrentHandle() - Method in interface com.ibm.as400.security.auth.ProfileHandleImpl
Generates and returns a profile handle based on the current OS/400 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.
getCurrentLibrary() - Method in class com.ibm.as400.access.Job
Returns the name of the current library for the initial thread of the job.
getCurrentLibrary() - Method in class com.ibm.as400.access.Command
Returns the library used as the current library during the processing of this command.
getCurrentLibraryExistence() - Method in class com.ibm.as400.access.Job
Indicates if a current library exists.
getCurrentLibraryName() - Method in class com.ibm.as400.access.User
Returns the name of the user's current library.
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.vaccess.SpooledFileViewer
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.
getCurrentPanelSize() - Method in class com.ibm.as400.ui.framework.java.DynamicPanelManager
Gets the prescaled dimensions of the panel as displayed in the current window.
getCurrentPosition() - Method in class com.ibm.as400.util.servlet.RowData
Returns the current row position.
getCurrentRecord() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Returns the index of the record currently being displayed.
getCurrentRecord() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Returns the index of the record currently being displayed.
getCurrentRow() - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Return the number of the current row in the offline DB.
getCurrentUnprotectedStorageUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the current amount of storage in use for temporary objects.
getCurrentUser() - Method in class com.ibm.as400.access.QueuedMessage
Returns the current user name.
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.as400.access.AS400JDBCResultSet
Returns the name of the SQL cursor in use by the result set.
getCursorSensitivity() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the value of the cursor sensitivity property.
getCWRFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the cwr Flag for this TCP header.
getData() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the data associated with the attribute.
getData() - Method in class com.ibm.as400.access.DataQueueEntry
Returns the data for this data queue entry.
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.
getDataAuthority() - Method in class com.ibm.as400.access.RootPermission
Returns the data authority of the user.
getDataAuthority() - Method in class com.ibm.as400.access.DLOPermission
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.
getDatabaseMinorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the minor version number of the database.
getDatabaseName() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the database name property.
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.
getDatabaseProductVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the version of this database product.
getDataBeans() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the list of DataBeans that was specified on this object's constructor.
getDataDirection() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the data direction:
1=Sent
2=received
3=both
getDataModel() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the data model for the table.
getDataModel() - Method in class com.ibm.as400.vaccess.RecordListTablePane
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.
getDataSource() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Returns the data source used to make connections.
getDataSource() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
Returns the data source currently being displayed.
getDataSourceName() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the name of the iSeries data source as identified in JNDI.
getDataSourceName() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the data source name property.
getDataSourceName() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Data source name" field on the General tab.
getDataStart() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the byte at which the rest of this packet's header starts.
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.
getDataTypeName(int) - Static method in class com.ibm.as400.util.servlet.RowMetaDataType
Returns the data type name.
getDate() - Method in class com.ibm.as400.access.Job
Returns the date and time when the job was placed on the system.
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.util.commtrace.Prolog
return the current date in the Date.toString() format.
getDate(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.AS400JDBCRowSet
Returns the value of a column as a java.sql.Date object using the default calendar.
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(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.AS400JDBCRowSet
Returns the value of a column as a java.sql.Date object using a calendar other than the default.
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(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.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.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.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.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.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.AS400JDBCCallableStatement
Returns the value of an SQL DATE output parameter as a java.sql.Date object using a calendar other than the default.
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.ui.util.CommandPrompter
Returns the date format used during prompting.
getDateFormat() - Method in class com.ibm.as400.access.Job
Returns the format in which dates are presented.
getDateFormat() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the OS/400 date format used in date literals within SQL statements.
getDateFormat() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Date format" field on the Format tab.
getDateFormatChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Date format" drop down list.
getDateSeparator() - Method in class com.ibm.as400.access.Job
Returns the date separator.
getDateSeparator() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the OS/400 date separator used in date literals within SQL statements.
getDateSeparator() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Date separator" field on the Format tab.
getDateSeparatorChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Date separator" drop down list.
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
Returns the number of days until the password will expire.
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.
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.
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.ZonedDecimalFieldDescription
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.FloatFieldDescription
Returns the number of digits after the decimal point for this field.
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.
getDecimalSeparator() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the OS/400 decimal separator used in numeric literals within SQL statements.
getDecimalSeparator() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Decimal separator" field on the Format tab.
getDecimalSeparatorChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Decimal separator"" drop down list.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VUserList
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VUser
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VSystemPool
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VOutput
Returns the default action.
getDefaultAction() - Method in interface com.ibm.as400.vaccess.VObject
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VMessage
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VJobList
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VJob
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the default action.
getDefaultAction() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the default action.
getDefaultCodedCharacterSetIdentifier() - Method in class com.ibm.as400.access.Job
Returns the default coded character set identifier (CCSID) for this job.
getDefaultLibraries() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Library list" field on the Server tab.
getDefaultPort() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the default port used to transfer standard in, standard out and standard error between the client and the server.
getDefaultReply() - Method in class com.ibm.as400.access.AS400Message
Returns the default reply.
getDefaultRootElement() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
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
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.DataQueueDocument
Returns the root element that views should be based upon unless some other mechanism for assigning views to element structures is provided.
getDefaultTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getDefaultUserID() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Default user ID" field on the Connection Options tab.
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.access.AS400UnsignedBin4
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.AS400Text
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.AS400PackedDecimal
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.AS400Float4
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.AS400ByteArray
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.AS400Bin4
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.AS400Array
Returns a Java object that represents the default value of the data type.
getDefaultValue() - Method in class com.ibm.as400.resource.ResourceMetaData
Returns the default value.
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.
getDelegateManager(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the PaneManager to which the receiver is delegating management of the specified subpane.
getDelegateManager(String) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Returns the PaneManager to which the receiver is delegating management of the specified subpane.
getDelegateManager(String) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Returns the PaneManager to which the receiver is delegating management of the specified subpane.
getDelegateManager(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the PaneManager to which the receiver is delegating management of the specified subpane.
getDelegateManager(String) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Returns the PaneManager to which the receiver is delegating management of the specified subpane.
getDelegateManager(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the PaneManager to which the receiver is delegating management of the specified subpane.
getDelegateManager(String) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Returns the PaneManager to which the receiver is delegating management of the specified subpane.
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.
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.access.User
Returns the descriptive text for the user profile.
getDescription() - Method in class com.ibm.as400.access.SystemValue
Returns the description for this system value.
getDescription() - Method in class com.ibm.as400.access.SystemPool
Returns the description of the system pool.
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.ISeriesNetServerShare
Returns the text description of the share.
getDescription() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "description" attribute.
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.Command
Returns the user text used to briefly describe this command and its function.
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.AS400JDBCDataSource
Returns the description of the data source.
getDescription() - Method in class com.ibm.as400.vaccess.VUser
Returns the description.
getDescription() - Method in class com.ibm.as400.vaccess.FileFilter
Returns the description.
getDescription() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Description" field on the General tab.
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.
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.
getDescriptor() - Method in class com.ibm.as400.data.RecordFormatDocument
Returns a Descriptor representing the current RFML 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) - Static method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the specified pcml document.
getDescriptor(String) - Method in interface com.ibm.as400.data.Descriptor
Returns the Descriptor for another element contained within the same document.
getDescriptor(String, ClassLoader) - Static method in class com.ibm.as400.data.RecordFormatDocument
Returns a Descriptor representing the specified RFML 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(String, InputStream) - Static method in class com.ibm.as400.data.ProgramCallDocument
Returns a Descriptor for the specified xpcml 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.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VUserList
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinters
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VPrinter
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in interface com.ibm.as400.vaccess.VNode
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VMessageList
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VJobList
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VJob
Returns the child for the details at the specified index.
getDetailsChildAt(int) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the child for the details at the specified index.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VUserList
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the number of children for the details.
getDetailsChildCount() - Method in interface com.ibm.as400.vaccess.VNode
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VJobList
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VJob
Returns the number of children for the details.
getDetailsChildCount() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the number of children for the details.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VUserList
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the table column model to be used in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Returns the column model that is used to maintain the columns of the details.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in interface com.ibm.as400.vaccess.VNode
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VJobList
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VJob
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the table column model to use in the details when representing the children.
getDetailsColumnModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the column model that is used to maintain the columns of the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VUserList
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VPrinters
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VPrinter
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in interface com.ibm.as400.vaccess.VNode
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VMessageList
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VJobList
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VJob
Returns the index of the specified child for the details.
getDetailsIndex(VObject) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the index of the specified child for the details.
getDetailsModel() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Returns the details model.
getDetailsModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the details model.
getDetailsRoot() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the root of the details pane.
getDetailsSelectionModel() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Returns the selection model that is used to maintain selection state in the details.
getDetailsSelectionModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the selection model that is used to maintain selection state in the details.
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.
getDeviceStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the status of the printer device.
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.
getDialogTitle() - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Gets the string that goes in the FileChooserDialog's titlebar.
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.html.SelectOption
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.HTMLText
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.HTMLTableCell
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.HTMLTable
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.HTMLListItem
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.HTMLHyperlink
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.HTMLHead
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.HTMLAlign
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.FormInput
Returns the direction of the text interpretation.
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.servlet.HTMLFormConverter
Returns the form text interpretation direction.
getDirectory() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Returns the path for the file selected.
getDirectoryEntry() - Method in class com.ibm.as400.access.User
Returns the system distribution directory entry for the user profile, if one exists.
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.
getDisplaySignOnInformation() - Method in class com.ibm.as400.access.User
Returns whether the sign-on information display is shown when the user signs on.
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.
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.
getDouble(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java double value.
getDouble(int) - 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.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.AS400JDBCRowSet
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(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL DOUBLE or FLOAT output parameter as a Java double.
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.
getDriver() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the JDBC driver implementation.
getDriverMajorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getDriverName() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the name of this JDBC driver.
getDriverVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.IP6Header
Returns the destination IPv6 Address of this Header
getDstAddr() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the destination IP address of this IPv4 Header.
getDstPort() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the destination port of this UDP Header.
getDstPort() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the destination port for this TCP 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.SystemStatus
Returns the time (in seconds) that has elapsed between the measurement start time and the current system time.
getElement() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the table cell element.
getElement() - Method in class com.ibm.as400.util.html.HTMLTableCaption
Returns the element for the caption.
getElementAt(int) - Method in class com.ibm.as400.ui.framework.java.PanelListModel
Returns the value at the specified index.
getElementAt(int) - Method in class com.ibm.as400.vaccess.ResourceListModel
Returns the element at the specified index.
getElementAt(int) - Method in class com.ibm.as400.vaccess.AS400ListModel
Returns the element at the specifed index.
getEncoded() - Method in class com.ibm.as400.access.AS400Certificate
Returns the ASN.1 encoded certificate value.
getEncoding() - Method in class com.ibm.as400.access.SCS5256Writer
Returns the name of the encoding being used by this stream.
getEncoding() - Method in class com.ibm.as400.access.ReaderInputStream
Returns the encoding used by this ReaderInputStream.
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.ConvTableWriter
Returns the encoding used by this ConvTableWriter.
getEncoding() - Method in class com.ibm.as400.access.ConvTableReader
Returns the encoding used by this ConvTableReader.
getEncoding() - Method in class com.ibm.as400.access.CharConverter
Returns the encoding of this conversion object.
getEncoding() - Method in class com.ibm.as400.access.AS400Text
Returns the encoding of the data type.
getEncryptedData() - Method in class com.ibm.as400.access.ValidationListEntry
Returns the information currently encrypted for the entry in the validation list.
getEndDateFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the end create date filter.
getEndingBytes() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the ending bytes.
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.KeyedDataQueueDocument
Returns a position that represents the end of the document.
getEndPosition() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns a position that represents the end of the document.
getEndPosition() - Method in class com.ibm.as400.vaccess.DataQueueDocument
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.
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 end create date filter.
getEntries() - Method in class com.ibm.as400.access.ValidationList
Returns all entries from the validation list.
getEntries() - Method in class com.ibm.as400.access.DirectoryEntryList
Retrieves the directory entry information from the server.
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.
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 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.
getErrors() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the amount of detail for error messages originating from the server.
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.
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.ConnectionPoolException
Returns the original exception.
getException() - Method in class com.ibm.as400.data.XmlException
Returns the original exception that caused this XmlException.
getException() - Method in class com.ibm.as400.resource.ResourceException
Returns the underlying exception, if any.
getException() - Method in class com.ibm.as400.util.servlet.RowDataException
Returns the original exception.
getException() - Method in class com.ibm.as400.vaccess.ErrorEvent
Returns the exception which triggered this event.
getExceptionClassName() - Method in class com.ibm.as400.ui.framework.java.DisplayManagerException
Returns the class name of the original exception.
getExistenceOption() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns the existence option for this object.
getExitOnClose() - Method in class com.ibm.as400.ui.util.MessageViewer
Determines whether the application exits when this panel is closed.
getExitOnClose() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Determines whether the application exits when this wizard is closed.
getExitOnClose() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Determines whether the application exits when this property sheet is closed.
getExitOnClose() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Determines whether the application exits when this panel is closed.
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.
getExpandedImageFile() - Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
Returns the expanded node image file name.
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.
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 _).
getExtraOptions() - Method in class com.ibm.as400.access.CommandLineArguments
Returns the list of any extra options that were specified.
getFaxNumber() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the fax telephone number.
getFD() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns a 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.IFSFileInputStream
Returns the opaque 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.
getFetchDirection() - Method in class com.ibm.as400.access.AS400JDBCStatement
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.AS400JDBCResultSet
Returns the fetch direction.
getFetchSize() - Method in class com.ibm.as400.access.AS400JDBCStatement
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.AS400JDBCResultSet
Returns the fetch size.
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.
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.
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.
getFile() - Method in class com.ibm.as400.util.html.FileTreeElement
Returns the file represented by this FileTreeElement.
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
Returns the filter that was selected.
getFileName() - Static method in class com.ibm.as400.access.Trace
Returns the trace file name.
getFileName() - Method in class com.ibm.as400.access.AS400Message
Returns the message file name.
getFileName() - Method in class com.ibm.as400.access.AS400FileRecordDescription
Returns the file name.
getFileName() - Method in class com.ibm.as400.access.AS400File
Returns the file name.
getFileName() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the file name.
getFileName() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the file name.
getFileName() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Returns the file name.
getFileName() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Returns the selected file name.
getFileName(File) - Method in class com.ibm.as400.util.html.FileListRenderer
Return the file name string.
getFileName(Object) - Static method in class com.ibm.as400.access.Trace
Returns the trace file name for the specified component.
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.vaccess.IFSFileSystemView
Gets the list of shown (that is, not hidden) files in the directory.
getFileSystem() - Method in class com.ibm.as400.access.IFSFile
Returns the full path of the object.
getFilter() - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Returns the currently selected file filter.
getFilter() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the filter which determines which files and directories are included as children.
getFilterIPv6() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns address filtering for IPv6.
getFINFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the fin Flag for this TCP header.
getFinishButton() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the wizard's Finish button.
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.
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.AS400JDBCRowSet
Returns the value of a column as a Java float value.
getFloat(int) - 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.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.AS400JDBCRowSet
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(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL REAL or FLOAT output parameter as a Java float.
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.
getFont(AttributeSet) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
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
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.
getFormatId() - Method in class com.ibm.as400.access.AS400JDBCXid
Returns the format ID.
getFormatter(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the data formatter associated with the specified user interface component.
getFormatter(String) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Returns the data formatter associated with the specified user interface component.
getFormatter(String) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Returns the data formatter associated with the specified user interface component.
getFormatter(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the data formatter associated with the specified user interface component.
getFormatter(String) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Returns the data formatter associated with the specified user interface component.
getFormatter(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns any specialized formatter to be used for a component.
getFormatter(String) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Returns the data formatter associated with the specified user interface component.
getFormType() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the type of form being used to print the spooled file.
getFormTypeFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the formtype list filter.
getFormTypeFilter() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the form type filter for the list.
getFOTag() - Method in class com.ibm.as400.util.html.UnorderedList
Returns the XSL-FO tag for the unordered list.
getFOTag() - Method in class com.ibm.as400.util.html.TextFormInput
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.SubmitFormInput
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.SelectFormElement
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.RadioFormInputGroup
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.PasswordFormInput
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.LineLayoutFormPanel
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.ImageFormInput
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.HTMLTree
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLText
Returns the XSL-FO text 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.HTMLTableRow
Returns the XSL-FO table row tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the XSL-FO table header tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the XSL-FO table cell 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.HTMLTable
Returns the XSL-FO table tag.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLServlet
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.HTMLMeta
Returns a comment tag.
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.HTMLImage
Returns the element tag for the XSL-FO image.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns a comment tag.
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.HTMLHead
Returns the tag for the XSL-FO header.
getFOTag() - Method in class com.ibm.as400.util.html.HTMLForm
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.HTMLApplet
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.HiddenFormInput
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.FileFormInput
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.ButtonFormInput
Returns a comment tag.
getFOTag() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns the XSL formatting object's tag for the Bi-Directional Ordering.
getFOTag(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Returns the XSL-FO text tag.
getFOTag(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the table header tag with the specified data element.
getFOTag(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the XSL-FO table cell tag with the specified element.
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.
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
Returns the frame.
getFrameType() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the frame type of this packet.
getFreeSpace() - Method in class com.ibm.as400.access.IFSFile
Determines the amount of unused storage space in the file system.
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.
getFullName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the full name.
getFullName() - Method in class com.ibm.as400.resource.Presentation
Returns the full name.
getFunctionName() - Method in class com.ibm.as400.access.Job
Returns additional information about the function the initial thread is currently performing.
getFunctionType() - Method in class com.ibm.as400.access.Job
Returns the high-level function type the initial thread is performing, if any.
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.AS400JDBCStatement
Retrieves any auto-generated keys created as a result of executing this Statement object.
getGenerationQualifier() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the generation qualifier.
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.
getGridColor() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the color used to draw grid lines.
getGridColor() - Method in class com.ibm.as400.vaccess.RecordListTablePane
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
Returns the authority the user's group profile has to objects the user creates.
getGroupAuthorityType() - Method in class com.ibm.as400.access.User
Returns 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.SystemValueGroup
Returns the user-defined description for this group.
getGroupDescription() - Method in class com.ibm.as400.access.SystemValue
Returns the user-defined group description.
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
Returns 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
Returns the group information.
getGroupName() - Method in class com.ibm.as400.access.SystemValueGroup
Returns the user-defined name for this group.
getGroupName() - Method in class com.ibm.as400.access.SystemValue
Returns the user-defined group name.
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
Returns the name of the group profile.
getGSSName() - Method in class com.ibm.as400.access.AS400
Returns the GSS name string.
getGuestUserProfile() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "guest user profile" attribute.
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 iSeries system.
getHandlerTasksFor(String) - Method in class com.ibm.as400.ui.framework.java.Capabilities
Returns a list of HandlerTasks associated with an unsupported attribute.
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.HTMLTableConverter
Returns the table header's hyperlinks.
getHeaderHyperlinks() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form header's hyperlinks.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.UDPHeader
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.TCPHeader
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.RouterSolicitation
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.Redirect
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.PacketTooBig
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.NeighborAdvertisement
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.MLMessage
Returns the length of this header.
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.IP4Header
 
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.ICMP4Header
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.Header
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.EchoRequest
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.DestinationUnreachable
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.ARPHeader
Returns the length of this header.
getHeaderLen() - Method in class com.ibm.as400.util.commtrace.AH
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.ImageFormInput
Returns the height of the image in pixels.
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.HTMLImage
Returns the height of the image.
getHeight() - Method in class com.ibm.as400.util.html.HTMLApplet
Returns the height of the applet 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.
getHelpSet() - Method in class com.ibm.as400.ui.util.MessageViewer
Gets current JavaHelp helpset name for HTML messages.
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.MessageQueue
Returns the status of help text formatting.
getHelpTextFormatting() - Method in class com.ibm.as400.access.MessageFile
Returns the status of help text formatting.
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
Returns 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.AS400JDBCConnectionHandle
Returns the holdability of ResultSets created from this connection.
getHoldability() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the holdability of ResultSets created from this connection.
getHoldPendingStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns whether a Hold Writer (HLDWTR) command has been issued for this writer.
getHome() - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Retrieves the current "home" setting, which is where the Help Topics button goes when pressed.
getHomeDirectory() - Method in class com.ibm.as400.access.User
Returns the home directory for this user profile.
getHomeDirectory() - Method in class com.ibm.as400.vaccess.IFSFileSystemView
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.HTMLTableRow
Returns the global horizontal alignment for the row.
getHorizontalAlignment() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the horizontal alignment.
getHorizontalIconPosition() - Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
Returns the item's horizontal icon position.
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.HTMLTree
Returns the HttpServletRequest.
getHttpServletRequest() - Method in class com.ibm.as400.util.html.FileListElement
Returns the Http servlet request.
getHttpServletResponse() - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Returns the Http servlet response.
getIASPNames() - Method in class com.ibm.as400.access.User
Returns a list of independent auxiliary storage pool (IASP) names in use by this user.
getIASPStorageAllowed(String) - Method in class com.ibm.as400.access.User
Returns the maximum storage this user is allowed to use for the given IASP.
getIASPStorageUsed(String) - Method in class com.ibm.as400.access.User
Returns the amount of storage taken by this user's owned objects for the given IASP.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VUserList
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VUser
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VSystemPool
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VPrinters
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VPrinter
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VOutput
Returns the icon.
getIcon(int, boolean) - Method in interface com.ibm.as400.vaccess.VObject
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VMessageList
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VMessage
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VJobList
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VJob
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the icon.
getIcon(int, boolean) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the icon.
getIconName() - Method in class com.ibm.as400.ui.util.MessageViewer
Returns the name of the icon used for this panel.
getIconName() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the name of the icon used for this panel.
getIconUrl() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the icon URL.
getID() - Method in class com.ibm.as400.access.UserSpaceEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.RecordDescriptionEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.PTF
Returns the ID number for this PTF (e.g.
getID() - Method in class com.ibm.as400.access.ProductLicenseEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.PrintObjectListEvent
Returns the print object list event identifier.
getID() - Method in class com.ibm.as400.access.OutputQueueEvent
Returns the output queue event identifier.
getID() - Method in class com.ibm.as400.access.NetServerConnection
Returns the connection ID for connection.
getID() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the unique identifier for the server session.
getID() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the connection ID.
getID() - Method in class com.ibm.as400.access.FTPEvent
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.DataQueueEvent
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.ConnectionPoolEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.AS400Message
Returns the message ID.
getID() - Method in class com.ibm.as400.access.AS400FileRecordDescriptionEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.access.AS400CertificateEvent
Returns the identifier for this event.
getID() - Method in class com.ibm.as400.resource.ResourceMetaData
Returns the ID.
getID() - Method in class com.ibm.as400.resource.ResourceListEvent
Returns the event ID.
getID() - Method in class com.ibm.as400.resource.ResourceEvent
Returns the event ID.
getID() - Method in class com.ibm.as400.resource.ActiveStatusEvent
Returns the event 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.
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.ValidationListAttribute
Returns the identifier of the attribute.
getIdentifier() - Method in class com.ibm.as400.util.commtrace.EchoRequest
Returns the identifier of this EchoRequest header.
getIdentifier() - Method in class com.ibm.as400.util.commtrace.EchoReplyRequest
Returns the identifier of this EchoReplyRequest header.
getIdentifierQuoteString() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getIDs() - Method in class com.ibm.as400.resource.ProgramMap
Returns the list of IDs in the map.
getImageFile() - Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
Returns this node's image file name.
getImageFile() - Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
Returns the item's image file name.
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.
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
Indicates if files, directories, or both are contained in the list of details children.
getIndex() - Method in class com.ibm.as400.resource.ResourceListEvent
Returns the index of the associated resource within the list.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VUserList
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VPrinters
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VPrinter
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VMessageList
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VJobList
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VJob
Returns the index of the specified child.
getIndex(TreeNode) - Method in class com.ibm.as400.vaccess.VIFSDirectory
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.
getIndexOfChild(Object, Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
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.
getInitialMenu() - Method in class com.ibm.as400.access.User
Returns the fully qualified integrated file system path name of the initial menu for the user.
getInitialProgram() - Method in class com.ibm.as400.access.User
Returns the fully qualified integrated file system path name of the initial program for the user.
getInitials() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the initials.
getInitialValue() - Method in class com.ibm.as400.access.UserSpace
Returns the initial value used for filling in the user space during creation and extension.
getInputACIFMergedStream(boolean) - Method in class com.ibm.as400.access.SpooledFile
Returns an input stream merged with an AFP datastream that can be used to read the contents of the spooled file.
getInputBuffer() - Static method in class utilities.RunJavaApplication
Returns input buffer.
getInputData() - Method in class com.ibm.as400.access.ProgramParameter
Returns the parameter data that will be sent to the program.
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() - Method in class com.ibm.as400.access.AFPResource
Returns an input stream that can be used to read the contents of the AFP resource.
getInquiryMessageReply() - Method in class com.ibm.as400.access.Job
Returns how the job answers inquiry messages.
getInstalledPath() - Method in class com.ibm.as400.access.ProductDirectoryInformation
The installed full path name for the product directory.
getInstanceType() - Method in class com.ibm.as400.access.AS400ZonedDecimal
Returns TYPE_ZONED.
getInstanceType() - Method in class com.ibm.as400.access.AS400UnsignedBin4
Returns TYPE_UBIN4.
getInstanceType() - Method in class com.ibm.as400.access.AS400UnsignedBin2
Returns TYPE_UBIN2.
getInstanceType() - Method in class com.ibm.as400.access.AS400Text
Returns TYPE_TEXT.
getInstanceType() - Method in class com.ibm.as400.access.AS400Structure
Returns TYPE_STRUCTURE.
getInstanceType() - Method in class com.ibm.as400.access.AS400PackedDecimal
Returns TYPE_PACKED.
getInstanceType() - Method in class com.ibm.as400.access.AS400Float8
Returns TYPE_FLOAT8.
getInstanceType() - Method in class com.ibm.as400.access.AS400Float4
Returns TYPE_FLOAT4.
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.AS400ByteArray
Returns TYPE_BYTE_ARRAY.
getInstanceType() - Method in class com.ibm.as400.access.AS400Bin8
Returns TYPE_BIN8.
getInstanceType() - Method in class com.ibm.as400.access.AS400Bin4
Returns TYPE_BIN4.
getInstanceType() - Method in class com.ibm.as400.access.AS400Bin2
Returns TYPE_BIN2.
getInstanceType() - Method in class com.ibm.as400.access.AS400Array
Returns TYPE_ARRAY.
getInstructionText() - Method in class com.ibm.as400.ui.util.MessageViewer
Returns the panel instruction text.
getInt(int) - 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.AS400JDBCResultSet
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(int) - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Returns the value of a column as a Java int value.
getInt(int) - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
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(String) - 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.AS400JDBCCallableStatement
Returns the value of an SQL INTEGER output parameter as a Java int.
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 number of interactive transactions.
getInternalJobID() - Method in class com.ibm.as400.access.Job
Deprecated. The internal job identifier should be treated as a byte array of 16 bytes.
getInternalJobID() - Method in class com.ibm.as400.resource.RJobLog
Returns the internal job identifier.
getInternalJobID() - Method in class com.ibm.as400.resource.RJob
Returns the internal job identifier.
getInternalJobIdentifier() - Method in class com.ibm.as400.access.Job
Returns the internal job identifier.
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.RecordFormatDocument
Returns an int value for the named 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.RecordFormatDocument
Returns an int value for the named element given indices to the data 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.
getInUseTime() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Returns the elapsed time the connection has been in use.
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).
getIPv4() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns IP address IPv4.
getItem() - Method in class com.ibm.as400.ui.framework.java.DoubleClickEvent
Returns the descriptor for the selected item.
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.util.html.HTMLList
Returns the list of items.
getItems() - Method in class com.ibm.as400.util.html.BidiOrdering
Returns the list of items.
getJarEntryName() - Method in class utilities.JarMakerEvent
Returns the name of the jar entry being processed.
getJarFileName() - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Gets the filename of the JAR file that contains the HelpSet.
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
Returns the access class which defines the Java application to run.
getJavaInitializationString() - Method in class com.ibm.as400.access.IFSShareOptionEditor
Returns a code fragment representing an initializer for the current value.
getJavaInitializationString() - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Returns a code fragment representing an initializer for the current value.
getJavaStringType() - Method in class com.ibm.as400.access.AS400BidiTransform
Returns the current string type of Java data.
getJDBCMajorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the JDBC major version number.
getJDBCMinorVersion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the JDBC minor version number.
getJob() - Method in class com.ibm.as400.access.ProgramCall
Deprecated. Use getServerJob() instead.
getJob() - Method in class com.ibm.as400.access.CommandCall
Deprecated. Use getServerJob() instead.
getJob() - Method in class com.ibm.as400.vaccess.VJob
Returns the job.
getJobAccountingCode() - Method in class com.ibm.as400.access.Job
Returns the 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.
getJobCCSIDEncoding() - Method in class com.ibm.as400.access.AS400
Returns the encoding that corresponds to the job CCSID of the server.
getJobDate() - Method in class com.ibm.as400.access.Job
Returns the date to be used for the job.
getJobDescription() - Method in class com.ibm.as400.access.User
Returns the fully qualified integrated file system path name of the job description used for jobs that start through subsystem work station entries.
getJobDescription() - Method in class com.ibm.as400.access.Job
Returns the fully qualified integrated path name for the job description.
getJobEndedDate() - Method in class com.ibm.as400.access.Job
Returns the date and time when the job ended.
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.
getJobMessageQueueFullAction() - Method in class com.ibm.as400.access.Job
Returns the action to take when the message queue is full.
getJobMessageQueueMaximumSize() - Method in class com.ibm.as400.access.Job
Returns the maximum size (in megabytes) that the job message queue can become.
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.as400.access.JavaApplicationCall
Returns the name that this job will run under.
getJobNumber() - Method in class com.ibm.as400.access.SpooledFile
Returns the number of the job that created the spooled file.
getJobPutOnJobQueueDate() - Method in class com.ibm.as400.access.Job
Returns the date and time the job was put on the job queue.
getJobs() - Method in class com.ibm.as400.access.JobList
Returns the list of jobs in the job list.
getJobs(int) - Method in class com.ibm.as400.access.AS400
Returns an array of Job objects representing the iSeries jobs to which this object is connected.
getJobs(int, int) - Method in class com.ibm.as400.access.JobList
Returns a subset of the list of jobs in the job list.
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.
getJobStatusInJobQueue() - Method in class com.ibm.as400.access.Job
Returns the status of the 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.
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.
getJobTitle() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the job title.
getJobUser() - Method in class com.ibm.as400.access.SpooledFile
Returns the ID of the user that created the spooled file.
getKeepAlive() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket keepalive option.
getKey() - Method in class com.ibm.as400.access.QueuedMessage
Returns the 4-byte message key.
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.DirectoryEntryList
Returns the primary selection ID used when searching the system distribution directory.
getKey() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the key.
getKey() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the key.
getKey() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the key.
getKey() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Returns the key.
getKeyboardBuffering() - Method in class com.ibm.as400.access.User
Returns the keyboard buffering value that is used when a job is initialized for this user.
getKeyed() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns whether the file will be accessed in key or sequential order.
getKeyed() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns whether the file will be accessed in key or sequential order.
getKeyed() - Method in class com.ibm.as400.vaccess.RecordListFormPane
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.
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.KeyedDataQueue
Returns the length of the keys (in bytes) on this queue.
getKeyLength() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns the byte length of the keys of the data queue.
getKeyring() - Method in class com.ibm.as400.access.ProxyServer
Returns the keyring file that the proxy server will use during SSL connections from clients.
getKeyRingName() - Method in class com.ibm.as400.access.SecureAS400
Returns the key ring class name used for SSL communications with the server.
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.ToggleFormInput
Returns the viewable text label for the toggle.
getLabel() - Method in class com.ibm.as400.util.html.LabelFormElement
Returns the viewable text label.
getLabel(int) - Method in class com.ibm.as400.vaccess.ResourceProperties
Returns the label for the specified tab.
getLabelText(int) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Returns the text of the label at the given index.
getLabelText(int) - Method in class com.ibm.as400.vaccess.RecordListFormPane
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.TextAreaFormElement
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.SelectFormElement
Returns the language of the input element.
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.HTMLTableRow
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.HTMLTableCaption
Returns the language of the caption.
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.HTMLMeta
Returns the language of the meta tag.
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.HTMLList
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.HTMLHeading
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.HTMLForm
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.GridLayoutFormPanel
Returns the language of the input 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.BidiOrdering
Returns the language of the element.
getLanguage() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the language of the form.
getLanguage() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Language" field on the Language tab.
getLanguageChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Language"" drop down list.
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
Returns the base directory under which the Toolbox language files will be searched for.
getLanguageID() - Method in class com.ibm.as400.access.User
Returns the language ID used by the system for this user.
getLanguageID() - Method in class com.ibm.as400.access.Job
Returns the language identifier associated with this job.
getLanguages() - Method in class utilities.AS400ToolboxJarMaker
Returns the national languages that explicitly are to be supported.
getLanRouteLength() - Method in class com.ibm.as400.util.commtrace.LanHeader
Returns the lan routing length.
getLastMessage() - Method in class com.ibm.as400.access.FTP
Returns the text of the last reply returned from the server.
getLastName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the last name.
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.UserSpace
Returns the size (in bytes) of the user space.
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.ObjectList
Returns the number of objects in the object list.
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.JobLog
Returns the number of messages in the job 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.FieldDescription
Returns the 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.resource.ResourceListEvent
Returns the length of the list.
getLength() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the length of this UDP Header.
getLength() - Method in class com.ibm.as400.util.commtrace.NDOption
Returns the length of this NDOption Header.
getLength() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Returns the length of the document.
getLength() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns the length of the document.
getLength() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Returns the length of the document.
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.
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
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.
getLibraries() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the OS/400 libraries to add to the server job's library list.
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.ObjectDescription
Returns the library of this object.
getLibrary() - Method in class com.ibm.as400.access.CommandList
Returns the library where the command(s) reside.
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.AS400Message
Returns the message file library.
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
 
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.
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
Indicates whether the user has limited capabilites.
getLimitDeviceSessions() - Method in class com.ibm.as400.access.User
Indicates 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.
getList() - Method in class com.ibm.as400.ui.framework.java.PanelListModel
Returns the list of values.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.ibm.as400.ui.framework.java.ListItemCellRenderer
Sets up the Component to be used to render the cell.
getListDirection() - Method in class com.ibm.as400.access.MessageQueue
Returns the list direction.
getListDirection() - Method in class com.ibm.as400.access.JobLog
Returns the list direction.
getListLength() - Method in class com.ibm.as400.resource.ResourceList
Returns the total number of resources in the list.
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
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.
getLobThreshold() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the OS/400 maximum LOB (large object) size in bytes that can be retrieved as part of a result set.
getLOBThreshold() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Large object threshold" field on the Performance tab.
getLOBThresholdChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Large object threshold" drop down list.
getLocale() - Method in class com.ibm.as400.access.AS400
Returns the Locale used to set the National Language Version (NLV) on the server.
getLocaleJobAttributes() - Method in class com.ibm.as400.access.User
Returns a list of attributes which are set from the locale path name at the time a job is started for this user.
getLocalePathName() - Method in class com.ibm.as400.access.User
Returns the locale path name that is assigned to the user profile when a job is started.
getLocalizedMessage() - Method in class com.ibm.as400.ui.framework.java.DisplayManagerException
Returns a localized description of this DisplayManagerException.
getLocalizedMessage() - Method in class 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.
getLocalSAP() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns local SAP address.
getLocation() - Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
Returns the location of this context menu.
getLocation() - Method in class com.ibm.as400.access.ValidationListAttribute
Indicates where the attribute should be stored.
getLocation() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the location.
getLocation() - Method in class com.ibm.as400.util.html.HTMLServlet
Returns the location of the servlet.
getLocation() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the bookmark locatoin of the resource link.
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.ui.framework.java.MessageLog
Returns the log file name.
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 messages are logged for CL programs.
getLoggingLevel() - Method in class com.ibm.as400.access.Job
Returns the type of information logged.
getLoggingSeverity() - Method in class com.ibm.as400.access.Job
Returns the minimum severity level that causes error messages to be 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 or displayed to the user.
getLogicalStyle(int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
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.
getLogStream() - Static method in class com.ibm.as400.ui.framework.java.MessageLog
Returns the log stream.
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.
getLong(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java long value.
getLong(int) - 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.AS400JDBCCallableStatement
If the connected AS/400 or iSeries server 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.AS400JDBCRowSet
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(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
If the connected AS/400 or iSeries server supports SQL BIGINT data, this returns the value of an SQL BIGINT output parameter as a Java long.
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.
getMajorVersion() - Method in class com.ibm.as400.access.AS400JDBCDriver
Returns the driver's major version number.
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.
getMaxBinaryLiteralLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getMaxCharLiteralLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getMaxColumnsInGroupBy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getMaxColumnsInOrderBy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getMaxColumnsInTable() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum number of columns in a table.
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.as400.access.ConnectionPool
Returns the maximum number of connections.
getMaxConnections() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
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.AS400JDBCStatement
Returns the maximum field size limit for the statement.
getMaxFieldSize() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the maximum column size.
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.
getMaximumActiveThreads() - Method in class com.ibm.as400.access.SystemPool
Returns the maximum number of threads that can be active in the pool at any one time.
getMaximumFractionDigits() - Method in class com.ibm.as400.ui.framework.java.PercentFormatter
Gets the maximum number of digits that appear in the fraction.
getMaximumLevel() - Method in class com.ibm.as400.access.PTF
Returns the highest release level of the product on which this PTF can be installed.
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.
getMaximumScale() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the maximum scale property.
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
Returns the maximum amount of auxiliary storage (in kilobytes) that can be assigned to store permanant objects owned by the 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.
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.
getMaxLength() - Method in class com.ibm.as400.ui.util.AS400SnameFormatter
Gets the current number of characters allowed during checking.
getMaxLength() - Method in class com.ibm.as400.ui.util.AS400NameFormatter
Gets the current number of characters allowed during checking.
getMaxLength() - Method in class com.ibm.as400.ui.util.AS400CnameFormatter
Gets the current number of characters allowed during checking.
getMaxLength() - Method in class com.ibm.as400.ui.framework.java.TextDocument
Returns the maximum length allowed by this document.
getMaxLength() - Method in class com.ibm.as400.util.html.TextFormInput
Returns the maximum number of characters permitted in the text field.
getMaxLevel() - Method in class com.ibm.as400.resource.ResourceLevel
Returns the maximum supported level.
getMaxLifetime() - Method in class com.ibm.as400.access.ConnectionPool
Returns the maximum life for an available connection.
getMaxPrecision() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
getMaxPrecisionChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
getMaxProcedureNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
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.AS400JDBCRowSet
Returns the maximum number of rows for the rowset.
getMaxRowSize() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the maximum length of a single row.
getMaxScale() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
getMaxScaleChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
getMaxSchemaNameLength() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getMaxStatements() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
getMaxTablesInSelect() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
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.
getMemberName() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns the name of the member.
getMemberName() - Method in class com.ibm.as400.access.AS400FileRecordDescription
Returns the member name.
getMemberName() - Method in class com.ibm.as400.access.AS400File
Returns the member name.
getMembers() - Method in class com.ibm.as400.access.UserGroup
Returns the list of users that are members of this group.
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.
getMenu() - Method in class com.ibm.as400.ui.framework.java.MenuManager
Returns the root JMenu for this menu.
getMenuBar() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the menu bar defined for this panel.
getMenuItem(String) - Method in class com.ibm.as400.ui.framework.java.MenuManager
Returns the menu item identified by name.
getMenuManager(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns a MenuManager associated with this panel's menu bar.
getMessage() - Method in class com.ibm.as400.access.SpooledFile
Returns the message that is associated with this spooled file.
getMessage() - Method in class com.ibm.as400.data.XmlException
Returns a description of this XmlException.
getMessage(String) - Method in class com.ibm.as400.access.MessageFile
Returns an AS400Message object containing the object.
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, 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.
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.
getMessageList() - Method in class com.ibm.as400.access.ProgramCall
Returns the list of messages returned from running the program.
getMessageList() - Method in class com.ibm.as400.access.PersistenceException
Returns the list of associated AS/400 messages; null if not available.
getMessageList() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the list of iSeries system messages generated if the Java program cannot be started.
getMessageList() - Method in class com.ibm.as400.access.CommandCall
Returns the list of messages returned from running the command.
getMessageList() - Method in class com.ibm.as400.resource.ResourceException
Returns the message list, if any.
getMessageList() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the message list.
getMessageList() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Returns the message list resulting from the last program call that was run.
getMessageList() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Returns the message list resulting from the last program call that was run.
getMessageList() - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Returns the message list resulting from the last command that was run.
getMessageList() - Method in class com.ibm.as400.vaccess.CommandCallButton
Returns the message list resulting from the last command that was run.
getMessageList(int) - Method in class com.ibm.as400.access.CommandCall
Returns a message returned from running the command.
getMessageList(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns the list of iSeries system messages returned from running the program.
getMessageOption() - Method in class com.ibm.as400.access.ProgramCall
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.CommandCall
Returns the option for how many messages will be retrieved.
getMessageQueue() - Method in class com.ibm.as400.access.User
Returns the fully qualified integrated file system path name of the message queue that is used by this user.
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.
getMessageQueueDeliveryMethod() - Method in class com.ibm.as400.access.User
Returns how the messages are delivered to the message queue used by the user.
getMessageQueueSeverity() - Method in class com.ibm.as400.access.User
Returns 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.MessageQueue
Returns the list of messages in the message queue.
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.MessageQueue
Returns a subset of the list of messages in the message queue.
getMessages(int, int) - Method in class com.ibm.as400.access.JobLog
Returns a subset of the list of messages in the job log.
getMessageText() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Returns the message text from the last program that was run.
getMessageText() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Returns the message text from the last program that was run.
getMessageText() - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Returns the text from the first message resulting from the last command that was run.
getMessageText() - Method in class com.ibm.as400.vaccess.CommandCallButton
Returns the text from the first message resulting from the last command that was run.
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.access.AS400JDBCResultSet
Returns the ResultSetMetaData object that describes the result set's columns.
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.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.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.micro.JdbcMeOfflineResultSet
Returns the ResultSetMetaData object that describes the result set's columns.
getMetaData() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Returns the ResultSetMetaData object that describes the result set's columns.
getMetaData() - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Returns the array of ResourceMetaData objects.
getMetaData() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowData
Returns the metadata.
getMetaData() - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Returns the result set metadata.
getMetaData() - Method in class com.ibm.as400.util.servlet.RowData
Returns the meta data.
getMetaData() - Method in class com.ibm.as400.util.servlet.ResourceListRowData
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.ListRowData
Returns the metadata.
getMetaData(Object) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Returns the meta data for a particular ID.
getMetaData(String) - Method in class com.ibm.as400.resource.ResourceMetaDataTable
Returns the array of ResourceMetaData objects.
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.
getMiddleName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the middle name.
getMinDivideScale() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
getMinDivideScaleChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
getMinimumDivideScale() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the minimum divide scale property.
getMinimumFractionDigits() - Method in class com.ibm.as400.ui.framework.java.PercentFormatter
Gets the minimum number of digits that appear in the fraction.
getMinimumLevel() - Method in class com.ibm.as400.access.PTF
Returns the lowest release level of the product on which this PTF can be installed.
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.
getMinimumTargetRelease() - Method in class com.ibm.as400.access.Product
Returns the minimum OS/400 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
Returns the minimum supported level.
getMinorVersion() - Method in class com.ibm.as400.access.AS400JDBCDriver
Returns the driver's minor version number.
getModel() - Method in class com.ibm.as400.vaccess.ResourceListPane
Returns the list model.
getModel() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Returns the model that contains data for the table.
getModel() - Method in class com.ibm.as400.vaccess.AS400TreePane
Returns the model which contains the data for the tree.
getModel() - Method in class com.ibm.as400.vaccess.AS400ListPane
Returns the list model.
getModel() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Returns the model that contains data for the table.
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 server.
getModifiedProfile() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the user profile that last modified the entry.
getMoreResults() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the next result set.
getMoreResults() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Makes the next result of the last statement run the current result.
getMoreResults() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Makes the next result of the last statement run the current result.
getMoreResults() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Makes the next result of the last statement run the current result.
getMoreResults(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the next result set.
getMTU() - Method in class com.ibm.as400.util.commtrace.PacketTooBig
Returns the MTU of this PacketTooBig Message.
getMTU() - Method in class com.ibm.as400.util.commtrace.MTU
Returns the MTU of MTU header.
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.
getName() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Gets this PanelManager's name
getName() - Method in class com.ibm.as400.ui.framework.java.MenuManager
Returns the this Menu Manager's name
getName() - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Returns the descriptor's name.
getName() - Method in class com.ibm.as400.access.WriterJob
Returns the name of the writer.
getName() - Method in class com.ibm.as400.access.UserSpace
Returns the user space name.
getName() - Method in class com.ibm.as400.access.User
Returns the user profile name.
getName() - Method in class com.ibm.as400.access.SystemValue
Returns the name of this system value.
getName() - Method in class com.ibm.as400.access.SpooledFile
Returns the name of the spooled 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.PrinterFile
Returns the name of the printer file.
getName() - Method in class com.ibm.as400.access.Printer
Returns the name of the printer.
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.PanelGroupHelpIdentifier
Returns the name of the help identifier.
getName() - Method in class com.ibm.as400.access.OutputQueue
Returns the name of the output queue.
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.ObjectDescription
Returns the name of this object.
getName() - Method in class com.ibm.as400.access.NetServerShare
Returns the network name of the share.
getName() - Method in class com.ibm.as400.access.NetServerSession
Returns the name of the workstation from which the session to the server was established.
getName() - Method in class com.ibm.as400.access.JobLog
Returns the job name.
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.Job
Returns the job name.
getName() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the name of this printer.
getName() - Method in class com.ibm.as400.access.ISeriesNetServerShare
Returns the name of the share.
getName() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the name of the workstation from which the session to the server was established.
getName() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the network name of the resource.
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.IFSJavaFile
Returns the name of the IFSJavaFile.
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.EnvironmentVariable
Returns the environment variable name.
getName() - Method in class com.ibm.as400.access.DataArea
Returns the data area name.
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.BaseDataQueue
Returns the name of the data queue.
getName() - Method in class com.ibm.as400.access.AS400CertificateUtil
Returns the name of the AS400 certificate repository.
getName() - Method in class com.ibm.as400.access.AFPResource
Returns the name of the AFP resource.
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.RUser
Returns the user profile name.
getName() - Method in class com.ibm.as400.resource.RPrinter
Returns the printer device name.
getName() - Method in class com.ibm.as400.resource.RJobLog
Returns the job name.
getName() - Method in class com.ibm.as400.resource.RJob
Returns the job name.
getName() - Method in class com.ibm.as400.resource.Presentation
Returns the abbreviated 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.IPPacket
The name of this packet
getName() - Method in class com.ibm.as400.util.commtrace.Header
The name of this header.
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.util.html.SelectFormElement
Returns the control name of the select element.
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.HTMLServlet
Returns the name of the servlet.
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.HTMLMeta
Returns the name of the meta tag.
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.HTMLHyperlink
Returns the bookmark name.
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.vaccess.VUser
Returns the user name.
getName() - Method in class com.ibm.as400.vaccess.VJobList
Returns the job name.
getName() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the file name.
getName() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the directory name.
getName(int) - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the environment variable name.
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 OS/400 naming convention used when referring to tables.
getNamingConvention() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Naming convention" field on the Format tab.
getNamingConventionChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Naming convention"" drop down list.
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.
getNetworkUserID() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the network user ID.
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(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[], 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.
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(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.
getNewValue() - Method in class com.ibm.as400.access.SystemValueEvent
Returns the new value of the system value.
getNextButton() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the wizard's Next button.
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.UnknownMessage
Returns the next header in this 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.RouterSolicitation
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.Redirect
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.PacketTooBig
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.NeighborAdvertisement
Returns the next header in the packet
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.IP6Header
 
getNextHeader() - Method in class com.ibm.as400.util.commtrace.IP4Header
 
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.Header
Returns the next header in this 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.DestinationUnreachable
Returns the next header in the packet.
getNextHeader() - Method in class com.ibm.as400.util.commtrace.AH
Returns the next header in this packet.
getNextHeaderDec() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the next header identifier.
getNextPage(int) - Method in interface com.ibm.as400.ui.framework.java.WizardStateMachine
Indicates which wizard page should be displayed next.
getNextRecord() - Method in class com.ibm.as400.util.commtrace.Format
Retrieves the next record from the given trace.
getNLV() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns the National Language Version (NLV) for this cover letter.
getNode(String, int) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the tree node in the specified table row
getNodeDescriptor() - Method in class com.ibm.as400.ui.framework.java.TreeExpandEvent
Return the NodeDescriptor that is associated with the expand/collapse event.
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.
getNumber() - Method in class com.ibm.as400.access.SpooledFile
Returns the number of the spooled file.
getNumber() - Method in class com.ibm.as400.access.JobLog
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.Job
Returns the job number.
getNumber() - Method in class com.ibm.as400.resource.RJobLog
Returns the job number.
getNumber() - Method in class com.ibm.as400.resource.RJob
Returns the job number.
getNumber() - Method in class com.ibm.as400.vaccess.VJobList
Returns the job number.
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.AS400ZonedDecimal
Returns the number of decimal positions in the zoned decimal number.
getNumberOfDecimalPositions() - Method in class com.ibm.as400.access.AS400PackedDecimal
Returns the number of decimal positions 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.as400.access.AS400PackedDecimal
Returns the total number of digits in the packed decimal number.
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.RecordFormat
Returns the number of field descriptions in this record format.
getNumberOfFields() - Method in class com.ibm.as400.access.Record
Returns the number of fields in this record.
getNumberOfFilesOpen() - Method in class com.ibm.as400.access.ISeriesNetServerSession
Returns the number of files that are currently open for the session.
getNumberOfFilesOpen() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the number of files that are open currently (on the connection).
getNumberOfKeyFields() - Method in class com.ibm.as400.access.RecordFormat
Returns the number of key field descriptions in this record format.
getNumberOfKeyFields() - Method in class com.ibm.as400.access.Record
Returns the number of key fields in this record.
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.
getNumberOfLibrariesInUSRLIBL() - Method in class com.ibm.as400.access.Job
Returns the number of libraries in the user portion of the library list of the initial thread.
getNumberOfMembers() - Method in class com.ibm.as400.access.AS400Structure
Returns the number of members in the data type.
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
Returns the number of pages in the list buffer.
getNumberOfPages() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Returns the number of pages in the spooled file.
getNumberOfProductLibraries() - Method in class com.ibm.as400.access.Job
Returns the number of libraries that contain product information for the initial thread.
getNumberOfSeparators() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the number of separator pages to be printed.
getNumberOfTCPRecords() - Method in class com.ibm.as400.util.commtrace.Format
Returns the number of tcp records in this trace.
getNumberOfUsers() - Method in class com.ibm.as400.access.ISeriesNetServerConnection
Returns the number of current users on the connection.
getNumBytes() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the number of bytes collected during this communication trace .
getNumericFunctions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of supported math functions.
getNumRecs() - Method in class com.ibm.as400.util.commtrace.Prolog
return the number of records in this communication trace.
getObject() - Method in class com.ibm.as400.access.PrintObjectListEvent
Returns the print object added to the list.
getObject() - Method in class com.ibm.as400.vaccess.VPropertiesAction
Returns the object with which the action is associated.
getObject() - Method in class com.ibm.as400.vaccess.VObjectEvent
Returns the affected AS/400 resource.
getObject(int) - Method in class com.ibm.as400.access.PrintObjectList
Returns one object from the list.
getObject(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java Object.
getObject(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Returns the value of a column as a Java Object.
getObject(int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an output parameter as a Java Object.
getObject(int) - Method in class com.ibm.as400.util.servlet.RowData
Returns the current row's column data specified at 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.RecordListRowData
Returns the current record's field at the specified columnIndex.
getObject(int, Map) - 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.AS400JDBCResultSet
Returns the value of a column 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.AS400JDBCRowSet
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(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.AS400JDBCRowSet
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(String, Map) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an output parameter as a Java Object.
getObjectAt(int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Returns the object at the specifed row.
getObjectAuditingValue() - Method in class com.ibm.as400.access.User
Returns the user's object auditing value.
getObjectAuthority() - Method in class com.ibm.as400.access.QSYSPermission
Returns the object authority of the user specified as a single value.
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) - 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.HTMLTableConverter
Returns the object's hyperlink at the specified row and column.
getObjectHyperlink(RowData, int, int) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
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.
getObjectName() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns the name of the object this path name represents.
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.RowData
Returns the data object's property list at the specified columnIndex.
getObjectProperties(int) - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Returns the data object's property list at the specified columnIndex.
getObjects() - Method in class com.ibm.as400.access.PrintObjectList
Returns an enumeration of the PrintObjects in the list.
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.
getObjectType() - Method in class com.ibm.as400.access.QSYSObjectPathName
Returns type of object this path name represents.
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
getOffice() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the office.
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
Returns the text for the Ok button.
getOldValue() - Method in class com.ibm.as400.access.SystemValueEvent
Returns the old value of the system value.
getOpcode() - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns the opcode of this packet.
getOptimization() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the optimization level of iSeries system Java programs that will be created if no Java program is associated with the Java class.
getOption() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the first 8 bits of the options for this TCP header.
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.TCPHeader
Returns the options for this TCP header.
getOptions() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the option of this IPv4 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.
getORName() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the paper representation of the X.400 O/R name, if one exists.
getOutputData() - Method in class com.ibm.as400.access.ProgramParameter
Returns the parameter data that has been received from the program.
getOutputDataLength() - Method in class com.ibm.as400.access.ProgramParameter
Returns the output parameter data length.
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.User
Returns the fully qualified integrated file system path name of the output queue that is used by this user.
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.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.
getOutputQueueLibrary() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the name of the library containing the output queue associated with the share.
getOutputQueueName() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the name of the output queue associated with the share.
getOutputQueuePriority() - Method in class com.ibm.as400.access.Job
Returns the output priority for spooled files that this job produces.
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
Returns a reference to the JTextArea object.
getOverallStatus() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the overall status of the logical printer.
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.User
Indicates who is to own objects created by this user.
getOwner() - Method in class com.ibm.as400.access.Permission
Returns the object owner.
getOwnerId() - Method in class com.ibm.as400.access.IFSFile
Deprecated. Use getOwnerUID() instead.
getOwnerManager() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the WindowManager in relation to which the receiver has been set modal, or null if the receiver is not modal relative to another window.
getOwnerManager() - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Returns the WindowManager in relation to which the receiver has been set modal, or null if the receiver is not modal relative to another window.
getOwnerManager() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the WindowManager in relation to which the receiver has been set modal, or null if the receiver is not modal relative to another window.
getOwnerManager() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the WindowManager in relation to which the receiver has been set modal, or null if the receiver is not modal relative to another window.
getOwnerProfile() - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Returns the user profile that created the entry.
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.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Package" field on the Package tab.
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 server and also the CCSID of the package they are stored in.
getPackageCriteria() - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.
getPackageLibrary() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the library for the SQL package.
getPackageLibrary() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Package library" field on the Package tab.
getPackages() - Method in class utilities.JarMaker
Returns the names of the packages that are to be included in the output.
getPacket() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the packet contained by this Frame.
getPage(int) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the PanelManager for the specified wizard page.
getPage(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the PanelManager for the specified property page.
getPage(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the PanelManager for the specified wizard page.
getPage(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the PanelManager for the specified property page.
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.
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
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.
getPanelName() - Method in class com.ibm.as400.ui.framework.java.HelpEvent
Returns the name of the panel that generated this help event.
getPaneManager() - Method in class com.ibm.as400.ui.framework.java.MenuManager
Returns the PaneManager with which this menu is associated.
getPaneNames() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Returns a list of the panes in the deck.
getPaperSize() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Returns the paper size.
getParagraphElement(int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns the element that represents the paragraph that encloses a given offset within the document.
getParameterClassName(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the fully-qualified name of the Java class of the specified parameter.
getParameterCount() - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the number of parameters in this ParameterMetaData object.
getParameterList() - Method in class com.ibm.as400.access.ProgramCall
Returns the list of parameters.
getParameterList() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Returns the parameter list.
getParameterList() - Method in class com.ibm.as400.vaccess.ProgramCallButton
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.
getParameterMode(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the mode of the specified parameter or if that information is unknown.
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() - Method in class com.ibm.as400.access.ProgramParameter
Returns the program parameter type.
getParameterType(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the SQL type of the specified parameter.
getParameterTypeName(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns the database-specific type name of the specified parameter.
getParent() - Method in class com.ibm.as400.ui.util.CommandPrompter
Returns the parent Frame or Dialog for the CommandPrompter dialog.
getParent() - Method in class com.ibm.as400.access.IFSJavaFile
Returns the parent directory of the IFSJavaFile.
getParent() - Method in class com.ibm.as400.access.IFSFile
Returns the parent directory of the integrated file system object represented by this object.
getParent() - Method in class com.ibm.as400.vaccess.VUserList
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VObjectEvent
Returns the parent of the affected AS/400 resource.
getParent() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VJobList
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VJob
Returns the parent node.
getParent() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the parent node.
getParentDirectory() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the parent directory name.
getParentDirectory() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the parent directory name.
getParentDirectory(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Returns the parent directory of specified directory.
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.
getPassword() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the password used to create the connection.
getPasswordExpirationDate() - Method in class com.ibm.as400.access.AS400
Returns the password expiration date for the signed-on user.
getPasswordExpirationInterval() - Method in class com.ibm.as400.access.User
Returns 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
Returns the date the user's password expires.
getPasswordLastChangedDate() - Method in class com.ibm.as400.access.User
Returns the date the user's password was last changed.
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.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.QSYSObjectPathName
Returns the fully qualified integrated file system path name.
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.PTFCoverLetter
Returns the full pathname to this cover letter on the system.
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.PanelGroupHelpIdentifier
Returns the path of the panel group from whence this help identifier came.
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.OutputQueue
Returns the integrated file system pathname of the output 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.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.MessageFile
Returns the integrated file system pathname for the message file.
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.ISeriesNetServerFileShare
Gets the path in the integrated file system to be shared with the network.
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.IFSJavaFile
Returns the path name of the IFSJavaFile.
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.IFSFileInputStream
Returns the integrated file system path name of the object represented by this IFSFileInputStream object.
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.DecimalDataArea
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.CharacterDataArea
Returns the integrated file system path name of the object represented by the data area.
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.AS400Message
Returns the full integrated file system path name of the message file.
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.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.AS400CertificateUtil
Returns the integrated file system path name of the AS400 certificate repository.
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.resource.RMessageQueue
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.resource.RJavaProgram
Returns the path.
getPath() - Method in class com.ibm.as400.resource.RIFSFileList
Returns the directory path.
getPath() - Method in class com.ibm.as400.resource.RIFSFile
Returns the file path name.
getPath() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the fully qualified integrated file system path name of the message queue.
getPath() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the fully qualified path name of the file.
getPath() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the fully qualified path name of the file.
getPath() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Returns the fully qualified integrated file system path name of the data queue.
getPath() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
The path name of the file.
getPath() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Returns the fully qualified integrated file system path name of the data queue.
getPath(Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
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
Returns the path from the root to get to this object in the tree hierarchy.
getPath(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the path from the root to get to this object in the tree hierarchy.
getPathInfo() - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Returns the path information.
getPattern() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the pattern that all file and directory names must match to be included as children.
getPattern() - Method in class com.ibm.as400.vaccess.FileFilter
Returns the pattern.
getPayload() - Method in class com.ibm.as400.util.commtrace.Header
Returns this header's payload as an ascii and hexadecimal string.
getPayLoad() - Method in class com.ibm.as400.util.commtrace.Header
Returns this header's raw payload.
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.
getPercentPermanentAddresses() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the maximum possible addresses for permanent objects that have been used.
getPercentProcessingUnitUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the average of the elapsed time during which the processing units were in use.
getPercentSystemASPUsed() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the system storage pool currently in use.
getPercentTemporaryAddresses() - Method in class com.ibm.as400.access.SystemStatus
Returns the percentage of the maximum possible addresses for temporary objects that have been used.
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.
getPointer() - Method in class com.ibm.as400.util.commtrace.ParameterProblem
Returns the pointer of this Parameter Problem.
getPooledConnection() - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Returns a pooled connection that is connected to the server.
getPooledConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCConnectionPoolDataSource
Returns a pooled connection that is connected to the server.
getPoolIdentifier() - Method in class com.ibm.as400.access.SystemPool
Returns the pool identifier.
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.
getPoolName() - Method in class com.ibm.as400.access.SystemPool
Returns the name of this storage pool.
getPoolSize() - Method in class com.ibm.as400.access.SystemPool
Returns the amount of main storage, in kilobytes, in the pool.
getPoolsNumber() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of system pools.
getPopupMenu() - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
Returns the popup menu
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.access.FTP
Returns the port used to connect to the system.
getPort() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Gets the Port filter.
getPositionOfSyntaxError() - Method in class com.ibm.as400.access.AS400JDBCStatement
Will return the value of the last syntax error that came back from the server.
getPossibleValuePresentation(Object) - Method in class com.ibm.as400.resource.ResourceMetaData
Returns the presentation for a possible value.
getPossibleValuePresentations() - Method in class com.ibm.as400.resource.ResourceMetaData
Returns the presentations for the possible values.
getPossibleValues() - Method in class com.ibm.as400.resource.ResourceMetaData
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.
getPrecision(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the precision of a column.
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.util.servlet.SQLResultSetMetaData
Returns the number of decimal digits for 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.RecordFormatMetaData
Returns the precision of the column specified by columnIndex.
getPrecision(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the precision of the column specified by columnIndex.
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.ui.framework.java.WizardManager
Gets the preferred size of this wizard.
getPreferredSize() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Gets the preferred size of this tabbed pane.
getPreferredSize() - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Gets the preferred size of this split pane.
getPreferredSize() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Gets the preferred size of this property sheet.
getPreferredSize() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the preferred size of this panel.
getPreferredSize() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Gets the preferred size of this deck pane.
getPreferredSize() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
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.
getPresentation() - Method in class com.ibm.as400.resource.ResourceMetaData
Returns the presentation information.
getPresentation() - Method in class com.ibm.as400.resource.ResourceList
Returns the presentation information.
getPresentation() - Method in class com.ibm.as400.resource.Resource
Returns the presentation information.
getPresentation(String) - Method in class com.ibm.as400.resource.PresentationLoader
Returns a Presentation object with text loaded from the resource bundle.
getPresentation(String, String) - Method in class com.ibm.as400.resource.PresentationLoader
Returns a Presentation object with text loaded from the resource bundle.
getPresentationWithIcon(String, String) - Method in class com.ibm.as400.resource.PresentationLoader
Returns a Presentation object with text loaded from the resource bundle.
getPresentationWithIcon(String, String, String) - Method in class com.ibm.as400.resource.PresentationLoader
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
Returns 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.
getPrimaryGroup() - Method in class com.ibm.as400.access.Permission
Returns the primary group of the object.
getPrimaryKeys(String, String, String) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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
Returns 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
Returns the printer associated with this object.
getPrinterDeviceName() - Method in class com.ibm.as400.access.Job
Returns the printer device used for printing output from this job.
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
Returns the printer list filter.
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.
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.
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.
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.
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.
getProcedureTerm() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the DB2 UDB for iSeries SQL term for "procedure".
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.PTF
Returns the product ID of this PTF (e.g. "5722JC1").
getProductID() - Method in class com.ibm.as400.access.ProductLicense
Returns the product identifier for this license.
getProductID() - Method in class com.ibm.as400.access.Product
Returns the product ID for this product.
getProductID() - Method in class com.ibm.as400.resource.RSoftwareResource
Returns the product ID.
getProductLibraries() - Method in class com.ibm.as400.access.Job
Returns the libraries that contain product information for the initial thread.
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.PTF
Returns the product option to which this PTF applies.
getProductOption() - Method in class com.ibm.as400.access.Product
Returns the product option for this product.
getProductOption() - Method in class com.ibm.as400.resource.RSoftwareResource
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.
getProfileToken() - Method in class com.ibm.as400.access.AS400
Deprecated. Use getProfileToken(int, int) instead.
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
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
Authenticates the given user profile and password and returns a corresponding ProfileTokenCredential if successful.
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.ProgramCallMenuItem
Returns the program which will be called when the button is pressed.
getProgram() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Returns the program which will be called when the button is pressed.
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.
getPromptInteractiveCommands() - Method in class com.ibm.as400.ui.util.CommandPrompter
Gets whether the CommandPrompter should prompt interactive commands in addition to batch commands.
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.JavaApplicationCall
Returns the properties set on the iSeries system's JVM before running the Java program.
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.util.html.HTMLHyperlink
Returns the properties associated with the link resource.
getProperties() - Method in class com.ibm.as400.vaccess.SQLConnection
Returns the properties for this connection.
getProperties(int) - Method in class com.ibm.as400.vaccess.ResourceProperties
Returns the property IDs that have been added to the specified tab.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VUserList
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VUser
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VSystemPool
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VOutput
Returns the properties pane.
getPropertiesPane() - Method in interface com.ibm.as400.vaccess.VObject
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VMessage
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VJobList
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VJob
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the properties pane.
getPropertiesPane() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the properties pane.
getProperty(Object) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Returns a property value associated with the document.
getProperty(Object) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns a property value associated with the document.
getProperty(Object) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Returns a property value associated with the document.
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.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VUserList
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VUser
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VSystemPool
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VPrinters
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VPrinter
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VOutput
Returns a property value.
getPropertyValue(Object) - Method in interface com.ibm.as400.vaccess.VObject
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VMessageList
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VMessage
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VJobList
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VJob
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VIFSFile
Returns a property value.
getPropertyValue(Object) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns a property value.
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
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.ARPHeader
Returns the protocol of this packet
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.AS400JDBCDataSource
Returns the name of the proxy server.
getProxyServer() - Method in class com.ibm.as400.access.AS400
Returns the name of the middle-tier machine where the proxy server is running.
getPSHFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the psh Flag for this TCP header.
getPTFs(boolean) - Method in class com.ibm.as400.access.Product
Returns the list of Program Temporary Fixes (PTFs) on the system for this product.
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 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 it is beginning a long wait.
getQaqqiniLibrary() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the QAQQINI library name.
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 AS/400 Toolbox program calls that require the qualifed name of the validation list.
getQuery() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the SQL query used to generate the table data.
getQuery() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Returns the SQL query.
getQuery() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Returns the SQL query used to generate the form data.
getQuery() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Returns the SQL query that corresponds to the user's selections.
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.AS400JDBCRowSet
Returns the maximum wait time in seconds for a statement to execute.
getQueue() - Method in class com.ibm.as400.access.QueuedMessage
Returns the message queue.
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 on, or that the job was on if it is active.
getQueueFilter() - Method in class com.ibm.as400.access.WriterJobList
Returns the output queue filter.
getQueueFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the output queue filter.
getQueueFilter() - Method in class com.ibm.as400.access.OutputQueueList
Returns the output queue list filter.
getQueueFilter() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the output queue list filter.
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.
getReachableTime() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the reachable time of this RouterAdvertisement Message.
getReadOffsetCcsid() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the offset of CCSID information in the structure when the receiver is read from AS/400 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 an AS/400 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 AS/400 byte structure.
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.SocketProperties
Indicates the value to which the SO_RCVBUF socket option is set.
getReceiveBufferSize() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket receive buffer size option.
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.
getRecord(int) - Method in class com.ibm.as400.micro.JdbcMeOfflineData
Get a record from the offline data store.
getRecordBlockingCriteria() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Record blocking criteria" field on the Performance tab.
getRecordBlockingCriteriaChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Record Blocking criteria"" drop down list.
getRecordBlockingSize() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Record blocking size" field on the Performance tab.
getRecordBlockingSizeChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Record Blocking size"" drop down list.
getRecordFormat() - Method in class com.ibm.as400.access.Record
Returns the record format for this record.
getRecordFormat() - Method in class com.ibm.as400.access.AS400File
Returns the record format of this file.
getRecordFormat() - Method in class com.ibm.as400.util.servlet.RecordListRowData
Returns the record format.
getRecordFormat() - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Returns the record format.
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.
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.
getRecsProcessed() - Method in class com.ibm.as400.util.commtrace.Format
Returns the number of records that have been formated.
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.AS400JDBCRowSet
Returns the value of a column as a Ref object.
getRef(int) - 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.AS400JDBCCallableStatement
Returns the value of an SQL REF output parameter as a Ref value.
getRef(String) - 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.AS400JDBCResultSet
Returns the value of a column as a Ref object.
getRef(String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Returns the value of an SQL REF output parameter as a Ref value.
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.access.AS400JDBCDataSource
Returns the Reference object for the data source object.
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.util.html.URLParser
Returns the reference, also known as the "anchor".
getREFFLD() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the REFFLD 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.
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.SystemValue
Returns the supported release version for this system value.
getRelease() - Method in class com.ibm.as400.access.AS400
Returns the release of the server.
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.PTF
Returns the release level of this PTF (e.g.
getReleaseLevel() - Method in class com.ibm.as400.access.ProductLicense
Returns the release level for this license.
getReleaseLevel() - Method in class com.ibm.as400.access.Product
Returns the release level for this product (e.g.
getReleaseLevel() - Method in class com.ibm.as400.resource.RSoftwareResource
Returns the release level.
getRemarks() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the source of the text for REMARKS columns in ResultSets returned by DatabaseMetaData methods.
getRemarksSourceGroup() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Remarks source" group on the Other tab.
getRenderer() - Method in class com.ibm.as400.util.html.FileListElement
Return the file list renderer.
getReplyStatus() - Method in class com.ibm.as400.access.QueuedMessage
Returns the reply status.
getRequiredFiles() - Method in class utilities.JarMaker
Returns the names of the required files specified by the user.
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 (for example, for save and restore operations).
getResource() - Method in class com.ibm.as400.resource.ResourceListEvent
Returns the associated resource.
getResource(String) - Method in class com.ibm.as400.ui.framework.java.FileClassLoader
Finds the resource with the given name.
getResourceAsStream(String) - Method in class com.ibm.as400.ui.framework.java.FileClassLoader
Returns an input stream for reading the specified resource.
getResourceAt(int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the resource at the specified row.
getResourceAtPoint(Point) - Method in class com.ibm.as400.vaccess.ResourceListPane
Returns the resource that corresponds to the row located at the specified point.
getResourceAtPoint(Point) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
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
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.ResourceListPane
Returns the resource list from which all information for the model is gathered.
getResourceList() - Method in class com.ibm.as400.vaccess.ResourceListModel
Returns the resource list from which all information for the model is gathered.
getResourceList() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Returns the resource list from which all information for the model is gathered.
getResourceList() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the resource list from which all information for the model is gathered.
getResourceMode() - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Returns the current resource mode for the UI framework.
getResourceProperties() - Method in class com.ibm.as400.vaccess.ResourceListPane
Returns the resource properties.
getResourceProperties() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
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.AS400JDBCStatement
Returns the current result set.
getResultSet() - Method in class com.ibm.as400.micro.JdbcMeStatement
Returns the current result set.
getResultSet() - Method in class com.ibm.as400.util.servlet.SQLResultSetRowData
Returns the SQL result set.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Returns the current results of the last SQL statement run.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Returns the current results of the last SQL statement run.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Returns the current results of the last SQL statement run.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the SQL result set.
getResultSet() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Returns the SQL result set.
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.micro.JdbcMeStatement
Returns the result set concurrency to be used for this statement.
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.AS400JDBCDatabaseMetaData
Retrieves the default holdability of this ResultSet object.
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.micro.JdbcMeStatement
Returns the result set type to be used for this statement.
getRetransTimer() - Method in class com.ibm.as400.util.commtrace.RouterAdvertisement
Returns the retrans Time of this RouterAdvertisement Message.
getReturnCode() - Method in class com.ibm.as400.access.ServerStartupException
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 class com.ibm.as400.access.RequestNotSupportedException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.ProxyException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.ObjectDoesNotExistException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.ObjectAlreadyExistsException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.LicenseException
Returns the return code.
getReturnCode() - Method in class com.ibm.as400.access.InternalErrorException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.IllegalPathNameException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.IllegalObjectTypeException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.ExtendedIOException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.ExtendedIllegalStateException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.ExtendedIllegalArgumentException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.ErrorCompletingRequestException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.ConnectionPoolException
Returns the return code.
getReturnCode() - Method in class com.ibm.as400.access.ConnectionDroppedException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.access.AS400SecurityException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.micro.MEException
Returns the return code associated with this exception.
getReturnCode() - Method in class com.ibm.as400.resource.ResourceException
Returns the return code.
getReturnValue() - Method in class com.ibm.as400.access.ServiceProgramCall
Returns the data returned from the service program.
getReturnValueFormat() - Method in class com.ibm.as400.access.ServiceProgramCall
Returns the format of the returned data.
getRJob() - Method in class com.ibm.as400.vaccess.VJob
Returns the job.
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.AS400TreePane
Returns the root, or the AS/400 resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400TreeModel
Returns the root, or the AS/400 resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400ListPane
Returns the root, or the AS/400 resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400ListModel
Returns the root, or the AS/400 resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the root, or the AS/400 resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Returns the root, or the AS/400 resource, from which all information for the model is gathered.
getRoot() - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Returns the root, or the AS/400 resource, from which all information for the model is gathered.
getRootElements() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Returns the root elements.
getRootElements() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns the root elements.
getRootElements() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Returns the root elements.
getRootManager() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the root PaneManager for the receiver.
getRootManager() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Returns the root PaneManager for the receiver.
getRootManager() - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Returns the root PaneManager for the receiver.
getRootManager() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the root PaneManager for the receiver.
getRootManager() - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Returns the root PaneManager for the receiver.
getRootManager() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the root PaneManager for the receiver.
getRootManager() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Returns the root PaneManager for the receiver.
getRoots() - Method in class com.ibm.as400.vaccess.IFSFileSystemView
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.
getRoutingLength() - Method in class com.ibm.as400.util.commtrace.Frame
Returns the LAN routing length,
getRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns 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.util.servlet.RecordListRowData
Returns the Record object for the current row.
getRow() - Method in class com.ibm.as400.util.servlet.ListRowData
Returns the data objects for the current row.
getRow(int) - Method in class com.ibm.as400.util.html.HTMLTable
Returns the HTMLTableRow object for the specified rowIndex.
getRowCount() - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns the number of records managed by this object.
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.SQLResultSetTableModel
Returns the number of rows in the table.
getRowCount() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the number of rows in the table.
getRowCount() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the number of rows in the table.
getRowCount() - Method in class com.ibm.as400.vaccess.AS400DetailsModel
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.ui.framework.java.PanelTableModel
Returns a Vector array.
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
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.
getRunStage() - Method in class com.ibm.as400.access.PTFExitProgram
Returns the stage of the PTF process in which the exit program will be run.
getSaveFile() - Method in class com.ibm.as400.access.PTF
Returns the full pathname of the save file for this PTF, if one exists.
getSaveFilePublicAuthority() - Method in class com.ibm.as400.access.AS400FTP
Returns the public authority of save files created by this object.
getSaveOnThread() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Indicates whether calls to the save method on the application's DataBean objects will be called on a non-UI thread.
getSaveOnThread() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Indicates whether calls to the save method on the application's DataBean objects will be called on a non-UI thread.
getSaveOnThread() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Indicates whether calls to the save method on the application's DataBean objects will be called on a non-UI thread.
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.
getScale(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the scale of a column.
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.util.servlet.SQLResultSetMetaData
Returns the number of digits to the right of the decimal point for 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.RecordFormatMetaData
Returns the scale of the column specified by columnIndex.
getScale(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Returns the scale of the column specified by columnIndex.
getScheduleDate() - Method in class com.ibm.as400.access.Job
Returns the date and time the job is scheduled to become active.
getSchemaName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the schema name of the table for a column.
getSchemas() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the schema names available in this database.
getSchemaTerm() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the DB2 UDB for iSeries SQL term for "schema".
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.
getSearchMode() - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Returns the current search mode for the UI framework.
getSearchStringEscape() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the string used to escape wildcard characters.
getSearchType() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the search type.
getSearchType() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the search type.
getSearchType() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Returns the search type.
getSecondaryUrl() - Method in class com.ibm.as400.access.AS400JDBCDataSource
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) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated. Use getSecureConnection(String systemName, String userID, String password) instead.
getSecureConnection(String, String, int) - Method in class com.ibm.as400.access.AS400ConnectionPool
Deprecated. Use getConnection(String systemName, String userID, String password, int service) instead.
getSecureConnection(String, String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an secure connected AS400 object from the connection pool.
getSecureConnection(String, String, String, 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.
getSelectedFile() - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Returns the selected file.
getSelectedFiles() - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Returns a list of selected files if the filechooser is set to allow multi-selection.
getSelectedObject() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Returns the first selected object.
getSelectedObject() - Method in class com.ibm.as400.vaccess.AS400TreePane
Returns the first selected object.
getSelectedObject() - Method in class com.ibm.as400.vaccess.AS400ListPane
Returns the first selected object.
getSelectedObject() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the first selected object.
getSelectedObject() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Returns the first selected object.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Returns the selected objects.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.AS400TreePane
Returns the selected objects.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.AS400ListPane
Returns the selected objects.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the selected objects.
getSelectedObjects() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Returns the objects which are represented by the selected rows.
getSelectedResource() - Method in class com.ibm.as400.vaccess.ResourceListPane
Returns the first selected resource.
getSelectedResource() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Returns the first selected resource.
getSelectedResources() - Method in class com.ibm.as400.vaccess.ResourceListPane
Returns the selected resources.
getSelectedResources() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Returns the resources which are represented by the selected rows.
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
Returns the selection.
getSelectionMetaData() - Method in class com.ibm.as400.resource.ResourceList
Returns the selection meta data.
getSelectionMetaData(Object) - Method in class com.ibm.as400.resource.ResourceList
Returns the selection meta data for a specific selection.
getSelectionMode() - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Returns the current file-selection mode.
getSelectionModel() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the ListSelectionModel that is used to maintain row selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.ResourceListPane
Returns the selection model that is used to maintain selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Returns the selection model that is used to maintain row selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the ListSelectionModel that is used to maintain row selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.AS400TreePane
Returns the selection model that is used to maintain selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.AS400ListPane
Returns the selection model that is used to maintain selection state.
getSelectionModel() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Returns the selection model that is used to maintain row selection state.
getSelectionValue(Object) - Method in class com.ibm.as400.resource.ResourceList
Returns the current value of a selection.
getSelectionValue(Object, int) - Method in class com.ibm.as400.resource.ResourceList
Returns the current value of a selection.
getSendBufferSize() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_SNDBUF socket option is set.
getSendBufferSize() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket send buffer size option.
getSenderInformation() - Method in class com.ibm.as400.access.DataQueueEntry
Returns the sender information for this data queue entry.
getSensitivityLevel() - Method in class com.ibm.as400.access.Permission
Returns the sensitivity level of the 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.util.commtrace.EchoRequest
Returns the sequence number of this EchoRequest header.
getSequenceNumber() - Method in class com.ibm.as400.util.commtrace.EchoReplyRequest
Returns the sequence number of this EchoReplyRequest header.
getServer() - Method in class com.ibm.as400.access.FTP
Returns the name of the server.
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.
getServerJob() - Method in class com.ibm.as400.access.CommandCall
Returns a Job object which represents the server job in which the command will be run.
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.AS400JDBCConnection
Returns the job identifier of the host server job corresponding to this connection.
getServerName() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the name of the AS400 server property.
getServerTraceCategories() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the level of tracing started on the JDBC server job.
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.
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.
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.access.AS400Message
Returns the message severity.
getSeverity() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the severity.
getShareName() - Method in class com.ibm.as400.util.html.FileTreeElement
Returns the NetServer share name.
getShareName() - Method in class com.ibm.as400.util.html.FileListElement
Return the name of the NetServer share.
getShareOption() - Method in class com.ibm.as400.access.IFSRandomAccessFile
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.IFSFileInputStream
Returns the share option for this object.
getSharePath() - Method in class com.ibm.as400.util.html.FileTreeElement
Returns the NetServer share path.
getSharePath() - Method in class com.ibm.as400.util.html.FileListElement
Return the NetServer share point.
getShort(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a Java short value.
getShort(int) - 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.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter 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(String) - 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.AS400JDBCCallableStatement
Returns the value of an SQL SMALLINT output parameter as a Java short value.
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.SQLResultSetTablePane
Returns whether horizontal lines are drawn between rows.
getShowHorizontalLines() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns whether horizontal lines are drawn between rows.
getShowVerticalLines() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns whether vertical lines are drawn between columns.
getShowVerticalLines() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns whether vertical lines are drawn between columns.
getSignedOnAttemptsNotValid() - Method in class com.ibm.as400.access.User
Returns 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.
getSize() - Method in class com.ibm.as400.ui.framework.java.PanelListModel
Returns the length of the list.
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.SelectFormElement
Returns the number of visible options.
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.HTMLText
Returns the font text size.
getSize() - Method in class com.ibm.as400.util.html.FormInput
Returns the size of the input field.
getSize() - Method in class com.ibm.as400.vaccess.ResourceListModel
Returns the number of objects in the list.
getSize() - Method in class com.ibm.as400.vaccess.AS400ListModel
Returns the number of objects in the list.
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.
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.SocketProperties
Indicates the value to which the SO_LINGER socket option is set.
getSoLinger() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket linger option in seconds.
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.
getSort() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns how OS/400 sorts records before sending them to the client.
getSortLanguage() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the three-character language id to use for selection of a sort sequence.
getSortMetaData() - Method in class com.ibm.as400.resource.ResourceList
Returns the sort meta data.
getSortMetaData(Object) - Method in class com.ibm.as400.resource.ResourceList
Returns the sort meta data for a specific sort.
getSortOrder(Object) - Method in class com.ibm.as400.resource.ResourceList
Returns the current order for a particular sort.
getSortSequenceTable() - Method in class com.ibm.as400.access.User
Returns the fully integrated file system path name of the sort sequence table used for string comparisons.
getSortSequenceTable() - Method in class com.ibm.as400.access.Job
Returns the fully qualified integrated file system path name of the sort sequence table.
getSortTable() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the library and file name of a sort sequence table stored on the server.
getSortTable() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Sort library/table name" field on the Language tab.
getSortType() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Sort type" field on the Language tab.
getSortTypeChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Sort type" drop down list.
getSortValue() - Method in class com.ibm.as400.resource.ResourceList
Returns the current value of the sort.
getSortWeight() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns how OS/400 treats case while sorting records.
getSortWeightGroup() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Sort weight" group on the Language tab.
getSoTimeout() - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_TIMEOUT socket option is set.
getSoTimeout() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Gets the socket timeout option in milliseconds.
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.
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.
getSpecialAuthority() - Method in class com.ibm.as400.access.User
Returns a list of special authorities that the user has.
getSpecialEnvironment() - Method in class com.ibm.as400.access.User
Returns 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.VOutput
Returns the spooled file.
getSpooledFile() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Returns the spooled file being viewed.
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.
getSpooledFileNumber() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the number of the spooled file currently being processed by the writer.
getSpooledFileType() - Method in class com.ibm.as400.access.ISeriesNetServerPrintShare
Returns the spooled file type for the share.
getSQLKeywords() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of all of the database's SQL keywords that are not also SQL92 keywords.
getSQLlibrary() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
getSQLStatement() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Returns the SQL statement that will be run when this menu item is chosen.
getSQLStatement() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Returns the SQL statement that was last executed which the results in this object represent.
getSQLStatement() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Returns the SQL statement that will be run when this button is pressed.
getSQLStateType() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates whether the SQLSTATEs returned by SQLException.getSQLState is X/Open SQL CLI or SQL99.
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.IP6Header
Returns the source IPv6 Address of this Header.
getSrcAddr() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the source IP address of this IPv4 Header.
getSrcPort() - Method in class com.ibm.as400.util.commtrace.UDPHeader
Returns the source port of this UDP Header.
getSrcPort() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the source port for this TCP header.
getStandardErrorString() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the next string written to standard error by the program running on the server.
getStandardOutString() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the next string written to standard output 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.
getStartingMessageKey() - Method in class com.ibm.as400.access.JobLog
Returns the starting message key.
getStartingSequenceNumber() - Method in class com.ibm.as400.util.html.OrderedList
Returns the starting number in the order labeling.
getStartPosition() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Returns a position that represents the start of the document.
getStartPosition() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns a position that represents the start of the document.
getStartPosition() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Returns a position that represents the start of the document.
getStartTime() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns Start time of trace in 8-byte TOD clock value.
getStartTime() - Method in class com.ibm.as400.util.commtrace.FormatProperties
Gets the start time filter
getStartTimeFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the create date filter.
getStatement() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.micro.JdbcMeOfflineResultSet
Returns the statement for this result set.
getStatement() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Returns the statement for this result set.
getStatus() - Method in class com.ibm.as400.access.User
Returns the status of the user profile.
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.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.Job
Returns the job status.
getStatus() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns status of trace:
'STOP' - Stopped
'ERR ' - Error
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 a value indicating 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.
getStorageUsed() - Method in class com.ibm.as400.access.User
Returns the amount of auxiliary storage (in kilobytes) occupied by this user's owned objects.
getString() - Method in class com.ibm.as400.access.DataQueueEntry
Returns the data for this data queue entry as a string.
getString(AS400) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the result of converting the assigned AS/400 bytes to a Java String using the assigned CCSID.
getString(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the value of a column as a String object.
getString(int) - 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.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.micro.JdbcMeOfflineResultSet
Returns the value of a column as a String object.
getString(int) - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
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(String) - 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.AS400JDBCCallableStatement
Returns the value of an SQL CHAR or VARCHAR output parameter as a Java String object.
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.
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
 
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) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns a String value for the named 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.
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.
getStringValueAt(int) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Returns the string value of the current record at the given index.
getStringValueAt(int) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Returns the string value of the current record at the given index.
getStringValueAt(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the string value at the specifed row and column.
getStringValueAt(int, int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the string value at the specifed row and column.
getStyle() - Method in class com.ibm.as400.ui.util.MessageViewer
Determines the display style of the panel.
getStyle() - Method in class com.ibm.as400.ui.framework.java.TimeFormatter
Gets the style to be used for formatting.
getStyle() - Method in class com.ibm.as400.ui.framework.java.DateFormatter
Gets the style to be used for formatting.
getStyle(String) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns a named style.
getSubstitutionData() - Method in class com.ibm.as400.access.AS400Message
Returns the substitution data.
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.AS400JDBCClob
Returns part of the contents of the CLOB.
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.
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.Job
Returns additional information about the job type.
getSubtype() - Method in class com.ibm.as400.access.IFSFile
Returns the subtype of the integrated file system object represented by this object.
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.
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.
getSupplementalGroups() - Method in class com.ibm.as400.access.User
Returns the supplemental groups for the user profile.
getSupplementalGroupsNumber() - Method in class com.ibm.as400.access.User
Returns 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.
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.
getSYNFlag() - Method in class com.ibm.as400.util.commtrace.TCPHeader
Returns the syn Flag for this TCP header.
getSystem() - Method in class com.ibm.as400.ui.util.MessageViewer
Gets the AS400 system being used for help detail.
getSystem() - Method in class com.ibm.as400.ui.util.CommandPrompter
Returns the system used by this dialog.
getSystem() - Method in class com.ibm.as400.access.UserSpace
Returns the system object for this user space.
getSystem() - Method in class com.ibm.as400.access.UserList
Returns the system.
getSystem() - Method in class com.ibm.as400.access.User
Returns the system.
getSystem() - Method in class com.ibm.as400.access.SystemValueList
Returns the system.
getSystem() - Method in class com.ibm.as400.access.SystemValueGroup
Returns the system object for this group.
getSystem() - Method in class com.ibm.as400.access.SystemValue
Returns the system.
getSystem() - Method in class com.ibm.as400.access.SystemStatus
Returns the AS/400 system.
getSystem() - Method in class com.ibm.as400.access.SystemPool
Returns the AS/400 system.
getSystem() - Method in class com.ibm.as400.access.PTFCoverLetter
Returns the system.
getSystem() - Method in class com.ibm.as400.access.ProgramCall
Returns the server on which the program is to be run.
getSystem() - Method in class com.ibm.as400.access.ProductLicense
Returns the AS/400 object for this license.
getSystem() - Method in class com.ibm.as400.access.Product
Returns the system.
getSystem() - Method in class com.ibm.as400.access.PrintObjectList
Returns the AS/400 system name.
getSystem() - Method in class com.ibm.as400.access.PrintObject
Returns the server on which this object exists.
getSystem() - Method in class com.ibm.as400.access.Permission
Returns the server
getSystem() - Method in class com.ibm.as400.access.PanelGroup
Returns the system object.
getSystem() - Method in class com.ibm.as400.access.ObjectList
Returns the system.
getSystem() - Method in class com.ibm.as400.access.ObjectDescription
Returns the system.
getSystem() - Method in class com.ibm.as400.access.MessageQueue
Returns the system.
getSystem() - Method in class com.ibm.as400.access.MessageFile
Returns the AS/400 which contains the message file.
getSystem() - Method in class com.ibm.as400.access.JobLog
Returns the system.
getSystem() - Method in class com.ibm.as400.access.JobList
Returns the system.
getSystem() - Method in class com.ibm.as400.access.Job
Returns the system.
getSystem() - Method in class com.ibm.as400.access.JavaApplicationCall
Returns the server which contains the Java program.
getSystem() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the system.
getSystem() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the system.
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.IFSJavaFile
Returns the system that this object references.
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.IFSFileInputStream
Returns the AS400 system object for this file input stream.
getSystem() - Method in class com.ibm.as400.access.IFSFile
Returns the system that this object references.
getSystem() - Method in class com.ibm.as400.access.EnvironmentVariableList
Returns the server on which the environment variable list exists.
getSystem() - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the server on which the environment variable exists.
getSystem() - Method in class com.ibm.as400.access.DirectoryEntryList
Returns the system.
getSystem() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the system.
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.CommandList
Returns the server from which to retrieve the command list.
getSystem() - Method in class com.ibm.as400.access.CommandCall
Returns the server on which the command is to be run.
getSystem() - Method in class com.ibm.as400.access.Command
Returns the AS400 object for this command.
getSystem() - Method in class com.ibm.as400.access.ClusteredHashTable
Returns the AS400 system object for the clustered hash table.
getSystem() - Method in class com.ibm.as400.access.BaseDataQueue
Returns the AS400 object representing the system on which the data queue exists.
getSystem() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the system object which is managing the connection to the server.
getSystem() - Method in class com.ibm.as400.access.AS400FTP
Returns the name of the server.
getSystem() - Method in class com.ibm.as400.access.AS400FileRecordDescription
Returns the AS400 system object for this object.
getSystem() - Method in class com.ibm.as400.access.AS400File
Returns the AS400 system object for this object.
getSystem() - Method in class com.ibm.as400.access.AS400CertificateUtil
Returns the AS400 system object.
getSystem() - Method in class com.ibm.as400.data.ProgramCallDocument
Gets the OS/400 on which programs are to be called.
getSystem() - Method in class com.ibm.as400.resource.ResourceList
Returns the system.
getSystem() - Method in class com.ibm.as400.resource.Resource
Returns the system.
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.AS400Credential
Returns the AS400 system object for the credential.
getSystem() - Method in class com.ibm.as400.util.html.FileListElement
Returns the AS/400 system.
getSystem() - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an AS400 object.
getSystem() - Method in class com.ibm.as400.vaccess.VUserList
Returns the AS/400 system from which the user will be retrieved.
getSystem() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the AS/400 system in which the user information resides.
getSystem() - Method in class com.ibm.as400.vaccess.VUser
Returns the AS/400 system on which the user resides.
getSystem() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the AS/400 system in which the system values resides.
getSystem() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the AS/400 system in which the system status information resides.
getSystem() - Method in class com.ibm.as400.vaccess.VSystemPool
Returns the AS/400 system in which the system pool information resides.
getSystem() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the AS/400 from which the list will be retrieved.
getSystem() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the AS/400 on which the output resides.
getSystem() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the AS/400 on which the message queue exists.
getSystem() - Method in class com.ibm.as400.vaccess.VJobList
Returns the AS/400 on which the list resides.
getSystem() - Method in class com.ibm.as400.vaccess.VJob
Returns the AS/400 system on which the job resides.
getSystem() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the AS/400 on which the file resides.
getSystem() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the AS/400 on which the file resides.
getSystem() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the AS400 where the file is located.
getSystem() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the AS400 where the file is located.
getSystem() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Returns the AS400 where the file is located.
getSystem() - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Returns the AS/400 on which programs are run.
getSystem() - Method in class com.ibm.as400.vaccess.ProgramCallButton
Returns the AS/400 on which programs are run.
getSystem() - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Returns the system on which the data queue resides.
getSystem() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns the AS/400 system on which the file resides.
getSystem() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Returns the system for this dialog.
getSystem() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Returns the system on which the data queue resides.
getSystem() - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Returns the AS/400 on which commands are run.
getSystem() - Method in class com.ibm.as400.vaccess.CommandCallButton
Returns the AS/400 on which commands are run.
getSystem(int) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an AS400 object.
getSystem(String) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an AS400 object.
getSystem(String, int) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Returns an AS400 object.
getSystem(String, String, String) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Constructs an AS400 object.
getSystem(String, String, String, int) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Constructs an AS400 object.
getSystemASP() - Method in class com.ibm.as400.access.SystemStatus
Returns the storage capacity of the system auxiliary storage pool(ASP1).
getSystemFunctions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of supported system functions.
getSystemGroup() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the system group of this directory entry.
getSystemLibraryList() - Method in class com.ibm.as400.access.Job
Returns the system portion of the library list of the initial thread.
getSystemName() - Method in class com.ibm.as400.access.PasswordDialog
Returns the system name.
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.AS400
Returns the name of the system.
getSystemPool() - Method in class com.ibm.as400.vaccess.VSystemPool
Returns the systemPool.
getSystemPools() - Method in class com.ibm.as400.access.SystemStatus
Returns the enumeration containing a SystemPool object for each system pool.
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.
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.
getSystemValueList() - Method in class com.ibm.as400.vaccess.VSystemValueList
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.
getTabbedPane() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Gets the tabbed pane object of this tabbed pane.
getTabbedPane() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the JTabbedPane for the specified property sheet manager.
getTabCount() - Method in class com.ibm.as400.vaccess.ResourceProperties
Returns the number of tabs.
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.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.ibm.as400.ui.framework.java.TableItemCellRenderer
Sets up the Component to be used to render the cell.
getTableName(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Returns the column's table name.
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.
getTableRow(String, NodeDescriptor) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the table row number containing the specified tree node
getTables() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Returns the names of the tables used in the query.
getTables(String, String, String, String[]) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the description of the tables available in a catalog.
getTableSchemas() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
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.
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.html.TextFormInput
Returns the tag for the text 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.SubmitFormInput
Returns the tag for the submit form input type.
getTag() - Method in class com.ibm.as400.util.html.SelectOption
Returns the select option tag.
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.ResetFormInput
Returns the tag for the reset 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.RadioFormInput
Returns the tag for the radio button form input type.
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.OrderedList
Returns the tag for the ordered list.
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.LabelFormElement
Returns the label 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.HTMLTreeElement
Returns the HTMLTreeElement tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLTree
Returns the HTMLTree tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLText
Returns the text tag.
getTag() - Method in interface com.ibm.as400.util.html.HTMLTagElement
Returns the element tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the table row tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the table header tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the table cell 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.HTMLTable
Returns the HTML table tag.
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.HTMLParameter
Returns the tag for the HTML parameter.
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.HTMLListItem
Returns the tag for the HTML list item.
getTag() - Method in class com.ibm.as400.util.html.HTMLImage
Returns the element tag.
getTag() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the HTML tag that represents the resource link.
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.HTMLHead
Returns the tag for the HTML alignment.
getTag() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the HTML form tag.
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.HTMLApplet
Returns the tag for the HTML applet.
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.HiddenFormInput
Returns the tag for the hidden 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.FileFormInput
Returns the tag for the file 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.ButtonFormInput
Returns the tag for the button form input type.
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.servlet.ServletHyperlink
Returns the HTML tag that represents the resource link.
getTag(boolean) - Method in class com.ibm.as400.util.html.HTMLText
Returns the text tag.
getTag(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableHeader
Returns the table header tag with the specified data element.
getTag(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the table cell tag with the specified element.
getTag(String) - Method in class com.ibm.as400.util.html.SelectOption
Returns the select option tag with the new viewable option text.
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(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, 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.
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.
getTagName() - Method in interface com.ibm.as400.data.Descriptor
Returns the tag name of the Descriptor.
getTags() - Method in class com.ibm.as400.access.IFSShareOptionEditor
Returns the set of possible values for the property.
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.DQAttsAuthorityEditor
Returns the list of data queue editor authorities.
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.commtrace.NeighborAdvertisement
Returns the target address of this NeighborAdvertisement Message
getTarget() - Method in class com.ibm.as400.util.html.HTMLHyperlink
Returns the target frame for the resource link.
getTarget() - Method in class com.ibm.as400.util.html.HTMLForm
Returns the target frame for the form response.
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 OS/400 on which you can load and apply this PTF (e.g.
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.
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.
getText() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the text for this directory entry.
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.util.html.TextAreaFormElement
Returns the initial text of the text area.
getText() - Method in class com.ibm.as400.util.html.SelectOption
Returns the viewable option 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.HTMLText
Returns the text.
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.HTMLHyperlink
Returns the text that represents the resource link.
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.HTMLApplet
Returns the alternate text of the applet.
getText() - Method in class com.ibm.as400.vaccess.VUserList
Returns the description text.
getText() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the description text.
getText() - Method in class com.ibm.as400.vaccess.VUser
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the text representation of the system value list.
getText() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the description text.
getText() - Method in class com.ibm.as400.vaccess.VSystemPool
Returns the text which is the system pool name.
getText() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VPropertiesAction
Returns the text for the properties action.
getText() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VOutput
Returns the text.
getText() - Method in interface com.ibm.as400.vaccess.VObject
Returns the descriptive text associated with this object.
getText() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the name of the message queue.
getText() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VMessage
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VJobList
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VJob
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the text.
getText() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the text.
getText() - Method in interface com.ibm.as400.vaccess.VAction
Returns the text for the action.
getTEXT() - Method in class com.ibm.as400.access.FieldDescription
Returns the value specified for the TEXT keyword for this field.
getText(int, int) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Returns the text contained within the specified portion of the document.
getText(int, int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns the text contained within the specified portion of the document.
getText(int, int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Returns the text contained within the specified portion of the document.
getText(int, int, Segment) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Stores the text contained within the specified portion of the document in a segment.
getText(int, int, Segment) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Stores the text contained within the specified portion of the document in a segment.
getText(int, int, Segment) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Stores the text contained within the specified portion of the document in a segment.
getTextConversionEnablement() - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Gets the value of the "enable text conversion" attribute.
getTextUrl() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Returns the text URL.
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.
getTime() - Method in class com.ibm.as400.util.commtrace.Frame
Return the Time of day in HH:MM:SS.mm format.
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(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(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.AS400JDBCRowSet
Returns the value of a column as a java.sql.Time object using a calendar other than the default.
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(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.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.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.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.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.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.AS400JDBCCallableStatement
Returns the value of an SQL TIME output parameter as a java.sql.Time object using a calendar other than the default.
getTimeDateFunctions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the list of supported time and date functions.
getTimeFormat() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the OS/400 time format used in time literals with SQL statements.
getTimeFormat() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Time format" field on the Format tab.
getTimeFormatChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Time format" drop down list.
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.Job
Returns the value used to separate hours, minutes, and seconds when presenting a time.
getTimeSeparator() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the OS/400 time separator used in time literals within SQL statements.
getTimeSeparator() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Time separator" field on the Format tab.
getTimeSeparatorChoices() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the list of values in the "Time separator" drop down list.
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.
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(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(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.AS400JDBCRowSet
Returns the value of a column as a java.sql.Timestamp object using a calendar other than the default.
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(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.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.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.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.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.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.AS400JDBCCallableStatement
Returns the value of an SQL TIMESTAMP output parameter as a java.sql.Timestamp object using a calendar other than the default.
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.
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.ui.util.MessageViewer
Returns the panel's title.
getTitle() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the wizard's title.
getTitle() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Returns the tabbed pane's title.
getTitle() - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Returns the split pane's title.
getTitle() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the property sheet's title.
getTitle() - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Returns the pane's title.
getTitle() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the panel's title.
getTitle() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Returns the deck pane's title.
getTitle() - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Returns the descriptor title.
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.HTMLHyperlink
Returns the title for the resource link.
getTitle() - Method in class com.ibm.as400.util.html.HTMLHead
Returns the title of the HTMLHead object.
getTitleBarText() - Method in class com.ibm.as400.ui.framework.java.IllegalUserDataException
Returns the text to be displayed on the error dialog's TitleBar.
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 iSeries system.
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.
getToolBar() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the toolbar defined for this panel.
getToolBarButton(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns a JComponent from the ToolBar
getToolboxTraceCategory() - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.
getTotalCopies() - Method in class com.ibm.as400.access.ISeriesPrinter
Returns the total number of copies to be printed.
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.
getTotalResponseTime() - Method in class com.ibm.as400.access.Job
Returns the total amount of response time (in milliseconds) for the initial thread.
getTraceDescription() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the trace description.
getTrafficClass() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the traffic class of this Header.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the transaction isolation level.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the server's transaction isolation.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the transaction isolation level.
getTransactionIsolation() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the transaction isolation level.
getTransactionIsolation() - Method in class com.ibm.as400.micro.JdbcMeConnection
Returns the transaction isolation level.
getTransactionTimeout() - Method in class com.ibm.as400.access.AS400JDBCXAResource
Returns the current transaction timeout value.
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 hexidecimal literals.
getTreeModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Returns the tree model.
getTreeSelectionModel() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
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.
getType() - Method in class com.ibm.as400.ui.framework.java.HandlerTask
Returns this object's type.
getType() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the attribute 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.Permission
Returns the object type.
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.ObjectDescription
Returns the type of this object.
getType() - Method in class com.ibm.as400.access.Job
Returns the job type.
getType() - Method in class com.ibm.as400.access.AS400Message
Returns the message type.
getType() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.AS400Array
Returns the type of the array.
getType() - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Return the type of result set.
getType() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Returns the result set type.
getType() - Method in class com.ibm.as400.resource.ResourceMetaData
Returns the type of value.
getType() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns the 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.Header
Returns this header's type.
getType() - Method in class com.ibm.as400.util.html.UnorderedListItem
Returns the type of the labeling scheme.
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.OrderedListItem
Returns the type of the order labeling.
getType() - Method in class com.ibm.as400.util.html.OrderedList
Returns the type of the order labeling.
getTypeField() - Method in class com.ibm.as400.util.commtrace.ICMP6Header
Returns the type of this ICMPv6 Header from the trace.
getTypeField() - Method in class com.ibm.as400.util.commtrace.ICMP4Header
Returns the type of this ICMPv4 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.
getTypeMap() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.AS400JDBCConnection
Returns the type map.
getTypeOfService() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the type of service of this IPv4 Header.
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.
getUI() - Method in class com.ibm.as400.ui.framework.java.JGroupingTableHeader
Returns the L&F object that renders this component.
getUIClassID() - Method in class com.ibm.as400.ui.framework.java.JGroupingTableHeader
Returns the name of the L&F class that renders this component.
getUnencryptedData() - Method in class com.ibm.as400.access.ValidationListEntry
Returns the unencrypted data for the entry.
getUnexpandedFiles() - Static method in class utilities.AS400ToolboxInstaller
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.AS400JDBCRowSet
Deprecated. Use getCharacterStream(int) 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.AS400JDBCRowSet
Deprecated. Use getCharacterStream(String) instead.
getUnicodeStream(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Deprecated. Use getCharacterStream(String) instead.
getUnusablePkgActionGroup() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Unusable package" group on the Package tab.
getUpdateCount() - Method in class com.ibm.as400.access.AS400JDBCStatement
Returns the current update count.
getUpdateCount() - Method in class com.ibm.as400.micro.JdbcMeStatement
Returns the current update count.
getUpdateCount() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Returns the number of rows affected by the last SQL statement run.
getUpdateCount() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Returns the number of rows affected by the last SQL statement run.
getUpdateCount() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Returns the number of rows affected by the last SQL statement run.
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() - Method in class com.ibm.as400.access.AS400JDBCRowSet
Returns the url used in getting a connection.
getUrl() - Method in class com.ibm.as400.util.html.HTMLMeta
Returns the URL of the meta tag.
getURL() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the URL for this database.
getURL() - Method in class com.ibm.as400.util.html.URLParser
Returns the URL.
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.vaccess.SQLConnection
Returns the URL for this 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(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(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.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.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.AS400JDBCCallableStatement
Returns the value of an SQL DATALINK output parameter as a java.net.URL object.
getUsageCount() - Method in class com.ibm.as400.access.ProductLicense
Returns the usage count for this license.
getUsageGroup() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Returns the value of the "Usage" group on the Package tab.
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.
getUsePromptPrograms() - Method in class com.ibm.as400.ui.util.CommandPrompter
Returns if the prompter should call the prompt override and change exit programs.
getUser() - Method in class com.ibm.as400.access.QueuedMessage
Returns the sender job's user.
getUser() - Method in class com.ibm.as400.access.JobLog
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.Job
Returns the user name.
getUser() - Method in class com.ibm.as400.access.FTP
Returns the user.
getUser() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the database user property.
getUser() - Method in class com.ibm.as400.resource.RJobLog
Returns the user name.
getUser() - Method in class com.ibm.as400.resource.RJob
Returns the user name.
getUser() - Method in class com.ibm.as400.security.auth.AS400Principal
Returns an iSeries 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.VUser
Returns the user.
getUser() - Method in class com.ibm.as400.vaccess.VJobList
Returns the user name.
getUserActionAuditLevel() - Method in class com.ibm.as400.access.User
Returns 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.
getUserButton(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns one of the wizard's user defined buttons.
getUserButton(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns one of the property sheet's user defined buttons.
getUserClassName() - Method in class com.ibm.as400.access.User
Returns the user class name.
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.access.ClusteredHashTableEntry
Returns the user data.
getUserData() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns if traced all user data.
getUserDataFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the user data list filter.
getUserDataFilter() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the user data list filter.
getUserDescription() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the user description field for this directory entry.
getUserFilter() - Method in class com.ibm.as400.access.SpooledFileList
Returns the user ID list filter.
getUserFilter() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the user ID list filter.
getUserId() - Method in class com.ibm.as400.access.PasswordDialog
Returns the user ID.
getUserId() - Method in class com.ibm.as400.access.AS400
Returns the user ID.
getUserID() - Method in class com.ibm.as400.access.UserPermission
Returns the user profile name for this permission.
getUserID() - Method in class com.ibm.as400.access.User
Returns the user ID number for the user profile.
getUserID() - Method in class com.ibm.as400.access.DirectoryEntry
Returns the user ID of this directory entry.
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
Returns the user information.
getUserLibraryList() - Method in class com.ibm.as400.access.Job
Returns the user portion of the library list of the initial thread.
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.ISeriesNetServerSession
Returns the name of the user that is associated with the session.
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.AS400JDBCDatabaseMetaData
Returns the current user name as known to the database.
getUserName() - Method in class com.ibm.as400.vaccess.SQLConnection
Returns the user name for this connection.
getUserObject() - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Returns the user Object associated with this descriptor.
getUserOptions() - Method in class com.ibm.as400.access.User
Returns a list of options for users to customize their environment.
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.
getUserProfileName() - Method in class com.ibm.as400.access.User
Returns the name of the user profile on the system.
getUserProfileName() - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
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 OS/400 thread when work is performed on behalf of the principal.
getUserProfileName() - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationPrincipal
Returns the user profile name.
getUsers() - Method in class com.ibm.as400.access.UserList
Returns the list of users in the user list.
getUsers() - Method in class com.ibm.as400.access.AS400ConnectionPool
Get an enumeration of the systemName/userId pairs in the pool.
getUsers(int, int) - Method in class com.ibm.as400.access.UserList
Returns a subset of the list of users.
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
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
Returns true if the user is able to select and change the schemas for which tables are shown.
getUsersSignedOffWithPrinterOutputWaitingToPrint() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of sessions that have ended with printer output files waiting to print.
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.
getUserStartingMessageKey() - Method in class com.ibm.as400.access.MessageQueue
Returns the starting message key, if one has been set.
getUsersTemporarilySignedOff() - Method in class com.ibm.as400.access.SystemStatus
Returns the number of interactive jobs that are disconnected plus the number of disconnected jobs.
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.
getValue() - Method in class com.ibm.as400.access.SystemValue
Returns the current value of this system value.
getValue() - Method in class com.ibm.as400.access.IFSShareOptionEditor
Returns the value of the property.
getValue() - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Returns the value of the property.
getValue() - Method in class com.ibm.as400.access.EnvironmentVariable
Returns the value of the environment variable.
getValue() - Method in class com.ibm.as400.resource.ResourceEvent
Returns the associated attribute value, or null if none.
getValue() - Method in class com.ibm.as400.util.html.SelectOption
Returns the input value used when the field is submitted.
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.HTMLParameter
Returns the value of the parameter.
getValue() - Method in class com.ibm.as400.util.html.FormInput
Returns the initial value of the input field.
getValue(int) - Method in class com.ibm.as400.access.ObjectDescription
Returns the value of the given attribute of this ObjectDescription.
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.EnvironmentVariable
Returns the value of the environment variable.
getValue(Object) - Method in class com.ibm.as400.resource.ProgramAttributeGetter
Returns an attribute value.
getValue(Object) - Method in class com.ibm.as400.resource.Presentation
Returns a presentation value.
getValue(Object, int) - Method in class com.ibm.as400.resource.ProgramAttributeGetter
Returns an attribute value.
getValue(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns the Java object value for the named element.
getValue(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Returns the Java object value for the named element.
getValue(String) - Method in class com.ibm.as400.vaccess.VActionAdapter
Returns the value of the property associated with the given key.
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(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.
getValueAt(int) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Returns the value of the current record at the given index.
getValueAt(int) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Returns the value of the current record at the given index.
getValueAt(int, int) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns an attribute value for the cell at row and column.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the value at the specifed row and column.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Returns the value at the specifed row and column.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Returns the value at the specified row and column.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Returns the value at the specifed row and column.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Returns the value at the specifed column and row.
getValueAt(int, int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Returns the value at the specifed row and column.
getValues(Object[], AS400, ProgramCallDocument, String, int[]) - Method in class com.ibm.as400.resource.ProgramMap
Get a set of values from the PCML document and map them to the appropriate logical values.
getVARLEN() - Method in class com.ibm.as400.access.HexFieldDescription
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.DBCSOnlyFieldDescription
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.DBCSEitherFieldDescription
Returns the value specified for the VARLEN keyword for this field.
getVARLEN() - Method in class com.ibm.as400.access.CharacterFieldDescription
Returns the value specified for the VARLEN keyword for this field.
getVersion() - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Returns the version of the AS/400 Graphical Toolbox.
getVersion() - Method in class com.ibm.as400.access.AS400
Returns the version of the server.
getVersion() - Method in class com.ibm.as400.util.commtrace.IP6Header
Returns the version of this Header.
getVersion() - Method in class com.ibm.as400.util.commtrace.IP4Header
Returns the version of this IPv4 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.
getVerticalAlignment() - Method in class com.ibm.as400.util.html.HTMLTableRow
Returns the global vertical alignment for the row.
getVerticalAlignment() - Method in class com.ibm.as400.util.html.HTMLTableCell
Returns the vertical alignment.
getVerticalIconPosition() - Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
Returns the item's vertical icon position.
getViewingFidelity() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Returns the viewing fidelity.
getVisibleRowCount() - Method in class com.ibm.as400.vaccess.ResourceListPane
Returns the preferred number of visible rows.
getVisibleRowCount() - Method in class com.ibm.as400.vaccess.AS400ListPane
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 server.
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
Returns the VSystemStatus contained in VSystemStatusPane.
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.AS400JDBCStatement
Returns the first warning reported for the statement.
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.AS400JDBCResultSet
Returns the first warning reported for the result set.
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.AS400JDBCConnection
Returns the first warning reported for the connection.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Returns the warnings generated by the JDBC connection and statement.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Returns the warnings generated by the JDBC connection and statement.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLStatementButton
Returns the warnings generated by the JDBC connection and statement.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Returns the warnings generated by the JDBC connection, statement, and result set.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Returns the SQL warnings.
getWarnings() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Returns the warnings generated by the JDBC connection, statement, and result set.
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.ImageFormInput
Returns the width of the image in pixels.
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.HTMLTable
Returns the table width in pixels or percent.
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.HTMLApplet
Returns the width of the applet in pixels.
getWidth() - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Returns the form width in pixels or percent.
getWildCardMode() - Method in class com.ibm.as400.ui.util.AS400Formatter
Gets the Wild Card allowance used during checking.
getWindow() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns the main wizard window.
getWindow() - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Returns the window being managed by this WindowManager.
getWindow() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Returns the main property sheet window.
getWindow() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns the main panel window.
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.
getWINSScopeID() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the 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.
getWorkIDUnit() - Method in class com.ibm.as400.access.Job
Returns the unit of work identifier.
getWorkstationStartingMessageKey() - Method in class com.ibm.as400.access.MessageQueue
Returns the starting message key, if one has been set.
getWriteNullDataLength() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the length to be specified in the written AS/400 byte structure if the assigned data is null.
getWriteNullDataLength() - Method in class com.ibm.as400.access.ValidationListDataToEncrypt
Returns the length to be specified in the written AS/400 byte structure if the assigned data is null.
getWriteOffsetCcsid() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the offset of CCSID information in the structure when the receiver is written to AS/400 bytes.
getWriteOffsetCcsid() - Method in class com.ibm.as400.access.ValidationListAttributeData
Returns the offset of CCSID information in the structure when the receiver is written to AS/400 bytes.
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 AS/400 byte structure.
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 AS/400 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 AS/400 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 AS/400 byte structure.
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.
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 OS/400.
getXAConnection(String, String) - Method in class com.ibm.as400.access.AS400JDBCXADataSource
Returns an XA connection to OS/400.
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
getXsdName -- Returns the value of the xsdName to be used on the GRACE_PERIOD_EXPIRED - Static variable in class 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.
GridLayoutFormPanel - class com.ibm.as400.util.html.GridLayoutFormPanel.
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.
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
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
Attribute ID for group authority.
GROUP_AUTHORITY_ALL - Static variable in class com.ibm.as400.resource.RUser
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
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
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
Attribute ID for group authority type.
GROUP_AUTHORITY_TYPE_PGP - Static variable in class com.ibm.as400.resource.RUser
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
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
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
Attribute ID for group ID number.
GROUP_ID_NUMBER_GENERATE - Static variable in class com.ibm.as400.resource.RUser
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
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
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_PROFILE - Static variable in class com.ibm.as400.resource.RUserList
Selection ID for group profile.
GROUP_PROFILE_NAME - Static variable in class com.ibm.as400.resource.RUser
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.
GUEST_USER_PROFILE - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "guest user profile".
GUEST_USER_PROFILE_PENDING - Static variable in class com.ibm.as400.access.NetServer
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)
handleDataException(IllegalUserDataException) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Provides the default handling for an IllegalUserDataException.
handleDataException(IllegalUserDataException) - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Provides the default handling for an IllegalUserDataException.
handleDataException(IllegalUserDataException) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Provides the default handling for an IllegalUserDataException.
handleDataException(IllegalUserDataException) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Provides the default handling for an IllegalUserDataException.
handleDataException(IllegalUserDataException, Container) - Static method in class com.ibm.as400.ui.framework.java.PanelManager
Provides the default handling for an IllegalUserDataException.
HandlerTask - class com.ibm.as400.ui.framework.java.HandlerTask.
Defines an action to be performed on one or more user interface components on behalf of an application.
HandlerTask(int) - Constructor for class com.ibm.as400.ui.framework.java.HandlerTask
Constructs a HandlerTask of the specified type.
hasChildren() - Method in interface com.ibm.as400.data.Descriptor
Returns true if this Descriptor has childen.
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.ISeriesPrinter
Returns the hash code value for the name of this ISeriesPrinter object.
hashCode() - Method in class com.ibm.as400.access.IFSJavaFile
Computes a hashcode for this object.
hashCode() - Method in class com.ibm.as400.access.IFSFile
Computes a hash code for this object.
hashCode() - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
Returns a hash code for this principal.
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.ProfileHandleCredential
Returns a hash code for this credential.
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 server.
hasSpecialAuthority(String) - Method in class com.ibm.as400.access.User
Indicates 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
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
Indicates if an attribute has an uncommitted change.
Header - class com.ibm.as400.util.commtrace.Header.
Parent header class.
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
Attribute ID for held status.
HELP_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.WizardManager
Used to identify the Help button on the wizard panel.
HELP_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
Used to identify the Help button on the property sheet.
HELP_FIRST - Static variable in class com.ibm.as400.ui.framework.java.HelpEvent
The first number in the range of ids used for help events.
HELP_LAST - Static variable in class com.ibm.as400.ui.framework.java.HelpEvent
The last number in the range of ids used for help events.
HELP_TEXT - Static variable in class com.ibm.as400.resource.Presentation
Constant indicating the presentation key for help text.
HelpEvent - class com.ibm.as400.ui.framework.java.HelpEvent.
An event that indicates that help has been requested for a PDML panel.
HelpEvent(Object, int, String, String) - Constructor for class com.ibm.as400.ui.framework.java.HelpEvent
Constructs a HelpEvent object.
HelpListener - interface com.ibm.as400.ui.framework.java.HelpListener.
Defines the interface for an object that is notified whenever help is requested for a PDML panel or a component on a panel.
HelpViewer - class com.ibm.as400.ui.framework.java.HelpViewer.
Displays HTML-based help information in a JavaHelp window.
HelpViewer() - Constructor for class com.ibm.as400.ui.framework.java.HelpViewer
Constructs a help viewer when help will be shown with a user-specified table of contents, index, and search.
HelpViewer(String) - Constructor for class com.ibm.as400.ui.framework.java.HelpViewer
Constructs a help viewer.
HelpViewer(URL) - Constructor for class com.ibm.as400.ui.framework.java.HelpViewer
Constructs a help viewer.
HelpViewer(URL, Window) - Constructor for class com.ibm.as400.ui.framework.java.HelpViewer
Constructs a help viewer when help will be shown from a modal window.
HexFieldDescription - class com.ibm.as400.access.HexFieldDescription.
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.
HiddenFormInput - class com.ibm.as400.util.html.HiddenFormInput.
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.
HIDE - Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
Indicates that this object should hide UI components.
HIGHEST_SCHEDULING_PRIORITY - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for highest scheduling priority.
HOLD_PENDING_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for hold pending status.
hold() - Method in class com.ibm.as400.access.OutputQueue
Holds the output queue on the AS/400.
hold(boolean) - Method in class com.ibm.as400.access.Job
Holds this job.
hold(String) - Method in class com.ibm.as400.access.SpooledFile
Holds the spooled file.
HOME_DIRECTORY - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for home directory.
HopByHop - class com.ibm.as400.util.commtrace.HopByHop.
A HopByHop Header.
HTMLAlign - class com.ibm.as400.util.html.HTMLAlign.
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.
HTMLApplet - class com.ibm.as400.util.html.HTMLApplet.
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.
HTMLConstants - interface com.ibm.as400.util.html.HTMLConstants.
The HTMLConstants class is a collection of constants generally used for positioning and orienting HTML components.
HTMLDocument - class com.ibm.as400.util.html.HTMLDocument.
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.
HTMLFileFilter - class com.ibm.as400.util.html.HTMLFileFilter.
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 com.ibm.as400.util.html.HTMLForm.
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.
HTMLFormConverter - class com.ibm.as400.util.servlet.HTMLFormConverter.
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 com.ibm.as400.util.html.HTMLHead.
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.
HTMLHeading - class com.ibm.as400.util.html.HTMLHeading.
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.
HTMLHyperlink - class com.ibm.as400.util.html.HTMLHyperlink.
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.
HTMLImage - class com.ibm.as400.util.html.HTMLImage.
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.
HTMLList - class com.ibm.as400.util.html.HTMLList.
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.
HTMLListItem - class com.ibm.as400.util.html.HTMLListItem.
The HTMLListItem class represents items within a HTMLList.
HTMLListItem() - Constructor for class com.ibm.as400.util.html.HTMLListItem
 
HTMLMeta - class com.ibm.as400.util.html.HTMLMeta.
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.
HTMLParameter - class com.ibm.as400.util.html.HTMLParameter.
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.
HTMLServlet - class com.ibm.as400.util.html.HTMLServlet.
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.
HTMLTable - class com.ibm.as400.util.html.HTMLTable.
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.
HTMLTableCaption - class com.ibm.as400.util.html.HTMLTableCaption.
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.
HTMLTableCell - class com.ibm.as400.util.html.HTMLTableCell.
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.
HTMLTableConverter - class com.ibm.as400.util.servlet.HTMLTableConverter.
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 com.ibm.as400.util.html.HTMLTableHeader.
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.
HTMLTableRow - class com.ibm.as400.util.html.HTMLTableRow.
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.
HTMLTagAttributes - class com.ibm.as400.util.html.HTMLTagAttributes.
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.
HTMLTagElement - interface com.ibm.as400.util.html.HTMLTagElement.
The HTMLTagElement class represents an HTML tag element.
HTMLText - class com.ibm.as400.util.html.HTMLText.
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.
HTMLTransform - class com.ibm.as400.util.html.HTMLTransform.
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 com.ibm.as400.util.html.HTMLTree.
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.
HTMLTreeElement - class com.ibm.as400.util.html.HTMLTreeElement.
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(HTMLHyperlink) - Constructor for class com.ibm.as400.util.html.HTMLTreeElement
Constructs an HTMLTreeElement with the specified textUrl.
HTMLTreeElement(HTMLTagElement) - Constructor for class com.ibm.as400.util.html.HTMLTreeElement
Constructs an HTMLTreeElement with the specified text.
HTMLTreeElement(String) - Constructor for class com.ibm.as400.util.html.HTMLTreeElement
Constructs an HTMLTreeElement with the specified text.
HTMLVector - class com.ibm.as400.util.html.HTMLVector.
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.
IBM_OBJECT_NAME_MAX_LENGTH - Static variable in class com.ibm.as400.ui.util.AS400Formatter
Length constant representing the maximum length, 10, for IBM object names on the AS/400.
ICMP4 - Static variable in class com.ibm.as400.util.commtrace.Header
An ICMPv4 Header
ICMP4Header - class com.ibm.as400.util.commtrace.ICMP4Header.
A Internet Control Message Protocol V4 Header.
ICMP6 - Static variable in class com.ibm.as400.util.commtrace.Header
An ICMPv6 Header
ICMP6Header - class com.ibm.as400.util.commtrace.ICMP6Header.
A Internet Control Message Protocol v6 Header.
ICON_COLOR_16x16 - Static variable in class com.ibm.as400.resource.Presentation
Constant indicating the presentation key for a 16x16 color icon.
ICON_COLOR_32x32 - Static variable in class com.ibm.as400.resource.Presentation
Constant indicating the presentation key for a 32x32 color icon.
ID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the message ID.
ID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VMessage
Property identifier for the message ID.
ID_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Property identifier for the ID.
IDENTIFIER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VSystemPool
The property identifier for the system pool identifier.
IDLE - Static variable in class com.ibm.as400.resource.ActiveStatusEvent
Event ID indicating that the active status is idle.
IDLE_TIME - Static variable in class com.ibm.as400.access.NetServerSession
Attribute ID for "session idle time".
IDLE_TIMEOUT - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "idle timeout".
IDLE_TIMEOUT_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "idle timeout (pending)".
idle(ActiveStatusEvent) - Method in interface com.ibm.as400.resource.ActiveStatusListener
Invoked when the active status changes to idle.
IFSExistenceOptionEditor - class com.ibm.as400.access.IFSExistenceOptionEditor.
The IFSExistenceOptionEditor class provides integrated file system existence editor support.
IFSExistenceOptionEditor() - Constructor for class com.ibm.as400.access.IFSExistenceOptionEditor
 
IFSFile - class com.ibm.as400.access.IFSFile.
The IFSFile class represents an object in the integrated file system on the server.
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, IFSJavaFile, 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.
IFSFileDescriptor - class com.ibm.as400.access.IFSFileDescriptor.
The IFSFileDescriptor class represents an integrated file system file descriptor.
IFSFileDescriptor() - Constructor for class com.ibm.as400.access.IFSFileDescriptor
Constructs an IFSFileDescriptor object.
IFSFileDialog - class com.ibm.as400.vaccess.IFSFileDialog.
The IFSFileDialog class represents a file dialog for the IFS file classes.
IFSFileDialog(Frame, String, AS400) - Constructor for class com.ibm.as400.vaccess.IFSFileDialog
Constructs an IFSFileDialog object.
IFSFileFilter - interface com.ibm.as400.access.IFSFileFilter.
The IFSFileFilter interface provides an interface for filtering files.
IFSFileInputStream - class com.ibm.as400.access.IFSFileInputStream.
The IFSFileInputStream class represents an integrated file system input stream.
IFSFileInputStream() - Constructor for class com.ibm.as400.access.IFSFileInputStream
Constructs an IFSFileInputStream.
IFSFileInputStream(AS400, IFSFile, int) - 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
Creates a file input stream to read from the file specified by file.
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(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.
IFSFileOutputStream - class com.ibm.as400.access.IFSFileOutputStream.
The IFSFileOutputStream class represents an integrated file system file output stream.
IFSFileOutputStream() - 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
Constructs an IFSFileOutputStream object.
IFSFileOutputStream(AS400, IFSFile, int, boolean, int) - 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.
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(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.
IFSFileSystemView - class com.ibm.as400.vaccess.IFSFileSystemView.
IFSFileSystemView provides a gateway to the iSeries integrated file system, for use when constructing javax.swing.JFileChooser objects.
IFSFileSystemView(AS400) - Constructor for class com.ibm.as400.vaccess.IFSFileSystemView
Constructs an IFSFileSystemView object.
IFSJavaFile - class com.ibm.as400.access.IFSJavaFile.
The IFSJavaFile class represents a file in the integrated file system of the iSeries server.
IFSJavaFile() - Constructor for class com.ibm.as400.access.IFSJavaFile
Creates a default IFSJavaFile instance.
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(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.
IFSKey - class com.ibm.as400.access.IFSKey.
The IFSKey class represents an opaque handle to a byte lock on an integrated file system object.
IFSRandomAccessFile - class com.ibm.as400.access.IFSRandomAccessFile.
The IFSRandomAccessFile class 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, IFSFile, String, int, int) - 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.
IFSShareOptionEditor - class com.ibm.as400.access.IFSShareOptionEditor.
The IFSShareOptionEditor class provides integrated file system share option editor support.
IFSShareOptionEditor() - Constructor for class com.ibm.as400.access.IFSShareOptionEditor
 
IFSTextFileDocument - class com.ibm.as400.vaccess.IFSTextFileDocument.
The IFSTextFileDocument class implements an underlying model for text components, where the text is the contents of a text file located in the integrated file system of an AS/400.
IFSTextFileDocument() - Constructor for class com.ibm.as400.vaccess.IFSTextFileDocument
Constructs a IFSTextFileDocument object.
IFSTextFileDocument(AS400, String) - Constructor for class com.ibm.as400.vaccess.IFSTextFileDocument
Constructs a IFSTextFileDocument object.
IFSTextFileDocument(IFSFile) - Constructor for class com.ibm.as400.vaccess.IFSTextFileDocument
Constructs a IFSTextFileDocument object.
IFSTextFileInputStream - class com.ibm.as400.access.IFSTextFileInputStream.
The IFSTextFileInputStream class 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, IFSFile, int) - 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(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(IFSFileDescriptor) - 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.
IFSTextFileOutputStream - class com.ibm.as400.access.IFSTextFileOutputStream.
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, 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(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(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(IFSFileDescriptor) - 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.
ILLEGAL_OBJECT_TYPE - Static variable in class 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 com.ibm.as400.access.IllegalObjectTypeException.
The IllegalObjectTypeException class represents an exception that indicates that the AS/400 object is not the required type.
IllegalPathNameException - exception com.ibm.as400.access.IllegalPathNameException.
The IllegalPathNameException class represents an exception that indicates that the integrated file system path name is not valid.
IllegalUserDataException - exception com.ibm.as400.ui.framework.java.IllegalUserDataException.
Thrown when data supplied by the user is found to be invalid.
IllegalUserDataException() - Constructor for class com.ibm.as400.ui.framework.java.IllegalUserDataException
Constructs an IllegalUserDataException without a detail message.
IllegalUserDataException(String) - Constructor for class com.ibm.as400.ui.framework.java.IllegalUserDataException
Constructs an IllegalUserDataException with a detail message.
IllegalUserDataException(String, String) - Constructor for class com.ibm.as400.ui.framework.java.IllegalUserDataException
Constructs an IllegalUserDataException with a detail message and text to be displayed on the error dialog's titlebar
ImageFormInput - class com.ibm.as400.util.html.ImageFormInput.
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.
IMPLEMENTATION_NOT_FOUND - Static variable in class com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that an AS/400 Toolbox implementation class was not found.
INCLUDE_BOTH - Static variable in class com.ibm.as400.vaccess.VIFSDirectory
Constant for including both files and directories.
INCLUDE_DIRECTORIES - Static variable in class com.ibm.as400.vaccess.VIFSDirectory
Constant for including directories only.
INCLUDE_FILES - Static variable in class com.ibm.as400.vaccess.VIFSDirectory
Constant for including files only.
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.
INDIRECT_USER - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for indirect user.
INFORMATION - Static variable in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Used to specify an informational message.
INFORMATION - Static variable in class com.ibm.as400.access.Trace
Information message trace category.
INFORMATION_NOT_AVAILABLE - Static variable in class 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.MessageQueue
Constant referring to informational messages.
INFORMATIONAL - Static variable in class com.ibm.as400.access.AS400Message
Message type for informational messages.
INFORMATIONAL - Static variable in class com.ibm.as400.resource.RMessageQueue
Constant referring to informational messages.
init(byte[], int) - Method in class com.ibm.as400.access.ValidationListEntry
Initialize a ValidationListEntry from a structure stored as AS/400 bytes.
init(ServletConfig) - Method in class com.ibm.as400.access.TunnelProxyServer
Servlet initialization.
init(ServletConfig) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Servlet initialization.
INITIAL_MENU - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for initial menu.
INITIAL_MENU_SIGNOFF - Static variable in class com.ibm.as400.resource.RUser
Attribute value for initial menu signoff.
INITIAL_PROGRAM - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for initial program.
initialize(AS400BasicAuthenticationPrincipal, String, boolean, boolean, boolean, int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Initializes and validates a credential for the local iSeries system.
initialize(AS400BasicAuthenticationPrincipal, String, boolean, boolean, boolean, int) - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationCredential
Initializes and validates a credential for the local iSeries system.
initialize(String) - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
Initializes a principal for the local iSeries system based on the given user profile name.
initialize(String) - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationPrincipal
Initializes a principal for the local iSeries system based on the given user profile name.
initializeAttributeValue(Object, Object) - Method in class com.ibm.as400.resource.Resource
Initializes an attribute value.
initializeAttributeValue(Object, Object) - Method in class com.ibm.as400.resource.ChangeableResource
Initializes an attribute value.
initializeAttributeValues(ProgramAttributeGetter) - Method in class com.ibm.as400.resource.ProgramAttributeSetter
Initializes the attribute values for the setter.
initializeAttributeValues(ProgramAttributeGetter, Object[]) - Method in class com.ibm.as400.resource.ProgramAttributeSetter
Initializes the attribute values for the setter.
initializeConverter(int) - Method in class com.ibm.as400.access.AS400
Initialize conversion table for the given CCSID.
INQUIRY - Static variable in class com.ibm.as400.access.MessageQueue
Constant referring to inquiry messages.
INQUIRY - Static variable in class com.ibm.as400.access.AS400Message
Message type for inquiry messages.
INQUIRY - Static variable in class com.ibm.as400.resource.RMessageQueue
Constant referring to inquiry messages.
INQUIRY_MESSAGE_REPLY - Static variable in class com.ibm.as400.access.Job
Job attribute representing how a job answers inquiry messages.
INQUIRY_MESSAGE_REPLY - Static variable in class com.ibm.as400.resource.RJob
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
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
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 the job is running.
INQUIRY_MESSAGE_REPLY_REQUIRED - Static variable in class com.ibm.as400.resource.RJob
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 the job is running.
INQUIRY_MESSAGE_REPLY_SYSTEM_REPLY_LIST - Static variable in class com.ibm.as400.resource.RJob
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.
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.as400.access.AS400JDBCResultSet
Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Inserts the contents of the insert row into the result set and the database.
insertRow() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Inserts the contents of the insert row into the result set and the database.
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().
insertString(int, String, AttributeSet) - Method in class com.ibm.as400.ui.framework.java.TextDocument
Inserts a string into the document.
insertString(int, String, AttributeSet) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Inserts text into the document.
insertString(int, String, AttributeSet) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Inserts text into the document.
insertString(int, String, AttributeSet) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Inserts text into the document.
install(String, String, URL) - Static method in class utilities.AS400ToolboxInstaller
Installs/updates an AS/400 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
Attribute ID for instance.
INTEGER_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Integer data type.
IntegerValueMap - class com.ibm.as400.resource.IntegerValueMap.
The IntegerValueMap class maps between a logical Integer value and a physical String value.
IntegerValueMap() - Constructor for class com.ibm.as400.resource.IntegerValueMap
 
INTEGRATED_FILE_SYSTEM - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Integrated File System component.
INTEGRATED_FILE_SYSTEM_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying 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
Attribute ID for interactive transactions.
INTERNAL_JOB_ID - Static variable in class com.ibm.as400.access.Job
Deprecated. 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
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 decrease the time it takes to locate the job on the system.
InternalErrorException - exception com.ibm.as400.access.InternalErrorException.
The InternalErrorException class represents an exception that indicates that an internal error has occurred.
InternalErrorException(int) - Constructor for class com.ibm.as400.access.InternalErrorException
Constructs an InternalErrorException object.
InternetAddressFormatter - class com.ibm.as400.ui.framework.java.InternetAddressFormatter.
Formatter for exchanging Internet Address values between DataBeans and user interface components.
InternetAddressFormatter() - Constructor for class com.ibm.as400.ui.framework.java.InternetAddressFormatter
 
IntFormatter - class com.ibm.as400.ui.framework.java.IntFormatter.
Formatter for exchanging Integer values between DataBeans and user interface components.
IntFormatter(int, int) - Constructor for class com.ibm.as400.ui.framework.java.IntFormatter
Constructs a FloatFormatter.
IntPlainFormatter - class com.ibm.as400.ui.framework.java.IntPlainFormatter.
Formatter for exchanging Integer values between DataBeans and user interface components.
IntPlainFormatter(int, int) - Constructor for class com.ibm.as400.ui.framework.java.IntPlainFormatter
Constructs a IntPlainFormatter.
intToByteArray(int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified int into server format in the specified byte array.
intToByteArray(int, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified int into server format in the specified byte array.
INVALID_ATTRIBUTE_NAME - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the attribute name is not valid.
INVALID_CERTIFICATE - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the certificate or certificate format was not valid.
INVALID_CONNECTION - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the connection is not valid.
INVALID_DIR_ENTRY_NAME - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the directory entry name is not valid.
INVALID_HANDLE - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the handle is not valid.
INVALID_REQUEST - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the request is not valid.
INVALID_REQUEST_CLIENT_NAME - Static variable in class 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 class com.ibm.as400.access.ExtendedIOException
The return code indicating that the user ID is not valid.
invalidate() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Invalidates the connection.
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.IPPacket
Internet Protocol Version Four
IP4 - Static variable in class com.ibm.as400.util.commtrace.Header
An IPv4 Header
IP4Header - class com.ibm.as400.util.commtrace.IP4Header.
A Internet Protocol v4 Header.
IP4Packet - class com.ibm.as400.util.commtrace.IP4Packet.
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.IPPacket
Internet Protocol Version Six
IP6 - Static variable in class com.ibm.as400.util.commtrace.Header
An IPv6 Header
IP6Header - class com.ibm.as400.util.commtrace.IP6Header.
An IPv6 Header.
IP6Packet - class com.ibm.as400.util.commtrace.IP6Packet.
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 com.ibm.as400.util.commtrace.IPPacket.
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
Attribute ID for is absolute.
IS_DIRECTORY - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for is directory.
IS_ENCRYPT_PASSWORD - Static variable in class com.ibm.as400.access.NetServerSession
Attribute ID for "is encrypt password".
IS_FILE - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for is file.
IS_GUEST - Static variable in class com.ibm.as400.access.NetServerSession
Attribute ID for "is guest".
IS_HIDDEN - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for is hidden.
IS_READ_ONLY - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for is read only.
isAbsolute() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the path name of this IFSJavaFile is an absolute path name.
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.
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.AS400JDBCRowSet
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.util.servlet.RowData
Indicates whether the current position is after the last row in the list.
isAlignmentVertical() - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Indicates if the radio group alignment is vertical.
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
isAllowedWildCard(byte, boolean) - Method in class com.ibm.as400.ui.util.AS400Formatter
Common service for subclasses that determines if a byte is valid as a wild card.
isAllowModify() - Method in class com.ibm.as400.vaccess.VSystemPool
Returns true if the modify action is allowed, false otherwise.
isAllowModifyAllPools() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Return true if the modify action to all system pools is allowed; false otherwise.
isAllowModifyAllPools() - Method in class com.ibm.as400.vaccess.VSystemStatus
Return true if the modify action to all system pools is allowed, otherwise false.
isAllowSystemName() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "allow system name" attribute.
isAlter() - Method in class com.ibm.as400.access.RootPermission
Indicates if the user has the object authority of alter.
isAlter() - Method in class com.ibm.as400.access.QSYSPermission
Indicates if the user has the object authority of alter.
isApplet() - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Determines whether the UI framework is to be run as an Applet
isAuthorizationListManagement() - Method in class com.ibm.as400.access.UserPermission
Indicates whether the user has the authority of authorization list management.
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.
isAutoStart() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "autostart" attribute.
isBatch() - Method in class com.ibm.as400.ui.util.CommandPrompter
Returns if the command prompted could be executed in batch.
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.access.AS400JDBCResultSet
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.
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.
isBidiEnabled() - Method in class com.ibm.as400.resource.SystemResourceList
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.RUser
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.RPrinter
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.RJob
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.ResourceList
Indicates if this resource is enabled for bidirectional character conversion.
isBidiEnabled() - Method in class com.ibm.as400.resource.Resource
Indicates if this resource is enabled for bidirectional character conversion.
isBigDecimal() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether a big decimal value is returned.
isBold() - Method in class com.ibm.as400.util.html.HTMLText
Indicates if bold is on.
isCachePackageLocally() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Indicates whether the "Cache package locally" check box on the Package tab is checked.
isCaching() - Method in class com.ibm.as400.access.SystemStatus
Returns the current cache status.
isCaching() - Method in class com.ibm.as400.access.SystemPool
Returns the current cache status.
isCapable(String) - Method in class com.ibm.as400.ui.framework.java.Capabilities
Determines whether the DataBean associated with this object supports a particular attribute.
isCaseSensitive(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column is case sensitive.
isCatalogAtStart() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a catalog appears at the start or the end of a qualified name.
isCellEditable(EventObject) - Method in class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
isCellEditable(int, int) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns true if the cell at row and column is editable.
isCellEditable(int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Indicates if the cell is editable.
isCellEditable(int, int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Indicates if the cell is editable.
isCellEditable(int, int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Indicates if the cell is editable.
isChecked() - Method in class com.ibm.as400.util.html.ToggleFormInput
Indicates if the toggle is initialized to checked.
isClosed() - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Indicates whether the connection pool 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.AS400JDBCConnection
Indicates if the connection is closed.
isClosed() - Method in class com.ibm.as400.micro.JdbcMeConnection
Indicates if the connection is closed.
isCollapsed(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Indicates if the object is currently collapsed.
isCollapsed(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Indicates if the object in the tree is currently collapsed.
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
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.
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.
isConnectionEstablished() - Method in class com.ibm.as400.resource.ResourceList
Indicates if a connection to the AS/400 is established.
isConnectionEstablished() - Method in class com.ibm.as400.resource.Resource
Indicates if a connection to the AS/400 is established, if any.
isContainerScrollable() - Method in class com.ibm.as400.ui.framework.java.PanelManager
 
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.
isCurrent() - Method in class com.ibm.as400.security.auth.AS400Credential
Indicates if a timed credential is still considered valid for authenticating to associated iSeries system services or performing related actions.
isCursorHold() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether the cursor is held.
isDataCompression() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether data compression is used.
isDataTruncation() - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.
isDefinitelyWritable(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if a write on the column will definitely succeed.
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.
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.IFSJavaFile
Indicates if the IFSJavaFile is a directory.
isDirectory() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is a directory.
isDuringLoad() - Method in class com.ibm.as400.vaccess.VObjectEvent
 
isEditable() - Method in class com.ibm.as400.vaccess.ResourceProperties
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 class com.ibm.as400.ui.framework.java.PopupMenuButton
Checks if the PopupMenuButton is disabled
isEnabled() - Method in class com.ibm.as400.vaccess.VPropertiesAction
Indicates if the action is enabled.
isEnabled() - Method in class com.ibm.as400.vaccess.VActionAdapter
Indicates if the action is enabled.
isEnabled() - Method in interface com.ibm.as400.vaccess.VAction
Indicates if the action is enabled.
isEnabled(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Determines whether the panel component identified by name is Enabled.
isEnableDataCompression() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Indicates whether the "Enable data compression" check box on the Performance tab is checked.
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.
isEnableExtDynamic() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Indicates whether the "Enable extended dynamic (package) support" check box on the Package tab is checked.
isEnableLazyClose() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Indicates whether the "Enable lazy close support" check box on the Performance tab is checked.
isEnablePrefetch() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Indicates whether the "Enable pre-fetch" check box on the Performance tab is checked.
ISeriesNetServer - class com.ibm.as400.access.ISeriesNetServer.
The ISeriesNetServer class represents the NetServer service on a server.
ISeriesNetServer(AS400) - Constructor for class com.ibm.as400.access.ISeriesNetServer
Constructs a NetServer object.
ISeriesNetServerConnection - class com.ibm.as400.access.ISeriesNetServerConnection.
The ISeriesNetServerConnection class represents a NetServer share connection.
ISeriesNetServerFileShare - class com.ibm.as400.access.ISeriesNetServerFileShare.
The ISeriesNetServerFileShare class represents a NetServer file share.
ISeriesNetServerPrintShare - class com.ibm.as400.access.ISeriesNetServerPrintShare.
The ISeriesNetServerPrintShare class represents a NetServer print share.
ISeriesNetServerSession - class com.ibm.as400.access.ISeriesNetServerSession.
The ISeriesNetServerSession class represents a NetServer session.
ISeriesNetServerShare - class com.ibm.as400.access.ISeriesNetServerShare.
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 com.ibm.as400.access.ISeriesPrinter.
Represents a printer attached to an iSeries system.
ISeriesPrinter(AS400, String) - Constructor for class com.ibm.as400.access.ISeriesPrinter
Constructs an ISeriesPrinter object with the specified name.
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.RootPermission
Indicates if the user has the object authority of existence.
isExistence() - Method in class com.ibm.as400.access.QSYSPermission
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.AS400TreePane
Indicates if the object is currently expanded.
isExpanded(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Indicates if the object in the tree is currently expanded.
isExpandRequested() - Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
Determines whether this node is to be initially expanded.
isExpected() - Method in class com.ibm.as400.resource.ResourceException
Indicates if the exception is expected by the user.
isExtendedDynamic() - Method in class com.ibm.as400.access.AS400JDBCDataSource
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 server.
isFaultTolerantConversion() - Static method in class com.ibm.as400.access.CharConverter
Indicates if conversion is fault tolerant.
isFIFO() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns a value that indicates if entries are read in FIFO order.
isFIFO() - Method in class com.ibm.as400.access.BaseDataQueue
Returns a value that indicates if entries are read in FIFO order.
isFile() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the IFSJavaFile is a "normal" file.
isFile() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is a "normal" file.
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.AS400JDBCRowSet
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.util.servlet.RowData
Indicates whether the current position is the first row in the list.
isFixed() - Method in class com.ibm.as400.util.html.HTMLText
Indicates if fixed pitch font is on.
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 server fully opens a file when performing a query.
isGroupHasMember() - Method in class com.ibm.as400.access.User
Indicates 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.
isHidden() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates if the IFSJavaFile is hidden.
isHidden() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is hidden.
isHiddenFile(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
Returns whether a file is hidden or not.
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
Indicates if the list has not been completely loaded due to an error.
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
Indicates if the package is installed.
isInUse() - Method in class com.ibm.as400.access.AS400JDBCPooledConnection
Indicates if the pooled connection is in use.
isItalic() - Method in class com.ibm.as400.util.html.HTMLText
Indicates if italic is on.
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.
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.access.AS400JDBCResultSet
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.
isLazyClose() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether to delay closing cursors until subsequent requests.
isLeaf() - Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
Determines whether this node is a leaf.
isLeaf() - Method in class com.ibm.as400.util.html.HTMLTreeElement
Indicates if the HTMLTreeElement is a leaf.
isLeaf() - Method in class com.ibm.as400.util.html.FileTreeElement
Indicates if the FileTreeElement is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VUserList
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VSystemValueList
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VSystemStatus
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VPrinters
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VPrinter
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VMessageQueue
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VMessageList
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VJobList
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VJob
Indicates if the node is a leaf.
isLeaf() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Indicates if the node is a leaf.
isLeaf(Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Indicates if the object is a leaf in the tree.
isLoadInError() - Method in class com.ibm.as400.access.Product
Indicates if there is a known error for this product load.
isLoadOnPageSwap() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Returns a flag indicating whether data is loaded from the databeans on every page switch
isLoadOnThread() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Determines whether secondary pages are loaded in the background.
isLocal() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates if this entry is a local entry.
isLocal() - Method in class com.ibm.as400.access.AS400
Indicates if this object is representing the system you are currently running on.
isLogonServer() - Method in class com.ibm.as400.access.ISeriesNetServer
Returns the value of the "logon support" attribute.
isManagement() - Method in class com.ibm.as400.access.RootPermission
Indicates if the user has the object authority of management.
isManagement() - Method in class com.ibm.as400.access.QSYSPermission
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.
isMessageMailNotification() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates a type of mail notification used for this entry.
isModified() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Indicates if the document has been modified since it was last read or written.
isMultiple() - Method in class com.ibm.as400.util.html.SelectFormElement
Indicates if the user can make multiple selections.
isMultiSelectionEnabled() - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Returns true if multiple files can be selected.
isMustUseProgramCall() - Method in class com.ibm.as400.access.UserSpace
Indicates if 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 an iSeries server, some Toolbox classes access data via a call to an API instead of making a socket call to a server.
isNoPassword() - Method in class com.ibm.as400.access.User
Indicates whether there is no password.
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.as400.access.AS400JDBCParameterMetaData
Returns if the specified parameter can be null or that information is unknown.
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
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.SQLResultSetMetaData
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.RecordFormatMetaData
Indicates if the column specified by columnIndex contains numeric data.
isNumericData(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Indicates if the data type is 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.resource.ResourceList
Indicates if the list is open.
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.
isOptimizeInParallel() - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
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.
isPackageCache() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether a subset of the SQL package information is cached in client memory.
isPackageClear() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Deprecated.  
isPagesEstimated() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Indicates if the number of pages is estimated.
isPageSwitchValidation() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Determines whether the PropertySheetManager checks the information on a page and saves it in the data bean before switching to another page.
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
Indicates whether the user's password is set to expire, requiring the user to change the password when signing on.
isPrefetch() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether data is prefetched upon executing a SELECT statement.
isPreRequisite() - Method in class com.ibm.as400.access.PTF
Indicates if this PTF has a pre-requisite relationship with another PTF.
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 class com.ibm.as400.security.auth.AS400Credential
Indicates whether the credential is considered private.
isPrivate() - Method in interface com.ibm.as400.security.auth.AS400BasicAuthenticationCredential
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 server.
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.
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.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.access.IFSFile
Determines if the integrated file system object represented by this object 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.AS400JDBCDatabaseMetaData
Indicates if the database 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.AS400JDBCConnection
Indicates if the connection is in read-only 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.resource.ResourceMetaData
Indicates if the value is read-only.
isReadOnly(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column is read-only.
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.
isReference() - Method in class com.ibm.as400.access.RootPermission
Indicates if the user has the object authority of reference.
isReference() - Method in class com.ibm.as400.access.QSYSPermission
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.ProfileTokenCredential
Indicates if the credential can be refreshed.
isRenewable() - Method in class com.ibm.as400.security.auth.AS400Credential
Indicates if the credential can be refreshed.
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.
isRequiredField(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns whether this entry-field requires a non-blank entry
isResourceAvailable(long) - Method in class com.ibm.as400.resource.SystemResourceList
Indicates if the resource is available.
isResourceAvailable(long) - Method in class com.ibm.as400.resource.ResourceList
Indicates if the resource is available.
isResourceAvailable(long) - Method in class com.ibm.as400.resource.BufferedResourceList
Indicates if the resource is available.
isReusable() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Indicates if the credential can be used multiple times prior to expiration.
isRoot(File) - Method in class com.ibm.as400.vaccess.IFSFileSystemView
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.
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.
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.
isSaveSenderInfo() - Method in class com.ibm.as400.access.DataQueueAttributes
Returns whether sender information is stored with each data queue entry.
isSearchable(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if the column be used in a where clause.
isSecure() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether a Secure Socket Layer (SSL) connection is used to communicate with the server.
isSelected() - Method in class com.ibm.as400.util.html.SelectOption
Indicates if the option defaults to being selected.
isSelected(Resource) - Method in class com.ibm.as400.vaccess.ResourceListPane
Indicates if the resource is selected.
isSelected(Resource) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Indicates if the resource is selected.
isSelected(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Indicates if the object is selected.
isSelected(VObject) - Method in class com.ibm.as400.vaccess.AS400ListPane
Indicates if the object is selected.
isSelected(VObject) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Indicates if the object in the tree or the details is selected.
isSelected(VObject) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Indicates if the object is selected.
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.
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.AS400JDBCResultSetMetaData
Indicates if the column can contain a signed value.
isSigned(int) - Method in class com.ibm.as400.access.AS400JDBCParameterMetaData
Returns if values can be signed numbers for the specified parameter.
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.VUserList
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VSystemValueList
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VSystemStatus
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VPrinters
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VPrinter
Indicates if the details children are sortable.
isSortable() - Method in interface com.ibm.as400.vaccess.VNode
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VMessageQueue
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VMessageList
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VJobList
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VJob
Indicates if the details children are sortable.
isSortable() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Indicates if the details children are sortable.
isSoTimeoutSet() - Method in class com.ibm.as400.access.SocketProperties
Indicates if the value of the SO_TIMEOUT socket option will be set.
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.ProxyServer
Indicates if the proxy server has been started.
isStarted() - Method in class com.ibm.as400.access.NetServer
Indicates whether or not the NetServer job on the iSeries server is started.
isStarted() - Method in class com.ibm.as400.access.ISeriesNetServer
Indicates whether or not the NetServer job on the iSeries server is started.
isStayOnThread() - Method in class com.ibm.as400.access.ProgramCall
Indicates whether or not the program will actually get run on the current thread.
isStayOnThread() - Method in class com.ibm.as400.access.CommandCall
Indicates whether or not the command will actually get run on the current thread.
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.FTP
Sends a command to the server, returning the reply from the server.
issueCommand(String) - Method in class com.ibm.as400.access.AS400FTP
Sends a command to the server, returning the reply from the server.
isSupported() - Method in class com.ibm.as400.access.Product
Indicates whether this product feature is currently supported.
isSymbolicLink() - Method in class com.ibm.as400.access.IFSFile
Determines if the integrated file system object represented by this object is a symbolic link.
isSynchronized() - Method in class com.ibm.as400.access.DirectoryEntry
Indicates whether this entry should be synchronized with directories other than the System Distribution Directory.
isSystemLookAndFeelEnabled() - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Determines whether the UI framework will set the system look and feel for the current operating 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.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.
isTextData(int) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
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.RecordFormatMetaData
Indicates if the column specified by columnIndex contains text data.
isTextData(int) - Method in class com.ibm.as400.util.servlet.ListMetaData
Indicates if the data type is text data.
isThreadSafe() - Method in class com.ibm.as400.access.ProgramCall
Indicates whether or not the program will be assumed thread-safe, according to the settings specified by setThreadSafe() or the com.ibm.as400.access.ProgramCall.threadSafe property.
isThreadSafe() - Method in class com.ibm.as400.access.CommandCall
Indicates whether or not the command will be assumed thread-safe, according to the settings specified by setThreadSafe() or the com.ibm.as400.access.CommandCall.threadSafe property.
isThreadUsed() - Method in class com.ibm.as400.access.ConnectionPool
Indicates whether threads are used in communication with the host servers and for running maintenance.
isThreadUsed() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether a thread is used.
isThreadUsed() - Method in class com.ibm.as400.access.AS400
Indicates whether threads are used in communication with the host servers.
isTimed() - Method in class com.ibm.as400.security.auth.AS400Credential
Indicates if the credential will expire based on time.
isTrace() - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.ui.framework.java.MessageLog
Determines whether low level trace messages will be written to the console.
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.
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.
isTranslate65535() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Indicates whether the "Translate CCSID 65535" check box on the Translation tab is checked.
isTranslateBinary() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Indicates whether binary data is translated.
isTranslateHex() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
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
Returns whether the package is downlevel.
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.
isUseFO() - Method in class com.ibm.as400.util.html.HTMLText
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.HTMLTableHeader
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.HTMLTableCaption
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.HTMLListItem
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.HTMLImage
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.HTMLHead
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.HTMLAlign
Returns if Formatting Object tags are outputted.
isUseFO() - Method in class com.ibm.as400.util.html.BidiOrdering
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.
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.
isUseSSL() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Indicates whether the "SSL" check box on the Translation tab is checked.
isValidCcsid(int) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Indicates whether the given CCSID is valid for tagging AS/400 data.
isValidEbcdicAlpha(byte, int) - Method in class com.ibm.as400.ui.util.AS400Formatter
Common service for subclasses which determines if a byte is a valid EBCDIC character.
isValueLimited() - Method in class com.ibm.as400.resource.ResourceMetaData
Indicates if the value is limited to the possible values.
isVariableLength() - Method in interface com.ibm.as400.access.VariableLengthFieldDescription
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 class com.ibm.as400.access.DBCSOpenFieldDescription
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.DBCSGraphicFieldDescription
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.CharacterFieldDescription
Indicates if the field is a variable-length field.
isVerbose() - Method in class com.ibm.as400.access.ProxyServer
Indicates whether to print status and connection information to System.out.
isVisible() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Determines whether this wizard is visible.
isVisible() - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Determines whether the window being managed by this WindowManager is currently visible.
isVisible() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Determines whether this property sheet is visible.
isVisible() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Determines whether this panel is visible.
isVisible() - Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
Determines whether this context menu is visible.
isVisible(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Determines whether the panel component identified by name is Enabled.
isVisible(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Indicates if the object is currently visible.
isVisible(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Indicates if the object in the tree is currently visible in the tree.
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.HTMLTableCell
Indicates if the width is in percent or pixels.
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.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.
isWithDigitalCertificates() - Method in class com.ibm.as400.access.User
Indicates 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.
isWritable(int) - Method in class com.ibm.as400.access.AS400JDBCResultSetMetaData
Indicates if it is possible for a write on the column to succeed.
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.
ItemDescriptor - class com.ibm.as400.ui.framework.java.ItemDescriptor.
Describes an item in a list.
ItemDescriptor() - Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
Constructs an ItemDescriptor.
ItemDescriptor(String, String) - Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
Constructs an ItemDescriptor with the specified name and title.
ItemDescriptor(String, String, HandlerTask[]) - Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
Constructs an ItemDescriptor with the specified name, title, and HandlerTask list.
ItemDescriptor(String, String, String) - Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
Constructs an ItemDescriptor with the specified name, title and image file.
ItemDescriptor(String, String, String, int, int) - Constructor for class com.ibm.as400.ui.framework.java.ItemDescriptor
Constructs an ItemDescriptor with the specified name, title, image file, and icon alignment.
itemDoubleClicked(DoubleClickEvent) - Method in interface com.ibm.as400.ui.framework.java.DoubleClickListener
Tells listeners that an item was double-clicked.

J

JAAS - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the JAAS component.
JarMaker - class utilities.JarMaker.
The JarMaker class is used to generate a smaller (and therefore faster loading) JAR or ZIP file from a larger one, based on the user's requirements.
JarMaker() - Constructor for class utilities.JarMaker
Constructs a JarMaker object.
JarMakerEvent - class utilities.JarMakerEvent.
The JarMakerEvent class represents a JarMaker event.
JarMakerEvent(Object, String) - Constructor for class utilities.JarMakerEvent
Constructs a JarMakerEvent object.
JarMakerListener - interface utilities.JarMakerListener.
The JarMakerListener interface provides a listener interface for receiving JarMaker events.
JAVA_APPLICATION_CALL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Java Application Call component.
JAVA_APPLICATION_CALL_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Visual Java Application Call component.
JAVA_PROGRAM_CREATION - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for Java program creation.
JAVA_PROGRAM_SIZE - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for Java program size.
JAVA_PROGRAMS - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for Java programs.
JavaApplicationCall - class com.ibm.as400.access.JavaApplicationCall.
The JavaApplicationCall class provides an easy way to run Java applications on the iSeries 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.
JDBC - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the JDBC component.
JDBC_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Visual JDBC component.
jdbcCompliant() - Method in class com.ibm.as400.access.AS400JDBCDriver
Indicates if the driver is a genuine JDBC compliant driver.
JdbcMeConnection - class com.ibm.as400.micro.JdbcMeConnection.
The JdbcMeConnection class provides a JDBC connection to a specific DB2 for OS/400 database.
JdbcMeDriver - class com.ibm.as400.micro.JdbcMeDriver.
The JdbcMeDriver class is a driver that accesses DB2 for OS/400 databases.
JdbcMeException - exception com.ibm.as400.micro.JdbcMeException.
JdbcMeException extends the java.sql.SQLException class as provided for a Java 2 Micro-Edition device.
JdbcMeException(String, String) - Constructor for class com.ibm.as400.micro.JdbcMeException
Constructs an JdbcMeException object with a reason and SQLState.
JdbcMeLiveResultSet - class com.ibm.as400.micro.JdbcMeLiveResultSet.
The JdbcMeLiveResultSet class provides access to a table of data generated by a database query.
JdbcMeOfflineData - class com.ibm.as400.micro.JdbcMeOfflineData.
An offline data repository that represents a a data store that is generic, regardless of J2ME profile and JVM details.
JdbcMeOfflineData() - Constructor for class com.ibm.as400.micro.JdbcMeOfflineData
 
JdbcMeOfflineResultSet - class com.ibm.as400.micro.JdbcMeOfflineResultSet.
JdbcMeOfflineResultSet implements the java.sql.ResultSet interface as provided for a Java 2 Micro-Edition device over the top of an existing MIDP Record Store or a Palm OS database.
JdbcMeOfflineResultSet(String, int, int) - Constructor for class com.ibm.as400.micro.JdbcMeOfflineResultSet
Construct a result set based on the offline data indicated.
JdbcMeOfflineResultSet(String, int, int, int, int[]) - Constructor for class com.ibm.as400.micro.JdbcMeOfflineResultSet
Construct a result set based on the imported offline data records indicated.
JdbcMeResultSetMetaData - class com.ibm.as400.micro.JdbcMeResultSetMetaData.
JdbcMeResultSetMetaData implements the java.sql.ResultSetMetaData interface as provided for a Java 2 Micro-Edition device.
JdbcMeStatement - class com.ibm.as400.micro.JdbcMeStatement.
The AS400JDBCStatement class provides a mechanism for executing static SQL statements.
JGroupingTableHeader - class com.ibm.as400.ui.framework.java.JGroupingTableHeader.
An extension of javax.swing.table.JTableHeader that provides the ability to define category headings.
Job - class com.ibm.as400.access.Job.
The Job class represents an OS/400 job.
JOB - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Job component.
JOB_ACCOUNTING_CODE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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
Attribute ID for job date.
JOB_DATE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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.RUser
Attribute ID for job description.
JOB_DESCRIPTION - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for job description.
JOB_DESCRIPTION_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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_PENDING - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether a job's log has been written or not.
JOB_MESSAGE_QUEUE_FULL_ACTION_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the job message queue action.
JOB_MESSAGE_QUEUE_MAXIMUM_SIZE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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.resource.RPrinter
Attribute ID for job name.
JOB_NAME - Static variable in class com.ibm.as400.resource.RJobList
Selection ID for job name.
JOB_NAME - Static variable in class com.ibm.as400.resource.RJob
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_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.resource.RPrinter
Attribute ID for job number.
JOB_NUMBER - Static variable in class com.ibm.as400.resource.RJobList
Selection ID for job number.
JOB_NUMBER - Static variable in class com.ibm.as400.resource.RJob
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
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
Attribute ID for job queue.
JOB_QUEUE_DATE - Static variable in class com.ibm.as400.access.Job
Job attribute representing the date and time when a job was put on a job queue.
JOB_QUEUE_DATE - Static variable in class com.ibm.as400.resource.RJob
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
Attribute ID for job queue priority.
JOB_QUEUE_PRIORITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the job queue priority.
JOB_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the job queue.
JOB_QUEUE_STATUS - Static variable in class com.ibm.as400.access.Job
Job attribute representing the status of a job on a job queue.
JOB_QUEUE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for job queue status.
JOB_QUEUE_STATUS - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for job queue status.
JOB_QUEUE_STATUS_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job was not on a job queue.
JOB_QUEUE_STATUS_BLANK - Static variable in class com.ibm.as400.resource.RJob
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 the job is being held on the job queue.
JOB_QUEUE_STATUS_HELD - Static variable in class com.ibm.as400.resource.RJob
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 the job is ready to be selected.
JOB_QUEUE_STATUS_RELEASED - Static variable in class com.ibm.as400.resource.RJob
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 the job will run as scheduled.
JOB_QUEUE_STATUS_SCHEDULED - Static variable in class com.ibm.as400.resource.RJob
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 a job.
JOB_STATUS - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for job status.
JOB_STATUS_ACTIVE - Static variable in class com.ibm.as400.access.Job
Constant indicating a job status of *ACTIVE.
JOB_STATUS_ACTIVE - Static variable in class com.ibm.as400.resource.RJob
Attribute value indicating that the job is active.
JOB_STATUS_JOBQ - Static variable in class com.ibm.as400.access.Job
Constant indicating a job status of *JOBQ.
JOB_STATUS_JOBQ - Static variable in class com.ibm.as400.resource.RJob
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 a job status of *OUTQ.
JOB_STATUS_OUTQ - Static variable in class com.ibm.as400.resource.RJob
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
Attribute ID for job subtype.
JOB_SUBTYPE_ALTERNATE_SPOOL_USER - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is an alternate spool user job.
JOB_SUBTYPE_ALTERNATE_SPOOL_USER - Static variable in class com.ibm.as400.resource.RJob
Attribute value indicating alternate spool user.
JOB_SUBTYPE_BLANK - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job has no special subtype or the job is not a valid job.
JOB_SUBTYPE_BLANK - Static variable in class com.ibm.as400.resource.RJob
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 a job is an immediate job.
JOB_SUBTYPE_IMMEDIATE - Static variable in class com.ibm.as400.resource.RJob
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 a job is an AS/400 Advanced 36 machine server job.
JOB_SUBTYPE_MACHINE_SERVER_JOB - Static variable in class com.ibm.as400.resource.RJob
Attribute value indicating that the job is an AS/400 Advanced 36 machine server job.
JOB_SUBTYPE_MRT - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is a System/36 multiple requester temrinal (MRT) job.
JOB_SUBTYPE_MRT - Static variable in class com.ibm.as400.resource.RJob
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 a job is a prestart job.
JOB_SUBTYPE_PRESTART - Static variable in class com.ibm.as400.resource.RJob
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 a job is a print driver job.
JOB_SUBTYPE_PRINT_DRIVER - Static variable in class com.ibm.as400.resource.RJob
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 a job started with a procedure start request.
JOB_SUBTYPE_PROCEDURE_START_REQUEST - Static variable in class com.ibm.as400.resource.RJob
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 a job.
JOB_SWITCHES - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for switch settings.
JOB_SWITCHES_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the job switches.
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
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.RJobList
Selection ID for job type.
JOB_TYPE - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for job type.
JOB_TYPE_AUTOSTART - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is an autostart job.
JOB_TYPE_AUTOSTART - Static variable in class com.ibm.as400.resource.RJob
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 a job is a batch job.
JOB_TYPE_BATCH - Static variable in class com.ibm.as400.resource.RJob
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 a job is an interactive job.
JOB_TYPE_INTERACTIVE - Static variable in class com.ibm.as400.resource.RJob
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 a job is not a valid job.
JOB_TYPE_NOT_VALID - Static variable in class com.ibm.as400.resource.RJob
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 a job is the SCPF system job.
JOB_TYPE_SCPF_SYSTEM - Static variable in class com.ibm.as400.resource.RJob
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 a job is a spooled reader job.
JOB_TYPE_SPOOLED_READER - Static variable in class com.ibm.as400.resource.RJob
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 a job is a spooled writer job.
JOB_TYPE_SPOOLED_WRITER - Static variable in class com.ibm.as400.resource.RJob
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 a job is a subsystem monitor job.
JOB_TYPE_SUBSYSTEM_MONITOR - Static variable in class com.ibm.as400.resource.RJob
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 a job is a system job.
JOB_TYPE_SYSTEM - Static variable in class com.ibm.as400.resource.RJob
Attribute value indicating that the job is a system job.
JOB_USER_IDENTITY - Static variable in class com.ibm.as400.access.Job
Job attribute representing the user profile name by which a 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 a job user identity was explicitly set by an application using one of the Set Job User Identity APIs, QWTSJUID or QstSetJuid().
JOB_USER_IDENTITY_SETTING_DEFAULT - Static variable in class com.ibm.as400.access.Job
Constant indicating that a 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 a 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
Constant for specifying the Visual Job component.
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, byte[]) - Constructor for class com.ibm.as400.access.Job
Constructs a Job object.
Job(AS400, String) - Constructor for class com.ibm.as400.access.Job
Deprecated. The internal job ID should be treated as a byte array of 16 bytes.
Job(AS400, String, String, String) - Constructor for class com.ibm.as400.access.Job
Constructs a Job object.
JobList - class com.ibm.as400.access.JobList.
The JobList class represents a list of OS/400 jobs.
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.
JobLog - class com.ibm.as400.access.JobLog.
The JobLog class represents an OS/400 job log.
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.
JOBNUMBER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the number of the job which produced the output.
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_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_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.
JPing - class utilities.JPing.
The JPing class is used to determine if OS/400 services are running.
JPing() - Constructor for class utilities.JPing
 
JSPReportProcessor - class com.ibm.as400.util.reportwriter.processor.JSPReportProcessor.
The JSPReportProcessor class is used to obtain a Java Server Page (tm) or a Java Servlet from a given URL and create a document/report from the contents.
JSPReportProcessor() - Constructor for class com.ibm.as400.util.reportwriter.processor.JSPReportProcessor
Constructs a JSPReportProcessor object.
JSPReportProcessor(Context) - Constructor for class com.ibm.as400.util.reportwriter.processor.JSPReportProcessor
Constructs a XSLReportProcessor object.
JUSTIFY - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Horizontal alignment between both text margins.

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
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
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
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
Constant referring to all messages in the message queue except unanswered inquiry and unanswered senders' copy messages.
KERBEROS_TICKET_NOT_VALID_CONSISTENCY - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_CREDANTIAL_STRUCTURE - Static variable in class 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 class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_EIM - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_MECHANISM - Static variable in class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_RETRIEVE - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_SIGNATURE - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_SYSTEM_PROFILE - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the Kerberos ticket is not valid.
KERBEROS_TICKET_NOT_VALID_VERIFICATION - Static variable in class 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
Value of the NetServer "authentication method" attribute, indicating that the server authenticates with Kerberos v5 tokens.
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.RecordListTablePane
Constant indicating search type of equal.
KEY_EQ - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Constant indicating search type of equal.
KEY_EQ - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
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_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.RecordListTablePane
Constant indicating search type of greater than or equal.
KEY_GE - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Constant indicating search type of greater than or equal.
KEY_GE - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
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.RecordListTablePane
Constant indicating search type of greater than.
KEY_GT - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Constant indicating search type of greater than.
KEY_GT - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
Constant indicating search type of greater than.
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.RecordListTablePane
Constant indicating search type of less than or equal.
KEY_LE - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Constant indicating search type of less than or equal.
KEY_LE - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
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.RecordListTablePane
Constant indicating search type of less than.
KEY_LT - Static variable in class com.ibm.as400.vaccess.RecordListTableModel
Constant indicating search type of less than.
KEY_LT - Static variable in class com.ibm.as400.vaccess.RecordListFormPane
Constant indicating search type of less than.
KEYBOARD_BUFFERING - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for keyboard buffering.
KEYBOARD_BUFFERING_TYPE_AHEAD - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating the type-ahead option is on, but the attention-key buffering options is not.
KeyedDataQueue - class com.ibm.as400.access.KeyedDataQueue.
The KeyedDataQueue class represents an AS/400 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.
KeyedDataQueueDocument - class com.ibm.as400.vaccess.KeyedDataQueueDocument.
The KeyedDataQueueDocument class represents an underlying model for text components, where the text is entries from a keyed data queue on an AS/400.
KeyedDataQueueDocument() - Constructor for class com.ibm.as400.vaccess.KeyedDataQueueDocument
Constructs a KeyedDataQueueDocument object.
KeyedDataQueueDocument(AS400, String) - Constructor for class com.ibm.as400.vaccess.KeyedDataQueueDocument
Constructs a KeyedDataQueueDocument object.
KeyedDataQueueEntry - class com.ibm.as400.access.KeyedDataQueueEntry.
The KeyedDataQueueEntry class represents an entry on an AS/400 keyed data queue.
KeyedFile - class com.ibm.as400.access.KeyedFile.
The KeyedFile class represents an AS/400 physical or logical file.
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.
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
A key is pressed.
keyReleased(KeyEvent) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
The key is released.
keyTyped(KeyEvent) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
The key is typed.

L

LabelFormElement - class com.ibm.as400.util.html.LabelFormElement.
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.
LANGUAGE_ID - Static variable in class com.ibm.as400.access.Job
Job attribute representing the language identifier associated with a job.
LANGUAGE_ID - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for language ID.
LANGUAGE_ID - Static variable in class com.ibm.as400.resource.RJob
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
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 com.ibm.as400.util.commtrace.LanHeader.
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 - 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
Constant referring to the last message in the message queue.
LAST_ACCESSED - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for last accessed.
LAST_MODIFIED - Static variable in class com.ibm.as400.resource.RIFSFile
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
Attribute ID for last name.
LAST_USED_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which the object was last used.
last() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.micro.JdbcMeOfflineResultSet
Positions the cursor to the last row.
last() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Positions the cursor to the last row.
last() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the last row in the list.
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.IFSJavaFile
Indicates the time that the IFSJavaFile was last modified.
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.
LayoutFormPanel - class com.ibm.as400.util.html.LayoutFormPanel.
The LayoutFormPanel class represents a layout of HTML form elements.
LayoutFormPanel() - Constructor for class com.ibm.as400.util.html.LayoutFormPanel
Constructs a default LayoutFormPanel.
LEDGER - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
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
Represents legal paper size (8.5 x 14 inches)
LENGTH - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for length.
LENGTH_CHANGED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Event ID indicating that the length of the list changed.
LENGTH_NOT_VALID - Static variable in class com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the length is not valid.
LENGTH_NOT_VALID - Static variable in class com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the AS/400 resource has a length that is not valid or cannot be handled through this interface.
LENGTH_NOT_VALID - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the iSeries resource has a length that is not valid or cannot be handled through this interface.
length() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Returns the file length.
length() - Method in class com.ibm.as400.access.IFSJavaFile
Indicates the length of this IFSJavaFile.
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.AS400JDBCClobLocator
Returns the length of the current contents of the CLOB in characters.
length() - Method in class com.ibm.as400.access.AS400JDBCClob
Returns the length of the CLOB.
length() - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns the length of the BLOB.
length() - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns the length of the BLOB.
length() - Method in class com.ibm.as400.util.servlet.RowData
Returns the number of rows in the list.
length() - Method in class com.ibm.as400.util.servlet.ResourceListRowData
Returns the number of rows in the resource list.
lengthChanged(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Invoked when the length changes.
lengthChanged(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Invoked when the length changes.
LETTER - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents letter paper size (8.5 x 11 inches)
LEVEL - Static variable in class com.ibm.as400.resource.RSoftwareResource
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
 
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 class 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 class com.ibm.as400.access.ObjectDoesNotExistException
The return code indicating that the library does not exist.
LIBRARY_LENGTH_NOT_VALID - Static variable in class 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.ObjectList
Selection value representing *LIBL.
LIBRARY_LIST - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing the value *LIBL.
LIBRARY_SPECIFICATION_NOT_VALID - Static variable in class 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 class com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the license can not be requested.
LICENSE_INFORMATION_NOT_AVAILABLE - Static variable in class 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 class 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
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 com.ibm.as400.access.LicenseException.
The LicenseException class is used to indicate 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
Attribute ID for limit capabilities.
LIMIT_CAPABILITIES_PARTIAL - Static variable in class com.ibm.as400.resource.RUser
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
Attribute ID for limit device sessions.
LineDataRecordWriter - class com.ibm.as400.access.LineDataRecordWriter.
The LineDataRecordWriter class 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 com.ibm.as400.util.html.LineLayoutFormPanel.
The LineLayoutFormPanel class represents a line layout of HTML form elements.
LineLayoutFormPanel() - Constructor for class com.ibm.as400.util.html.LineLayoutFormPanel
 
LIST_CLOSED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Event ID indicating that the list is closed.
LIST_COMPLETED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Event ID indicating that the list is completely loaded.
LIST_DIRECTION - Static variable in class com.ibm.as400.resource.RMessageQueue
Selection ID for list direction.
LIST_DIRECTION - Static variable in class com.ibm.as400.resource.RJobLog
Selection ID for list direction.
LIST_IN_ERROR - Static variable in class com.ibm.as400.resource.ResourceListEvent
Event ID indicating that the list is not completely loaded due to an error.
LIST_OPENED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Event ID indicating that the list is opened.
list() - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory.
list() - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object.
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(FilenameFilter) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter.
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(IFSFileFilter) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in the IFSJavaFile directory that satisfy file name filter.
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.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter and pattern.
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.IFSJavaFile
Lists the files in this IFSJavaFile directory that match pattern.
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.
listAllWindows(String) - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
 
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.
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.AS400CertificateUserProfileUtil
List certificates which match the specified attributes.
listClosed(PrintObjectListEvent) - Method in interface com.ibm.as400.access.PrintObjectListListener
Invoked when the list was closed.
listClosed(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Invoked when the list is closed.
listClosed(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
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 interface com.ibm.as400.resource.ResourceListListener
Invoked when the list is completely loaded.
listCompleted(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Invoked when the list is completely loaded.
listConnections() - Method in class com.ibm.as400.access.NetServerShare
Lists the connections currently associated with this share.
listConnections() - Method in class com.ibm.as400.access.NetServerSession
Lists the connections currently associated with this session.
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.
listed(FTPEvent) - Method in interface com.ibm.as400.access.FTPListener
Invoked after a list of files on the server has been retrieved.
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.IFSJavaFile
Lists the files in this IFSJavaFile directory.
listFiles() - Method in class com.ibm.as400.access.IFSFile
Lists the integrated file system objects in the directory represented by this object.
listFiles(FileFilter) - Method in class com.ibm.as400.access.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter.
listFiles(FilenameFilter) - 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) - 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.IFSJavaFile
Lists the files in this IFSJavaFile directory that satisfy filter and pattern.
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.IFSJavaFile
Lists the files in this IFSJavaFile directory that match pattern.
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.
listFileShares() - Method in class com.ibm.as400.access.NetServer
Lists all file server shares currently associated with the NetServer.
listFileShares() - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all file shares.
listFileShares(String) - Method in class com.ibm.as400.access.NetServer
Lists file server shares currently associated with the NetServer.
listFileShares(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Lists the file shares.
listInError(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Invoked when the list is not completely loaded due to an error.
listInError(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Invoked when the list is not completely loaded due to an error.
ListItemCellRenderer - class com.ibm.as400.ui.framework.java.ListItemCellRenderer.
An extension of DefaultListCellRenderer that performs all the same function as the base class, and additionally supports displaying icons on items in lists if the items have an image associated with them.
ListItemCellRenderer() - Constructor for class com.ibm.as400.ui.framework.java.ListItemCellRenderer
Constructs a ListItemCellRenderer object.
ListMetaData - class com.ibm.as400.util.servlet.ListMetaData.
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.
listObjectAdded(PrintObjectListEvent) - Method in interface com.ibm.as400.access.PrintObjectListListener
Invoked when an object was added to the list.
listOpened(PrintObjectListEvent) - Method in interface com.ibm.as400.access.PrintObjectListListener
Invoked when the list was opened.
listOpened(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Invoked when the list is opened.
listOpened(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Invoked when the list is opened.
listPrintShares() - Method in class com.ibm.as400.access.NetServer
Lists all print server shares currently associated with the NetServer.
listPrintShares() - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all print shares.
listPrintShares(String) - Method in class com.ibm.as400.access.NetServer
Lists print server shares currently associated with the NetServer.
listPrintShares(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Lists the print shares.
listRoots() - Static method in class com.ibm.as400.access.IFSJavaFile
Lists the file system roots for the integrated file system of the iSeries server.
ListRowData - class com.ibm.as400.util.servlet.ListRowData.
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.
listSessionConnections() - Method in class com.ibm.as400.access.NetServer
Lists all session connections currently associated with the NetServer.
listSessions() - Method in class com.ibm.as400.access.NetServer
Lists all sessions currently associated with the NetServer.
listSessions() - Method in class com.ibm.as400.access.ISeriesNetServer
Lists all NetServer sessions.
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
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).
LOAD_ERROR_INDICATOR - Static variable in class com.ibm.as400.resource.RSoftwareResource
Attribute ID for load error indicator.
LOAD_ERROR_INDICATOR_ERROR - Static variable in class com.ibm.as400.resource.RSoftwareResource
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
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
Attribute ID for load ID.
LOAD_ID_CODE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Attribute value indicating the code load.
LOAD_STATE - Static variable in class com.ibm.as400.resource.RSoftwareResource
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 OS/400.
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
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
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
Attribute value indicating that the load is a language load.
load() - Method in interface com.ibm.as400.ui.framework.java.DataBean
Initializes this object.
load() - Method in class com.ibm.as400.access.UserList
Loads the list of users 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.MessageQueue
Loads the list of messages 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.JobList
Loads the list of jobs on the system.
load() - Method in class com.ibm.as400.access.AS400Message
Loads additional message information from the server.
load() - Method in class com.ibm.as400.vaccess.VUserList
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VUser
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VSystemValueList
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Loads system status information from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VSystemStatus
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VSystemPool
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VPrinters
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VPrinter
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VOutput
Loads information about the object from the AS/400.
load() - Method in interface com.ibm.as400.vaccess.VObject
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VMessageQueue
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VMessageList
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VMessage
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VJobList
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VJob
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VIFSFile
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Loads information about the object from the AS/400.
load() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Loads the table based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Loads the data in the table.
load() - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Refreshes the view based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Gets data from the system.
load() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Loads the spooled file for viewing.
load() - Method in class com.ibm.as400.vaccess.ResourceListPane
Loads the information from the resource list.
load() - Method in class com.ibm.as400.vaccess.ResourceListModel
Loads the information from the resource list.
load() - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Loads the information from the resource list.
load() - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Loads the information from the resource list.
load() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Loads the table based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.RecordListTableModel
Loads the table based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.RecordListFormPane
Refreshes the view based on the state of the system.
load() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Loads the contents of the document from the file on the AS/400.
load() - Method in class com.ibm.as400.vaccess.AS400TreePane
Loads the information from the AS/400.
load() - Method in class com.ibm.as400.vaccess.AS400TreeModel
Loads the information from the AS/400.
load() - Method in class com.ibm.as400.vaccess.AS400ListPane
Loads the information from the AS/400.
load() - Method in class com.ibm.as400.vaccess.AS400ListModel
Loads the information from the AS/400.
load() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
load() - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Loads the objects from the AS/400.
load() - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Loads the information from the AS/400.
load() - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Loads the information from the AS/400.
load(int) - Method in class com.ibm.as400.access.AS400Message
Loads additional message information from the server.
load(int) - Method in class com.ibm.as400.resource.RQueuedMessage
Reload message help text.
loadClass(String, boolean) - Method in class com.ibm.as400.ui.framework.java.FileClassLoader
Loads the class with the specified name.
loadData() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Called during initialization to load data into the panel.
loadData() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Called during initialization to load data into the pane.
loadData() - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Called during initialization to load data into the pane.
loadData() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Called during initialization to load data into the panel.
loadData() - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Called during initialization to load data into the panel.
loadData() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Called during initialization to load data into the panel.
loadData() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Called during initialization to load data into the pane.
loadFlashPage() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Loads the previously viewed page.
loadInformation() - Method in class com.ibm.as400.access.SystemPool
Loads the system pool information.
loadInformation() - Method in class com.ibm.as400.access.Job
Refreshes the values for all attributes.
loadPage() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Loads the current page for viewing.
loadPagesData() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Causes the initialization of the pages by loading each of the page's data.
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.
LOCAL_DATA_INDICATOR - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for local data indicator.
LOCAL_DATA_INDICATOR_LOCAL - Static variable in class com.ibm.as400.resource.RUser
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
Attribute value indicating that the user was shadowed from another system.
LocalDataArea - class com.ibm.as400.access.LocalDataArea.
The LocalDataArea class represents a local data area on the AS/400.
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.
LOCALE_JOB_ATTRIBUTES - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for locale job attributes.
LOCALE_JOB_ATTRIBUTES_CCSID - Static variable in class com.ibm.as400.resource.RUser
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
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
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
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
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
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
Attribute ID for locale path name.
LOCALE_PATH_NAME_C - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating the C locale path name.
LOCALE_PATH_NAME_POSIX - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating the POSIX locale path name.
localeToCCSID(Locale) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess CCSID given a Java Locale object.
localeToCCSID(String) - Static method in class com.ibm.as400.access.NLS
Returns a best-guess CCSID 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.
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.
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
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
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.
LOCK_VIOLATION - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that a lock violation has occurred.
lock(int) - 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) - 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.AS400File
Obtains a lock on the file.
lock(int, int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Places a lock on the file at the specified bytes.
Log - interface com.ibm.as400.access.Log.
The Log interface defines a mechanism for exception and message logging in a device-independent manner.
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
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.
log(Exception, String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Log an exception and message to the event log.
log(int, String) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category.
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, String, byte[]) - Static method in class com.ibm.as400.access.Trace
Logs a message and byte data in the specified category.
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(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, String, Throwable) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category.
log(int, Throwable) - 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, 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(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(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(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(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(Object, int, Throwable) - Static method in class com.ibm.as400.access.Trace
Logs a message in the specified category for the specified component.
log(String) - Method in interface com.ibm.as400.access.Log
Logs a message.
log(String) - Method in class com.ibm.as400.access.EventLog
Logs a 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) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Log a message to the event log.
log(String, Throwable) - Method in interface com.ibm.as400.access.Log
Logs an exception and message.
log(String, Throwable) - Method in class com.ibm.as400.access.EventLog
Logs an exception and 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.
logError(Object) - Static method in class com.ibm.as400.ui.framework.java.MessageLog
Logs an error string to the current logging destination.
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.ui.framework.java.MessageLog
Logs an error string and a stack trace to the current logging destination.
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).
LOGGING_CL_PROGRAMS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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 for a job.
LOGGING_LEVEL - Static variable in class com.ibm.as400.resource.RJob
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: Level 1 and 2 information is logged.
LOGGING_LEVEL_ALL_REQUESTS_AND_ASSOCIATED_MESSAGES - Static variable in class com.ibm.as400.resource.RJob
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, are logged.
LOGGING_LEVEL_ALL_REQUESTS_AND_MESSAGES - Static variable in class com.ibm.as400.resource.RJob
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
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
Attribute value indicating that no messages are logged.
LOGGING_LEVEL_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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: Level 1 information is logged.
LOGGING_LEVEL_REQUESTS_BY_SEVERITY_AND_ASSOCIATED_MESSAGES - Static variable in class com.ibm.as400.resource.RJob
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
Attribute ID for logging severity.
LOGGING_SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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
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
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 jobs ends normally, no job log is produces.
LOGGING_TEXT_NO_LIST - Static variable in class com.ibm.as400.resource.RJob
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
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
Attribute value indicating that both the message and the message help for the error message are written to the job log.
LogicalDataArea - class com.ibm.as400.access.LogicalDataArea.
The LogicalDataArea class represents a logical data area on the AS/400.
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.
LOGON_SUPPORT - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "logon support".
LOGON_SUPPORT_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "logon support (pending)".
LONG_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.Long data type.
LongFormatter - class com.ibm.as400.ui.framework.java.LongFormatter.
Formatter for exchanging Long values between DataBeans and user interface components.
LongFormatter(long, long) - Constructor for class com.ibm.as400.ui.framework.java.LongFormatter
Constructs a LongFormatter.
longToByteArray(long) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified long into server format in the specified byte array.
longToByteArray(long, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified long into server format in the specified byte array.
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.FTP
Lists the contents of the current working directory.
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.FTP
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.
ltop(Object) - Method in class com.ibm.as400.resource.BooleanValueMap
Maps from a logical value to a physical value.
ltop(Object) - Method in class com.ibm.as400.resource.AbstractValueMap
Maps from a logical value to a physical value.
ltop(Object, AS400) - Method in interface com.ibm.as400.resource.ValueMap
Maps from a logical value to a physical value.
ltop(Object, AS400) - Method in class com.ibm.as400.resource.IntegerValueMap
Maps from a logical value to a physical value.
ltop(Object, AS400) - Method in class com.ibm.as400.resource.AbstractValueMap
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

m_buttonApply - Variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
m_buttonCancel - Variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
m_buttonHelp - Variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
m_buttonOK - Variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
m_windowMinHeight - Variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
m_windowMinHeight - Variable in class com.ibm.as400.ui.framework.java.PanelManager
 
m_windowMinWidth - Variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
m_windowMinWidth - Variable in class com.ibm.as400.ui.framework.java.PanelManager
 
MAIL_NOTIFICATION - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for mail notification.
MAIL_NOTIFICATION_ALL - Static variable in class com.ibm.as400.resource.RUser
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
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
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
Attribute ID for mailing address line 1.
MAILING_ADDRESS_LINE_2 - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for mailing address line 2.
MAILING_ADDRESS_LINE_3 - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for mailing address line 3.
MAILING_ADDRESS_LINE_4 - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for mailing address line 4.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.WizardManager
Provides a command line interface to WizardManager.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Provides a command line interface to TabbedPaneManager.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Provides a command line interface to SplitPaneManager.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Provides a command line interface to PropertySheetManager.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.PanelManager
Provides a command line interface to PanelManager.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.MenuManager
Provides a command line interface to MenuManager.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.HelpViewer
Provides a command line interface to HelpViewer.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.DynamicPanelManager
Provides a command line interface to DynamicPanelManager.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Provides a command line interface to DeckPaneManager.
main(String[]) - Static method in class com.ibm.as400.ui.framework.java.ContextMenuManager
Provides a command line interface to ContextMenuManager.
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.data.RecordFormatDocument
Provides a command line interface to RecordFormatDocument.
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.micro.MEServer
Runs the MEServer as an application.
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.Format
Called by the JVM to Format a file.
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 utilities.VRunJavaApplication
Starts the utility.
main(String[]) - Static method in class utilities.RunJavaApplication
Runs Java programs on the server's JVM.
main(String[]) - Static method in class utilities.JPing
Run JPing.
main(String[]) - Static method in class utilities.JarMaker
Performs the actions specified in the invocation arguments.
main(String[]) - Static method in class utilities.AS400ToolboxJarMaker
Performs the actions specified in the invocation arguments.
main(String[]) - Static method in class utilities.AS400ToolboxInstaller
Performs the actions specified in the invocation arguments.
main(String[]) - Static method in class utilities.AboutToolbox
 
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.
makeJar(File) - Method in class utilities.JarMaker
Generates a smaller JAR or ZIP file, containing only the desired entries and their dependencies.
makeJar(File, File) - Method in class utilities.JarMaker
Generates a smaller JAR or ZIP file, containing only the desired entries and their dependencies.
makeVisible(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Makes the object visible in the tree by expanding its parent objects as needed.
makeVisible(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
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
Attribute ID for manager code.
mark(int) - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Marks the current position of the current page of the input stream.
mark(int) - Method in class com.ibm.as400.access.PrintObjectInputStream
Marks the current position in the input stream.
markSupported() - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Returns a boolean indicating whether this stream type supports mark and 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.PrintObjectInputStream
Returns a boolean indicating whether this stream type supports mark/reset.
markSupported() - Method in class com.ibm.as400.access.ConvTableReader
ConvTableReader does not support the mark() operation.
MAX_BUFFER_SIZE - Static variable in class com.ibm.as400.access.AS400CertificateUtil
Maximum buffer size in kilobytes.
MAX_CONNECTIONS_REACHED - Static variable in class 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
Attribute ID for maximum CPU time.
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
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.
MAXIMUM_ALLOWED_STORAGE - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for maximum allowed storage.
MAXIMUM_USERS - Static variable in class com.ibm.as400.access.NetServerFileShare
Attribute ID for "maximum users".
ME_SERVER_ALREADY_STARTED - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the MEServer has already been started.
ME_SERVER_NOT_STARTED - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the MEServer has not been started.
MEException - exception com.ibm.as400.micro.MEException.
The MEException class represents an exception that indicates an error occured while processing the ToolboxME for iSeries 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
Selection value indicating that the list contains only user profiles that are members of a specified group.
MEMBER_LENGTH_NOT_VALID - Static variable in class com.ibm.as400.access.IllegalPathNameException
The return code indicating that the length of the member name is not valid.
MEMBER_WITHOUT_FILE - Static variable in class 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.
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 a 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 a 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 a job is running in the machine pool.
MEMORY_POOL_SPOOL - Static variable in class com.ibm.as400.access.Job
Constant indicating that a job is running in the shared pool for spooled writers.
menuManager - Variable in class com.ibm.as400.ui.framework.java.ActionHandler
The MenuManager instance which is managing the currently active menu.
MenuManager - class com.ibm.as400.ui.framework.java.MenuManager.
Creates a menu defined using the Panel Definition Markup Language (PDML).
MenuManager(String, Locale, String) - Constructor for class com.ibm.as400.ui.framework.java.MenuManager
Constructs a MenuManager object for the specified menu, and then serializes the menu definition.
MenuManager(String, Locale, String, PaneManager) - Constructor for class com.ibm.as400.ui.framework.java.MenuManager
Constructs a MenuManager for the specified menu.
MenuManager(String, String, PaneManager) - Constructor for class com.ibm.as400.ui.framework.java.MenuManager
Constructs a MenuManager for the specified menu.
MEServer - class com.ibm.as400.micro.MEServer.
The MEServer class is used to fulfill requests from programs that are using the ToolboxME for iSeries jar file.
Message - class com.ibm.as400.util.commtrace.Message.
An ICMPv6 Message Header.
MESSAGE - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Message Queue component.
MESSAGE_FILE - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for message file.
MESSAGE_HELP - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for message help.
MESSAGE_ID - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for message ID.
MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for message key.
MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for message key.
MESSAGE_NOTIFICATION - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for message notification.
MESSAGE_OPTION - Static variable in class com.ibm.as400.resource.RPrinter
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
Constant representing a value of "*INFOMSG".
MESSAGE_OPTION_INFORMATIONAL_MESSAGE - Static variable in class com.ibm.as400.resource.RPrinter
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
Constant representing a value of "*INQMSG".
MESSAGE_OPTION_INQUIRY_MESSAGE - Static variable in class com.ibm.as400.resource.RPrinter
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
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
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.ISeriesPrinter
Constant representing a value of "*NOMSG".
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_STANDARD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of "*MSG".
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.RUser
Attribute ID for message queue.
MESSAGE_QUEUE - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for message queue.
MESSAGE_QUEUE - Static variable in class com.ibm.as400.resource.RPrinter
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
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
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
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
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
Attribute ID for message queue delivery method.
MESSAGE_QUEUE_DELIVERY_METHOD_BREAK - Static variable in class com.ibm.as400.resource.RUser
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
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
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
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
Attribute ID for message queue maximum size.
MESSAGE_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the message queue.
MESSAGE_QUEUE_SEVERITY - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for message queue severity.
MESSAGE_REPLY - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether a 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 a job currently is not in message wait status.
MESSAGE_REPLY_NOT_WAITING - Static variable in class com.ibm.as400.access.Job
Constant indicating that a 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 a job is waiting for a reply to a message.
MESSAGE_SEVERITY - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for message severity.
MESSAGE_TEXT - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for message text.
MESSAGE_TYPE - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for message type.
MESSAGE_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Visual Message Queue component.
MessageBoxDialog - class com.ibm.as400.ui.framework.java.MessageBoxDialog.
A utility class used to display message boxes.
MessageFile - class com.ibm.as400.access.MessageFile.
The MessageFile class allows a user to get a message from an OS/400 message file.
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 message file object.
MessageLog - class com.ibm.as400.ui.framework.java.MessageLog.
Provides control over logging and tracing activity within this package.
MessageQueue - class com.ibm.as400.access.MessageQueue.
The MessageQueue class represents an OS/400 message queue.
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.
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
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
Constant referring to messages that do not need a reply.
MESSAGES_RETURNED - Static variable in class com.ibm.as400.resource.ResourceException
The return code indicating that AS/400 messages were returned.
MessageViewer - class com.ibm.as400.ui.util.MessageViewer.
Displays a set of messages, and optionally additional message detail.
MessageViewer(String) - Constructor for class com.ibm.as400.ui.util.MessageViewer
Constructs a modeless MessageViewer panel.
MessageViewer(String, Frame) - Constructor for class com.ibm.as400.ui.util.MessageViewer
Constructs a MessageViewer panel modal to a Frame.
MessageViewer(String, PanelManager) - Constructor for class com.ibm.as400.ui.util.MessageViewer
Constructs a MessageViewer panel modal to a PanelManager.
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
Attribute ID for middle name.
MIN_BUFFER_SIZE - Static variable in class com.ibm.as400.access.AS400CertificateUtil
Minimum buffer size in kilobytes.
MINIMUM_BASE_VRM - Static variable in class com.ibm.as400.resource.RSoftwareResource
Attribute ID for minimum base VRM.
MINIMUM_BASE_VRM_MATCH - Static variable in class com.ibm.as400.resource.RSoftwareResource
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
Attribute ID for minimum target release.
MISMATCH_RELEASE_REQUEST_HANDLE - Static variable in class 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.
mkdir() - Method in class com.ibm.as400.access.IFSJavaFile
Creates a directory whose path name is specified by this IFSJavaFile.
mkdir() - 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.
mkdirs() - Method in class com.ibm.as400.access.IFSFile
Creates an integrated file system directory whose path name is specified by this object.
MLMessage - class com.ibm.as400.util.commtrace.MLMessage.
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 device that started the job.
MODE - Static variable in class com.ibm.as400.resource.RJob
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
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
Property identifier for the modified time.
move(OutputQueue) - Method in class com.ibm.as400.access.SpooledFile
Moves the spooled file to another output queue.
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.
moveColumn(int, int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Moves the column and heading at columnIndex to newIndex.
moveDataFromComponent(String) - Method in interface com.ibm.as400.ui.framework.java.ComponentManager
Extracts the data from the component and writes it to the DataBean responsible for managing the component's data.
moveDataToComponent(String) - Method in interface com.ibm.as400.ui.framework.java.ComponentManager
Retrieves the data for the component from the DataBean reponsible for managing the component's data and inserts it into the component.
moveToCurrentRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.micro.JdbcMeOfflineResultSet
Positions the cursor to the current row.
moveToCurrentRow() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Positions the cursor to the current row.
moveToInsertRow() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.micro.JdbcMeOfflineResultSet
Positions the cursor to the insert row.
moveToInsertRow() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Positions the cursor to the insert row.
moveToTop() - Method in class com.ibm.as400.access.SpooledFile
Moves the spooled file to the first position on the output queue.
MSGUNK - Static variable in class com.ibm.as400.util.commtrace.Message
A Unknown Message
MTU - class com.ibm.as400.util.commtrace.MTU.
A MTU Header.
MTU - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery MTU Header
MulticastListenerDone - class com.ibm.as400.util.commtrace.MulticastListenerDone.
A Mulitcast Listener Done Header.
MulticastListenerQuery - class com.ibm.as400.util.commtrace.MulticastListenerQuery.
A Multicast Listener Query Header.
MulticastListenerReport - class com.ibm.as400.util.commtrace.MulticastListenerReport.
A Mulitcast Listener Report Header.

N

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.access.NetServerConnection
Attribute ID for "connection name".
NAME - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "name".
NAME - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for name.
NAME - Static variable in class com.ibm.as400.resource.Presentation
Constant indicating the presentation key for abbreviated name.
NAME_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "name (pending)".
NAME_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VObject
Property identifier for the name.
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.AS400JDBCConnection
Returns the native form of an SQL statement without executing it.
NDOption - class com.ibm.as400.util.commtrace.NDOption.
An ICMPv6 Neighbor Discovery Header.
NeighborAdvertisement - class com.ibm.as400.util.commtrace.NeighborAdvertisement.
A Neighbor Advertisement Header.
NeighborSolicitation - class com.ibm.as400.util.commtrace.NeighborSolicitation.
A Neighbor Solicitation Header.
NetServer - class com.ibm.as400.access.NetServer.
The NetServer class represents the NetServer service on a server.
NETSERVER - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the NetServer component.
NetServer() - Constructor for class com.ibm.as400.access.NetServer
Constructs a NetServer object.
NetServer(AS400) - Constructor for class com.ibm.as400.access.NetServer
Constructs a NetServer object.
NetServerConnection - class com.ibm.as400.access.NetServerConnection.
The NetServerConnection class represents a NetServer share connection.
NetServerFileShare - class com.ibm.as400.access.NetServerFileShare.
The NetServerFileShare class represents a NetServer file server share.
NetServerFileShare() - Constructor for class com.ibm.as400.access.NetServerFileShare
Constructs a NetServerFileShare object.
NetServerFileShare(AS400, String) - Constructor for class com.ibm.as400.access.NetServerFileShare
Constructs a NetServerFileShare object.
NetServerPrintShare - class com.ibm.as400.access.NetServerPrintShare.
The NetServerPrintShare class represents a NetServer print server share.
NetServerPrintShare() - Constructor for class com.ibm.as400.access.NetServerPrintShare
Constructs a NetServerPrintShare object.
NetServerPrintShare(AS400, String) - Constructor for class com.ibm.as400.access.NetServerPrintShare
Constructs a NetServerPrintShare object.
NetServerSession - class com.ibm.as400.access.NetServerSession.
The NetServerSession class represents a NetServer session.
NetServerShare - class com.ibm.as400.access.NetServerShare.
The NetServerShare class represents a NetServer share.
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
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
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
Constant referring to all new messages in the message queue.
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.RMessageQueue
Constant referring to the message key for the newest message in the queue.
NEWEST - Static variable in class com.ibm.as400.resource.RJobLog
Constant referring to the message key for the newest message in the job log.
newLine() - Method in class com.ibm.as400.access.SCS5256Writer
Adds a new line control to the stream.
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.RMessageQueue
Constant referring to the next message in the message queue.
NEXT - Static variable in class com.ibm.as400.resource.RJobLog
Constant referring to the next message in the job log.
NEXT_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.WizardManager
Used to identify the Next button on the wizard panel.
NEXT_FILE_SEPARATORS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for next file separators.
NEXT_FORM_TYPE - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for next form type.
NEXT_MESSAGE_OPTION - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for next message option.
NEXT_OUTPUT_QUEUE - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for next output queue.
NEXT_SEPARATOR_DRAWER - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for next separator drawer.
next() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.micro.JdbcMeOfflineResultSet
Positions the cursor to the next row.
next() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Positions the cursor to the next row.
next() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the next row in the list.
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 com.ibm.as400.access.NLS.
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 an OS/400 server.
NO - Static variable in class com.ibm.as400.resource.RUser
Attribute value for no.
NO - Static variable in class com.ibm.as400.resource.RJob
Attribute value for no.
NO - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute value for no.
NO - Static variable in class com.ibm.as400.util.commtrace.FormatProperties
 
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.RUser
Attribute value for no date.
NO_DATE - Static variable in class com.ibm.as400.resource.RJob
Attribute value for no date.
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
Constant indicating that message help text is not formatted.
NO_MAX - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "maximum number of users" attribute, indicating "no maximum".
NO_MORE_FILES - Static variable in class 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
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_WILD_CARDS - Static variable in class com.ibm.as400.ui.util.AS400Formatter
Mode value indicating the that the formatter is not to allow wild cards.
NodeDescriptor - class com.ibm.as400.ui.framework.java.NodeDescriptor.
Describes an item in a tree.
NodeDescriptor() - Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
Constructs a NodeDescriptor.
NodeDescriptor(String, String, String) - Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
Constructs a NodeDescriptor with the specified name, title, and image file.
NodeDescriptor(String, String, String, boolean) - Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
Constructs a NodeDescriptor with the specified name and title, and image file.
NodeDescriptor(String, String, String, HandlerTask[]) - Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
Constructs a NodeDescriptor with the specified name, title, image file and HandlerTask list.
NodeDescriptor(String, String, String, String) - Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
Constructs a NodeDescriptor with the specified name and title, image file, and selected image file.
NodeDescriptor(String, String, String, String, boolean) - Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
Constructs a NodeDescriptor with the specified name and title, and image file.
NodeDescriptor(String, String, String, String, HandlerTask[]) - Constructor for class com.ibm.as400.ui.framework.java.NodeDescriptor
Constructs a NodeDescriptor with the specified name, title, image file, selected image file, and HandlerTask list.
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
Selection value indicating that the list contains only user profiles that are not group profiles.
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.access.User
Constant value representing the String "*NONE".
NONE - Static variable in class com.ibm.as400.resource.RUserList
Selection value indicating that no group profile is specified.
NONE - Static variable in class com.ibm.as400.resource.RUser
Attribute value for none.
NONE - Static variable in class com.ibm.as400.resource.RJob
Attribute value for none.
NONE - Static variable in class com.ibm.as400.vaccess.SpooledFileViewer
Represents no paper size
noop() - Method in class com.ibm.as400.access.FTP
Sends the NOOP (no operation) command to the server.
noop() - Method in class com.ibm.as400.access.AS400FTP
Sends the NOOP (no operation) command to the server.
NOT_ENABLED - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "text conversion enablement" attribute, indicating "text conversion enabled".
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.
notifyGlobalRegisteredListeners(Window, boolean) - Static method in class com.ibm.as400.ui.framework.java.UIFramework
 
nullPlusNonNullIsNull() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
nullsAreSortedAtStart() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
nullsAreSortedLow() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if null values are sorted low.
NUMBER_OF_LIBRARIES_IN_SYSLIBL_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the number of libraries in SYSLIBL.
NUMBER_OF_LIBRARIES_IN_USRLIBL_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the number of libraries in USRLIBL.
NUMBER_OF_PRODUCT_LIBRARIES_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the number of product libaries.
NUMBER_OF_SEPARATORS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for number of separators.
NUMBER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the number of the output.
NUMBER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the number.
numberOfRows() - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Return the number of ResultSet rows in the offline result set.
NUMBERS - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Numbered ordered labeling scheme.
NUMERIC_DATA_TYPES - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Numeric Data Types component.

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 class com.ibm.as400.access.ObjectAlreadyExistsException
The return code indicating that the object already exists.
OBJECT_ALREADY_EXISTS - Static variable in class 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
Attribute ID for object auditing value.
OBJECT_AUDITING_VALUE_ALL - Static variable in class com.ibm.as400.resource.RUser
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
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 class 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 class 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 class 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 class 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 class com.ibm.as400.access.ObjectDoesNotExistException
The return code indicating that the object does not exist.
OBJECT_DOES_NOT_EXIST - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the object does not exist.
OBJECT_IS_READ_ONLY - Static variable in class 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 class 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 class 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 class com.ibm.as400.access.IllegalPathNameException
The return code indicating that the object type is not valid.
ObjectAlreadyExistsException - exception com.ibm.as400.access.ObjectAlreadyExistsException.
The ObjectAlreadyExistsException class represents an exception that indicates that an AS/400 object already exists.
objectChanged(VObjectEvent) - Method in interface com.ibm.as400.vaccess.VObjectListener
Invoked when an AS/400 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
Invoked when an AS/400 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
Invoked when an AS/400 resource is deleted.
ObjectDescription - class com.ibm.as400.access.ObjectDescription.
Represents an OS/400 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, String, String, String) - Constructor for class com.ibm.as400.access.ObjectDescription
Constructs an ObjectDescription given the object's library, name, and type.
ObjectDoesNotExistException - exception com.ibm.as400.access.ObjectDoesNotExistException.
The ObjectDoesNotExistException class represents an exception that indicates that an AS/400 object does not exists.
ObjectEvent - class com.ibm.as400.access.ObjectEvent.
The ObjectEvent class represents an Object event.
ObjectEvent(Object) - Constructor for class com.ibm.as400.access.ObjectEvent
Constructs an ObjectEvent object.
ObjectList - class com.ibm.as400.access.ObjectList.
The ObjectList class represents a list of OS/400 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.
ObjectListener - interface com.ibm.as400.access.ObjectListener.
The ObjectListener interface provides a listener interface for receiving Object events.
objectOpened(ObjectEvent) - Method in interface com.ibm.as400.access.ObjectListener
Invoked when an object has been opened.
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
Attribute ID for office.
OFFSET_FROM_OWNER - Static variable in interface com.ibm.as400.ui.framework.java.WindowManager
Number of pixels by which a modal dialog should be offset from its owner.
OK - Static variable in class com.ibm.as400.ui.util.CommandPrompter
The user dismissed the dialog by pressing the OK button.
OK - Static variable in class com.ibm.as400.vaccess.IFSFileDialog
Dialog was dismissed with the Ok button.
OK_BUTTON - Static variable in class com.ibm.as400.ui.framework.java.PropertySheetManager
Used to identify the OK button on the property sheet.
OK_DUAL_BUTTON - Static variable in class com.ibm.as400.ui.util.MessageViewer
Button identifier for the dual OK button.
OK_SINGLE_BUTTON - Static variable in class com.ibm.as400.ui.util.MessageViewer
Button identifier for the single 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
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.RMessageQueue
Constant referring to the message key for the oldest message in the queue.
OLDEST - Static variable in class com.ibm.as400.resource.RJobLog
Constant referring to the message key for the oldest message in the job log.
ONLY_PARSE_XML - Static variable in class com.ibm.as400.ui.framework.java.UIFramework
Indicates that the UI framework should not check for a serialized panel definition.
ONLY_USE_SERIALIZED - Static variable in class com.ibm.as400.ui.framework.java.UIFramework
Indicates that the UI framework should only use serialized panel definitions.
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() - Method in class com.ibm.as400.access.IFSFileInputStream
Opens the specified 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.AS400File
Opens the file.
open() - Method in class com.ibm.as400.resource.SystemResourceList
Opens the list.
open() - Method in class com.ibm.as400.resource.RIFSFileList
Opens the list.
open() - Method in class com.ibm.as400.resource.ResourceList
Opens the list.
open() - Method in class com.ibm.as400.resource.BufferedResourceList
Opens the list.
open() - Method in class com.ibm.as400.resource.ArrayResourceList
Opens the list.
open(int) - Method in class com.ibm.as400.access.IFSFileOutputStream
Opens the specified file.
open(int, int, int) - Method in class com.ibm.as400.access.AS400File
Opens the file.
open(String, int, int, boolean) - Static method in class com.ibm.as400.micro.JdbcMeOfflineData
Open or create an offline data repository Various parameters in this method are used or ignored depending on which J2ME profile is currently being used by this implementation.
openAsynchronously() - Method in class com.ibm.as400.access.PrintObjectList
Builds the list asynchronously.
OPENED - Static variable in class com.ibm.as400.access.PrintObjectListEvent
The print object list opened event ID.
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.
openSynchronously() - Method in class com.ibm.as400.access.PrintObjectList
Builds the list synchronously.
OPERATION_FAILED - Static variable in class com.ibm.as400.resource.ResourceException
The return code indicating that an operation failed.
OPERATION_FILE_END - Static variable in class com.ibm.as400.resource.RPrinter
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
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
Attribute value that indicates that an operation is not effective.
OPERATION_NOT_SUPPORTED - Static variable in class com.ibm.as400.resource.ResourceException
The return code indicating that an operation is not supported.
OpNavHelpBroker - Static variable in class com.ibm.as400.ui.framework.java.HelpViewer
 
OPTIMIZATION - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for optimization.
OPTIMIZATION_10 - Static variable in class com.ibm.as400.resource.RJavaProgram
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
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
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
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
Attribute value indicating that the Java program is not optimized.
optimize() - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
OR_NAME - Static variable in class com.ibm.as400.resource.RUser
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 com.ibm.as400.util.html.OrderedList.
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.
OrderedListItem - class com.ibm.as400.util.html.OrderedListItem.
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.
othersDeletesAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
othersUpdatesAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if updates made by others are visible.
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.RUser
Attribute ID for output queue.
OUTPUT_QUEUE - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for output queue.
OUTPUT_QUEUE - Static variable in class com.ibm.as400.resource.RJob
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
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.NetServerPrintShare
Attribute ID for "output queue library".
OUTPUT_QUEUE_NAME - Static variable in class com.ibm.as400.access.NetServerPrintShare
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
Attribute ID for output queue priority.
OUTPUT_QUEUE_PRIORITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the output queue priority.
OUTPUT_QUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the output queue.
OUTPUT_QUEUE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for output queue status.
OUTPUT_QUEUE_STATUS_HELD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing an EBCDIC value of "H".
OUTPUT_QUEUE_STATUS_RELEASED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing an EBCDIC value of "R".
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 staiton associated with the job at the time the job is started.
OUTPUT_QUEUE_WORK_STATION - Static variable in class com.ibm.as400.resource.RUser
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
Selection ID for output queues.
OUTPUTNAME_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the output name.
OutputQueue - class com.ibm.as400.access.OutputQueue.
The OutputQueue class represents an AS/400 output queue.
OUTPUTQUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VPrinter
Property identifier for the output queue.
OUTPUTQUEUE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the 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.
outputQueueCleared(OutputQueueEvent) - Method in interface com.ibm.as400.access.OutputQueueListener
Invoked when the output queue has been cleared.
OutputQueueEvent - class com.ibm.as400.access.OutputQueueEvent.
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
Property identifier for the output queue library.
OutputQueueList - class com.ibm.as400.access.OutputQueueList.
The OutputQueueList class is used to build a list of AS/400 output queue 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.
OutputQueueListener - interface com.ibm.as400.access.OutputQueueListener.
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
Attribute ID for overall status.
OVERALL_STATUS_BEING_SERVICED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 15.
OVERALL_STATUS_CONNECT_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 12.
OVERALL_STATUS_HELD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 5.
OVERALL_STATUS_HOLD_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 7.
OVERALL_STATUS_MESSAGE_WAITING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 4.
OVERALL_STATUS_NOT_YET_AVAILABLE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 2.
OVERALL_STATUS_POWERED_OFF - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 13.
OVERALL_STATUS_PRINTING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 10.
OVERALL_STATUS_STOP_PENDING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 6.
OVERALL_STATUS_STOPPED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 3.
OVERALL_STATUS_UNAVAILABLE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 1.
OVERALL_STATUS_UNKNOWN - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 999.
OVERALL_STATUS_UNUSABLE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 14.
OVERALL_STATUS_WAITING_FOR_PRINTER - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 8.
OVERALL_STATUS_WAITING_FOR_PRINTER_OUTPUT - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 11.
OVERALL_STATUS_WAITING_TO_START - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 9.
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.
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.RUser
Attribute ID for owner.
OWNER - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for owner.
OWNER_GROUP_PROFILE - Static variable in class com.ibm.as400.resource.RUser
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
Attribute value indicating that the user owns any objects the user creates.
OWNERID - Static variable in class com.ibm.as400.resource.RIFSFile
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.
ownUpdatesAreVisible(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if a result set's own updates are visible.

P

PackedDecimalFieldDescription - class com.ibm.as400.access.PackedDecimalFieldDescription.
The PackedDecimalFieldDescription class represents the description of the data in a packed decimal field.
PackedDecimalFieldDescription() - Constructor for class com.ibm.as400.access.PackedDecimalFieldDescription
Constructs a PackedDecimalFieldDescription object.
PackedDecimalFieldDescription(AS400PackedDecimal, String) - 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.
PacketTooBig - class com.ibm.as400.util.commtrace.PacketTooBig.
A PacketTooBig Header.
PAGE_BEING_WRITTEN - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for page being written.
pageBack() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Sets the view back one page.
pageForward() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Sets the view forward one page.
PAGESPERCOPY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the number of pages per copy.
paint(Graphics, JComponent) - Method in class com.ibm.as400.ui.framework.java.TableHeaderUI
 
PANEL_HELP_REQUESTED - Static variable in class com.ibm.as400.ui.framework.java.HelpEvent
This event id indicates that help was requested for the entire panel.
PanelGroup - class com.ibm.as400.access.PanelGroup.
The PanelGroup class represents an OS/400 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.
PanelGroupHelpIdentifier - class com.ibm.as400.access.PanelGroupHelpIdentifier.
The PanelGroupHelpIdentifier class represents information about a specific help identifier for an OS/400 panel group (*PNLGRP) object.
panelHelpRequested(HelpEvent) - Method in interface com.ibm.as400.ui.framework.java.HelpListener
Invoked when panel help is requested.
PanelListModel - class com.ibm.as400.ui.framework.java.PanelListModel.
An implementation of ListModel that uses an array of objects to store the list values.
PanelListModel() - Constructor for class com.ibm.as400.ui.framework.java.PanelListModel
 
panelManager - Variable in class com.ibm.as400.ui.framework.java.EventHandler
The PanelManager instance which is managing the currently active panel.
PanelManager - class com.ibm.as400.ui.framework.java.PanelManager.
Creates a graphical panel defined using the Panel Definition Markup Language (PDML).
PanelManager(DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.PanelManager
 
PanelManager(String, Locale, String) - Constructor for class com.ibm.as400.ui.framework.java.PanelManager
Constructs a PanelManager for the specified panel, and then serializes the panel definition.
PanelManager(String, Locale, String, DataBean[]) - Constructor for class com.ibm.as400.ui.framework.java.PanelManager
Constructs a PanelManager for the specified panel.
PanelManager(String, Locale, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.PanelManager
Constructs a PanelManager for the specified panel, using the specified container.
PanelManager(String, Locale, String, DataBean[], Frame) - Constructor for class com.ibm.as400.ui.framework.java.PanelManager
Constructs a PanelManager for the specified panel.
PanelManager(String, String, DataBean[]) - Constructor for class com.ibm.as400.ui.framework.java.PanelManager
Constructs a PanelManager for the specified panel.
PanelManager(String, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.PanelManager
Constructs a PanelManager for the specified panel, using the specified container.
PanelManager(String, String, DataBean[], Frame) - Constructor for class com.ibm.as400.ui.framework.java.PanelManager
Constructs a PanelManager for the specified panel.
PanelTableModel - class com.ibm.as400.ui.framework.java.PanelTableModel.
An implementation of TableModel that uses a two-dimensional array of objects to store the cell values.
PanelTableModel(Vector) - Constructor for class com.ibm.as400.ui.framework.java.PanelTableModel
Constructs a PanelTableModel.
PaneManager - interface com.ibm.as400.ui.framework.java.PaneManager.
The interface which defines common function that an aggregating user interface manager must support.
PARAMETER_VALUE_NOT_VALID - Static variable in class com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the parameter value is not valid.
PARAMETER_VALUE_NOT_VALID - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the parameter value is not valid.
ParameterProblem - class com.ibm.as400.util.commtrace.ParameterProblem.
A Parameter Problem Header.
PARENT - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for parent.
PARM_NOT_SUPPORTED - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the parameter is not supported.
PARM_VALUE_NOT_SUPPORTED - Static variable in class 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.ui.util.AS400SQLNameFormatter
Parses and checks a string as a valid AS/400 SQL Name.
parse(String) - Method in class com.ibm.as400.ui.util.AS400SQLNameColumnFormatter
Parses and checks a string as a valid AS/400 SQL column identifier.
parse(String) - Method in class com.ibm.as400.ui.util.AS400SnameIBMFormatter
Deprecated.  
parse(String) - Method in class com.ibm.as400.ui.util.AS400SnameFormatter
Parses and checks a string as a valid AS/400 *SNAME.
parse(String) - Method in class com.ibm.as400.ui.util.AS400NameIBMFormatter
Deprecated. Parses and checks a string as a valid AS/400 *NAME.
parse(String) - Method in class com.ibm.as400.ui.util.AS400NameFormatter
Parses and checks a string as a valid AS/400 *NAME.
parse(String) - Method in class com.ibm.as400.ui.util.AS400MessageIdFormatter
Parses and checks a string as a valid AS/400 Message Id.
parse(String) - Method in class com.ibm.as400.ui.util.AS400CnameIBMFormatter
Deprecated. Parses and checks a string as a valid AS/400 *CNAME for IBM commands.
parse(String) - Method in class com.ibm.as400.ui.util.AS400CnameFormatter
Parses and checks a string as a valid AS/400 *CNAME.
parse(String) - Method in class com.ibm.as400.ui.util.AS400CharFormatter
Parses and checks a string as a valid AS/400 Char string.
parse(String) - Method in class com.ibm.as400.ui.framework.java.TimeFormatter
Parses a string to produce a Date object.
parse(String) - Method in class com.ibm.as400.ui.framework.java.StringFormatter
Parses a string to produce a String object.
parse(String) - Method in class com.ibm.as400.ui.framework.java.ShortFormatter
Parses a string to produce a Short object.
parse(String) - Method in class com.ibm.as400.ui.framework.java.PercentFormatter
Parses a string to produce an object.
parse(String) - Method in class com.ibm.as400.ui.framework.java.LongFormatter
Parses a string to produce a Long object.
parse(String) - Method in class com.ibm.as400.ui.framework.java.IntFormatter
Parses a string to produce an Integer object.
parse(String) - Method in class com.ibm.as400.ui.framework.java.InternetAddressFormatter
Parses a string to produce a valid Internet Address.
parse(String) - Method in class com.ibm.as400.ui.framework.java.FloatFormatter
Parses a string to produce a Double object.
parse(String) - Method in class com.ibm.as400.ui.framework.java.DateFormatter
Parses a string to produce a Date object.
parse(String) - Method in class com.ibm.as400.ui.framework.java.DataFormatter
Parses a string to produce an 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.
PASSWORD_CHANGE_DATE - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for password change date.
PASSWORD_CHANGE_REQUEST_NOT_VALID - Static variable in class 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 class com.ibm.as400.access.ServerStartupException
The return code indicating that it was password encryption indicator is not valid.
PASSWORD_ERROR - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that there is a general password error.
PASSWORD_ERROR - Static variable in class 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
Attribute ID for password expiration interval.
PASSWORD_EXPIRED - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the password has expired.
PASSWORD_EXPIRED - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the password has expired.
PASSWORD_IMPROPERLY_ENCRYPTED - Static variable in class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the password is not correct.
PASSWORD_INCORRECT - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the password is not correct.
PASSWORD_INCORRECT_USERID_DISABLE - Static variable in class 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 class com.ibm.as400.access.ServerStartupException
The return code indicating that it was password length is not valid.
PASSWORD_LENGTH_NOT_VALID - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the password length is not valid.
PASSWORD_NEW_ADJACENT_DIGITS - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password has adjacent digits.
PASSWORD_NEW_CHARACTER_NOT_VALID - Static variable in class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password contains a character repeated consecutively.
PASSWORD_NEW_DISALLOWED - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password is not allowed.
PASSWORD_NEW_NO_ALPHABETIC - Static variable in class 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 class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password is not valid.
PASSWORD_NEW_PREVIOUSLY_USED - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the new password was previously used.
PASSWORD_NEW_REPEAT_CHARACTER - Static variable in class 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 class 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 class 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 class 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 class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the password validation program failed the request.
PASSWORD_NONE - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the password is *NONE.
PASSWORD_NOT_SET - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the password is not set.
PASSWORD_OLD_NOT_VALID - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the old password is not valid.
PASSWORD_PRE_V2R2 - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the password has pre-V2R2 encryption.
PasswordDialog - class com.ibm.as400.access.PasswordDialog.
The PasswordDialog class is 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.
PasswordFormInput - class com.ibm.as400.util.html.PasswordFormInput.
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.
PATH - Static variable in class com.ibm.as400.access.NetServerFileShare
Attribute ID for "path".
PATH - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for path.
PATH_NOT_FOUND - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the path is not found.
PATH_NOT_VALID - Static variable in class 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
Selection ID for pattern.
PCML - Static variable in class com.ibm.as400.access.Trace
PCML trace category.
PCML_EXCEPTION - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that a pcml exception occurred.
PcmlException - exception com.ibm.as400.data.PcmlException.
Thrown when an error is encountered using a ProgramCallDocument.
PcmlMessageLog - class com.ibm.as400.data.PcmlMessageLog.
Provides control over logging and tracing activity within this package.
peek() - Method in class com.ibm.as400.access.DataQueue
Reads an entry from the data queue without removing it from the queue.
peek() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Reads an entry from the data queue without removing it from the queue, and stores the text of the entry in the document.
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(int) - 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.vaccess.DataQueueDocument
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.access.KeyedDataQueue
Reads an entry from the data queue without removing it from the queue.
peek(String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
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.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.vaccess.KeyedDataQueueDocument
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
Constant representing an EBCDIC value of "C".
PENDING_STATUS_CONTROLLED - Static variable in class com.ibm.as400.resource.RPrinter
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
Constant representing an EBCDIC value of "I".
PENDING_STATUS_IMMEDIATE - Static variable in class com.ibm.as400.resource.RPrinter
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
Constant representing an EBCDIC value of "N".
PENDING_STATUS_NONE - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value for status indicating that no operation is pending.
PENDING_STATUS_PAGE_END - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing an EBCDIC value of "P".
PENDING_STATUS_PAGE_END - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value for status indicating that an operation is pending and will take effect at the end of the page.
PercentFormatter - class com.ibm.as400.ui.framework.java.PercentFormatter.
Formatter for exchanging percentage values between DataBeans and user interface components.
PercentFormatter() - Constructor for class com.ibm.as400.ui.framework.java.PercentFormatter
Constructs a PercentFormatter.
PercentFormatter(int, int) - Constructor for class com.ibm.as400.ui.framework.java.PercentFormatter
Constructs a PercentFormatter.
perform(VActionContext) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Performs the action.
perform(VActionContext) - Method in interface com.ibm.as400.vaccess.VAction
Performs the action.
Permission - class com.ibm.as400.access.Permission.
The Permission class is provided to retrieve user's authority to an object.
PERMISSION - Static variable in class com.ibm.as400.access.NetServerFileShare
Attribute ID for "permission".
PERMISSION_READ_ONLY - Static variable in class com.ibm.as400.access.NetServerFileShare
PERMISSION attribute value indicating "read only" permission to a share.
PERMISSION_READ_WRITE - Static variable in class com.ibm.as400.access.NetServerFileShare
PERMISSION attribute value indicating "read/write" permission to a share.
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(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.
PersistenceException - exception com.ibm.as400.access.PersistenceException.
Copyright © 2001, International Business Machines Corporation and others.
PersistenceException() - Constructor for class com.ibm.as400.access.PersistenceException
Default constructor.
PersistenceException(AS400Message[]) - Constructor for class com.ibm.as400.access.PersistenceException
Constructs an exception based on a list of AS/400 messages.
PersistenceException(AS400Message[], String) - Constructor for class com.ibm.as400.access.PersistenceException
Constructs an exception based on a list of AS/400 messages and detail string.
PersistenceException(String) - Constructor for class com.ibm.as400.access.PersistenceException
Constructs an exception with the given detail string.
PersistenceException(Throwable) - Constructor for class 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 iSeries server.
ping(int) - Method in class com.ibm.as400.access.AS400JPing
Ping a specific OS/400 service.
PKTTOBIG - Static variable in class com.ibm.as400.util.commtrace.Message
A Packet To Big Message
PLAIN - Static variable in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Used to specify a plain message.
POOL_SIZE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VSystemPool
The property identifier for the pool size.
PopupMenuButton - class com.ibm.as400.ui.framework.java.PopupMenuButton.
An implementation of a push button/popup menu combination control.
PopupMenuButton() - Constructor for class com.ibm.as400.ui.framework.java.PopupMenuButton
Constructs a popup menu button with no text, no icon, no tool tip, and no popup menu.
PopupMenuButton(Icon, String, Icon, String, JPopupMenu) - Constructor for class com.ibm.as400.ui.framework.java.PopupMenuButton
Constructs a popup menu button with an icon, tool tip, and popup menu.
PopupMenuButton(Icon, String, JPopupMenu) - Constructor for class com.ibm.as400.ui.framework.java.PopupMenuButton
Constructs a popup menu button with an icon, tool tip, and popup menu.
PopupMenuButton(Icon, String, String, JPopupMenu) - Constructor for class com.ibm.as400.ui.framework.java.PopupMenuButton
Constructs a popup menu button with an icon, tool tip, and popup menu.
PopupMenuButton(String, Icon, String, Icon, String, JPopupMenu) - Constructor for class com.ibm.as400.ui.framework.java.PopupMenuButton
Constructs a popup menu button with set text, icon, tool tip, and popup menu.
PopupMenuButton(String, Icon, String, JPopupMenu) - Constructor for class com.ibm.as400.ui.framework.java.PopupMenuButton
Constructs a popup menu button with set text, icon, tool tip, and popup menu.
PopupMenuButton(String, Icon, String, String, JPopupMenu) - Constructor for class com.ibm.as400.ui.framework.java.PopupMenuButton
Constructs a popup menu button with set text, icon, tool tip, and popup menu.
position(Blob, 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.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(byte[], long) - Method in class com.ibm.as400.access.AS400JDBCBlob
Returns the position at which a pattern is found in the BLOB.
position(Clob, 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.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(String, long) - Method in class com.ibm.as400.access.AS400JDBCClob
Returns the position at which a pattern is found in the CLOB.
positionCursor(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record matching the specified 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.
positionCursor(Object[]) - 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.
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.
positionCursorAfter(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record after the record specified by key.
positionCursorAfterLast() - Method in class com.ibm.as400.access.AS400File
Positions the file cursor to after the last record.
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.
positionCursorBefore(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Positions the file cursor to the first record before the record specified by key.
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.
postValidation(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Method called after validation has occured.
preChangeEvent - Variable in class com.ibm.as400.ui.framework.java.VerifyingTabbedPane
 
PreChangeEvent - class com.ibm.as400.ui.framework.java.PreChangeEvent.
An event used to notify interested parties that a a request has been received to change the object.
PreChangeEvent(Object) - Constructor for class com.ibm.as400.ui.framework.java.PreChangeEvent
Creates a PreChangeEvent object.
preChangeListener - Variable in class com.ibm.as400.ui.framework.java.VerifyingTabbedPane
 
PreChangeListener - interface com.ibm.as400.ui.framework.java.PreChangeListener.
A listener which listens for PreChangeEvents.
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
Attribute ID for preferred name.
PrefixInfo - class com.ibm.as400.util.commtrace.PrefixInfo.
A PrefixInfo Header.
PREFIXINFO - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery Prefix Info Header
preListenerList - Variable in class com.ibm.as400.ui.framework.java.VerifyingTabbedPane
 
prepare(Xid) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Prepares for a transaction commit.
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) - 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.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.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.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.AS400JDBCConnection
Precompiles an SQL stored procedure call with optional input and output parameters and stores it in a CallableStatement 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) - 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.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.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.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.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.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.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.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.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.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.AS400JDBCConnection
Precompiles an SQL statement with optional input parameters and stores it in a PreparedStatement object.
prepareToCommit(Vector) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Request the DataBeans which manage data for the panel to verify that their data is in a consistent state.
prepareToCommit(Vector) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Request the DataBeans which manage data for the panel to verify that their data is in a consistent state.
prepareToCommit(Vector) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Request the DataBeans which manage data for the panel to verify that their data is in a consistent state.
prepareToCommit(Vector) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Request the DataBeans which manage data for the panel to verify that their data is in a consistent state.
prepareToCommit(Vector) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Request the DataBeans which manage data for the pane to verify that their data is in a consistent state.
prepareToCommit(Vector) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Request the DataBeans which manage data for the panel to verify that their data is in a consistent state.
prepareToCommit(Vector) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Request the DataBeans which manage data for the panel to verify that their data is in a consistent state.
Presentation - class com.ibm.as400.resource.Presentation.
The Presentation class represents presentation information that describes an object.
Presentation() - Constructor for class com.ibm.as400.resource.Presentation
Constructs a Presentation object.
Presentation(String) - Constructor for class com.ibm.as400.resource.Presentation
Constructs a Presentation object.
Presentation(String, String) - Constructor for class com.ibm.as400.resource.Presentation
Constructs a Presentation object.
PresentationLoader - class com.ibm.as400.resource.PresentationLoader.
The PresentationLoader class is a convenience class for creating Presentation objects using a resource bundle.
PresentationLoader(ResourceBundle) - Constructor for class com.ibm.as400.resource.PresentationLoader
Constructs a PresentationLoader object.
PresentationLoader(String) - Constructor for class com.ibm.as400.resource.PresentationLoader
Constructs a PresentationLoader object.
pressButton(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Programatically press a predefined button
preStateChanged(PreChangeEvent) - Method in interface com.ibm.as400.ui.framework.java.PreChangeListener
Invoked when the target of the listener is about to change its state.
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.RMessageQueue
Constant referring to the previous message in the message queue.
PREVIOUS - Static variable in class com.ibm.as400.resource.RJobLog
Constant referring to the previous message in the job log.
PREVIOUS_SIGN_ON - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for previous sign-on.
previous() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.micro.JdbcMeOfflineResultSet
Positions the cursor to the previous row.
previous() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Positions the cursor to the previous row.
previous() - Method in class com.ibm.as400.util.servlet.RowData
Sets the position to the previous row in the list.
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
Selection ID for jobs on primary job statuses.
PRIMARY_LANGUAGE_LOAD_ID - Static variable in class com.ibm.as400.resource.RSoftwareResource
Attribute ID for primary language load ID.
PRINT - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Print service.
PRINT - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Network Print component.
PRINT_COVER_PAGE - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for print cover page.
PRINT_DEVICE - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for print device.
PRINT_DEVICE_WORK_STATION - Static variable in class com.ibm.as400.resource.RUser
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
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
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 for this job.
PRINT_KEY_FORMAT_ALL - Static variable in class com.ibm.as400.resource.RJob
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 for this job.
PRINT_KEY_FORMAT_BORDER - Static variable in class com.ibm.as400.resource.RJob
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 for this job.
PRINT_KEY_FORMAT_HEADER - Static variable in class com.ibm.as400.resource.RJob
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 for this job.
PRINT_KEY_FORMAT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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
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
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
Constant for specifying the Visual Network Print component.
Printer - class com.ibm.as400.access.Printer.
The Printer class represents an AS/400 printer.
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
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
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
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
Constant representing a value of "*IPDS".
PRINTER_DEVICE_TYPE_SCS - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of "*SCS".
PRINTER_NAMES - Static variable in class com.ibm.as400.resource.RPrinterList
Selection ID for printer names.
PRINTER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VPrinter
Property identifier for the printer name.
PRINTER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the printer name.
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.
PrinterFile - class com.ibm.as400.access.PrinterFile.
The PrinterFile class represents an AS/400 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.
PrinterFileList - class com.ibm.as400.access.PrinterFileList.
The PrinterFileList class is used to build a list of AS/400 printer file 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.
PrinterList - class com.ibm.as400.access.PrinterList.
The PrinterList class is used to build a list of AS/400 printer 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.
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.
PrintObject - class com.ibm.as400.access.PrintObject.
The PrintObject class is an abstract base class for the various types of network print objects.
PrintObjectInputStream - class com.ibm.as400.access.PrintObjectInputStream.
The PrintObjectInputStream class is used to read data out of an AS/400 spooled file or AFP resource such as an overlay or page segment.
PrintObjectList - class com.ibm.as400.access.PrintObjectList.
The PrintObjectList class is an abstract base class for the various types of network print object lists.
PrintObjectListEvent - class com.ibm.as400.access.PrintObjectListEvent.
The PrintObjectListEvent class represents a PrintObjectList event.
PrintObjectListEvent(Object, Exception) - Constructor for class com.ibm.as400.access.PrintObjectListEvent
Constructs an PrintObjectListEvent object.
PrintObjectListEvent(Object, int) - 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 com.ibm.as400.access.PrintObjectListListener.
The PrintObjectListListener class provides a listener interface for receiving PrintObjectList events.
PrintObjectPageInputStream - class com.ibm.as400.access.PrintObjectPageInputStream.
The PrintObjectPageInputStream class is used to read data out of an AS/400 spooled file one page at a time.
PrintObjectTransformedInputStream - class com.ibm.as400.access.PrintObjectTransformedInputStream.
The PrintObjectTransformedInputStream class is used to read transformed data from an AS/400 spooled file.
PrintParameterList - class com.ibm.as400.access.PrintParameterList.
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.ui.framework.java.MessageLog
Logs a stack trace to the current logging destination.
printStackTrace(Throwable) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated. Use java.lang.Throwable.printStackTrace(PrintWriter w).
PRIORITY_MAIL_NOTIFICATION - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for priority mail notification.
PRIORITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the priority of the output on the output queue.
processReport() - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Processes the report using the input source and context previously specified.
processReport() - Method in class com.ibm.as400.util.reportwriter.processor.ReportProcessor
Starts a report processor job.
processReport() - Method in class com.ibm.as400.util.reportwriter.processor.JSPReportProcessor
Processes the report using the JSP input source and context previously specified.
Product - class com.ibm.as400.access.Product.
Represents an OS/400 licensed product.
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
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
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, if they exist.
PRODUCT_LIBRARIES - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for product libraries.
PRODUCT_LIBRARIES_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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
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.ProductList
Constant representing the base product option.
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.resource.RSoftwareResource
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.PTF
Constant representing a release level of *ONLY.
PRODUCT_RELEASE_ONLY - Static variable in class com.ibm.as400.access.Product
Constant indicating 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
Attribute ID for product return code.
Product(AS400, 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.
ProductDirectoryInformation - class com.ibm.as400.access.ProductDirectoryInformation.
Represents product directory information for a specific licensed product.
ProductLicense - class com.ibm.as400.access.ProductLicense.
A ProductLicense object represents a license for an AS/400 product.
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 an AS400 system, product, feature, and release.
ProductLicenseEvent - class com.ibm.as400.access.ProductLicenseEvent.
The ProductLiceneEvent class represents a ProductLicense event.
ProductLicenseEvent(Object, int) - Constructor for class com.ibm.as400.access.ProductLicenseEvent
Constructs a ProductLiceneEvent object.
ProductLicenseListener - interface com.ibm.as400.access.ProductLicenseListener.
The ProductLicenseListener interface provides an interface for receiving ProductLicense events.
ProductList - class com.ibm.as400.access.ProductList.
Represents a list of OS/400 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the profile token is not valid.
PROFILE_TOKEN_NOT_VALID_MAXIMUM - Static variable in class 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 class 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 class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the profile token is not valid.
ProfileHandleCredential - class com.ibm.as400.security.auth.ProfileHandleCredential.
The ProfileHandleCredential class represents an iSeries system profile handle.
ProfileHandleCredential() - Constructor for class com.ibm.as400.security.auth.ProfileHandleCredential
Constructs a ProfileHandleCredential object.
ProfileHandleImpl - interface com.ibm.as400.security.auth.ProfileHandleImpl.
The ProfileHandleImpl interface provides the template for classes implementing behavior delegated by a ProfileHandleCredential.
ProfileTokenCredential - class com.ibm.as400.security.auth.ProfileTokenCredential.
The ProfileTokenCredential class represents an iSeries 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.
ProfileTokenImpl - interface com.ibm.as400.security.auth.ProfileTokenImpl.
The ProfileTokenImpl interface provides the template for classes implementing behavior delegated by a ProfileTokenCredential.
PROFILING_DATA - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for profiling data.
PROFILING_DATA_APPLY - Static variable in class com.ibm.as400.resource.RJavaProgram
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
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
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
Attribute value indicating that no profiling data collection is enabled for this Java program.
PROGRAM_CALL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Program Call component.
PROGRAM_CALL_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Visual Program Call component.
PROGRAM_FAILED - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the program call failed.
PROGRAM_NOT_REGISTERED - Static variable in class 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 utilitiy programs.
PROGRAM_RETURN_CODE - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for program return code.
ProgramAttributeGetter - class com.ibm.as400.resource.ProgramAttributeGetter.
The ProgramAttributeGetter class gets attribute values by calling an AS/400 program.
ProgramAttributeGetter(AS400, ProgramCallDocument, ProgramMap) - Constructor for class com.ibm.as400.resource.ProgramAttributeGetter
Constructs a ProgramAttributeGetter object.
ProgramAttributeSetter - class com.ibm.as400.resource.ProgramAttributeSetter.
The ProgramAttributeSetter class sets attribute values by calling an AS/400 program.
ProgramAttributeSetter(AS400, ProgramCallDocument, ProgramMap) - Constructor for class com.ibm.as400.resource.ProgramAttributeSetter
Constructs a ProgramAttributeSetter object.
ProgramCall - class com.ibm.as400.access.ProgramCall.
The ProgramCall class allows a user to call an iSeries server program, pass parameters to it (input and output), and access data returned in the output parameters after the program runs.
ProgramCall - class com.ibm.as400.micro.ProgramCall.
The ProgramCall class allows a user to call an iSeries program and access data returned after the program runs from a wireless device.
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.
ProgramCallButton - class com.ibm.as400.vaccess.ProgramCallButton.
The ProgramCallButton class represents a button that calls an AS/400 program when pressed.
ProgramCallButton() - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Constructs a ProgramCallButton object.
ProgramCallButton(String) - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Constructs a ProgramCallButton object.
ProgramCallButton(String, Icon) - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Constructs a ProgramCallButton object.
ProgramCallButton(String, Icon, AS400) - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Constructs a ProgramCallButton object.
ProgramCallButton(String, Icon, AS400, String, ProgramParameter[]) - Constructor for class com.ibm.as400.vaccess.ProgramCallButton
Constructs a ProgramCallButton object.
ProgramCallDocument - class com.ibm.as400.data.ProgramCallDocument.
XML Document based program call.
ProgramCallDocument() - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument The setSystem and setDocument methods must be called prior to using the object.
ProgramCallDocument(AS400, String) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument.
ProgramCallDocument(AS400, String, ClassLoader) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument.
ProgramCallDocument(AS400, String, ClassLoader, InputStream) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument.
ProgramCallDocument(AS400, String, InputStream) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument.
ProgramCallDocument(AS400, String, InputStream, ClassLoader, InputStream, int) - Constructor for class com.ibm.as400.data.ProgramCallDocument
Constructs a ProgramCallDocument.
ProgramCallMenuItem - class com.ibm.as400.vaccess.ProgramCallMenuItem.
The ProgramCallMenuItem class represents a menu item that calls an AS/400 program when pressed.
ProgramCallMenuItem() - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItem(String) - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItem(String, Icon) - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItem(String, Icon, AS400) - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Constructs a ProgramCallMenuItem object.
ProgramCallMenuItem(String, Icon, AS400, String, ProgramParameter[]) - Constructor for class com.ibm.as400.vaccess.ProgramCallMenuItem
Constructs a ProgramCallMenuItem object.
ProgramMap - class com.ibm.as400.resource.ProgramMap.
The ProgramMap class represents a map between logical values such as Resource attribute values and data in a PCML document.
ProgramMap() - Constructor for class com.ibm.as400.resource.ProgramMap
 
ProgramParameter - class com.ibm.as400.access.ProgramParameter.
The ProgramParameter class is used with ProgramCall and ServiceProgramCall to pass parameter data 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(byte[], int) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs ProgramParameter object.
ProgramParameter(int) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs a ProgramParameter object.
ProgramParameter(int, byte[]) - 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.
ProgramParameter(int, int) - Constructor for class com.ibm.as400.access.ProgramParameter
Constructs a ProgramParameter object.
Prolog - class com.ibm.as400.util.commtrace.Prolog.
Parses the 256 byte header of an iSeries trace and allows for printing and access to the fields of the Prolog
PROPERTY_NOT_CHANGED - Static variable in class com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that the property cannot be changed.
PROPERTY_NOT_SET - Static variable in class com.ibm.as400.access.ExtendedIllegalStateException
The return code indicating that one or more properties have not been set.
PROPERTY_NOT_SET - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that one or more properties have not been set.
PropertySheetManager - class com.ibm.as400.ui.framework.java.PropertySheetManager.
Creates a property sheet containing a tabbed pane with one or more tabbed windows.
PropertySheetManager(String, Locale, String) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet, and then serializes the property sheet definition.
PropertySheetManager(String, Locale, String, DataBean[]) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet.
PropertySheetManager(String, Locale, String, DataBean[], boolean) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet.
PropertySheetManager(String, Locale, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager for the specified property sheet, using the specified container.
PropertySheetManager(String, Locale, String, DataBean[], Container, boolean) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager for the specified property sheet, using the specified container.
PropertySheetManager(String, Locale, String, DataBean[], Frame) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet.
PropertySheetManager(String, Locale, String, DataBean[], Frame, boolean) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet.
PropertySheetManager(String, String, DataBean[]) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet.
PropertySheetManager(String, String, DataBean[], boolean) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet.
PropertySheetManager(String, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager for the specified property sheet, using the specified container.
PropertySheetManager(String, String, DataBean[], Container, boolean) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager for the specified property sheet, using the specified container.
PropertySheetManager(String, String, DataBean[], Frame) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet.
PropertySheetManager(String, String, DataBean[], Frame, boolean) - Constructor for class com.ibm.as400.ui.framework.java.PropertySheetManager
Constructs a PropertySheetManager object for the specified property sheet.
PROTOCOL_ERROR - Static variable in class com.ibm.as400.access.InternalErrorException
The return code indicating that a protocol error occurred while communicating with the server.
PROXY - Static variable in class com.ibm.as400.access.Trace
Proxy trace category.
PROXY_SERVER_ALREADY_STARTED - Static variable in class 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 class 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 class 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 server.
ProxyException - exception com.ibm.as400.access.ProxyException.
The ProxyException class represents an exception that indicates an error occurred while communicating with the proxy server.
ProxyServer - class com.ibm.as400.access.ProxyServer.
The ProxyServer class is used to fulfill requests from programs using the proxy jar file.
ProxyServer() - Constructor for class com.ibm.as400.access.ProxyServer
Constructs a ProxyServer object.
PTF - class com.ibm.as400.access.PTF.
Represents a Program Temporary Fix (PTF) for an OS/400 licensed program product.
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_REQUIRED - Static variable in class com.ibm.as400.ui.util.CommandPrompter
The host system requires a PTF for the prompter to function.
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.
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.
PTFCoverLetter - class com.ibm.as400.access.PTFCoverLetter.
Represents a cover letter for a Program Temporary Fix (PTF).
PTFExitProgram - class com.ibm.as400.access.PTFExitProgram.
Represents an exit program for a Program Temporary Fix (PTF).
ptol(Object) - Method in class com.ibm.as400.resource.BooleanValueMap
Maps from a physical value to a logical value.
ptol(Object) - Method in class com.ibm.as400.resource.AbstractValueMap
Maps from a physical value to a logical value.
ptol(Object, AS400) - Method in interface com.ibm.as400.resource.ValueMap
Maps from a physical value to a logical value.
ptol(Object, AS400) - Method in class com.ibm.as400.resource.IntegerValueMap
Maps from a physical value to a logical value.
ptol(Object, AS400) - Method in class com.ibm.as400.resource.AbstractValueMap
Maps from a physical value to a logical value.
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
Attribute ID for published status.
put(ClusteredHashTableEntry) - Method in class com.ibm.as400.access.ClusteredHashTable
Put an entry in the clustered hash table identified by the connection handle.
put(File, String) - Method in class com.ibm.as400.access.FTP
Puts a file to the server.
put(File, String) - Method in class com.ibm.as400.access.AS400FTP
Puts a file to the server.
put(FTPEvent) - Method in interface com.ibm.as400.access.FTPListener
Invoked after a file has been put to the server.
put(String) - Method in class com.ibm.as400.access.FTP
Starts the process of putting a file to the server.
put(String) - Method in class com.ibm.as400.access.AS400FTP
Starts the process of putting a file to the server.
put(String, String) - Method in class com.ibm.as400.access.FTP
Puts a file to the server.
put(String, String) - Method in class com.ibm.as400.access.AS400FTP
Puts a file to the server.
putProperty(Object, Object) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Sets a property value associated with the document.
putProperty(Object, Object) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Sets a property value associated with the document.
putProperty(Object, Object) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Sets a property value associated with the document.
putValue(String, Object) - Method in class com.ibm.as400.vaccess.VActionAdapter
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.FTP
Returns the current directory on the server.
pwd() - Method in class com.ibm.as400.access.AS400FTP
Returns the current directory on the server.

Q

QSYS_PREFIX_MISSING - Static variable in class 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 class com.ibm.as400.access.IllegalPathNameException
The return code indicating that the path starts with /QSYS.LIB/QSYS.LIB.
QSYSObjectPathName - class com.ibm.as400.access.QSYSObjectPathName.
The QSYSObjectPathName class 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.
QSYSObjectTypeTable - class com.ibm.as400.access.QSYSObjectTypeTable.
The QSYSObjectTypeTable class maintains a list of object types and extended attributes for AS/400 objects.
QSYSPermission - class com.ibm.as400.access.QSYSPermission.
The QSYSPermission class represents the permissions for the specified user of an object in the traditional iSeries 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.
QUESTION - Static variable in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Used to specify a question message.
QueuedMessage - class com.ibm.as400.access.QueuedMessage.
The QueuedMessage class represents a message on an OS/400 message queue or job log.

R

RadioFormInput - class com.ibm.as400.util.html.RadioFormInput.
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.
RadioFormInputGroup - class com.ibm.as400.util.html.RadioFormInputGroup.
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.
RANDOM_SEED_EXCHANGE_INVALID - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was an invalid exchange random seed request.
RANDOM_SEED_INVALID - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was a random seed not valid.
RANDOM_SEED_REQUIRED - Static variable in class 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 class 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
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_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.ISeriesNetServerFileShare
Value of the "permission" attribute, indicating read-only permission.
READ_ONLY - Static variable in class com.ibm.as400.access.AS400File
Constant indicating open type of read only.
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.as400.access.AS400File
Constant indicating open type of read/write.
read() - Method in class com.ibm.as400.access.ReaderInputStream
Reads a single byte.
read() - Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.ibm.as400.access.PrintObjectInputStream
Reads the next byte of data from this input stream.
read() - Method in class com.ibm.as400.access.LogicalDataArea
Returns the value in the data area.
read() - Method in class com.ibm.as400.access.LocalDataArea
Reads the data from the data area.
read() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads the next byte of data from this file.
read() - Method in class com.ibm.as400.access.IFSFileInputStream
Reads the next byte of data from this input stream.
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.DataQueue
Reads an entry from the data queue and removes it from the queue.
read() - Method in class com.ibm.as400.access.ConvTableReader
Reads a single character.
read() - Method in class com.ibm.as400.access.CharacterDataArea
Reads the data from the data area.
read() - Method in class com.ibm.as400.access.AS400File
Reads the record at the current cursor position.
read() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Reads an entry from the data queue and removes it from the queue, and stores the text of the entry in the document.
read(byte[]) - Method in class com.ibm.as400.access.ReaderInputStream
Reads bytes into the specified array.
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[]) - 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[]) - Method in class com.ibm.as400.access.PrintObjectInputStream
Reads up to data.length bytes of data from this input stream into data.
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[]) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads up to data.length bytes of data from this input stream into data.
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) - 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) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record with the specified key.
read(byte[], int, int) - Method in class com.ibm.as400.access.ReaderInputStream
Reads bytes into a portion of the specified array.
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(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(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(byte[], int, 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.IFSRandomAccessFile
Reads up to length bytes of data from this input stream into data, starting at the array offset dataOffset.
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(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(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(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(DataAreaEvent) - Method in interface com.ibm.as400.access.DataAreaListener
Invoked when a read has been performed.
read(DataQueueEvent) - Method in interface com.ibm.as400.access.DataQueueListener
Invoked when a read has been performed.
read(int) - Method in class com.ibm.as400.access.SequentialFile
Reads the record with the specified record number.
read(int) - Method in class com.ibm.as400.access.LocalDataArea
Reads the data from the data area.
read(int) - Method in class com.ibm.as400.access.IFSTextFileInputStream
Reads up to length characters from this text file input stream.
read(int) - 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.ConvTableReader
Reads up to length characters out of the underlying stream.
read(int) - Method in class com.ibm.as400.access.CharacterDataArea
Reads the data from the data area.
read(int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
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, int) - Method in class com.ibm.as400.access.UserSpace
Returns a string from the user space beginning at userSpaceOffset.
read(int, 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.CharacterDataArea
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(int, int, int) - Method in class com.ibm.as400.access.CharacterDataArea
Reads the data from the data area.
read(Object[]) - 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(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.vaccess.KeyedDataQueueDocument
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.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.vaccess.KeyedDataQueueDocument
Reads an entry from the data queue and removes it from the queue, and stores the text of the entry in the document.
read(UserSpaceEvent) - Method in interface com.ibm.as400.access.UserSpaceListener
Invoked when a read has been performed.
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.
readAfter(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record after the record with the specified key.
readAll() - Method in class com.ibm.as400.access.SequentialFile
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.AS400File
Reads all the records in the file.
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.
readBefore(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Reads the first record before the record with the specified key.
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.
readBytes(AS400, String) - Static method in class com.ibm.as400.micro.DataQueue
Reads an entry from the data queue.
readChar() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a Unicode character from this file.
readDouble() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a double from this file.
ReaderInputStream - class com.ibm.as400.access.ReaderInputStream.
A ReaderInputStream represents a Toolbox converter that uses stateful character conversion to convert characters into bytes.
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, 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, String) - Constructor for class com.ibm.as400.access.ReaderInputStream
Constructs a ReaderInputStream that will convert Unicode characters into bytes of the specified encoding.
readFirst() - Method in class com.ibm.as400.access.AS400File
Reads the first record in the file.
readFloat() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a float from this file.
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.
readInt() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a signed 32-bit integer from this file.
readLast() - Method in class com.ibm.as400.access.AS400File
Reads the last record in the file.
readLine() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads the next line of text from this file.
readLong() - Method in class com.ibm.as400.access.IFSRandomAccessFile
Reads a signed 64-bit integer from this file.
readNext() - Method in class com.ibm.as400.access.AS400File
Reads the next record in the file from the current cursor position.
readNextEqual() - Method in class com.ibm.as400.access.KeyedFile
Reads the next record whose key matches the full key of the current record.
readNextEqual(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Reads the next record whose key matches the specified key.
readNextEqual(Object[]) - Method in class com.ibm.as400.access.KeyedFile
Reads the next record whose key matches the specified key.
readPrevious() - Method in class com.ibm.as400.access.AS400File
Reads the previous record in the file from the current cursor position.
readPreviousEqual() - Method in class com.ibm.as400.access.KeyedFile
Reads the previous record whose key matches the key of the current record.
readPreviousEqual(byte[], int) - Method in class com.ibm.as400.access.KeyedFile
Reads the previous record whose key matches the specified key.
readPreviousEqual(Object[]) - 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.
readString(AS400, String) - Static method in class com.ibm.as400.micro.DataQueue
Reads an entry from the data queue.
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.
receive(byte[]) - Method in class com.ibm.as400.access.MessageQueue
Receives a message from the message queue by key.
receive(byte[]) - Method in class com.ibm.as400.resource.RMessageQueue
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[], int, String, String) - Method in class com.ibm.as400.resource.RMessageQueue
Receives a message from the message queue.
Record - class com.ibm.as400.access.Record.
The Record class represents the data described by a RecordFormat object.
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_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
Constant for specifying the Record Level Access component.
RECORD_LEVEL_ACCESS_VISUAL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Visual Record Level Access component.
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, byte[]) - 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(RecordFormat, byte[], String) - 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.
RECORDACCESS - Static variable in class com.ibm.as400.access.AS400
Constant indicating the Record Access service.
RecordDescriptionEvent - class com.ibm.as400.access.RecordDescriptionEvent.
The RecordDescriptionEvent class represents a RecordDescriptionEvent.
RecordDescriptionEvent(Object, int) - Constructor for class com.ibm.as400.access.RecordDescriptionEvent
Constructs a RecordDescriptionEvent object.
RecordDescriptionListener - interface com.ibm.as400.access.RecordDescriptionListener.
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 com.ibm.as400.access.RecordFormat.
The RecordFormat class represents the format of data returned from an AS/400 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.
RecordFormatDocument - class com.ibm.as400.data.RecordFormatDocument.
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(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.
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.
RecordFormatMetaData - class com.ibm.as400.util.servlet.RecordFormatMetaData.
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.
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 com.ibm.as400.vaccess.RecordListFormPane.
The RecordListFormPane class represents a form that is filled in with the fields of a file on the AS/400.
RecordListFormPane() - Constructor for class com.ibm.as400.vaccess.RecordListFormPane
Constructs a RecordListFormPane object.
RecordListFormPane(AS400, String) - Constructor for class com.ibm.as400.vaccess.RecordListFormPane
Constructs a RecordListFormPane object.
RecordListFormPane(AS400, String, Object[], int) - Constructor for class com.ibm.as400.vaccess.RecordListFormPane
Constructs a RecordListFormPane object.
RecordListRowData - class com.ibm.as400.util.servlet.RecordListRowData.
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.
RecordListTableModel - class com.ibm.as400.vaccess.RecordListTableModel.
The RecordListTableModel class represents a table that contains the records of an AS/400 file using record-level access.
RecordListTableModel() - Constructor for class com.ibm.as400.vaccess.RecordListTableModel
Constructs a RecordListTableModel object.
RecordListTableModel(AS400, String) - Constructor for class com.ibm.as400.vaccess.RecordListTableModel
Constructs a RecordListTableModel object.
RecordListTableModel(AS400, String, Object[], int) - Constructor for class com.ibm.as400.vaccess.RecordListTableModel
Constructs a RecordListTableModel object.
RecordListTablePane - class com.ibm.as400.vaccess.RecordListTablePane.
The RecordListTablePane class represents a table that contains the records and fields of an AS/400 file using record-level access.
RecordListTablePane() - Constructor for class com.ibm.as400.vaccess.RecordListTablePane
Constructs a RecordListTablePane object.
RecordListTablePane(AS400, String) - Constructor for class com.ibm.as400.vaccess.RecordListTablePane
Constructs a RecordListTablePane object.
RecordListTablePane(AS400, String, Object[], int) - Constructor for class com.ibm.as400.vaccess.RecordListTablePane
Constructs a RecordListTablePane object.
recover(int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Recovers a list of prepared transaction branches from the resource manager.
Redirect - class com.ibm.as400.util.commtrace.Redirect.
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
REFRESH - Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
Indicates that this object should refresh UI components.
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.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.ObjectDescription
Retrieves all possible attributes of this object from 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.ISeriesNetServer
Refreshes the attribute values of this ISeriesNetServer object, from the current in-effect values on the server.
refresh() - Method in class com.ibm.as400.access.Command
Refreshes the information for this Command object.
refresh() - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Updates or extends the validity period for the credential.
refresh() - Method in class com.ibm.as400.security.auth.AS400Credential
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.
refresh(int, int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Updates or extends the validity period for the credential.
refresh(ISeriesNetServerConnection) - Method in class com.ibm.as400.access.ISeriesNetServer
Refreshes the attribute values of the connection object, from the current values on the server.
refresh(ISeriesNetServerSession) - Method in class com.ibm.as400.access.ISeriesNetServer
Refreshes the attribute values of the session object, from the current values on the server.
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 server.
refresh(Vector) - Static method in class com.ibm.as400.access.SystemValueGroup
Retrieves new values for the SystemValue objects in the Vector.
refreshAttributes() - Method in class com.ibm.as400.access.DataArea
Refreshes the attributes of the data area.
refreshAttributes() - Method in class com.ibm.as400.access.BaseDataQueue
Refreshes the attributes of the data queue.
refreshAttributeValues() - Method in class com.ibm.as400.access.NetServerShare
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.access.NetServerSession
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.access.NetServerConnection
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.access.NetServer
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RUser
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RSoftwareResource
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RPrinter
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RJob
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RJavaProgram
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.RIFSFile
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.Resource
Refreshes the values for all attributes.
refreshAttributeValues() - Method in class com.ibm.as400.resource.ChangeableResource
Refreshes the values for all attributes.
refreshCache() - Method in class com.ibm.as400.access.SystemStatus
Refreshes the current system status information.
refreshCache() - Method in class com.ibm.as400.access.SystemPool
 
refreshComponent(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Calls the associated dataBeans gettor method for a component.
refreshComponent(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Calls the associated dataBeans gettor method for a component.
refreshComponent(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Reloads a UI component with updated data from the component's DataBean.
refreshContents() - Method in class com.ibm.as400.resource.SystemResourceList
Refreshes the contents of the list.
refreshContents() - Method in class com.ibm.as400.resource.RIFSFileList
Refreshes the contents of the list.
refreshContents() - Method in class com.ibm.as400.resource.ResourceList
Refreshes the contents of the list.
refreshContents() - Method in class com.ibm.as400.resource.BufferedResourceList
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 com.ibm.as400.security.auth.RefreshFailedException.
The RefreshFailedException class represents an exception issued when errors occur while refreshing server authentication information.
refreshHeadings() - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Updates the table header to match the result set data.
refreshHeadings() - Method in class com.ibm.as400.vaccess.RecordListTablePane
Updates the table header to match the data.
refreshRecordCache() - Method in class com.ibm.as400.access.AS400File
Refreshes the record cache for this file.
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.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().
refreshStatus() - Method in class com.ibm.as400.resource.SystemResourceList
Refreshes the status of the list.
refreshStatus() - Method in class com.ibm.as400.resource.ResourceList
Refreshes the status of the list.
refreshTree(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Reloads a tree component with updated data from the tree's DataBean, while preserving the expansion state of all visible nodes Warning: NodeDescriptors in the tree must have unique names.
refreshValue() - Method in class com.ibm.as400.access.EnvironmentVariable
Refreshes the environment variable value and CCSID.
registerOutParameter(int, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Registers the type for an output parameter.
registerOutParameter(int, 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.
registerSetVisibleInterest(Object, Method) - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Registers a method that is notified on calls to setVisible()
REGISTRATION_TYPE - Static variable in class com.ibm.as400.resource.RSoftwareResource
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 OS/400.
REGISTRATION_VALUE - Static variable in class com.ibm.as400.resource.RSoftwareResource
Attribute ID for registration value.
REJECTED_BY_EXIT_PROGRAM - Static variable in class 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_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.
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.access.AS400JDBCResultSet
Positions the cursor to a relative row number.
relative(int) - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Positions the cursor to a relative row number.
relative(int) - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
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.
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_LEVEL - Static variable in class com.ibm.as400.resource.RSoftwareResource
Attribute ID for release level.
RELEASE_LEVEL_CURRENT - Static variable in class com.ibm.as400.resource.RSoftwareResource
Attribute value indicating the release level of the currently installed operating system.
RELEASE_LEVEL_ONLY - Static variable in class com.ibm.as400.resource.RSoftwareResource
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
Attribute value indicating the previous release with modification level 0 of the operating system.
RELEASE_LICENSE_ERROR - Static variable in class 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
Attribute ID for release program created for.
release() - Method in class com.ibm.as400.access.SpooledFile
Releases a held spooled file on the server.
release() - Method in class com.ibm.as400.access.ProductLicense
Release this license.
release() - Method in class com.ibm.as400.access.OutputQueue
Releases a held output queue on the AS/400.
release() - Method in class com.ibm.as400.access.Job
Releases this job.
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.
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.AS400JDBCConnection
Removes the given Savepoint object from the current transaction.
REMOVE - Static variable in class com.ibm.as400.access.MessageQueue
Constant indicating that the message should be removed from the message queue.
REMOVE - Static variable in class com.ibm.as400.resource.RMessageQueue
Constant indicating that the message should be removed from the message queue.
remove() - Method in class com.ibm.as400.access.NetServerShare
Removes this share from the NetServer.
remove() - Method in class com.ibm.as400.access.MessageQueue
Remove all messages from the message queue.
remove() - Method in class com.ibm.as400.resource.RMessageQueue
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(byte[]) - Method in class com.ibm.as400.resource.RMessageQueue
Removes a message from the message queue.
remove(int, int) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Removes text from the document.
remove(int, int) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes text from the document.
remove(int, int) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Removes text from the document.
remove(RadioFormInput) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Removes a radio button from the group.
remove(String) - Method in class com.ibm.as400.access.SystemValueGroup
Removes a system value name from this group.
remove(String) - Method in class com.ibm.as400.access.MessageQueue
Remove messages from the message queue.
remove(String) - Method in class com.ibm.as400.resource.RMessageQueue
Remove messages from the message queue.
removeAcceptAllFilter() - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Removes the Accept All filter (*.*) from this FileChooserDialog
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.access.ProgramCall
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.CommandCall
Removes the ActionCompletedListener.
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.util.servlet.HTMLFormConverter
Removes this ActionCompletedListener from the internal list.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Removes a listener from being notified when a SQL statement is issued.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Removes a listener from being notified when a SQL statement is issued.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Removes a listener from being notified when a SQL statement is issued.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Removes a listener from being notified when a new record is displayed.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Removes a listener from being notified when a new record is displayed.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Removes a action completed listener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Removes an action completed listener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Removes a action completed listener.
removeActionCompletedListener(ActionCompletedListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Removes an action completed listener.
removeActionListener(ActionListener) - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
removes an ActionListener from the main button
removeActionListener(String, ActionListener) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Removes an ActionListener from the component identified by componentName
removeActiveStatusListener(ActiveStatusListener) - Method in class com.ibm.as400.resource.ResourceList
Removes an ActiveStatusListener.
removeActiveStatusListener(ActiveStatusListener) - Method in class com.ibm.as400.resource.Resource
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.
removeButtons(int) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Removes the Back, Next, Finish, Cancel or Help buttons from the wizard panel.
removeButtons(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Removes the OK, Cancel, Apply or Help buttons from the property sheet.
removeCellEditorListener(CellEditorListener) - Method in class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
removeChangeListener(ChangeListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Removes a change listener.
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.util.html.HTMLTable
Removes a column from the table at the specified columnIndex.
removeColumn(int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Removes a column from the table.
removeColumnHeader(HTMLTableHeader) - Method in class com.ibm.as400.util.html.HTMLTable
Removes a column header from the table header.
removeColumnHeader(int) - Method in class com.ibm.as400.util.html.HTMLTable
Removes the column header at the specified columnIndex.
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.
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.KeyedDataQueueDocument
Removes a data queue listener.
removeDataQueueListener(DataQueueListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
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.KeyedDataQueueDocument
Removes a document listener.
removeDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes a document listener.
removeDocumentListener(DocumentListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Removes a document listener.
removeElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.LayoutFormPanel
Removes a form element from the panel.
removeElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLForm
Removes a form element from the HTMLForm.
removeElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLDocument
Removes an HTMLTagElement from the document.
removeElement(HTMLTreeElement) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Removes a child element from the parent HTMLTreeElement
removeElement(HTMLTreeElement) - Method in class com.ibm.as400.util.html.HTMLTree
Removes an HTMLTreeElement from the tree.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.SelectFormElement
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.LayoutFormPanel
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.HTMLTree
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.HTMLForm
Removes this ElementListener from the internal list.
removeElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLApplet
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.VUserList
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VUser
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Removes an error listener.
removeErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinters
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VPrinter
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VOutput
Removes an error listener.
removeErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VObject
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessageList
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VMessage
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJobList
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJob
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Removes an error listener.
removeErrorListener(ErrorListener) - Method in interface com.ibm.as400.vaccess.VAction
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Removes an ErrorListener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Removes a listener from being notified when an error occurs.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Removes an error listener.
removeErrorListener(ErrorListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Removes an error listener.
removeExpansionListener(Object) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Removes a TreeExpansionListener from the 'active list'
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.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.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.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.AS400File
Removes a listener from the file listeners list.
removeFileListener(FileListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes a file listener.
removeFromPool(String, String) - Method in class com.ibm.as400.access.AS400ConnectionPool
Remove the connections for a systemName/userID.
removeFTPListener(FTPListener) - Method in class com.ibm.as400.access.FTP
Removes a listener from the list.
removeHandlerTask(HandlerTask) - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Removes a HandlerTask from the choice.
removeItem(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLAlign
Removes an HTMLTagElement from the list of tags to align.
removeItem(HTMLTagElement) - Method in class com.ibm.as400.util.html.BidiOrdering
Removess an HTMLTagElement from the list.
removeItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.HTMLAlign
Removes this ElementListener.
removeItemElementListener(ElementListener) - Method in class com.ibm.as400.util.html.BidiOrdering
Removes this ElementListener.
removeJarMakerListener(JarMakerListener) - Method in class utilities.JarMaker
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.ResourceListModel
Removes a list data listener.
removeListDataListener(ListDataListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
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.VSystemStatusPane
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Removes a listener from being notified when the selection changes.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Removes a listener from being notified when the selection changes.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Removes a list selection listener.
removeListSelectionListener(ListSelectionListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Removes a list selection listener.
removeMenuItem(String) - Method in class com.ibm.as400.ui.framework.java.MenuManager
Removes a MenuItem
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.
removePage(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Removes a panel from the property sheet managed by the receiver.
removePage(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Removes a panel from the property sheet managed by the receiver.
removePane(int) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Removes a panel from the Tabbed Pane.
removePane(int) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Removes a page from the Deck Pane.
removePane(String) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Removes a panel from the Tabbed Pane.
removePane(String) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Removes a page from the this Deck Pane.
removePanel(int) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Removes a panel from the wizard managed by the receiver.
removeParameter(HTMLParameter) - Method in class com.ibm.as400.util.html.HTMLServlet
Removes an HTMLParameter from the servlet tag.
removeParameter(HTMLParameter) - Method in class com.ibm.as400.util.html.HTMLApplet
Removes a parameter from the applet 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.
removePath(String) - Method in class com.ibm.as400.ui.framework.java.FileClassLoader
Removes the specified file or directory name from the classpath for this FileClassLoader.
removePreChangeListener(PreChangeListener) - Method in class com.ibm.as400.ui.framework.java.VerifyingTabbedPane
Adds a PreChangeListener to this tabbed pane.
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.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.ui.util.CommandPrompter
Removes a property change listener.
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.access.UserList
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.User
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValueList
Removes this listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValueGroup
Removes the listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemValue
Removes this listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemStatus
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.SystemPool
Removes a property change listener.
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.Record
Removes a listener from the change list.
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.ProgramParameter
Removes this PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.ProgramCall
Removes the PropertyChangeListener.
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.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.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.Permission
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.PanelGroup
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.MessageQueue
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.MessageFile
Removes this PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.JobLog
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.JobList
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.Job
Removes a PropertyChangeListener.
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.IFSRandomAccessFile
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.IFSFileInputStream
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.IFSFile
Removes a property change listener.
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.EnvironmentVariableList
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.EnvironmentVariable
Removes the PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.DataQueueAttributes
Removes a property change listener.
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.ConnectionPool
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.CommandList
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.Command
Removes the PropertyChangeListener.
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.ClusteredHashTable
Removes the listener from being notified when a bound property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.BaseDataQueue
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Removes the PropertyChangeListener.
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.AS400File
Removes a listener from the change 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.AS400
Removes a property changed listener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.resource.ResourceList
Removes a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.resource.Resource
Removes a PropertyChangeListener.
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.security.auth.AS400Credential
Removes the specified listener 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.html.LabelFormElement
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.HTMLTree
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.GridLayoutFormPanel
Removes the PropertyChangeListener 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.servlet.SQLResultSetMetaData
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.RowData
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.ListMetaData
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.HTMLFormConverter
Removes the PropertyChangeListener from the internal list.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUserList
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VUser
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinters
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VPrinter
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VMessageList
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJobList
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJob
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.VActionAdapter
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
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
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SQLConnection
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListPane
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Removes a listener from being notified when the value of any bound property is changed.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Removes a property change listener.
removeRecordDescriptionListener(RecordDescriptionListener) - Method in class com.ibm.as400.access.RecordFormat
Removes a listener from the record description listeners list.
removeRecordDescriptionListener(RecordDescriptionListener) - Method in class com.ibm.as400.access.Record
Removes a listener from the record description listeners list.
removeResourceListener(ResourceListener) - Method in class com.ibm.as400.resource.Resource
Removes a ResourceListener.
removeResourceListListener(ResourceListListener) - Method in class com.ibm.as400.resource.ResourceList
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.ui.framework.java.PanelTableModel
Removes the row at rowToRemove from the model.
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.RecordListRowData
Removes a record from the record list 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.
removeRowDataListener(RowDataListener) - Method in class com.ibm.as400.util.servlet.RecordListRowData
Removes this RowDataListener from the internal list.
removeRowDataListener(RowDataListener) - Method in class com.ibm.as400.util.servlet.ListRowData
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.
removeRows(int[]) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Removes the rows identified in rowsToRemove from the model.
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.HTMLTableConverter
Removes this SectionCompletedListener from the internal list.
removeSectionCompletedListener(SectionCompletedListener) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Removes this SectionCompletedListener from the internal list.
removeSetVisibleInterest(Method) - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Removes a registered interest
removeShare(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Removes the specified share.
removeStatusBar() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Removes the status bar.
removeStyle(String) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes a style from the logical style hierarchy.
removeSystemValueListener(SystemValueListener) - Method in class com.ibm.as400.access.SystemValue
Removes a listener from the SystemValue listeners list.
removeTabAt(int) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
Removes the specified tab from the pane.
removeTableModelListener(TableModelListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Removes a table model listener.
removeTableModelListener(TableModelListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Removes a table model listener.
removeToolBar() - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Removes the tool bar.
removeTreeModelListener(TreeModelListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Removes a tree model listener.
removeTreeSelectionListener(TreeSelectionListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Removes a tree selection listener.
removeTreeSelectionListener(TreeSelectionListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Removes a tree selection listener.
removeUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Removes an undoable edit listener.
removeUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes an undoable edit listener.
removeUndoableEditListener(UndoableEditListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Removes an undoable edit listener.
removeUserButton(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Remove a user defined button that was previously added with addUserButton.
removeUserButton(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Remove a user defined button that was previously added with addUserButton.
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.ui.util.CommandPrompter
Removes a vetoable change listener.
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.access.UserList
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.User
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValueList
Removes this listener from being notified when a constrained property changes.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValueGroup
Removes the listener from being notified when a constrained property changes.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemValue
Removes this listener from being notified when a constrained property changes.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemStatus
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.SystemPool
Removes a vetoable change listener.
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.Record
Removes a listener from the veto change listeners list.
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.ProgramParameter
Removes this VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.ProgramCall
Removes the VetoableChangeListener.
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.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.MessageQueue
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.MessageFile
Removes this VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.JobLog
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.JobList
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.Job
Removes a VetoableChangeListener.
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.IFSRandomAccessFile
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.IFSFileInputStream
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.IFSFile
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.DataQueueAttributes
Removes a vetoable change listener.
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.CommandCall
Removes the VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.access.BaseDataQueue
Removes a vetoable change listener.
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.AS400File
Removes a listener from the veto change listeners 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.AS400
Removes a listener from the veto list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.resource.ResourceList
Removes a VetoableChangeListener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.resource.Resource
Removes a VetoableChangeListener.
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.security.auth.AS400Credential
Removes the specified listener 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.html.SelectOption
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.RadioFormInputGroup
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.HTMLText
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.HTMLTableCell
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.HTMLTable
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.HTMLForm
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.FormInput
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.util.servlet.RowData
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.ListMetaData
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.HTMLFormConverter
Removes the VetoableChangeListener from the internal list.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUserList
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VUser
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinters
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VPrinter
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VMessageList
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJobList
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJob
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
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
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.SQLConnection
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
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Removes a listener from being notified when the value of any constrained property is changed.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.CommandCallButton
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreePane
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListPane
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Removes a vetoable change listener.
removeVetoableChangeListener(VetoableChangeListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Removes a vetoable change listener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUserList
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VUser
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinters
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VPrinter
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VOutput
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VObject
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessageList
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VMessage
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJobList
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VJob
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Removes a VObjectListener.
removeVObjectListener(VObjectListener) - Method in interface com.ibm.as400.vaccess.VAction
Removes a VObjectListener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUserList
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VUser
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemValueList
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemStatus
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VSystemPool
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VQueuedMessage
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VPropertiesPane
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinters
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VPrinter
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VOutput
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VObject
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessageQueue
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessageList
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VMessage
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJobLogMessage
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJobList
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJob
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VJavaApplicationCall
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VIFSFile
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in interface com.ibm.as400.vaccess.VAction
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
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
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.SQLStatementButton
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
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.SQLConnection
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.SpooledFileViewer
Removes a WorkingListener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.ResourceListModel
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.RecordListTableModel
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.KeyedDataQueueDocument
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400ListModel
Removes a working listener.
removeWorkingListener(WorkingListener) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Removes a working listener.
renameTo(File) - Method in class com.ibm.as400.access.IFSJavaFile
Renames the IFSJavaFile to have the path name of dest.
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.
render(Runnable) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Renders the document.
render(Runnable) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Renders the document.
render(Runnable) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Renders the document.
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.
REPLACEMENT_DATA - Static variable in class com.ibm.as400.resource.RMessageQueue
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 - Static variable in class com.ibm.as400.resource.RMessageQueue
Constant referring to the reply to an inquiry 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.resource.RQueuedMessage
Attribute ID for reply status.
REPLY_STATUS_ACCEPTS_NOT_SENT - Static variable in class com.ibm.as400.resource.RQueuedMessage
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
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
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.
reply(byte[], String) - Method in class com.ibm.as400.access.MessageQueue
Replies to and removes a message.
reply(byte[], String) - Method in class com.ibm.as400.resource.RMessageQueue
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(byte[], String, boolean) - Method in class com.ibm.as400.resource.RMessageQueue
Replies to a message.
ReportProcessor - class com.ibm.as400.util.reportwriter.processor.ReportProcessor.
The ReportProcessor class is the superclass for all ReportProcessors.
REQUEST - Static variable in class com.ibm.as400.access.AS400Message
Message type for request messages.
REQUEST_DATA_ERROR - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was an error in request data.
REQUEST_DENIED - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the request was denied.
REQUEST_ID_NOT_VALID - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was a request ID not valid.
REQUEST_LICENSE_ERROR - Static variable in class 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 class com.ibm.as400.access.ExtendedIOException
The return code indicating that the request is not supported.
REQUEST_NOT_SUPPORTED - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the requested action is not supported.
REQUEST_NOT_VALID - Static variable in class 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 class 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 class 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 class 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 class 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 class 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_WITH_PROMPTING - Static variable in class com.ibm.as400.access.AS400Message
Message type for request with prompting messages.
request() - Method in class com.ibm.as400.access.ProductLicense
Request a license.
RequestNotSupportedException - exception com.ibm.as400.access.RequestNotSupportedException.
The RequestNotSupportedException class represents an exception that indicates that the requested function is not supported because the AS/400 system is not at the correct level.
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
Attribute ID for requirements met.
REQUIREMENTS_MET_ALL - Static variable in class com.ibm.as400.resource.RSoftwareResource
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
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
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
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
The property identifier for the reserved size.
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.
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.PrintObjectInputStream
Repositions the stream to the last marked position.
reset() - Method in class utilities.JarMaker
Resets the JarMaker object to a clean, default state, to facilitate object reuse.
reset() - Method in class utilities.AS400ToolboxJarMaker
Resets the AS400ToolboxJarMaker object to a clean, default state, to facilitate object reuse.
resetAllServices() - Method in class com.ibm.as400.access.AS400
Disconnect all services and clear sign-on information.
resetAttributesToRetrieve() - Method in class com.ibm.as400.access.PrintObjectList
Resets the list of object attributes to retrieve.
resetFilter() - Method in class com.ibm.as400.access.PrintObjectList
Resets the list filter back to default values.
ResetFormInput - class com.ibm.as400.util.html.ResetFormInput.
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.
resetGroups() - Method in class com.ibm.as400.ui.framework.java.JGroupingTableHeader
Clears all category headings.
resetStatistics() - Method in class com.ibm.as400.access.Job
Resets the measurement start time used for computing elapsed statistics.
Resource - class com.ibm.as400.resource.Resource.
The Resource class represents an AS/400 resource.
RESOURCE_ADDED - Static variable in class com.ibm.as400.resource.ResourceListEvent
Event ID indicating that a resource is added to the list.
RESOURCE_CREATED - Static variable in class com.ibm.as400.resource.ResourceEvent
Event ID indicating that a resource is created.
RESOURCE_DELETED - Static variable in class com.ibm.as400.resource.ResourceEvent
Event ID indicating that a resource is deleted.
RESOURCE_LIMIT_EXCEEDED - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the resource limit was exceeded.
RESOURCE_NOT_AVAILABLE - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that the resource is not available.
Resource() - Constructor for class com.ibm.as400.resource.Resource
Constructs a Resource object.
Resource(Presentation, Object, ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.Resource
Constructs a Resource object.
Resource(Presentation, Object, ResourceMetaData[], Dictionary) - Constructor for class com.ibm.as400.resource.Resource
Constructs a Resource object.
Resource(Presentation, Object, ResourceMetaDataTable) - Constructor for class com.ibm.as400.resource.Resource
Constructs a Resource object.
ResourceAdapter - class com.ibm.as400.resource.ResourceAdapter.
The ResourceAdapter class is a default implementation of the ResourceListener interface.
ResourceAdapter() - Constructor for class com.ibm.as400.resource.ResourceAdapter
 
resourceAdded(ResourceListEvent) - Method in interface com.ibm.as400.resource.ResourceListListener
Invoked when a resource is added to the list.
resourceAdded(ResourceListEvent) - Method in class com.ibm.as400.resource.ResourceListAdapter
Invoked when a resource is added to the list.
resourceAt(long) - Method in class com.ibm.as400.resource.SystemResourceList
Returns the resource specified by the index.
resourceAt(long) - Method in class com.ibm.as400.resource.RIFSFileList
Returns the resource specified by the index.
resourceAt(long) - Method in class com.ibm.as400.resource.ResourceList
Returns the resource specified by the index.
resourceAt(long) - Method in class com.ibm.as400.resource.BufferedResourceList
Returns the resource specified by the index.
resourceAt(long) - Method in class com.ibm.as400.resource.ArrayResourceList
Returns the resource specified by the index.
resourceCreated(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Invoked when an resource is created.
resourceCreated(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Invoked when an resource is created.
resourceDeleted(ResourceEvent) - Method in interface com.ibm.as400.resource.ResourceListener
Invoked when an resource is deleted.
resourceDeleted(ResourceEvent) - Method in class com.ibm.as400.resource.ResourceAdapter
Invoked when an resource is deleted.
ResourceEvent - class com.ibm.as400.resource.ResourceEvent.
The ResourceEvent class represents a resource event.
ResourceEvent(Object, int) - Constructor for class com.ibm.as400.resource.ResourceEvent
Constructs a ResourceEvent object.
ResourceEvent(Object, int, Object, Object) - Constructor for class com.ibm.as400.resource.ResourceEvent
Constructs a ResourceEvent object.
ResourceException - exception com.ibm.as400.resource.ResourceException.
The ResourceException class represents an exception that occurs when using a Resource or ResourceList.
ResourceException() - Constructor for class com.ibm.as400.resource.ResourceException
Constructs a ResourceException object.
ResourceException(AS400Message[]) - Constructor for class com.ibm.as400.resource.ResourceException
Constructs a ResourceException object.
ResourceException(int) - Constructor for class com.ibm.as400.resource.ResourceException
Constructs a ResourceException object.
ResourceException(int, Throwable) - Constructor for class com.ibm.as400.resource.ResourceException
Constructs a ResourceException object.
ResourceException(int, Throwable, boolean) - Constructor for class com.ibm.as400.resource.ResourceException
Constructs a ResourceException object.
ResourceException(Throwable) - Constructor for class com.ibm.as400.resource.ResourceException
Constructs a ResourceException object.
ResourceLevel - class com.ibm.as400.resource.ResourceLevel.
The ResourceLevel class represents a range of supported levels.
ResourceLevel() - Constructor for class com.ibm.as400.resource.ResourceLevel
Constructs a ResourceLevel object which indicates that all levels are supported.
ResourceLevel(String) - Constructor for class com.ibm.as400.resource.ResourceLevel
Constructs a ResourceLevel object.
ResourceLevel(String, String) - Constructor for class com.ibm.as400.resource.ResourceLevel
Constructs a ResourceLevel object.
ResourceList - class com.ibm.as400.resource.ResourceList.
The ResourceList class represents a list of AS/400 resources.
ResourceList() - Constructor for class com.ibm.as400.resource.ResourceList
Constructs a ResourceList object.
ResourceList(Presentation, ResourceMetaData[], ResourceMetaData[], ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.ResourceList
Constructs a ResourceList object.
ResourceListAdapter - class com.ibm.as400.resource.ResourceListAdapter.
The ResourceListAdapter class is a default implementation of the ResourceListListener interface.
ResourceListAdapter() - Constructor for class com.ibm.as400.resource.ResourceListAdapter
 
ResourceListDetailsModel - class com.ibm.as400.vaccess.ResourceListDetailsModel.
The ResourceListDetailsModel class implements an underlying model for a table, where all information for the model is gathered from the contents of a ResourceList object.
ResourceListDetailsModel() - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsModel
Constructs a ResourceListDetailsModel object.
ResourceListDetailsModel(ResourceList, Object[]) - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsModel
Constructs a ResourceListDetailsModel object.
ResourceListDetailsPane - class com.ibm.as400.vaccess.ResourceListDetailsPane.
The ResourceListDetailsPane class represents a graphical user interface that presents the contents of a ResourceList in a table.
ResourceListDetailsPane() - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsPane
Constructs a ResourceListDetailsPane object.
ResourceListDetailsPane(ResourceList, Object[], ResourceProperties) - Constructor for class com.ibm.as400.vaccess.ResourceListDetailsPane
Constructs a ResourceListDetailsPane object.
ResourceListener - interface com.ibm.as400.resource.ResourceListener.
The ResourceListener represents a listener for ResourceEvents.
ResourceListEvent - class com.ibm.as400.resource.ResourceListEvent.
The ResourceListEvent class represents a resource list event.
ResourceListEvent(Object, int) - Constructor for class com.ibm.as400.resource.ResourceListEvent
Constructs a ResourceListEvent object.
ResourceListEvent(Object, int, long) - Constructor for class com.ibm.as400.resource.ResourceListEvent
Constructs a ResourceListEvent object.
ResourceListEvent(Object, int, Resource, long) - Constructor for class com.ibm.as400.resource.ResourceListEvent
Constructs a ResourceListEvent object.
ResourceListListener - interface com.ibm.as400.resource.ResourceListListener.
The ResourceListListener represents a listener for ResourceListEvents.
ResourceListModel - class com.ibm.as400.vaccess.ResourceListModel.
The ResourceListModel class implements an underlying model for a list, where all information for the model is gathered from the contents of a ResourceList object.
ResourceListModel() - Constructor for class com.ibm.as400.vaccess.ResourceListModel
Constructs a ResourceListModel object.
ResourceListModel(ResourceList) - Constructor for class com.ibm.as400.vaccess.ResourceListModel
Constructs a ResourceListModel object.
ResourceListPane - class com.ibm.as400.vaccess.ResourceListPane.
The ResourceListPane class represents a graphical user interface that presents the contents of a ResourceList in a list.
ResourceListPane() - Constructor for class com.ibm.as400.vaccess.ResourceListPane
Constructs a ResourceListPane object.
ResourceListPane(ResourceList, ResourceProperties) - Constructor for class com.ibm.as400.vaccess.ResourceListPane
Constructs a ResourceListPane object.
ResourceListRowData - class com.ibm.as400.util.servlet.ResourceListRowData.
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.
ResourceMetaData - class com.ibm.as400.resource.ResourceMetaData.
The ResourceMetaData class represents information about a Resource or ResourceList.
ResourceMetaData(Object, Class, boolean, Object[], Object, boolean, boolean, Presentation, Presentation[]) - Constructor for class com.ibm.as400.resource.ResourceMetaData
Constructs a ResourceMetaData object.
ResourceMetaData(Object, Class, Presentation) - Constructor for class com.ibm.as400.resource.ResourceMetaData
Constructs a ResourceMetaData object for a read-only value with no possible values.
ResourceMetaDataTable - class com.ibm.as400.resource.ResourceMetaDataTable.
The ResourceMetaDataTable class represents a data structure for building and maintaining a list of ResourceMetaData objects.
ResourceMetaDataTable() - Constructor for class com.ibm.as400.resource.ResourceMetaDataTable
Constructs a ResourceMetaDataTable object.
ResourceMetaDataTable(PresentationLoader, String) - Constructor for class com.ibm.as400.resource.ResourceMetaDataTable
Constructs a ResourceMetaDataTable object.
ResourceMetaDataTable(ResourceMetaData[]) - Constructor for class com.ibm.as400.resource.ResourceMetaDataTable
Constructs a ResourceMetaDataTable object.
ResourceProperties - class com.ibm.as400.vaccess.ResourceProperties.
The ResourceProperties class represents the arrangement of properties on a properties pane for the graphical user interface representation of a Resource or ResourceList object.
ResourceProperties() - Constructor for class com.ibm.as400.vaccess.ResourceProperties
Constructs the ResourceProperties object.
ResourceProperties(Object[], String, boolean) - Constructor for class com.ibm.as400.vaccess.ResourceProperties
Constructs the ResourceProperties object.
ResourceProperties(String, boolean) - Constructor for class com.ibm.as400.vaccess.ResourceProperties
Constructs the ResourceProperties object.
resources() - Method in class com.ibm.as400.resource.ResourceList
Returns an Enumeration of the Resource objects.
RESTORE_DATE - Static variable in class com.ibm.as400.access.ObjectDescription
Object attribute representing the time at which the object was restored.
RESULT_SET_CLOSED - Static variable in class 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.
RETRIEVE_LICENSE_INFORMATION_ERROR - Static variable in class 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.
retrieved(FTPEvent) - Method in interface com.ibm.as400.access.FTPListener
Invoked after a file has been retrieved from the server.
RetrieveFailedException - exception com.ibm.as400.security.auth.RetrieveFailedException.
The RetrieveFailedException class represents an exception issued when errors occur while retrieving server authentication information.
RetrieveFailedException() - Constructor for class com.ibm.as400.security.auth.RetrieveFailedException
Constructs a RetrieveFailedException.
RetrieveFailedException(AS400Message[]) - Constructor for class com.ibm.as400.security.auth.RetrieveFailedException
Constructs a RetrieveFailedException.
RetrieveFailedException(int) - Constructor for class com.ibm.as400.security.auth.RetrieveFailedException
Constructs a RetrieveFailedException.
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.
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
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.
ReturnCodeException - interface com.ibm.as400.access.ReturnCodeException.
The ReturnCodeException interface defines the methods required for exceptions that contain a return code.
returnConnectionToPool(AS400) - Method in class com.ibm.as400.access.AS400ConnectionPool
Return the AS400 object to the connection pool.
returnSystem(AS400) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Return the AS400 object to the pool when connection pooling is being used.
rewind() - Method in class com.ibm.as400.access.IFSFileInputStream
Rewinds the input stream.
RIFSFile - class com.ibm.as400.resource.RIFSFile.
The RIFSFile class represents a file or directory in the integrated file system on the iSeries or AS/400 server.
RIFSFile() - Constructor for class com.ibm.as400.resource.RIFSFile
Constructs an RIFSFile object.
RIFSFile(AS400, String) - Constructor for class com.ibm.as400.resource.RIFSFile
Constructs an RIFSFile object.
RIFSFileList - class com.ibm.as400.resource.RIFSFileList.
The RIFSFileList class represents a list of files and directories in the AS/400 integrated file system.
RIFSFileList() - Constructor for class com.ibm.as400.resource.RIFSFileList
Constructs an RIFSFileList object.
RIFSFileList(AS400, String) - Constructor for class com.ibm.as400.resource.RIFSFileList
Constructs an RIFSFileList object.
RIFSFileList(RIFSFile) - Constructor for class com.ibm.as400.resource.RIFSFileList
Constructs an RIFSFileList object.
RIGHT - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Horizontal right alignment.
RJavaProgram - class com.ibm.as400.resource.RJavaProgram.
The RJavaProgram class represents an OS/400 Java program.
RJavaProgram() - Constructor for class com.ibm.as400.resource.RJavaProgram
Constructs an RJavaProgram object.
RJavaProgram(AS400, String) - Constructor for class com.ibm.as400.resource.RJavaProgram
Constructs an RJavaProgram object.
RJob - class com.ibm.as400.resource.RJob.
The RJob class represents an AS/400 job.
RJob() - Constructor for class com.ibm.as400.resource.RJob
Constructs an RJob object.
RJob(AS400) - Constructor for class com.ibm.as400.resource.RJob
Constructs an RJob object.
RJob(AS400, byte[]) - Constructor for class com.ibm.as400.resource.RJob
Constructs an RJob object.
RJob(AS400, String, String, String) - Constructor for class com.ibm.as400.resource.RJob
Constructs an RJob object.
RJobList - class com.ibm.as400.resource.RJobList.
The RJobList class represents a list of AS/400 jobs.
RJobList() - Constructor for class com.ibm.as400.resource.RJobList
Constructs an RJobList object.
RJobList(AS400) - Constructor for class com.ibm.as400.resource.RJobList
Constructs an RJobList object.
RJobLog - class com.ibm.as400.resource.RJobLog.
The RJobLog class represents an AS/400 job log.
RJobLog() - Constructor for class com.ibm.as400.resource.RJobLog
Constructs an RJobLog object.
RJobLog(AS400) - Constructor for class com.ibm.as400.resource.RJobLog
Constructs an RJobLog object.
RJobLog(AS400, byte[]) - Constructor for class com.ibm.as400.resource.RJobLog
Constructs an RJobLog object.
RJobLog(AS400, String, String, String) - Constructor for class com.ibm.as400.resource.RJobLog
Constructs an RJobLog object.
RMessageQueue - class com.ibm.as400.resource.RMessageQueue.
The RMessageQueue class represents an AS/400 message queue.
RMessageQueue() - Constructor for class com.ibm.as400.resource.RMessageQueue
Constructs an RMessageQueue object.
RMessageQueue(AS400) - Constructor for class com.ibm.as400.resource.RMessageQueue
Constructs an RMessageQueue object.
RMessageQueue(AS400, String) - Constructor for class com.ibm.as400.resource.RMessageQueue
Constructs an RMessageQueue object.
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() - 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() - Method in class com.ibm.as400.access.AS400File
Rolls back any transactions since the last commit/rollback boundary.
rollback() - Method in class com.ibm.as400.micro.JdbcMeConnection
Drops all changes made since the previous commit or rollback and releases any database locks currently held by the connection.
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(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Undoes all changes made after the specified Savepoint was set.
rollback(Savepoint) - Method in class com.ibm.as400.access.AS400JDBCConnection
Undoes all changes made after the specified Savepoint was set.
rollback(Xid) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Rolls back a transaction branch.
RootPermission - class com.ibm.as400.access.RootPermission.
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.
RouterAdvertisement - class com.ibm.as400.util.commtrace.RouterAdvertisement.
A Router Advertisement Header.
RouterSolicitation - class com.ibm.as400.util.commtrace.RouterSolicitation.
A Router Solicitation Header.
Routing - class com.ibm.as400.util.commtrace.Routing.
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
Attribute ID for routing data.
ROUTING_DATA_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the routing data.
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_CURRENT - Static variable in class com.ibm.as400.micro.JdbcMeLiveResultSet
 
ROW_INSERT - Static variable in class com.ibm.as400.micro.JdbcMeLiveResultSet
 
ROW_REMOVED - Static variable in class com.ibm.as400.util.servlet.RowDataEvent
Event ID indicating that a row has been removed.
ROW_UPDATE - Static variable in class com.ibm.as400.micro.JdbcMeLiveResultSet
 
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 com.ibm.as400.util.servlet.RowData.
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 com.ibm.as400.util.servlet.RowDataEvent.
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 com.ibm.as400.util.servlet.RowDataException.
The RowDataException class represents an exception which indicates that a problem occurred when working with the row data.
RowDataException(Exception) - Constructor for class com.ibm.as400.util.servlet.RowDataException
Constructs a RowDataException.
RowDataListener - interface com.ibm.as400.util.servlet.RowDataListener.
The RowDataListener interface provides a listener interface for receiving row data events.
rowDeleted() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.
rowInserted() - Method in class com.ibm.as400.access.AS400JDBCRowSet
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.
RowMetaData - interface com.ibm.as400.util.servlet.RowMetaData.
A RowMetaData object can be used to find out information about the columns of a RowData object.
RowMetaDataType - class com.ibm.as400.util.servlet.RowMetaDataType.
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.AS400JDBCRowSet
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.
RPrinter - class com.ibm.as400.resource.RPrinter.
The RPrinter class represents an AS/400 printer.
RPrinter() - Constructor for class com.ibm.as400.resource.RPrinter
Constructs an RPrinter object.
RPrinter(AS400, String) - Constructor for class com.ibm.as400.resource.RPrinter
Constructs an RPrinter object.
RPrinterList - class com.ibm.as400.resource.RPrinterList.
The RPrinterList class represents a list of AS/400 printers.
RPrinterList() - Constructor for class com.ibm.as400.resource.RPrinterList
Constructs an RPrinterList object.
RPrinterList(AS400) - Constructor for class com.ibm.as400.resource.RPrinterList
Constructs an RPrinterList object.
RQueuedMessage - class com.ibm.as400.resource.RQueuedMessage.
The RQueuedMessage class represents a message in an AS/400 message queue or job log.
RQueuedMessage() - Constructor for class com.ibm.as400.resource.RQueuedMessage
Constructs an RQueuedMessage object.
RSoftwareResource - class com.ibm.as400.resource.RSoftwareResource.
The RSoftwareResource class represents an AS/400 software product.
RSoftwareResource() - Constructor for class com.ibm.as400.resource.RSoftwareResource
Constructs an RSoftwareResource object.
RSoftwareResource(AS400, String) - Constructor for class com.ibm.as400.resource.RSoftwareResource
Constructs an RSoftwareResource object.
RSoftwareResource(AS400, String, String, String) - Constructor for class com.ibm.as400.resource.RSoftwareResource
Constructs an RSoftwareResource object.
RSoftwareResource(AS400, String, String, String, String) - Constructor for class com.ibm.as400.resource.RSoftwareResource
Constructs an RSoftwareResource object.
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
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
Attribute ID for run priority.
run() - Method in class com.ibm.as400.access.ServiceProgramCall
Calls the service program.
run() - Method in class com.ibm.as400.access.ProgramCall
Runs the program on the server.
run() - Method in class com.ibm.as400.access.JavaApplicationCall
Run the Java application.
run() - Method in class com.ibm.as400.access.CommandCall
Runs the command on the server.
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(AS400, String) - Static method in class com.ibm.as400.micro.CommandCall
Runs the command on the system.
run(AS400, String, String, Hashtable, String[]) - Static method in class com.ibm.as400.micro.ProgramCall
Constructs a ProgramCall object using the specified system, pgmName, parametersToSet, parameterValues, and parametersToGet.
run(AS400, String, String, int, ProgramParameter[]) - Method in class com.ibm.as400.access.ServiceProgramCall
Calls the service program.
run(byte[]) - Method in class com.ibm.as400.access.CommandCall
Runs the command on the server.
run(String) - Method in class com.ibm.as400.access.CommandCall
Sets the command and runs it on the server.
run(String, ProgramParameter[]) - Method in class com.ibm.as400.access.ServiceProgramCall
Calls the service program.
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 server.
runCommand(String) - Method in class com.ibm.as400.access.AS400File
Runs a CL command in the DDM host server job.
RunJavaApplication - class utilities.RunJavaApplication.
RunJavaApplication demonstrates the use of com.ibm.as400.access.JavaApplicationCall.
RunJavaApplication() - Constructor for class utilities.RunJavaApplication
 
RUser - class com.ibm.as400.resource.RUser.
The RUser class represents an OS/400 user profile and directory entry.
RUser() - Constructor for class com.ibm.as400.resource.RUser
Constructs an RUser object.
RUser(AS400, String) - Constructor for class com.ibm.as400.resource.RUser
Constructs an RUser object.
RUserList - class com.ibm.as400.resource.RUserList.
The RUserList class represents a list of AS/400 users.
RUserList() - Constructor for class com.ibm.as400.resource.RUserList
Constructs an RUserList object.
RUserList(AS400) - Constructor for class com.ibm.as400.resource.RUserList
Constructs an RUserList object.

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
Constant indicating that the message should remain in the message queue without changing its new or old designation.
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_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.
save() - Method in interface com.ibm.as400.ui.framework.java.DataBean
Saves all changes that have been applied to this object via its accessor methods.
save() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Saves the contents of the document to the file on the AS/400.
save() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Required by the framework.
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.
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
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
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
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
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
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
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
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
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
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
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
Attribute value indicating that the submitted job becomes eligible to run on Wednesday.
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 com.ibm.as400.access.SCS3812Writer.
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 com.ibm.as400.access.SCS5219Writer.
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 com.ibm.as400.access.SCS5224Writer.
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 com.ibm.as400.access.SCS5256Writer.
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 com.ibm.as400.access.SCS5553Writer.
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.
sectionCompleted(SectionCompletedEvent) - Method in interface com.ibm.as400.util.servlet.SectionCompletedListener
Invoked when a section of data has been converted.
SectionCompletedEvent - class com.ibm.as400.util.servlet.SectionCompletedEvent.
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 com.ibm.as400.util.servlet.SectionCompletedListener.
The SectionCompletedListener interface provides a listener interface for receiving SectionCompleted events.
SECURE_AS400 - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Secure AS400 component.
SecureAS400 - class com.ibm.as400.access.SecureAS400.
The SecureAS400 class represents a secure iSeries server sign-on.
SecureAS400() - 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.
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, String, String) - 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
Constructs a SecureAS400 object.
SECURITY_GENERAL - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that a general security failure occurred.
SECURITY_INVALID_STATE - Static variable in class 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.
selected(int) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Indicates which HTMLTreeElement is selected.
selected(int) - Method in class com.ibm.as400.util.html.FileTreeElement
Indicates which FileTreeElement is selected.
SelectFormElement - class com.ibm.as400.util.html.SelectFormElement.
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.
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_CRITERIA - Static variable in class com.ibm.as400.resource.RUserList
Selection ID for selection criteria.
SELECTION_CRITERIA - Static variable in class com.ibm.as400.resource.RMessageQueue
Selection ID for selection criteria.
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_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_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 com.ibm.as400.util.html.SelectOption.
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.
selectPage(int) - Method in class com.ibm.as400.access.PrintObjectPageInputStream
Repositions the stream to page page.
SEND_REPLY_INVALID - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was send reply indicator is not valid.
SENDER_JOB_NAME - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for sender job name.
SENDER_JOB_NUMBER - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for sender job number.
SENDER_USER_NAME - Static variable in class com.ibm.as400.resource.RQueuedMessage
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
Constant referring to the sender's copies of messages that need replies.
sendInformational(String) - Method in class com.ibm.as400.access.MessageQueue
Sends an informational message to the message queue.
sendInformational(String) - Method in class com.ibm.as400.resource.RMessageQueue
Sends an informational message to the message queue.
sendInformational(String, 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
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, String, byte[]) - Method in class com.ibm.as400.resource.RMessageQueue
Sends an informational message to the message queue.
SENDING_PROGRAM_NAME - Static variable in class com.ibm.as400.resource.RQueuedMessage
Attribute ID for sending program name.
sendInquiry(String, 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.resource.RMessageQueue
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, byte[], String) - Method in class com.ibm.as400.resource.RMessageQueue
Sends an inquiry message to the message queue.
sendInquiry(String, 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
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 standard input to the application running on server.
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
Attribute ID for separator drawer.
SEPARATOR_PAGE_DEVICE - Static variable in class com.ibm.as400.resource.RPrinter
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
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
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
Attribute ID for sequence number.
SequentialFile - class com.ibm.as400.access.SequentialFile.
The SequentialFile class represents an AS/400 physical or logical file.
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.
serialize() - Method in class com.ibm.as400.ui.framework.java.WizardManager
Serializes the wizard definition.
serialize() - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Serializes the tabbed pane definition.
serialize() - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Serializes the split pane definition.
serialize() - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Serializes the property sheet definition.
serialize() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Serializes the panel definition.
serialize() - Method in class com.ibm.as400.ui.framework.java.MenuManager
Serializes the menu definition.
serialize() - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Serializes the deck pane definition.
serialize() - Method in class com.ibm.as400.data.ProgramCallDocument
Serializes the ProgramCallDocument.
serialize(File) - Method in class com.ibm.as400.data.RecordFormatDocument
Serializes the RecordFormatDocument.
serialize(OutputStream) - 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.
serialVersionUID - Static variable in interface com.ibm.as400.access.AS400DataType
 
SERVER_ID_NOT_VALID - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was a server ID not valid.
SERVER_NOT_STARTED - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was unable to start the server.
SERVER_NOT_STARTED - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that it was unable to start the server.
SERVER_TRACE_DEBUG_SERVER_JOB - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
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_SQL_INFORMATION - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
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_TRACE_SERVER_JOB - Static variable in class com.ibm.as400.access.AS400JDBCDataSource
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
Attribute ID for server type.
ServerStartupException - exception com.ibm.as400.access.ServerStartupException.
The ServerStartupException class represents an exception that indicates that a server could not be started.
SERVICE_PROGRAM_CALL - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Service Program Call component.
service(HttpServletRequest, HttpServletResponse) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Override the default service() method for HttpServlet.
ServiceProgramCall - class com.ibm.as400.access.ServiceProgramCall.
The ServiceProgramCall class allows a user to call a service program, passing data via input parameters, then accessing data returned via output parameters.
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, int, 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.
ServletEventLog - class com.ibm.as400.util.servlet.ServletEventLog.
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 com.ibm.as400.util.servlet.ServletHyperlink.
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.
SESSION_TIME - Static variable in class com.ibm.as400.access.NetServerSession
Attribute ID for "session time".
SET_PASSWORD_TO_EXPIRE - Static variable in class com.ibm.as400.resource.RUser
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 OS/400 connection.
setAccessTypeGroup(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Access type" group on the Other tab.
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
Sets the action with which the action adapter is associated.
setActionCommand(String) - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
Sets the action command for the main button
setActionContext(VActionContext) - Method in class com.ibm.as400.vaccess.VActionAdapter
Sets the context in which the associated action will be performed.
setActivationWindow(Window) - Static method in class com.ibm.as400.ui.framework.java.HelpViewer
Static method to set the owning modal window of the JavaHelp viewer.
setAdd(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the add data authority.
setAdditionalFiles(Vector) - Method in class utilities.JarMaker
Specifies additional files to include in the destination JAR or ZIP file.
setAdditionalFiles(Vector, File) - Method in class utilities.JarMaker
Specifies additional files to include in the destination JAR or ZIP file.
setAggregateManager(PaneManager) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Sets the owning PaneManager for the receiver.
setAggregateManager(PaneManager) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Sets the owning PaneManager for the receiver.
setAggregateManager(PaneManager) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Sets the owning PaneManager for the receiver.
setAggregateManager(PaneManager) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Sets the owning PaneManager for the receiver.
setAggregateManager(PaneManager) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Sets the owning PaneManager for the receiver.
setAggregateManager(PaneManager) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Sets the owning PaneManager for the receiver.
setAggregateManager(PaneManager) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Sets the owning PaneManager for the receiver.
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.HTMLImage
Sets the alignment of text following the image tag relative to the graphic on screen.
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.HTMLAlign
Sets the horizontal alignment for a block of HTML.
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.html.HTMLText
Sets the 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.HTMLTable
Sets the table horizontal alignment.
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.servlet.HTMLFormConverter
Sets the form alignment.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Sets the value indicating whether actions are allowed.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.ResourceListPane
Sets whether pop-up menus are enabled.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Sets whether pop-up menus are enabled.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.AS400TreePane
Sets whether actions are allowed.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.AS400ListPane
Sets whether actions are allowed.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Sets whether actions are allowed.
setAllowActions(boolean) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Sets whether actions are allowed.
setAllowModify(boolean) - Method in class com.ibm.as400.vaccess.VSystemPool
Set the state of modify action.
setAllowModifyAllPools(boolean) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Set the state of modify action of all the pools.
setAllowModifyAllPools(boolean) - Method in class com.ibm.as400.vaccess.VSystemStatus
Set the state of modify action of all the pools.
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.RootPermission
Sets the alter object authority.
setAlter(boolean) - Method in class com.ibm.as400.access.QSYSPermission
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.
setAppend(boolean) - Method in class com.ibm.as400.access.IFSFileOutputStream
Sets the append option.
setApplet(boolean) - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Controls whether the UI framework is running as an Applet.
setAppTitle(String) - Static method in class com.ibm.as400.ui.framework.java.DisplayManagerException
Sets the title used for message box windows.
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.AS400JDBCRowSet
Sets the array value at the specified parameterIndex.
setArray(int, Array) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to an Array value.
setArray(Resource[]) - Method in class com.ibm.as400.resource.ArrayResourceList
 
setAS400(AS400) - Method in class com.ibm.as400.access.ValidationListAttribute
Sets the AS/400 system assigned to the attribute.
setAS400(AS400) - Method in class com.ibm.as400.access.ValidationList
Sets the AS/400 system containing the validation list.
setAS400(AS400) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
 
setAS400Ccsid(int) - Method in class com.ibm.as400.access.AS400BidiTransform
Sets the CCSID.
setAS400Server(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "AS/400 server" field on the General tab.
setAS400StringType(int) - Method in class com.ibm.as400.access.AS400BidiTransform
Set the explicit string type for AS/400 data.
setAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the inputStream at the specified parameterIndex.
setAsciiStream(int, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to an ASCII stream value.
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(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(String, InputStream, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to an ASCII stream value.
setAsText(String) - Method in class com.ibm.as400.access.IFSShareOptionEditor
Sets the property value from the specified String.
setAsText(String) - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Sets the property value from the specified String.
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
Sets the attribute meta data.
setAttributes(PrintParameterList) - Method in class com.ibm.as400.access.SpooledFile
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(Properties) - Method in class com.ibm.as400.util.html.HTMLTagAttributes
Set the additional HTML tag attributes.
setAttributes(ValidationListAttribute[]) - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Sets the attributes assigned to the receiver.
setAttributesData(byte[], int) - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Sets the data for assigned attributes from the AS/400 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.
setAttributeValue(Object, Object) - Method in class com.ibm.as400.resource.ChangeableResource
Sets the current value of an attribute.
setAttributeValue(Object, Object, int) - Method in class com.ibm.as400.resource.ChangeableResource
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.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.AS400JDBCConnectionHandle
Sets the auto-commit mode.
setAutoCommit(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the auto-commit mode.
setAutoCommit(boolean) - Method in class com.ibm.as400.micro.JdbcMeConnection
Sets the auto-commit mode.
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.
setBidiStringType(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the output string type of bidi data, as defined by the CDRA (Character Data Representation Architecture).
setBigDecimal(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether a big decimal value is returned.
setBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the BigDecimal value at the specified parameterIndex.
setBigDecimal(int, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a BigDecimal value.
setBigDecimal(String, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a BigDecimal value.
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, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a binary stream value.
setBinaryStream(long) - Method in class com.ibm.as400.access.AS400JDBCBlobLocator
Returns a stream that an application can use to write to this BLOB.
setBinaryStream(long) - Method in class com.ibm.as400.access.AS400JDBCBlob
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.
setBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the Blob value at the specified parameterIndex.
setBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Blob value.
setBlockCriteria(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the criteria for retrieving data from the server in blocks of records.
setBlockSize(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the block size in kilobytes to retrieve from the server 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(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the boolean value at the specified parameterIndex.
setBoolean(int, boolean) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java boolean value.
setBoolean(String, boolean) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java boolean value.
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.HTMLTableRow
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.HTMLTableCell
Sets the border width in pixels.
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.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.
setButtonFlyoverText(String, String) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the button flyover text of a button on MessageViewer.
setButtonStates(int) - Method in interface com.ibm.as400.ui.framework.java.WizardStateMachine
Sets the state of the buttons on the wizard panel.
setButtonText(String, String) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the button text of a button on MessageViewer.
setButtonText(String, String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Sets the button's text
setButtonTextCancel(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the label text of the CANCEL button in the STYLE_OKCANCEL_DUAL style.
setButtonTextOKDual(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the label text of the OK button in the STYLE_OKCANCEL_DUAL style.
setButtonTextOKSingle(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the label text of the OK button in the STYLE_OK_SINGLE style.
setByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the byte value at the specified parameterIndex.
setByte(int, byte) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java byte value.
setByte(String, byte) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java byte value.
setByteInfo(byte[]) - Method in class com.ibm.as400.access.AS400Certificate
Sets the free form byte data.
setBytes(byte[]) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Sets the AS/400 bytes comprising the translated data.
setBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the byte array value at the specified parameterIndex.
setBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java byte array value.
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[]) - 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.AS400JDBCBlobLocator
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[], 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(String, byte[]) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java byte array value.
setBytes(String, int, AS400) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Sets the bytes comprising the translated data from the given string.
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.
setCachePackageLocally(boolean) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Cache package locally" check box on the Package tab.
setCaching(boolean) - Method in class com.ibm.as400.access.SystemStatus
Turns caching on or off.
setCaching(boolean) - Method in class com.ibm.as400.access.SystemPool
Turns caching on or off.
setCancelButtonText(String) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Sets the text for the Cancel button.
setCancelHandler(ActionListener) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Sets a cancel handler which will bypass normal cancel handling.
setCapable(String) - Method in class com.ibm.as400.ui.framework.java.Capabilities
Sets an indication that a particular attribute is supported by the DataBean associated with this object.
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.
setCaption(String) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table caption.
setCatalog(String) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
This method is not supported.
setCatalog(String) - Method in class com.ibm.as400.access.AS400JDBCConnection
This method is not supported.
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.ValidationListTranslatedData
Sets the coded character set identifier used to encode the translated bytes.
setCcsid(int) - Method in class com.ibm.as400.access.BaseDataQueue
Sets the CCSID to use for the data in this data queue.
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.ui.util.AS400Formatter
Sets the current CCSID value to be used for checking.
setCCSID(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "server CCSID" attribute.
setCCSID(int) - Method in class com.ibm.as400.access.IFSTextFileOutputStream
Sets the CCSID for the data written to the file.
setCCSID(String) - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
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.DBCSGraphicFieldDescription
Sets the value for the CCSID keyword for this field.
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.CharacterFieldDescription
Sets the value for the CCSID keyword for this field.
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
Specifies the CCSIDs explicitly to be included.
setCCSIDsExcluded(Vector) - Method in class utilities.AS400ToolboxJarMaker
Specifies CCSIDs to be excluded.
setCellEditable(boolean, int, int) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Indicates whether the cell at row and column is editable.
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.html.HTMLTableHeader
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.HTMLTable
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
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(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, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a character stream value.
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(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(String, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a character stream value.
setChecked(boolean) - Method in class com.ibm.as400.util.html.ToggleFormInput
Sets whether the toggle is initialized to being checked.
setClasspath(String) - Method in class com.ibm.as400.ui.framework.java.FileClassLoader
Sets the classpath for this FileClassLoader.
setClasspath(String) - Method in class com.ibm.as400.util.AS400ClassPathOptimizer
set the AS400 classpath to opimize.
setClassPath(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the value of the CLASSPATH environment variable when running the Java program.
setCleanupInterval(long) - Method in class com.ibm.as400.access.ConnectionPool
Sets the time interval for how often the maintenance daemon is run.
setClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the Clob value at the specified parameterIndex.
setClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Clob value.
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).
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.HTMLTree
Sets the collator.
setCollator(Collator) - Method in class com.ibm.as400.util.html.FileListElement
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.
setColumn(int, Object[]) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Sets the list of values for the column at 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.SQLResultSetMetaData
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.RecordFormatMetaData
Sets the specified horizontal alignment for the column data specified by columnIndex.
setColumnAlignment(int, String) - Method in class com.ibm.as400.util.servlet.ListMetaData
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.ResourceListDetailsPane
Sets the column attribute IDs.
setColumnAttributeIDs(Object[]) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
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.SQLResultSetMetaData
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.RecordFormatMetaData
Sets the specified direction for the column data specified by columnIndex.
setColumnDirection(int, String) - Method in class com.ibm.as400.util.servlet.ListMetaData
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(HTMLTableHeader, int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table column header tag at the specified columnIndex.
setColumnHeader(String, int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table column header tag.
setColumnLabel(int, String) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
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.RecordFormatMetaData
Sets the specified label at the column specified by columnIndex.
setColumnLabel(int, String) - Method in class com.ibm.as400.util.servlet.ListMetaData
Sets the specified label for 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.TextAreaFormElement
Sets the number of visible columns in the text area.
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.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.SQLResultSetTablePane
Sets the title of a column.
setColumnTitle(int, String) - Method in class com.ibm.as400.vaccess.RecordListTablePane
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.SQLResultSetTablePane
Sets the width of a column.
setColumnWidth(int, int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets the width of a column.
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.CommandCall
Sets the command to run.
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.vaccess.CommandCallMenuItem
Sets the command that is run when the button is pressed.
setCommand(String) - Method in class com.ibm.as400.vaccess.CommandCallButton
Sets the command that is run when the button is pressed.
setCommandString(String) - Method in class com.ibm.as400.ui.util.CommandPrompter
Sets the command string to be prompted.
setCommitMode(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Commit mode" field on the Server tab.
setCompact(boolean) - Method in class com.ibm.as400.util.html.HTMLList
Sets whether the list is initialized to being compact.
setComponent(Component) - Method in class com.ibm.as400.ui.framework.java.IllegalUserDataException
Sets the UI component containing the user data which caused the exception to be thrown.
setComponent(Component) - Method in class com.ibm.as400.vaccess.WorkingCursorAdapter
Sets the component that determines the frame for cursor changes.
setComponent(Component) - Method in class com.ibm.as400.vaccess.ErrorDialogAdapter
Sets the component that determines the parent frame for dialogs.
setComponentName(String) - Method in class com.ibm.as400.ui.framework.java.IllegalUserDataException
Sets the UI component containing the user data which caused the exception to be thrown.
setComponents(String[]) - Method in class com.ibm.as400.ui.framework.java.HandlerTask
Sets the list of UI components affected by this object.
setComponents(Vector) - Method in class utilities.AS400ToolboxJarMaker
Specifies required IBM Toolbox for Java components.
setComponents(Vector, boolean) - Method in class utilities.AS400ToolboxJarMaker
Specifies required IBM Toolbox for Java components.
setComponentText(String, String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Convenience method which sets the component's text
setConcurrency(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the concurrency type for the result set.
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.VSystemStatusPane
Sets the value indicating whether certain actions are confirmed with the user.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.AS400TreePane
Sets whether certain actions are confirmed with the user.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.AS400ListPane
Sets whether certain actions are confirmed with the user.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Sets whether certain actions are confirmed with the user.
setConfirm(boolean) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Sets whether certain actions are confirmed with the user.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Sets the SQL connection used to execute statements.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLStatementDocument
Sets the SQL connection used to execute statements.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Sets the SQL connection used to execute statements.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Sets the SQL connection with which to access data.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Sets the SQL connection.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Sets the SQL connection with which to access data.
setConnection(SQLConnection) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Sets the SQL connection with which to access data for the GUI.
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.util.reportwriter.processor.ReportProcessor
Sets the context.
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.
setControlName(String) - Method in class com.ibm.as400.ui.framework.java.HelpEvent
Sets the name of the component that generated this help event.
setCountryID(String) - Method in class com.ibm.as400.access.Job
Sets the country ID.
setCPI(int) - Method in class com.ibm.as400.access.SCS5224Writer
Sets characters per inch.
setCPI(int) - Method in class com.ibm.as400.access.SCS5219Writer
Sets characters per inch.
setCurrentDirectory(File) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Sets the current directory.
setCurrentDirectory(String) - Method in class com.ibm.as400.access.FTP
Sets the current directory on the server to directory.
setCurrentDirectory(String) - Method in class com.ibm.as400.access.AS400FTP
Sets the current directory on the server to directory.
setCurrentPage(int) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Sets the current page.
setCursorHold(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether the cursor is held.
setCursorName(String) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the SQL cursor name that will be used by the statement.
setCursorSensitivity(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.RootPermission
Sets the data authority of the user.
setDataAuthority(String) - Method in class com.ibm.as400.access.DLOPermission
Sets the data authority of the user.
setDatabaseName(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the database name.
setDataCompression(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to use data compression.
setDataSource(AS400JDBCConnectionPoolDataSource) - Method in class com.ibm.as400.access.AS400JDBCConnectionPool
Sets the data source used to make connections.
setDataSource(AS400JDBCDataSource) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
Sets the data source to be displayed.
setDataSourceName(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the name of the iSeries data source.
setDataSourceName(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the data source name.
setDataSourceName(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Data source name" field on the General tab.
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.FTP
Sets the data transfer type.
setDataTransferType(int) - Method in class com.ibm.as400.access.AS400FTP
Sets the data transfer type.
setDataTruncation(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to use data truncation.
setDataType(AS400Array) - Method in class com.ibm.as400.access.ArrayFieldDescription
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(AS400Bin4) - 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(AS400ByteArray) - Method in class com.ibm.as400.access.HexFieldDescription
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(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.TimestampFieldDescription
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(AS400Text) - Method in class com.ibm.as400.access.DBCSOpenFieldDescription
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.DBCSGraphicFieldDescription
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.DateFieldDescription
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(AS400UnsignedBin2) - 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(AS400ZonedDecimal) - Method in class com.ibm.as400.access.ZonedDecimalFieldDescription
Sets the AS400DataType object describing this field.
setDate(int, Date) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the Date value at the specified parameterIndex.
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.AS400JDBCRowSet
Sets the Date value at the specified parameterIndex.
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(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.
setDateFormat(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Date format" field on the Format tab.
setDateFormat(String) - Method in class com.ibm.as400.access.Job
Sets the format in which dates are presented.
setDateFormat(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 date format used in date literals within SQL statements.
setDateSeparator(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Date separator" field on the Format tab.
setDateSeparator(String) - Method in class com.ibm.as400.access.Job
Sets the value used to separate days, months, and years when presenting a date.
setDateSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 date separator used in date literals within SQL statements.
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.
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.
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.
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.
setDecimalSeparator(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Decimal separator" field on the Format tab.
setDecimalSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 decimal separator used in numeric literals within SQL statements.
setDefaultLibraries(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Library list" field on the Server tab.
setDefaultPort(int) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the default port.
setDefaultUser(String, String) - Static method in class com.ibm.as400.access.AS400
Sets the default user for a given system name.
setDefaultUserID(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Default user ID" field on the Connection Options tab.
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.
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.
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.access.ISeriesNetServerShare
Sets the text description of the share.
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.DataQueueAttributes
Sets the text description of the data queue.
setDescription(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the data source description.
setDescription(String) - Method in class com.ibm.as400.vaccess.FileFilter
Sets the description.
setDescription(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Description" field on the General tab.
setDestinationDrawer(int) - Method in class com.ibm.as400.access.SCS5219Writer
Sets destination drawer number.
setDetailsSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Sets the selection model that is used to maintain selection state in the details.
setDetailsSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
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(BigDecimal) - Method in class com.ibm.as400.access.ZonedDecimalFieldDescription
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(byte[]) - Method in class com.ibm.as400.access.HexFieldDescription
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(Integer) - 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(String) - Method in class com.ibm.as400.access.TimestampFieldDescription
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.DBCSOpenFieldDescription
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.DBCSGraphicFieldDescription
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.DateFieldDescription
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.
setDFTCurrent() - Method in class com.ibm.as400.access.TimestampFieldDescription
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.DateFieldDescription
Sets the default value for this field to be the current date.
setDFTNull() - Method in class com.ibm.as400.access.ZonedDecimalFieldDescription
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.TimeFieldDescription
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.HexFieldDescription
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.DBCSOpenFieldDescription
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.DBCSGraphicFieldDescription
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.DateFieldDescription
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.BinaryFieldDescription
Sets the value for the DFT keyword to be *NULL for this field.
setDialogTitle(String) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Sets the string that goes in the FileChooserDialog's titlebar.
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.html.SelectOption
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.HTMLText
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.HTMLTableCell
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.HTMLTable
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.HTMLListItem
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.HTMLHyperlink
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.HTMLHead
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.HTMLAlign
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.FormInput
Sets the direction of the text interpretation.
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.servlet.HTMLFormConverter
Sets the form text interpretation direction.
setDirectory(String) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Sets the path to be used.
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.RecordFormatDocument
Sets the RFML document resource.
setDocument(String) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the PCML or XPCML document resource.
setDocument(String, ClassLoader) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the RFML 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 XPCML document resource.
setDocument(String, InputStream) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the XPCML 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.
setDomainName(String) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "domain name" attribute.
setDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the double value at the specified parameterIndex.
setDouble(int, double) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java double value.
setDouble(String, double) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java double value.
setDriver(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
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
Sets whether the properties are editable.
setElement(HTMLTagElement) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the table cell element.
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(String) - Method in class com.ibm.as400.util.html.HTMLTableCaption
Sets the specified text for the caption.
setEnabled(boolean) - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
Enables (or disables) the entire control
setEnabled(boolean) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Sets the enabled state of the action.
setEnabled(boolean) - Method in class com.ibm.as400.vaccess.VActionAdapter
Sets the enabled state of the action.
setEnabled(boolean) - Method in interface com.ibm.as400.vaccess.VAction
Sets the enabled state of the action.
setEnabled(String, boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Enables the panel component identified by name.
setEnableDataCompression(boolean) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Enable data compression" check box on the Performance tab.
setEnableExtDynamic(boolean) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Enable extended dynamic (package) support" check box on the Package tab.
setEnableLazyClose(boolean) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Enable lazy close support" check box on the Performance tab.
setEnablePrefetch(boolean) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Enable pre-fetch" check box on the Performance tab.
setEncoded(byte[]) - Method in class com.ibm.as400.access.AS400Certificate
Sets the ASN.1 encoded certificate value.
setEncryptedData(ValidationListTranslatedData) - Method in class com.ibm.as400.access.ValidationListEntry
Sets the information currently encrypted for the entry in the validation list.
setEndDateFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the end date filter.
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.
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.
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 server.
setEscapeProcessing(boolean) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the escape processing mode.
setEscapeProcessing(boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets whether the escape scanning is enabled for escape substitution processing.
setExcludeSomeDependencies(boolean) - Method in class utilities.AS400ToolboxJarMaker
Specifies whether AS400ToolboxJarMaker is allowed to selectively limit dependency expansion, and exclude certain components and packages that are unlikely to be needed.
setExecute(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the execute data authority.
setExistence(boolean) - Method in class com.ibm.as400.access.RootPermission
Sets the existence object authority.
setExistence(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the existence object authority.
setExistenceOption(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the existence option.
setExitOnClose(boolean) - Method in class com.ibm.as400.ui.util.MessageViewer
Controls whether the application exits when the panel is closed, based on the value of parameter bExit.
setExitOnClose(boolean) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Controls whether the application exits when the wizard is closed, based on the value of parameter exit.
setExitOnClose(boolean) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Controls whether the application exits when the property sheet is closed, based on the value of parameter exit.
setExitOnClose(boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Controls whether the application exits when the panel is closed, based on the value of parameter exit.
setExpanded(boolean) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Set the HTMLTreeElement to be expanded.
setExpanded(String, NodeDescriptor, boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Programmatically expand or collapse a node in a tree component
setExpandedGif(String) - Static method in class com.ibm.as400.util.html.HTMLTreeElement
Set the gif to use when the HTMLTree is expanded.
setExpandedImageFile(String) - Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
Sets the expanded node image file name.
setExpandRequested(boolean) - Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
Indicates whether this node is to be initially expanded, depending on the value of parameter isExpandRequested.
setExtendedDynamic(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to use extended dynamic support.
setExtendedMetaData(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether the driver should request extended metadata from the server.
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.IFSFileOutputStream
Sets the file descriptor.
setFD(IFSFileDescriptor) - Method in class com.ibm.as400.access.IFSFileInputStream
Sets the file descriptor.
setFeature(String) - Method in class com.ibm.as400.access.ProductLicense
Sets the feature identifier for this license.
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.AS400JDBCRowSet
Sets the direction in which the rows in a result set are processed.
setFetchDirection(int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Sets the direction in which the rows in a result set are processed.
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.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.AS400JDBCResultSet
Sets the number of rows to be fetched from the database when more rows are needed.
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.
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
Sets the filter list.
setFileName(Object, String) - Static method in class com.ibm.as400.access.Trace
Sets the trace file name for the specified component.
setFileName(String) - Static method in class com.ibm.as400.access.Trace
Sets the trace file name.
setFileName(String) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets the name of the file.
setFileName(String) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Sets the name of the file.
setFileName(String) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Sets the name of the file.
setFileName(String) - Method in class com.ibm.as400.vaccess.IFSFileDialog
Sets the file name field.
setFilter(IFSFileFilter) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Sets the filter which determines which files and directories are included as children.
setFilter(String[]) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Sets the current file filter.
setFilterProperties(FormatProperties) - Method in class com.ibm.as400.util.commtrace.Format
Sets the Properties for this Format.
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(int, float) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the float value at the specified parameterIndex.
setFloat(int, float) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java float value.
setFloat(String, float) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java float value.
setFLTPCN(String) - Method in class com.ibm.as400.access.FloatFieldDescription
Sets the value for the FLTPCN keyword for this field.
setFocusPolicy(boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
 
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.
setFormatter(String, DataFormatter, boolean) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Sets the data formatter associated with the specified user interface component.
setFormatter(String, DataFormatter, boolean) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Sets the data formatter associated with the specified user interface component.
setFormatter(String, DataFormatter, boolean) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Sets the data formatter associated with the specified user interface component.
setFormatter(String, DataFormatter, boolean) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Sets the data formatter associated with the specified user interface component.
setFormatter(String, DataFormatter, boolean) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Sets the data formatter associated with the specified user interface component.
setFormatter(String, DataFormatter, boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Sets a pre-created formatter to be used for a component.
setFormatter(String, DataFormatter, boolean) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Sets the data formatter associated with the specified user interface component.
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
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
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.
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.SQLResultSetTablePane
Sets the color used to draw grid lines.
setGridColor(Color) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets the color used to draw grid lines.
setGroup(String, int) - Method in class com.ibm.as400.ui.framework.java.JGroupingTableHeader
Defines a category heading.
setGroupDescription(String) - Method in class com.ibm.as400.access.SystemValueGroup
Sets the user-defined group description for any SystemValue objects generated by this group.
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
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.
setGSSName(String) - Method in class com.ibm.as400.access.AS400
Sets the GSS name for this object.
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 you are running in.
setHandle() - Method in class com.ibm.as400.security.auth.ProfileHandleCredential
Sets the handle based on the current OS/400 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 iSeries system.
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.HTMLTableConverter
Sets the table header's hyperlinks.
setHeaderHyperlinks(HTMLHyperlink[]) - Method in class com.ibm.as400.util.servlet.HTMLFormConverter
Sets the form header's hyperlinks.
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.ImageFormInput
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) - 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.HTMLApplet
Set the height of the applet in pixels.
setHeight(int, boolean) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the height relative to the table in pixels or percent.
setHeightInPercent(boolean) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the height unit in percent or pixels.
setHelpPath(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
 
setHelpPath(String) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
 
setHelpPath(String) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
 
setHelpPath(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
 
setHelpPath(String) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Base location for help files.
setHelpPath(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
 
setHelpPath(String) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
 
setHelpSet(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the JavaHelp helpset used for any messages shown as HTML help.
setHelpTextFormatting(int) - Method in class com.ibm.as400.access.MessageQueue
Sets the help text formatting value.
setHelpTextFormatting(int) - Method in class com.ibm.as400.access.MessageFile
Sets the help text formatting value.
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.
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.AS400JDBCConnection
Sets the holdability of ResultSets created from this connection.
setHome(String) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Sets the current "home" setting, which is where the Help Topics button goes when pressed.
setHome(URL) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Sets the current "home" setting, which is where the Help Topics button goes when pressed.
setHorizontalAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the global horizontal alignment for the row.
setHorizontalAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the horizontal alignment.
setHorizontalIconPosition(int) - Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
Sets the item's horizontal icon position.
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 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.HTMLTree
Sets the Http servlet request.
setHttpServletRequest(HttpServletRequest) - Method in class com.ibm.as400.util.html.FileListElement
Sets the Http servlet request for the element.
setHttpServletResponse(HttpServletResponse) - Method in class com.ibm.as400.util.servlet.ServletHyperlink
Sets the Http servlet response for the resource link.
setIconImage(Image) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
 
setIconName(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Overrides the name of the icon to use for this panel if a Frame is used.
setIconName(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Overrides the name of the icon to use for this panel.
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.
setIdleTimeout(int) - Method in class com.ibm.as400.access.ISeriesNetServer
Sets the value of the "idle timeout" attribute.
setImageFile(String) - Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
Sets the node image file name.
setImageFile(String) - Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
Sets the item's image file name.
setInclude(int) - Method in class com.ibm.as400.vaccess.VIFSDirectory
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.
setInfo(String) - Method in class com.ibm.as400.access.AS400Certificate
Sets the free form string information.
setInitialValue(byte) - Method in class com.ibm.as400.access.UserSpace
Sets the initial value to be used during user space creation or extension.
setInputData(byte[]) - Method in class com.ibm.as400.access.ProgramParameter
Sets the parameter data that will be sent to the program.
setInquiryMessageReply(String) - Method in class com.ibm.as400.access.Job
Sets how the job answers inquiry messages.
setInstructionText(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Changes the panel instruction text.
setInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the integer value at the specified parameterIndex.
setInt(int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java int value.
setInt(String, int) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java int value.
setInternalJobID(byte[]) - Method in class com.ibm.as400.resource.RJobLog
Sets the internal job identifier.
setInternalJobID(byte[]) - Method in class com.ibm.as400.resource.RJob
Sets the internal job identifier.
setInternalJobID(String) - Method in class com.ibm.as400.access.Job
Deprecated. The internal job identifier should be treated as a byte array of 16 bytes.
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.RecordFormatDocument
Sets the Java object value for the named element using an int input value.
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.RecordFormatDocument
Sets the Java object value for the named element using an int input value given indices to the data element.
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.
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.
setJarFileName(String) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Sets the filename of the JAR file that contains the HelpSet.
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
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
Sets the job.
setJobAccountingCode(String) - Method in class com.ibm.as400.access.Job
Sets the 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 to be used for the job.
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.
setJobSwitches(String) - Method in class com.ibm.as400.access.Job
Sets the current setting of the job switches used by this job.
setJobSystemFilter(String) - Method in class com.ibm.as400.access.SpooledFileList
Sets the create job system filter.
setKeepAlive(boolean) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_KEEPALIVE socket option should be set.
setKeepAlive(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property allows the turning on of socket keep alive.
setKey(byte[]) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the key.
setKey(Object[]) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets the key.
setKey(Object[]) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Sets the key.
setKey(Object[]) - Method in class com.ibm.as400.vaccess.RecordListFormPane
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.
setKeyed(boolean) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets whether the file will be accessed in key or sequential order.
setKeyed(boolean) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Sets whether the file will be accessed in key or sequential order.
setKeyed(boolean) - Method in class com.ibm.as400.vaccess.RecordListFormPane
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.
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.ProxyServer
Sets the name of the keyring the proxy server will use during SSL communications.
setKeyRingName(String) - Method in class com.ibm.as400.access.SecureAS400
Sets the key ring class name used for SSL communications with the server.
setKeyRingName(String, String) - Method in class com.ibm.as400.access.SecureAS400
Sets the key ring class name used for SSL communications with the server.
setKeyringPassword(String) - Method in class com.ibm.as400.access.ProxyServer
Sets the password to the keyring the proxy server will use during SSL communications.
setKeyRingPassword(String) - Method in class com.ibm.as400.access.SecureAS400
Sets the key ring password used for SSL communications with the server.
setLabel(String) - Method in class com.ibm.as400.util.html.ToggleFormInput
Sets the viewable text label for the toggle.
setLabel(String) - Method in class com.ibm.as400.util.html.LabelFormElement
Sets the viewable text label.
setLabelText(int, String) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Sets the text of the label at the given index.
setLabelText(int, String) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Sets the text of the label at the given index.
setLanguage(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Language" field on the Language tab.
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.html.SelectOption
Sets the language of the input 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.HTMLText
Sets the language of the text tag.
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.HTMLTableCell
Sets the language of the table cell.
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.HTMLTable
Sets the language of the caption.
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.HTMLListItem
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.HTMLHyperlink
Sets the language of the input 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.HTMLHead
Sets the language of the HTMLHead 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.HTMLAlign
Sets the language of the HTMLAlign 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.FormInput
Sets the language of the input tag.
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.servlet.HTMLFormConverter
Sets the language of the form.
setLanguageDirectory(File) - Method in class utilities.AS400ToolboxJarMaker
Specifies the base directory for additional Toolbox language files.
setLanguageID(String) - Method in class com.ibm.as400.access.Job
Sets the language identifier associated with this job.
setLanguages(Vector) - Method in class utilities.AS400ToolboxJarMaker
Specifies national languages that explicitly are to be supported.
setLastModified(long) - Method in class com.ibm.as400.access.IFSJavaFile
Sets the last modified time of the file named by this IFSJavaFile object.
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.
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.
setLeaf(boolean) - Method in class com.ibm.as400.ui.framework.java.NodeDescriptor
Indicates whether this node is a leaf, depending on the value of parameter isLeaf.
setLeftMargin(double) - Method in class com.ibm.as400.access.SCS5219Writer
Sets the left margin.
setLength(int) - Method in class com.ibm.as400.access.UserSpace
Sets the size (in bytes) of the user space.
setLength(int) - 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.IFSJavaFile
Sets the length of the file named by this IFSJavaFile object.
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.FloatFieldDescription
Sets the length of this field.
setLength(int) - Method in class com.ibm.as400.access.BinaryFieldDescription
Sets the length of this field.
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.
setLevel(int) - Method in class com.ibm.as400.util.html.HTMLHeading
Sets the level of the header.
setLevel(ResourceLevel) - Method in class com.ibm.as400.resource.ResourceMetaData
Sets the level for which this is valid.
setLibraries(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 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.
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
setLink(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the Uniform Resource Identifier (URI) for the resource link.
setList(Object[]) - Method in class com.ibm.as400.ui.framework.java.PanelListModel
Sets the list of values.
setListDirection(boolean) - Method in class com.ibm.as400.access.MessageQueue
Sets the list direction.
setListDirection(boolean) - Method in class com.ibm.as400.access.JobLog
Sets the list direction.
setLoadID(String) - Method in class com.ibm.as400.resource.RSoftwareResource
Sets the load ID.
setLoadOnPageSwap(boolean) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Sets a flag defining whether data should be loaded from the databeans on every page switch
setLoadOnThread(boolean) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Controls whether secondary pages are loaded in the background.
setLobThreshold(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 maximum LOB (large object) size in bytes that can be retrieved as part of a result set.
setLOBThreshold(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Large object threshold" field on the Performance tab.
setLocale(Locale) - Method in class com.ibm.as400.access.AS400
Sets the Locale used to set the National Language Version (NLV) on the server.
setLocation(int) - Method in class com.ibm.as400.access.ValidationListAttribute
Indicates where the attribute should be stored.
setLocation(Point) - Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
Sets the location of this context menu.
setLocation(String) - Method in class com.ibm.as400.util.html.HTMLServlet
Sets the location for the servlet source.
setLocation(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the bookmark location of the resource link within a document.
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.ui.framework.java.MessageLog
Sets the log file name.
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 messages are logged for CL programs.
setLoggingLevel(int) - Method in class com.ibm.as400.access.Job
Sets the type of information that is logged.
setLoggingSeverity(int) - Method in class com.ibm.as400.access.Job
Sets the minimum severity level that causes error messages to be 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 or displayed to the user.
setLogicalStyle(int, Style) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
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.
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.ui.framework.java.MessageLog
Sets the log stream.
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.
setLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the long value at the specified parameterIndex.
setLong(int, long) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java long value.
setLong(String, long) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java long value.
setLPI(int) - Method in class com.ibm.as400.access.SCS5224Writer
Sets lines per inch.
setManagement(boolean) - Method in class com.ibm.as400.access.RootPermission
Sets the management object authority.
setManagement(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the management object authority.
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.
setMaxConnections(int) - Method in class com.ibm.as400.access.ProxyServer
Sets the maximum number of connections which can be active at any particular time.
setMaxConnections(int) - Method in class com.ibm.as400.access.ConnectionPool
Sets the maximum number of connections.
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.AS400JDBCRowSet
Sets the maximum column size.
setMaximumFaults(float) - Method in class com.ibm.as400.access.SystemPool
Sets the maximum faults-per-second guideline to use for this storage pool.
setMaximumFractionDigits(int) - Method in class com.ibm.as400.ui.framework.java.PercentFormatter
Sets the maximum number of digits that appear in the fraction.
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.
setMaximumScale(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the maximum scale property.
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.ui.util.AS400SnameFormatter
Sets the maximum number of characters allowed during checking.
setMaxLength(int) - Method in class com.ibm.as400.ui.util.AS400NameFormatter
Sets the maximum number of characters allowed during checking.
setMaxLength(int) - Method in class com.ibm.as400.ui.util.AS400CnameFormatter
Sets the maximum number of characters allowed during checking.
setMaxLength(int) - Method in class com.ibm.as400.ui.framework.java.TextDocument
Sets the maximum length allowed by this document.
setMaxLength(int) - Method in class com.ibm.as400.util.html.TextFormInput
Sets the maximum number of characters permitted in the text field.
setMaxLifetime(long) - Method in class com.ibm.as400.access.ConnectionPool
Sets the maximum life for an available connection.
setMaxPrecision(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
setMaxRows(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the maximum rows limit.
setMaxRows(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the maximum row limit for the rowset.
setMaxScale(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
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.
setMessageList(AS400Message[]) - Method in class com.ibm.as400.vaccess.VMessageList
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.ProgramCall
Specifies the option for how many messages should be retrieved.
setMessageOption(int) - Method in class com.ibm.as400.access.CommandCall
Specifies the option for how many messages should be retrieved.
setMetaData(ResultSetMetaData) - Method in class com.ibm.as400.util.servlet.SQLResultSetMetaData
Sets the result set metadata.
setMetaData(RowMetaData) - Method in class com.ibm.as400.util.servlet.ListRowData
Sets the metadata.
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).
setMinDivideScale(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
setMinimumDivideScale(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.
setMinimumFractionDigits(int) - Method in class com.ibm.as400.ui.framework.java.PercentFormatter
Sets the minimum number of digits that appear in the fraction.
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).
setMinimumWindowSize(int, int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Sets the minimum size of the application window owned by this PropertySheet.
setMinimumWindowSize(int, int) - Method in class com.ibm.as400.ui.framework.java.DynamicPanelManager
Sets the minimum size of the application window owned by this DynamicPanelManager.
setModalRelativeTo(WindowManager) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Sets the location of the panel being managed relative to a panel managed by the specified WindowManager.
setModalRelativeTo(WindowManager) - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Sets the location of the window being managed relative to a window managed by the specified WindowManager.
setModalRelativeTo(WindowManager) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Sets the location of the panel being managed relative to a panel managed by the specified WindowManager.
setModalRelativeTo(WindowManager) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Sets the location of the panel being managed relative to a panel managed by the specified WindowManager.
setMode(String) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the access mode.
setModifiedProfile(String) - Method in class com.ibm.as400.access.ClusteredHashTableEntry
Sets the user profile that modified the entry.
setMultiple(boolean) - Method in class com.ibm.as400.util.html.SelectFormElement
Sets whether the user can make multiple selections.
setMultiSelectionEnabled(boolean) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Sets the filechooser to allow multiple file selections.
setMustUseProgramCall(boolean) - Method in class com.ibm.as400.access.UserSpace
Sets the method used to carry out user space read and write operations.
setMustUseSockets(boolean) - Method in class com.ibm.as400.access.AS400
Sets this object to using sockets.
setName(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Sets the name of this PanelManager This method should only be used for PanelManagers that will be added to PropertySheets or Wizards and must be called before they are added
setName(String) - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Sets the descriptor name.
setName(String) - Method in class com.ibm.as400.access.User
Sets the user profile 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.RecordFormat
Sets the name of this record format.
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.NetServerShare
Sets the network name of the share.
setName(String) - Method in class com.ibm.as400.access.JobLog
Sets the job 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.Job
Sets the job 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.EnvironmentVariable
Sets the environment variable name.
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.resource.RUser
Sets the user profile name.
setName(String) - Method in class com.ibm.as400.resource.RPrinter
Sets the printer device name.
setName(String) - Method in class com.ibm.as400.resource.RJobLog
Sets the job name.
setName(String) - Method in class com.ibm.as400.resource.RJob
Sets the job name.
setName(String) - Method in class com.ibm.as400.resource.Presentation
Sets the abbreviated name.
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.util.html.SelectFormElement
Sets the control name of the select element.
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.HTMLServlet
Sets the class name of the servlet.
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.HTMLMeta
Sets the name of the meta tag.
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.HTMLHyperlink
Sets the bookmark 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.vaccess.VJobList
Sets the job name.
setName(String, int) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the environment variable name.
setNaming(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 naming convention used when referring to tables.
setNamingConvention(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Naming convention" field on the Format tab.
setNotCapable(String, HandlerTask[]) - Method in class com.ibm.as400.ui.framework.java.Capabilities
Sets an indication that a particular attribute is not supported by the DataBean associated with this object.
setNull(int, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the type at the specified parameterIndex to SQL NULL.
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.AS400JDBCRowSet
Sets the user-named type or REF type at the specified parameterIndex to SQL NULL.
setNull(int, int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to SQL NULL.
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.
setNullParameter(boolean) - Method in class com.ibm.as400.access.ProgramParameter
Sets the parameter to null.
setNumber(String) - Method in class com.ibm.as400.access.JobLog
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.Job
Sets the job number.
setNumber(String) - Method in class com.ibm.as400.resource.RJobLog
Sets the job number.
setNumber(String) - Method in class com.ibm.as400.resource.RJob
Sets the job number.
setNumber(String) - Method in class com.ibm.as400.vaccess.VJobList
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
Sets the number of pages in the list buffer.
setObject(int, Object) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the object value at the specified parameterIndex.
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.AS400JDBCRowSet
Sets the object value at the specified parameterIndex.
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.AS400JDBCRowSet
Sets the object value at the specified parameterIndex.
setObject(int, Object, int, int) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to an Object value.
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(VObject) - Method in class com.ibm.as400.vaccess.VPropertiesAction
Sets the object with which the action is associated.
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.HTMLTableConverter
Sets the object's hyperlink at the specified column within the current row.
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.HTMLTableConverter
Sets the row object's hyperlink specified by row and column.
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.
setObjectInfo(String) - Method in class com.ibm.as400.access.AS400CertificateUtil
Set free form object information
setObjectName(String) - Method in class com.ibm.as400.access.QSYSObjectPathName
Sets the name of the object this path name represents.
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.
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
Sets the button text for the Ok button.
setOperational(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the operational object authority.
setOptimization(String) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the optimization level of the iSeries system Java program that will be created if no Java program is associated with the Java class.
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.
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.
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 name of the default output queue that is used for spooled output produced by this job.
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.
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.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Package" field on the Package tab.
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.
setPackageCache(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
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 server and also the CCSID of the package they are stored in.
setPackageClear(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Deprecated.  
setPackageCriteria(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.
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.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Package library" field on the Package tab.
setPackages(Vector) - Method in class utilities.JarMaker
Specifies the names of packages that are to be included in 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
Sets the page size of the list buffer.
setPageSwitchValidation(boolean) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Controls whether the PropertySheetManager checks the information on a page and saves it in the data bean before switching to another page.
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.
setPanelName(String) - Method in class com.ibm.as400.ui.framework.java.HelpEvent
Sets the name of the panel that generated this help event.
setPaperSize(double, double) - Method in class com.ibm.as400.access.SCS5219Writer
Sets paper size.
setPaperSize(int) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Sets the papersize.
setParagraphAttributes(int, int, AttributeSet, boolean) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Sets the element attributes used for the paragraphs enclosing the given range of existing content in the document.
setParameter(int, float) - Method in class com.ibm.as400.access.PrintParameterList
Sets a float parameter.
setParameter(int, int) - Method in class com.ibm.as400.access.PrintParameterList
Sets an integer parameter.
setParameter(int, String) - Method in class com.ibm.as400.access.PrintParameterList
Sets a string parameter.
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.ProgramCallMenuItem
Sets the list of parameters to pass to the AS/400 program.
setParameterList(ProgramParameter[]) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Sets the list of parameters to pass to the AS/400 program.
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.
setParent(Window) - Method in class com.ibm.as400.ui.util.CommandPrompter
Sets the parent Frame for the CommandPrompter dialog.
setParentWindow(Window) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Sets the owning modal window of the JavaHelp viewer.
setPassword(String) - Method in class com.ibm.as400.access.FTP
Sets the password.
setPassword(String) - 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.AS400JDBCDataSource
Sets the database password.
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.AS400
Sets the password for this object.
setPassword(String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Set the password.
setPassword(String) - Method in class com.ibm.as400.vaccess.SQLConnection
Sets the password used to connect to the database.
setPasswordExpirationWarningDays(int) - Static method in class com.ibm.as400.access.AS400
Sets the number of days before password expiration to warn the user.
setPath(QSYSObjectPathName) - Method in class com.ibm.as400.access.ValidationList
Sets the location (library context) of the validation list.
setPath(String) - Method in class com.ibm.as400.access.UserSpace
Sets the path for the user space.
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.PrinterFile
Sets the integrated file system pathname of the printer file.
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.OutputQueue
Sets the integrated file system pathname of the output queue.
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.MessageFile
Sets the message file name.
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.ISeriesNetServerFileShare
Sets the path in the integrated file system to be shared with the network.
setPath(String) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Sets the file path.
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.IFSFileOutputStream
Sets the integrated file system path name.
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.IFSFile
Sets the file path.
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.Command
Sets the path name of the command.
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.BaseDataQueue
Sets the fully qualified integrated file system path name of the data queue.
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.AS400File
Sets the integrated file system pathname for the file.
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.AS400CertificateUtil
Sets the path for the user space.
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.AFPResource
Sets the integrated file system pathname of the AFP resource.
setPath(String) - Method in class com.ibm.as400.resource.RMessageQueue
Sets the fully qualified integrated file system path name of the message queue.
setPath(String) - Method in class com.ibm.as400.resource.RJavaProgram
Sets the path.
setPath(String) - Method in class com.ibm.as400.resource.RIFSFileList
Sets the directory path.
setPath(String) - Method in class com.ibm.as400.resource.RIFSFile
Sets the file path name.
setPath(String) - Method in class com.ibm.as400.vaccess.VMessageQueue
Sets the fully qualified integrated file system path name of the message queue.
setPath(String) - Method in class com.ibm.as400.vaccess.VIFSFile
Sets the fully qualified path name of the file.
setPath(String) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Sets the fully qualified path name of the file.
setPath(String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Sets the fully qualified integrated file system path name of the data queue.
setPath(String) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Sets the path name of the file.
setPath(String) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Sets the fully qualified integrated file system path name of the data queue.
setPath(String, String) - Method in class com.ibm.as400.data.ProgramCallDocument
Allows for dynamically specifying the program path.
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.VIFSDirectory
Sets the pattern that all file and directory names must match to be included as children.
setPattern(String) - Method in class com.ibm.as400.vaccess.FileFilter
Sets the pattern.
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.
setPoolActivityLevel(int) - Method in class com.ibm.as400.access.SystemPool
Sets the activity level for the pool.
setPoolName(String) - Method in class com.ibm.as400.access.SystemPool
Sets the system pool name.
setPoolSize(int) - Method in class com.ibm.as400.access.SystemPool
Sets the size of the system pool in kilobytes, where one kilobyte is 1024 bytes.
setPopupMenu(JPopupMenu) - Method in class com.ibm.as400.ui.framework.java.PopupMenuButton
Sets the popup menu to be displayed.
setPort(int) - Method in class com.ibm.as400.access.ProxyServer
Sets the port to use for accepting connections from clients.
setPort(int) - Method in class com.ibm.as400.access.FTP
Sets the port to use when connecting to the server.
setPort(String) - Method in class com.ibm.as400.util.commtrace.FormatProperties
Sets the port filter to the given port.
setPossibleValues(Object[], ResourceLevel) - Method in class com.ibm.as400.resource.ResourceMetaData
Sets the possible values for a level.
setPrefetch(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether to prefetch data upon executing a SELECT statement.
setPresentation(Presentation) - Method in class com.ibm.as400.resource.ResourceList
Sets the presentation.
setPresentation(Presentation) - Method in class com.ibm.as400.resource.Resource
Sets the presentation.
setPrincipal(AS400Principal) - Method in class com.ibm.as400.security.auth.AS400Credential
Sets the principal associated with the credential.
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
Sets the printer.
setPrinterDeviceName(String) - Method in class com.ibm.as400.access.Job
Sets the printer device name 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
Sets printer list filter.
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(Object, PrintWriter) - Static method in class com.ibm.as400.access.Trace
Sets the PrintWriter object for the specified component.
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.
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
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
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) - Method in class com.ibm.as400.access.ServiceProgramCall
Sets the path name of the service program.
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.vaccess.ProgramCallMenuItem
Sets the program.
setProgram(String) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Sets the program.
setProgram(String, ProgramParameter[]) - Method in class com.ibm.as400.access.ProgramCall
Sets the path name of the program and the parameter list.
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 server.
setPromptInteractiveCommands(boolean) - Method in class com.ibm.as400.ui.util.CommandPrompter
Sets whether the prompter should prompt interactive commands in addition to batch commands.
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.access.EnvironmentVariableList
Sets the value of each environment variable defined in a Properties object.
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
Sets the properties used to connect to the database.
setProperties(Properties, int) - Method in class com.ibm.as400.access.EnvironmentVariableList
Sets the value of each environment variable defined in a Properties object.
setProxyEncryptionMode(int) - Method in class com.ibm.as400.access.SecureAS400
Sets the proxy encryption mode.
setProxyFilesExcluded(boolean) - Method in class utilities.AS400ToolboxJarMaker
Specifies whether proxy-only files are to be excluded.
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.AS400
Sets the name and port of the middle-tier machine where the proxy server is running.
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 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 it is beginning a long wait.
setQaqqiniLibrary(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.SQLResultSetTablePane
Sets the SQL query used to build the table.
setQuery(String) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Sets the SQL query.
setQuery(String) - Method in class com.ibm.as400.vaccess.SQLResultSetFormPane
Sets the SQL query used to generate the result set.
setQueryTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCStatement
Sets the query timeout limit.
setQueryTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the maximum wait time in seconds for a statement to execute.
setQueue(String) - Method in class com.ibm.as400.access.Job
Sets the job queue that the job is currently on.
setQueueFilter(String) - Method in class com.ibm.as400.access.WriterJobList
Sets the output queue 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.OutputQueueList
Sets the output queue list filter.
setQueueFilter(String) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Sets the output queue filter.
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.
setRead(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the read data authority.
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 in a READ_WRITE open mode.
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() - 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(boolean) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets whether the rowset is read-only.
setReadOnly(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Sets the read-only mode.
setReadOnly(boolean) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the read-only mode.
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.SocketProperties
Indicates the value to which the SO_RCVBUF socket option should be set.
setReceiveBufferSize(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property sets the receive buffer size socket option to the specified value.
setRecord(int, byte[], int, int) - Method in class com.ibm.as400.micro.JdbcMeOfflineData
Set the record content to the specified bytes from the byte array.
setRecordBlockingCriteria(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Record Blocking criteria" field on the Performance tab.
setRecordBlockingSize(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Record Blocking size" field on the Performance tab.
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(RecordFormat) - Method in class com.ibm.as400.access.Record
Sets the record format for this record.
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.util.servlet.RecordListRowData
Sets the record format for the record list.
setRecordFormat(RecordFormat) - Method in class com.ibm.as400.util.servlet.RecordFormatMetaData
Sets the record format.
setRecordFormat(String) - Method in class com.ibm.as400.access.AS400File
Sets the record format to be used for this file.
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.
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.
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.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Ref value.
setReference(boolean) - Method in class com.ibm.as400.access.RootPermission
Sets the reference object authority.
setReference(boolean) - Method in class com.ibm.as400.access.QSYSPermission
Sets the reference object authority.
setREFFLD(String) - Method in class com.ibm.as400.access.FieldDescription
Sets the value to be specified for the REFFLD 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
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.
setRemarksSourceGroup(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Remarks source" group on the Other tab.
setRenderer(FileListRenderer) - Method in class com.ibm.as400.util.html.FileListElement
Set the renderer for the FileListElement.
setRequiredField(String, boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Sets whether this field should be required
setRequiredFiles(Vector) - Method in class utilities.JarMaker
Specifies the names of required entries in the source JAR or ZIP file.
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
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.ResourceListPane
Sets the resource list from which all information for the model is gathered.
setResourceList(ResourceList) - Method in class com.ibm.as400.vaccess.ResourceListModel
Sets the resource list from which all information for the model is gathered.
setResourceList(ResourceList) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Sets the resource list from which all information for the model is gathered.
setResourceList(ResourceList) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Sets the resource list from which all information for the model is gathered.
setResourceMode(int) - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Controls whether the UI framework should use cached resource bundles.
setResourceProperties(ResourceProperties) - Method in class com.ibm.as400.vaccess.ResourceListPane
Sets the resource properties.
setResourceProperties(ResourceProperties) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Sets the resource properties.
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.SQLResultSetTablePane
Sets the SQL result set used to build the table.
setResultSet(ResultSet) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Sets the SQL result set used to build the table.
setReturnValueFormat(int) - Method in class com.ibm.as400.access.ServiceProgramCall
Sets the format of the returned data.
setRJob(RJob) - Method in class com.ibm.as400.vaccess.VJob
Sets the job.
setRoot(Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Sets the root, or the AS/400 resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Sets the root, or the AS/400 resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400TreePane
Sets the root, or the AS/400 resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400ListPane
Sets the root, or the AS/400 resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400ListModel
Sets the root, or the AS/400 resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Sets the root, or the AS/400 resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Sets the root, or the AS/400 resource, from which all information for the model is gathered.
setRoot(VNode) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Sets the root, or the AS/400 resource, from which all information for the model is gathered.
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.
setRows(Vector[]) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Reassigns all values in the table.
setRowSelectionAllowed(boolean) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
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 is currently running, relative to other jobs on the system.
setSaveFilePublicAuthority(String) - Method in class com.ibm.as400.access.AS400FTP
Sets the public authority of save files created by this object.
setSaveOnThread(boolean) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Controls whether calls to the save method on the application's DataBean objects will be called on a non-UI thread.
setSaveOnThread(boolean) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Controls whether calls to the save method on the application's DataBean objects will be called on a non-UI thread.
setSaveOnThread(boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Controls whether calls to the save method on the application's DataBean objects will be called on a non-UI thread.
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.
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() - 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.AS400JDBCConnectionHandle
Creates a named 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.
setSaveSenderInfo(boolean) - Method in class com.ibm.as400.access.DataQueueAttributes
Sets whether sender information is stored with each data queue entry.
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.
setSearchMode(int) - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Controls where the UI framework should obtain panel definitions for panels associated with the current application.
setSearchType(int) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets the search type.
setSearchType(int) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Sets the search type.
setSearchType(int) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Sets the search type.
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.
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 server.
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.
setSelectedFile(File) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Sets the selected file.
setSelectedFiles(File[]) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Sets the list of selected files if the filechooser is set to allow multi-selection.
setSelectedIndex(int) - Method in class com.ibm.as400.ui.framework.java.VerifyingTabbedPane
Notifies PreChangeListeners then sets the selected index for this tabbed pane.
setSelection(String) - Method in class com.ibm.as400.access.MessageQueue
Deprecated. Use setSelectMessagesNeedReply(boolean), setSelectMessagesNoNeedReply(boolean), and setSelectSendersCopyMessagesNeedReply(boolean) instead.
setSelection(String) - Method in class com.ibm.as400.vaccess.VMessageQueue
Sets the selection.
setSelectionMode(int) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Sets the FileChooserDialog to allow the user to just select files, just select directories, or select both files and directories.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Sets the ListSelectionModel that is used to maintain row selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.ResourceListPane
Sets the selection model that is used to maintain selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.ResourceListDetailsPane
Sets the selection model that is used to maintain selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets the ListSelectionModel that is used to maintain row selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.AS400ListPane
Sets the selection model that is used to maintain selection state.
setSelectionModel(ListSelectionModel) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
Sets the selection model that is used to maintain selection state.
setSelectionModel(TreeSelectionModel) - Method in class com.ibm.as400.vaccess.AS400TreePane
Sets the selection model that is used to maintain selection state.
setSelectionValue(Object, Object) - Method in class com.ibm.as400.resource.ResourceList
Sets the current value of a selection.
setSelectionValue(Object, Object, int) - Method in class com.ibm.as400.resource.SystemResourceList
Sets the current value of a selection.
setSelectionValue(Object, Object, int) - Method in class com.ibm.as400.resource.ResourceList
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.SocketProperties
Indicates the value to which the SO_SNDBUF socket option should be set.
setSendBufferSize(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property sets the send buffer size socket option to the specified value.
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.FTP
Sets the name of the server.
setServer(String) - Method in class com.ibm.as400.access.AS400FTP
Calling setServer() is valid only for FTP objects.
setServerName(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the iSeries server name.
setServerTraceCategories(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.
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.
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
Sets the severity.
setShareName(String) - Method in class com.ibm.as400.util.html.FileTreeElement
Sets the name of the NetServer share.
setShareName(String) - Method in class com.ibm.as400.util.html.FileListElement
Set the name of the NetServer share.
setShareOption(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
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.IFSFileInputStream
Sets the share option.
setSharePath(String) - Method in class com.ibm.as400.util.html.FileTreeElement
Sets the NetServer share path.
setSharePath(String) - Method in class com.ibm.as400.util.html.FileListElement
Set the NetServer share path.
setShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the short value at the specified parameterIndex.
setShort(int, short) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a Java short value.
setShort(String, short) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a Java short value.
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.SQLResultSetTablePane
Sets whether horizontal lines are drawn between rows.
setShowHorizontalLines(boolean) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets whether horizontal lines are drawn between rows.
setShowVerticalLines(boolean) - Method in class com.ibm.as400.vaccess.SQLResultSetTablePane
Sets whether vertical lines are drawn between columns.
setShowVerticalLines(boolean) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets whether vertical lines are drawn between columns.
setSize(int) - Method in class com.ibm.as400.util.html.SelectFormElement
Sets the number of visible options.
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.FormInput
Sets the size of the input field.
setSocketProperties(SocketProperties) - Method in class com.ibm.as400.access.AS400
Set of socket options the IBM Toolbox for Java will set on its client side sockets.
setSoLinger(int) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_LINGER socket option should be set.
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.
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.
setSort(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets how OS/400 sorts records before sending them to the client.
setSortLanguage(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the three-character language id to use for selection of a sort sequence.
setSortOrder(Object, boolean) - Method in class com.ibm.as400.resource.ResourceList
Sets the order for a sort.
setSortSequenceTable(String) - Method in class com.ibm.as400.access.Job
Sets the sort sequence table.
setSortTable(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the library and file name of a sort sequence table stored on the server.
setSortTable(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Sort library/table name" field on the Language tab.
setSortType(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Sort type" field on the Language tab.
setSortValue(Object[]) - Method in class com.ibm.as400.resource.ResourceList
Sets the current value of the sort.
setSortWeight(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets how the server treats case while sorting records.
setSortWeightGroup(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Sort weight" group on the Language tab.
setSoTimeout(int) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the SO_TIMEOUT socket option should be set.
setSoTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property enables/disables socket timeout with the specified value in milliseconds.
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.
setSpooledFile(SpooledFile) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
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.
setSQLlibrary(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
setSQLStatement(String) - Method in class com.ibm.as400.vaccess.SQLStatementMenuItem
Sets the SQL statement to run.
setSQLStatement(String) - Method in class com.ibm.as400.vaccess.SQLStatementButton
Sets the SQL statement to run.
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.
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 message queue.
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.
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.
setStatusMessageHandling(String) - Method in class com.ibm.as400.access.Job
Sets the value which indicates whether status messages are displayed for this job.
setString(int, String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the string value at the specified parameterIndex.
setString(int, String) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a String value.
setString(long, String) - Method in class com.ibm.as400.access.AS400JDBCClobLocator
Writes a String to this CLOB, starting at position position.
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.AS400JDBCClobLocator
Writes a String to this CLOB, starting at position position in the CLOB.
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(String, String) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a String value.
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.
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, 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, String, int) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element using a String input.
setStyle(int) - Method in class com.ibm.as400.ui.util.MessageViewer
Changes style settings, such as the display of the OK button, on a MessageViewer panel.
setStyle(int) - Method in class com.ibm.as400.ui.framework.java.TimeFormatter
Sets the style to be used for formatting.
setStyle(int) - Method in class com.ibm.as400.ui.framework.java.DateFormatter
Sets the style to be used for formatting.
setSystem(AS400) - Method in class com.ibm.as400.ui.util.MessageViewer
Sets the AS400 system used for help detail.
setSystem(AS400) - Method in class com.ibm.as400.ui.util.CommandPrompter
Sets the AS/400 system used to retrieve the command definition.
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.access.UserList
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.User
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemValueList
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemValueGroup
Sets the system for any SystemValue objects generated by this group.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemValue
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemStatus
Sets the AS/400 system.
setSystem(AS400) - Method in class com.ibm.as400.access.SystemPool
Sets the AS/400 system.
setSystem(AS400) - Method in class com.ibm.as400.access.ProgramCall
Sets the server to run the program.
setSystem(AS400) - Method in class com.ibm.as400.access.ProductList
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.ProductLicense
Sets the AS/400 object for this license.
setSystem(AS400) - Method in class com.ibm.as400.access.PrintObjectList
Sets the AS/400 system name.
setSystem(AS400) - Method in class com.ibm.as400.access.PrintObject
Sets the server on which this object exists.
setSystem(AS400) - Method in class com.ibm.as400.access.Permission
Sets the system where system value is retrieved.
setSystem(AS400) - Method in class com.ibm.as400.access.PanelGroup
Sets the server from which to retrieve the panel group.
setSystem(AS400) - Method in class com.ibm.as400.access.MessageQueue
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.MessageFile
Sets the AS/400 which contains the message file.
setSystem(AS400) - Method in class com.ibm.as400.access.JobLog
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.JobList
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.Job
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.JavaApplicationCall
Sets the server.
setSystem(AS400) - Method in class com.ibm.as400.access.IFSRandomAccessFile
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.IFSFileOutputStream
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.IFSFile
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.access.EnvironmentVariableList
Sets the server for the environment variable list.
setSystem(AS400) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the server for the environment variable.
setSystem(AS400) - Method in class com.ibm.as400.access.DirectoryEntryList
Sets the system.
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.CommandList
Sets the server from which to retrieve the command list.
setSystem(AS400) - Method in class com.ibm.as400.access.CommandCall
Sets the server to run the command.
setSystem(AS400) - Method in class com.ibm.as400.access.Command
Sets the server from which to retrieve the command list.
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.BaseDataQueue
Sets the system on which the data queue exists.
setSystem(AS400) - Method in class com.ibm.as400.access.AS400FTP
Sets the name of the server.
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.AS400File
Sets the system to which to connect.
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.data.ProgramCallDocument
Sets the OS/400 on which to call programs.
setSystem(AS400) - Method in class com.ibm.as400.resource.RIFSFile
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.resource.ResourceList
Sets the system.
setSystem(AS400) - Method in class com.ibm.as400.resource.Resource
Sets the system.
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.AS400Credential
Sets the AS400 system object for the credential.
setSystem(AS400) - Method in class com.ibm.as400.util.commtrace.Format
Sets the iSeries to use for all iSeries connections.
setSystem(AS400) - Method in class com.ibm.as400.util.html.FileListElement
Set the AS/400 system.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VUserList
Sets the AS/400 system in which the user information resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VSystemValueList
Sets the AS400 system from which the system values will be retrieved.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VSystemStatus
Sets the AS/400 system in which the system status information resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VPrinters
Sets the AS/400 from which the list will be retrieved.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Sets the AS/400 on which the output resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VMessageQueue
Sets the AS/400 on which the message queue resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VJobList
Sets the AS/400 system on which the list resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VJob
Sets the AS/400 on which the job resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VIFSFile
Sets the AS/400 on which the file resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Sets the AS/400 system on which the file resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.RecordListTablePane
Sets the AS400 where the file is located.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.RecordListTableModel
Sets the AS400 where the file is located.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.RecordListFormPane
Sets the AS400 where the file is located.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
Sets the AS/400 on which programs are run.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.ProgramCallButton
Sets the AS/400 on which programs are run.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Sets the AS/400 system on which the data queue resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Sets the AS/400 system on which the file resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.DataQueueDocument
Sets the AS/400 system on which the data queue resides.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.CommandCallMenuItem
Sets the AS/400 on which commands are run.
setSystem(AS400) - Method in class com.ibm.as400.vaccess.CommandCallButton
Sets the AS/400 on which commands are run.
setSystemLookAndFeelEnabled(boolean) - Static method in class com.ibm.as400.ui.framework.java.UIFramework
Controls whether the UI framework should attempt to set the look and feel for the current operating system platform.
setSystemName(String) - Method in class com.ibm.as400.access.PasswordDialog
Sets the system name.
setSystemName(String) - Method in class com.ibm.as400.access.AS400
Sets the system name for this object.
setSystemPool(SystemPool) - Method in class com.ibm.as400.vaccess.VSystemPool
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.ui.framework.java.JGroupingTableHeader
Sets the header's partner table to aTable
setTables(String[]) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
Sets the table names for the query.
setTableSchemas(String[]) - Method in class com.ibm.as400.vaccess.SQLQueryBuilderPane
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.HTMLHyperlink
Sets the target frame for the resource link.
setTarget(String) - Method in class com.ibm.as400.util.html.HTMLForm
Sets the target frame for the form response.
setTcpNoDelay(boolean) - Method in class com.ibm.as400.access.SocketProperties
Indicates the value to which the TCP_NODELAY socket option should be set.
setTcpNoDelay(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
This property allows the turning on of the TCP no delay socket option.
setTemplate(Document) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source of the XSL stylesheet content as a Document.
setTemplate(InputStream) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the formatting template as the specified byte-stream reader.
setTemplate(Reader) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the formatting template as the specified character-stream reader.
setTemplate(String) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source of the XSL stylesheet content as a String URI.
setTemplate(URL) - Method in class com.ibm.as400.util.reportwriter.processor.JSPReportProcessor
Sets the template to be jspURL, the Uniform Resource Locator (URL) for the Java Server Page.
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.TextAreaFormElement
Sets the initial text of the text area.
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.HTMLTreeElement
Set the visigble test of the HTMLTreeElement.
setText(String) - Method in class com.ibm.as400.util.html.HTMLText
Sets the text.
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.HTMLHyperlink
Sets the text representation for the resource link.
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.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.access.FieldDescription
Sets the value to be specified for the TEXT keyword for this field.
setTextConversionEnablement(int) - Method in class com.ibm.as400.access.ISeriesNetServerFileShare
Sets the value of the "enable text conversion" attribute.
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.
setThreadSafe(boolean) - Method in class com.ibm.as400.access.ProgramCall
Specifies whether or not the program 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.
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.ConnectionPool
Sets whether the AS/400 Toolbox for Java uses threads in communication with the host servers and for running maintenance.
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.AS400
Sets whether the IBM Toolbox for Java uses threads in communication with the host servers.
setTime(int, Time) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the time value at the specified parameterIndex.
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.AS400JDBCRowSet
Sets the time value at the specified parameterIndex.
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(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.
setTimeFormat(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Time format" field on the Format tab.
setTimeFormat(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 time format used in time literals with SQL statements.
setTimeout(long) - Method in class com.ibm.as400.access.AS400JPing
Set the timeout period in milliseconds.
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(Object) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Time separator" field on the Format tab.
setTimeSeparator(String) - Method in class com.ibm.as400.access.Job
Sets the value used to separate hours, minutes, and seconds when presenting a time.
setTimeSeparator(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 time separator used in time literals within SQL statements.
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(int, Timestamp) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the timestamp value at the specified parameterIndex.
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.AS400JDBCRowSet
Sets the timestamp value at the specified parameterIndex.
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(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.
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.
setTitle(String) - Method in class com.ibm.as400.ui.util.MessageViewer
Overrides the panel title defined at the creation of the panel.
setTitle(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Sets the title for the currently displayed Page
setTitle(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Overrides the property sheet title defined in the property sheet definition.
setTitle(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Overrides the panel title defined in the panel definition.
setTitle(String) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Sets the title of the JavaHelp viewer.
setTitle(String) - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Sets the descriptor title.
setTitle(String) - Method in class com.ibm.as400.util.html.HTMLHyperlink
Sets the title for the resource link.
setTitle(String) - Method in class com.ibm.as400.util.html.HTMLHead
Sets the title of the HTML document.
setTitle(String, String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Sets the title for the page identified by pageName
setTitleBarText(String) - Method in class com.ibm.as400.ui.framework.java.IllegalUserDataException
Sets the text to be displayed on the error dialog's TitleBar.
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(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(byte[]) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the actual bytes for the token as it exists on the iSeries system.
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.
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.
setTokenExtended(AS400Principal, String) - 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
Sets the token bytes based on the provided user profile and password.
setTokenType(int) - Method in class com.ibm.as400.security.auth.ProfileTokenCredential
Sets the type of token.
setToolBarIcon(ImageIcon) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Sets the Icon to be displayed right justified on the toolbar
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.
setTrace(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
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.
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.ui.framework.java.MessageLog
Controls whether low level trace messages will be written to the console.
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.AS400JDBCRowSet
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.AS400JDBCConnection
Sets the transaction isolation level.
setTransactionIsolation(int) - Method in class com.ibm.as400.micro.JdbcMeConnection
Sets the transaction isolation level.
setTransactionIsolation(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the OS/400 server's transaction isolation.
setTransactionTimeout(int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Sets the current transaction timeout value.
setTranslate65535(boolean) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Translate CCSID 65535" check box on the Translation tab.
setTranslateBinary(boolean) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets whether binary data is translated.
setTranslateHex(boolean) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
 
setTranslateHex(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the translate hex property, which indicates how the parser will treat hexidecimal literals.
setTreeSelectionModel(TreeSelectionModel) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Sets the selection model that is used to maintain selection state in the tree.
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.ValidationListAttribute
Returns the attribute type.
setType(int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the result set 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.UnorderedListItem
Sets the labeling scheme 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.OrderedListItem
Sets the order labeling to be used.
setType(String) - Method in class com.ibm.as400.util.html.OrderedList
Sets the order labeling to be used.
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.as400.access.AS400JDBCConnectionHandle
Sets the type map to be used for distinct and structured types.
setTypeMap(Map) - Method in class com.ibm.as400.access.AS400JDBCConnection
Sets the type map to be used for distinct and structured types.
setUI(GroupingTableHeaderUI) - Method in class com.ibm.as400.ui.framework.java.JGroupingTableHeader
Sets the L&F object that renders this component.
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.
setUnusablePkgActionGroup(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Unusable package" group on the Package tab.
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.
setURL(int, URL) - Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
Sets an input parameter to a URL value.
setUrl(String) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Sets the URL used for getting a connection.
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.util.html.HTMLForm
Sets the ACTION URL address of the server-side form handler.
setURL(String) - Method in class com.ibm.as400.vaccess.SQLConnection
Sets the URL used to connect to the database.
setURL(String, URL) - Method in class com.ibm.as400.access.AS400JDBCCallableStatement
Sets an input parameter to a URL value.
setUsageGroup(String) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "Usage" group on the Package tab.
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.
setUseDefaultUser(boolean) - Method in class com.ibm.as400.access.AS400
Sets the indicator for whether the default user is used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.HTMLText
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.HTMLTableHeader
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.HTMLTableCaption
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.HTMLListItem
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.HTMLImage
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.HTMLHead
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.HTMLAlign
Sets if Formatting Object tags should be used.
setUseFO(boolean) - Method in class com.ibm.as400.util.html.BidiOrdering
Sets if Formatting Object tags should be outputted.
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.
setUsePromptPrograms(boolean) - Method in class com.ibm.as400.ui.util.CommandPrompter
Sets whether the prompter should call the prompt override and change exit programs for the command.
setUser(String) - Method in class com.ibm.as400.access.JobLog
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.Job
Sets the user name.
setUser(String) - Method in class com.ibm.as400.access.FTP
Sets the user identifier used when connecting to the server.
setUser(String) - Method in class com.ibm.as400.access.AS400JDBCDataSource
Sets the database user.
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.resource.RJobLog
Sets the user name.
setUser(String) - Method in class com.ibm.as400.resource.RJob
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
Sets the job user.
setUser(User) - Method in class com.ibm.as400.vaccess.VUser
Sets the 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
Sets the user data list filter.
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
Sets the user ID list filter.
setUserId(String) - Method in class com.ibm.as400.access.PasswordDialog
Sets the user ID.
setUserId(String) - Method in class com.ibm.as400.access.AS400
Sets the user ID for this object.
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
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.vaccess.SQLConnection
Sets the user name used to connect to the database.
setUserObject(Object) - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Sets the user object.
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
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
Sets whether the user will be able to select and change the schemas for which tables are shown.
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.
setUseSSL(boolean) - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Sets the value of the "SSL" check box on the Connection Options tab.
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(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(Object) - Method in class com.ibm.as400.access.IFSShareOptionEditor
Sets the value of the object that is to be edited.
setValue(Object) - Method in class com.ibm.as400.access.IFSExistenceOptionEditor
Sets the value of the object that is to be edited.
setValue(Object, Object) - Method in class com.ibm.as400.resource.Presentation
Sets a presentation value.
setValue(String) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
setValue(String) - Method in class com.ibm.as400.util.html.SelectOption
Sets the input value used when the field is submitted.
setValue(String) - Method in class com.ibm.as400.util.html.HTMLParameter
Set the value of the parameter.
setValue(String) - Method in class com.ibm.as400.util.html.FormInput
Sets the initial value of the input field.
setValue(String, int) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
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(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, int, int) - Method in class com.ibm.as400.access.EnvironmentVariable
Sets the value of the environment variable.
setValue(String, Object) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the Java object value for the named element.
setValue(String, Object) - Method in class com.ibm.as400.data.ProgramCallDocument
Sets the Java object value for the named element.
setValueAt(Object, int, int) - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Sets an attribute value for the record in the cell at row and column.
setValueAt(Object, int, int) - Method in class com.ibm.as400.vaccess.SQLResultSetTableModel
Sets the value at the specifed row and column.
setValueAt(Object, int, int) - Method in class com.ibm.as400.vaccess.ResourceListDetailsModel
Sets the value at the specified row and column.
setValueAt(Object, int, int) - Method in class com.ibm.as400.vaccess.AS400DetailsModel
Sets the value at the specifed row and column.
setValues(Object[], Object[]) - Method in class com.ibm.as400.resource.ProgramAttributeSetter
Sets the attribute values.
setValues(String, byte[]) - Method in class com.ibm.as400.data.RecordFormatDocument
Sets the data represented by the specified <recordformat> element.
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.
setVariableLength(boolean) - Method in interface com.ibm.as400.access.VariableLengthFieldDescription
Sets the value that indicates 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 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.DBCSOnlyFieldDescription
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.DBCSEitherFieldDescription
Sets the value that indicates if the field is a variable-length field.
setVariableLength(boolean) - Method in class com.ibm.as400.access.CharacterFieldDescription
Sets the value that indicates if the field is a variable length field.
setVARLEN(int) - Method in class com.ibm.as400.access.HexFieldDescription
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.DBCSOnlyFieldDescription
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.DBCSEitherFieldDescription
Sets the value to specify for the VARLEN keyword for this field.
setVARLEN(int) - Method in class com.ibm.as400.access.CharacterFieldDescription
Sets the value to specify for the VARLEN keyword for this field.
setVerbose() - Method in class utilities.JarMaker
Sets verbose mode 'on'.
setVerbose(boolean) - Method in class com.ibm.as400.access.ProxyServer
Sets whether to print status and connection information to System.out.
setVerbose(boolean) - Method in class utilities.JarMaker
Sets verbose mode on or off.
setVerticalAlignment(boolean) - Method in class com.ibm.as400.util.html.RadioFormInputGroup
Sets the alignment of the radio group to vertical.
setVerticalAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableRow
Sets the global vertical alignment for the row.
setVerticalAlignment(String) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the vertical alignment.
setVerticalFormat(int) - Method in class com.ibm.as400.access.SCS5256Writer
Sets the Vertical Format.
setVerticalIconPosition(int) - Method in class com.ibm.as400.ui.framework.java.ItemDescriptor
Sets the item's vertical icon position.
setViewingFidelity(int) - Method in class com.ibm.as400.vaccess.SpooledFileViewer
Sets the viewing fidelity.
setVisible() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Shows the dialog.
setVisible(boolean) - Method in class com.ibm.as400.ui.util.MessageViewer
Shows or hides the panel, depending on the value of bVisible.
setVisible(boolean) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Shows or hides the wizard, depending on the value of parameter show.
setVisible(boolean) - Method in interface com.ibm.as400.ui.framework.java.WindowManager
Shows or hides the window being managed by this WindowManager, depending on the value of parameter show.
setVisible(boolean) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Shows or hides the property sheet, depending on the value of parameter show.
setVisible(boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Shows or hides the panel, depending on the value of parameter show.
setVisible(boolean) - Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
Shows or hides this context menu based on the value of parameter visible.
setVisible(String, boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Shows or hides the panel component identified by name.
setVisibleRowCount(int) - Method in class com.ibm.as400.vaccess.ResourceListPane
Sets the preferred number of visible rows.
setVisibleRowCount(int) - Method in class com.ibm.as400.vaccess.AS400ListPane
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.
setWaitCursor(boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Sets or clears the wait cursor for the entire panel, based on the value of parameter wait.
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.
setWaitPending(boolean) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Enables or disables the entire panel, based on the value of parameter wait.
setWidth(int) - Method in class com.ibm.as400.util.html.ImageFormInput
Sets the width of the image in pixels.
setWidth(int) - Method in class com.ibm.as400.util.html.HTMLTableCell
Sets the width relative to the table.
setWidth(int) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table width.
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.HTMLApplet
Set the width of the applet in pixels.
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, boolean) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table width in percent or 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.HTMLTableCell
Sets the width unit in percent or pixels.
setWidthInPercent(boolean) - Method in class com.ibm.as400.util.html.HTMLTable
Sets the table width unit in percent or pixels.
setWildCardMode(int) - Method in class com.ibm.as400.ui.util.AS400Formatter
Specifies whether Wild Cards should be allowed in checking.
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.
setWriterFilter(String) - Method in class com.ibm.as400.access.WriterJobList
Sets writer list filter.
setXMLDataSource(Document) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source as an XML document.
setXMLDataSource(InputStream) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source as an XML byte-stream reader.
setXMLDataSource(Reader) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source as an XML character-stream reader.
setXMLDataSource(String) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source as an XML document from a URI.
setXsdName(String) - Method in class com.ibm.as400.data.ProgramCallDocument
setXsdName -- Use prior to calling generateXPCML to set the xsd name that will appear in the generated setXSLFOSource(InputStream) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source as an XSL FO byte-stream reader.
setXSLFOSource(Reader) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source as an XSL FO character-stream reader.
setXSLFOSource(String) - Method in class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Sets the source as an XSL FO document from a URI.
SEVERITY_CRITERIA - Static variable in class com.ibm.as400.resource.RMessageQueue
Selection ID for severity criteria.
SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the message severity.
SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VMessage
Property identifier for the message severity.
SEVERITY_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Property identifier for the 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.IFSRandomAccessFile
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.IFSFileInputStream
Share option that allows read and 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.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.IFSFileInputStream
Share option that does not allow read or write 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_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.IFSFileInputStream
Share option that allows only read 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.
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.IFSFileInputStream
Share option that allows only write access by other users.
SHARING_VIOLATION - Static variable in class 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.
ShortFormatter - class com.ibm.as400.ui.framework.java.ShortFormatter.
Formatter for exchanging Short values between DataBeans and user interface components.
ShortFormatter(short, short) - Constructor for class com.ibm.as400.ui.framework.java.ShortFormatter
Constructs a ShortFormatter.
shortToByteArray(short) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified short into server format in the specified byte array.
shortToByteArray(short, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified short into server format in the specified byte array.
shouldSelectCell(EventObject) - Method in class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
SHOW - Static variable in class com.ibm.as400.ui.framework.java.HandlerTask
Indicates that this object should display UI components.
show(Component, int, int) - Method in class com.ibm.as400.ui.framework.java.ContextMenuManager
Displays this context menu at the position x,y in the coordinate space of the specified invoker.
showCustomDialog(WindowManager, String) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Brings up a FileChooserDialog with custom text on the CommitButton.
showDialog() - Method in class com.ibm.as400.ui.util.CommandPrompter
Shows the dialog and returns how it was dismissed.
showDialog() - Method in class com.ibm.as400.vaccess.IFSFileDialog
Shows the dialog and returns the current state.
showHelp() - Method in class com.ibm.as400.ui.util.CommandPrompter
Show the help window for the command without prompting.
showHome() - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Causes the HTML display window to retrieve and display a page.
showHTML(String, String) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Causes JavaHelp to display the passed String.
showMessage(String, AS400Message[], AS400, String, Frame) - Static method in class com.ibm.as400.ui.util.MessageViewer
Convenience method which prepares and displays a single AS400 message.
showMessage(String, String, String, String, String, Frame) - Static method in class com.ibm.as400.ui.util.MessageViewer
Convenience method which prepares and displays a single message.
showMessage(String, String, String, String, String, String, Frame) - Static method in class com.ibm.as400.ui.util.MessageViewer
Convenience method which prepares and displays a single message with HTML details.
showMessageDialog(Component, Object[], String, int, boolean, Object[], Object) - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Displays a message dialog with user-defined options.
showMessageDialog(Component, String, String, int) - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Displays a message dialog with an OK button.
showMessageDialog(Component, String, String, int, boolean) - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Displays a message dialog with an OK button.
showMessageDialog(Component, String, String, int, boolean, Object[], Object) - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Displays a message dialog with user-defined options.
showMessageDialog(Component, String, String, int, Object[], Object) - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Displays a message dialog with user-defined options.
showOpenDialog(WindowManager) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Brings up an "Open" FileChooserDialog.
showPage(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Shows the Panel for the specified property page.
showPage(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Shows the Panel for the specified property page.
showPage(String) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Causes JavaHelp to retrieve and display a page.
showPage(String, String) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Causes JavaHelp to display the HTML file mapped to the passed ID (defined in the JavaHelp map file).
showPage(URL) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Causes JavaHelp to retrieve and show the passed-in URL.
showPage(URL, String) - Method in class com.ibm.as400.ui.framework.java.HelpViewer
Causes JavaHelp to display the URL.
showPane(String) - Method in class com.ibm.as400.ui.framework.java.WizardManager
Displays the specified pane.
showPane(String) - Method in class com.ibm.as400.ui.framework.java.TabbedPaneManager
Displays the specified tab.
showPane(String) - Method in class com.ibm.as400.ui.framework.java.SplitPaneManager
Displays the specified pane.
showPane(String) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Displays the specified pane.
showPane(String) - Method in interface com.ibm.as400.ui.framework.java.PaneManager
Displays the specified pane.
showPane(String) - Method in class com.ibm.as400.ui.framework.java.PanelManager
Displays the specified pane.
showPane(String) - Method in class com.ibm.as400.ui.framework.java.DeckPaneManager
Displays the specified pane at the top of the deck.
showSaveDialog(WindowManager) - Method in class com.ibm.as400.ui.framework.java.FileChooserDialog
Brings up a "Save" FileChooserDialog.
SIGN_ON_ATTEMPTS_NOT_VALID - Static variable in class com.ibm.as400.resource.RUser
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
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
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_CANCELED - Static variable in class 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 class com.ibm.as400.access.ExtendedIllegalArgumentException
The return code indicating that the user ID or password contains a character that is not valid.
SIGNON_CHAR_NOT_VALID - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID or password contains a character that is not valid.
SIGNON_CONNECT_FAILED - Static variable in class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the sign-on request is missing either the user ID or the password.
SIZE_PROPERTY - Static variable in interface com.ibm.as400.vaccess.VIFSConstants
Property identifier for the size.
size() - Method in class com.ibm.as400.access.PrintObjectList
Returns the current size of the list.
size() - Method in class com.ibm.as400.access.ClusteredHashTable
Return the number of entries in the clustered hash table.
size() - Method in class com.ibm.as400.micro.JdbcMeOfflineData
Get the current number of records in the offline data store.
skip(long) - Method in class com.ibm.as400.access.ReaderInputStream
Skips the specified number of bytes.
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.PrintObjectPageInputStream
Skips over the next bytesToSkip bytes in the stream.
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.IFSFileInputStream
Skips over the next bytesToSkip bytes in the file input stream.
skip(long) - Method in class com.ibm.as400.access.ConvTableReader
Skips the specified number of characters in the underlying stream.
skipBytes(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Skips over the next bytesToSkip bytes in the stream.
SMALL_ROMAN - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Small Roman numeral ordered labeling scheme.
SMTP_DOMAIN - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for SMTP domain.
SMTP_ROUTE - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for SMTP route.
SMTP_USER_ID - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for SMTP user ID.
SocketProperties - class com.ibm.as400.access.SocketProperties.
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_CRITERIA - Static variable in class com.ibm.as400.resource.RMessageQueue
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.RUser
Attribute ID for sort sequence table.
SORT_SEQUENCE_TABLE - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for sort sequence table.
SORT_SEQUENCE_TABLE_HEX - Static variable in class com.ibm.as400.resource.RUser
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 tihs 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
Property identifier for the sort sequence table.
SORT_SEQUENCE_TABLE_SHARED - Static variable in class com.ibm.as400.resource.RUser
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
Attribute value indicating that a unique-weight sort table associated with the language specified
sort(boolean) - Method in class com.ibm.as400.util.html.HTMLTreeElement
Sorts the tree elements.
sort(boolean) - Method in class com.ibm.as400.util.html.HTMLTree
Sorts the elements within the HTMLTree.
sort(boolean) - Method in class com.ibm.as400.util.html.FileListElement
Sorts the list elements.
sort(Collator, Vector) - Static method in class com.ibm.as400.util.html.HTMLTree
Sorts a vector of objects.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VSystemStatusPane
Sorts the contents.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400ListPane
Sorts the contents.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400ListModel
Sorts the contents.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400ExplorerPane
Sorts the contents.
sort(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.AS400DetailsPane
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.AS400DetailsModel
Sorts the contents.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VUserList
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VUserAndGroup
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VSystemValueList
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VSystemStatus
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VPrinters
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VPrinterOutput
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VPrinter
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in interface com.ibm.as400.vaccess.VNode
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VMessageQueue
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VMessageList
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VJobList
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VJob
Sorts the children for the details.
sortDetailsChildren(Object[], boolean[]) - Method in class com.ibm.as400.vaccess.VIFSDirectory
Sorts the children for the details.
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_XPCML - Static variable in class com.ibm.as400.data.ProgramCallDocument
Constant indicating a source XPCML document is being streamed.
SourceLLA - class com.ibm.as400.util.commtrace.SourceLLA.
A SouceLLA Header.
SOURCELLA - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery Source LLA Header
SPECIAL_AUTHORITIES - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for special authorities.
SPECIAL_AUTHORITIES_ALL_OBJECT - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating all object special authorities.
SPECIAL_AUTHORITIES_AUDIT - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating audit special authorities.
SPECIAL_AUTHORITIES_IO_SYSTEM_CONFIGURATION - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating I/O system configuration special authorities.
SPECIAL_AUTHORITIES_JOB_CONTROL - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating job control special authorities.
SPECIAL_AUTHORITIES_SAVE_SYSTEM - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating save system special authorities.
SPECIAL_AUTHORITIES_SECURITY_ADMINISTRATOR - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating security administrator special authorities.
SPECIAL_AUTHORITIES_SERVICE - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating service special authorities.
SPECIAL_AUTHORITIES_SPOOL_CONTROL - Static variable in class com.ibm.as400.resource.RUser
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 class 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.RUser
Attribute ID for special environment.
SPECIAL_ENVIRONMENT - Static variable in class com.ibm.as400.resource.RJob
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
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.RUser
Attribute value indicating that the user operates in the System/36 environment.
SPECIAL_ENVIRONMENT_SYSTEM_36 - Static variable in class com.ibm.as400.resource.RJob
Attribute value indicating that the job is running 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
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
Splits the specified source JAR or ZIP file into smaller JAR or ZIP files whose size does not exceed the specified number of kilobytes.
SplitPaneManager - class com.ibm.as400.ui.framework.java.SplitPaneManager.
Creates a subpanel containing two windows separated by a graphical divider.
SplitPaneManager(String, Locale, String) - Constructor for class com.ibm.as400.ui.framework.java.SplitPaneManager
Constructs a SplitPaneManager object for the specified split pane, and then serializes the split pane definition.
SplitPaneManager(String, Locale, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.SplitPaneManager
Constructs a SplitPaneManager for the specified split pane, using the specified container.
SplitPaneManager(String, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.SplitPaneManager
Constructs a SplitPaneManager for the specified split pane, using the specified container.
splitString(String, int) - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Splits a string of text into a vector of strings.
splitString(String, int, FontMetrics) - Static method in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Splits a string of text into a vector of strings.
SPOOLED_FILE_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for spooled file name.
SPOOLED_FILE_NO_MESSAGE_WAITING - Static variable in class 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
Attribute ID for spooled file number.
SPOOLED_FILE_TYPE - Static variable in class com.ibm.as400.access.NetServerPrintShare
Attribute ID for "spooled file type".
SPOOLED_FILE_TYPE_AFP - Static variable in class com.ibm.as400.access.NetServerPrintShare
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
SPOOLED_FILE_TYPE attribute value indicating "Automatic type sensing".
SPOOLED_FILE_TYPE_SCS - Static variable in class com.ibm.as400.access.NetServerPrintShare
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
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 com.ibm.as400.access.SpooledFile.
The SpooledFile class represents an server 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.
SpooledFileList - class com.ibm.as400.access.SpooledFileList.
The SpooledFileList class is used to build a list of AS/400 spooled file 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.
SpooledFileOutputStream - class com.ibm.as400.access.SpooledFileOutputStream.
The SpooledFileOutputStream class is used to write data into an AS/400 spooled file.
SpooledFileOutputStream(AS400, PrintParameterList, PrinterFile, OutputQueue) - Constructor for class com.ibm.as400.access.SpooledFileOutputStream
Constructs a SpooledFileOutputStream object.
SpooledFileViewer - class com.ibm.as400.vaccess.SpooledFileViewer.
The SpooledFileViewer class represents an AS/400 spooled file viewer.
SpooledFileViewer() - Constructor for class com.ibm.as400.vaccess.SpooledFileViewer
Constructs a SpooledFileViewer object.
SpooledFileViewer(SpooledFile) - Constructor for class com.ibm.as400.vaccess.SpooledFileViewer
Constructs a SpooledFileViewer object.
SpooledFileViewer(SpooledFile, int) - Constructor for class com.ibm.as400.vaccess.SpooledFileViewer
Constructs a SpooledFileViewer object.
SQLConnection - class com.ibm.as400.vaccess.SQLConnection.
SQLConnection objects represent a SQL Connection.
SQLConnection() - Constructor for class com.ibm.as400.vaccess.SQLConnection
Creates a SQLConnection object.
SQLConnection(String) - Constructor for class com.ibm.as400.vaccess.SQLConnection
Creates a SQLConnection object.
SQLConnection(String, Properties) - Constructor for class com.ibm.as400.vaccess.SQLConnection
Creates a SQLConnection object.
SQLConnection(String, String) - Constructor for class com.ibm.as400.vaccess.SQLConnection
Creates a SQLConnection object.
SQLConnection(String, String, String) - Constructor for class com.ibm.as400.vaccess.SQLConnection
Creates a SQLConnection object.
SQLQueryBuilderPane - class com.ibm.as400.vaccess.SQLQueryBuilderPane.
The SQLQueryBuilderPane class represents a panel which allows a user to dynamically build a SQL query using graphical interfaces.
SQLQueryBuilderPane() - Constructor for class com.ibm.as400.vaccess.SQLQueryBuilderPane
Constructs a SQLQueryBuilderPane object.
SQLQueryBuilderPane(SQLConnection) - Constructor for class com.ibm.as400.vaccess.SQLQueryBuilderPane
Constructs a SQLQueryBuilderPane object.
SQLQueryBuilderPane(SQLConnection, String[]) - Constructor for class com.ibm.as400.vaccess.SQLQueryBuilderPane
Constructs a SQLQueryBuilderPane object.
SQLResultSetFormPane - class com.ibm.as400.vaccess.SQLResultSetFormPane.
The SQLResultSetFormPane class represents a form that is filled in with the result set generated by a SQL query using JDBC.
SQLResultSetFormPane() - Constructor for class com.ibm.as400.vaccess.SQLResultSetFormPane
Constructs a SQLResultSetFormPane object.
SQLResultSetFormPane(SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLResultSetFormPane
Constructs a SQLResultSetFormPane object.
SQLResultSetMetaData - class com.ibm.as400.util.servlet.SQLResultSetMetaData.
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.
SQLResultSetRowData - class com.ibm.as400.util.servlet.SQLResultSetRowData.
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.
SQLResultSetTableModel - class com.ibm.as400.vaccess.SQLResultSetTableModel.
The SQLResultSetTableModel class represents the data in a JDBC result set generated by an SQL query.
SQLResultSetTableModel() - Constructor for class com.ibm.as400.vaccess.SQLResultSetTableModel
Constructs a SQLResultSetTableModel object.
SQLResultSetTableModel(ResultSet, boolean) - Constructor for class com.ibm.as400.vaccess.SQLResultSetTableModel
Constructs a SQLResultSetTableModel object.
SQLResultSetTableModel(SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLResultSetTableModel
Constructs a SQLResultSetTableModel object.
SQLResultSetTablePane - class com.ibm.as400.vaccess.SQLResultSetTablePane.
The SQLResultSetTablePane class represents a graphical user interface that presents the contents of a JDBC result set generated by an SQL query in a JTable.
SQLResultSetTablePane() - Constructor for class com.ibm.as400.vaccess.SQLResultSetTablePane
Constructs a SQLResultSetTablePane object.
SQLResultSetTablePane(ResultSet, boolean) - Constructor for class com.ibm.as400.vaccess.SQLResultSetTablePane
Constructs a SQLResultSetTablePane object.
SQLResultSetTablePane(SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLResultSetTablePane
Constructs a SQLResultSetTablePane object.
SQLStatementButton - class com.ibm.as400.vaccess.SQLStatementButton.
The SQLStatementButton class represents a button control that issues a SQL statement when pressed.
SQLStatementButton() - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Constructs a SQLStatementButton object.
SQLStatementButton(Icon) - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Constructs a SQLStatementButton object.
SQLStatementButton(String) - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Constructs a SQLStatementButton object.
SQLStatementButton(String, Icon) - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Constructs a SQLStatementButton object.
SQLStatementButton(String, Icon, SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLStatementButton
Constructs a SQLStatementButton object.
SQLStatementDocument - class com.ibm.as400.vaccess.SQLStatementDocument.
The SQLStatementDocument class represents SQL statement that is issued when execute() is called.
SQLStatementDocument() - Constructor for class com.ibm.as400.vaccess.SQLStatementDocument
Constructs a SQLStatementDocument object.
SQLStatementDocument(SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLStatementDocument
Constructs a SQLStatementDocument object.
SQLStatementMenuItem - class com.ibm.as400.vaccess.SQLStatementMenuItem.
The SQLStatementMenuItem class represents a menu item that issues a SQL statement when chosen.
SQLStatementMenuItem() - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItem(Icon) - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItem(String) - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItem(String, Icon) - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Constructs a SQLStatementMenuItem object.
SQLStatementMenuItem(String, Icon, SQLConnection, String) - Constructor for class com.ibm.as400.vaccess.SQLStatementMenuItem
Constructs a SQLStatementMenuItem object.
sqlStateSQL99 - Static variable in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
 
sqlStateXOpen - Static variable in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
 
SQUARE - Static variable in interface com.ibm.as400.util.html.HTMLConstants
Square, solid square, labeling scheme.
ST10 - Static variable in interface com.ibm.as400.access.BidiStringType
String Type 10 Type of text: Implicit Orientation: Contextual LTR Symetric 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 Symetric 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 Symetric 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 Symetric 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 Symetric 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 Symetric 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 Symetric 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 Symetric 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.
STANDARD_OBJECT_NAME_MAX_LENGTH - Static variable in class com.ibm.as400.ui.util.AS400Formatter
Length constant representing the maximum length, 256, for standard object names on the AS/400.
START_SERVER_REQUEST_NOT_VALID - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was start server request is not valid.
START_SERVER_UNKNOWN_ERROR - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was an unknown error starting server.
start() - Method in class com.ibm.as400.access.ProxyServer
Starts the proxy server.
start() - Method in class com.ibm.as400.access.NetServer
Starts the NetServer job on the iSeries server.
start() - Method in class com.ibm.as400.access.ISeriesNetServer
Starts the NetServer job on the iSeries server.
start(AS400, Printer, PrintParameterList, OutputQueue) - Static method in class com.ibm.as400.access.WriterJob
Starts a writer on the AS/400.
start(boolean) - Method in class com.ibm.as400.access.NetServer
Starts the NetServer job on the iSeries server, and (optionally) resets it.
start(boolean) - Method in class com.ibm.as400.access.ISeriesNetServer
Starts the NetServer job on the iSeries server, and (optionally) resets it.
start(Xid, int) - Method in class com.ibm.as400.access.AS400JDBCXAResource
Starts the work on behalf of a transaction branch.
startAutomaticRefresh(int, int) - Method in class com.ibm.as400.security.auth.AS400Credential
Starts automatic refresh for the credential.
startCommitmentControl(AS400, int) - Static method in class com.ibm.as400.access.AS400File
Starts commitment control for the specified system.
startCommitmentControl(int) - Method in class com.ibm.as400.access.AS400File
Starts commitment control on this file (for this connection).
STARTED_BY_USER - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for started by user.
startEditing(VObject, Object) - Method in interface com.ibm.as400.vaccess.VActionContext
Prompts the user to edit the text for an AS/400 resource.
STARTING_MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RJobLog
Selection ID for starting message key.
STARTING_USER_MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RMessageQueue
Selection ID for starting user message key.
STARTING_WORKSTATION_MESSAGE_KEY - Static variable in class com.ibm.as400.resource.RMessageQueue
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 interface com.ibm.as400.vaccess.WorkingListener
Invoked when a potentially long-running unit of work is about to begin.
startWorking(WorkingEvent) - Method in class com.ibm.as400.vaccess.WorkingCursorAdapter
Processes a start working event.
STATUS - Static variable in class com.ibm.as400.resource.RUser
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_DAMAGED - Static variable in class com.ibm.as400.access.PTF
Constant indicating that a PTF is damaged.
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_ENABLED - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating that the user profile is enabled.
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.resource.RPrinter
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 you want status messages displayed for this job.
STATUS_MESSAGE_HANDLING - Static variable in class com.ibm.as400.resource.RJob
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 the job does not display status messages.
STATUS_MESSAGE_HANDLING_NORMAL - Static variable in class com.ibm.as400.access.Job
Constant indicating that the job displays status messages.
STATUS_MESSAGE_HANDLING_NORMAL - Static variable in class com.ibm.as400.resource.RJob
Attribute value indicating that this job displays status messages.
STATUS_MESSAGE_HANDLING_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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_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
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
Property identifier for the status of the job on the job queue.
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_PROPERTY - Static variable in class com.ibm.as400.vaccess.VPrinter
Property identifier for the status.
STATUS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the status of the output.
STATUS_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the status.
STATUS_RELEASED - Static variable in class com.ibm.as400.resource.RPrinter
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_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.PanelGroupHelpIdentifier
Constant indicating that the system returned a status code that is not known.
STATUS_UNKNOWN - Static variable in class com.ibm.as400.access.ObjectDescription
Constant representing an unknown status for the information in this object.
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.
stopCellEditing() - Method in class com.ibm.as400.ui.framework.java.CheckBoxTableCellEditorFW
 
stopVerticalGridLines() - Method in class com.ibm.as400.access.SCS5553Writer
Stops printing vertical grid lines.
stopWorking(WorkingEvent) - Method in interface com.ibm.as400.vaccess.WorkingListener
Invoked when a potentially long-running unit of work has completed.
stopWorking(WorkingEvent) - Method in class com.ibm.as400.vaccess.WorkingCursorAdapter
Processes a stop working event.
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
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.
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.
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.
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.
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.
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.
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
 
STRING_DATA_TYPE - Static variable in class com.ibm.as400.util.servlet.RowMetaDataType
java.lang.String data type.
StringConverter - class com.ibm.as400.util.servlet.StringConverter.
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
 
StringFormatter - class com.ibm.as400.ui.framework.java.StringFormatter.
Formatter for exchanging String values between DataBeans and user interface components.
StringFormatter(int, int) - Constructor for class com.ibm.as400.ui.framework.java.StringFormatter
Constructs a StringFormatter.
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(String) - 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, int) - Method in class com.ibm.as400.access.CharConverter
Converts the specified String into bytes.
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.
STYLE_OK_SINGLE - Static variable in class com.ibm.as400.ui.util.MessageViewer
Style which displays a single OK button, which can be relabelled.
STYLE_OKCANCEL_DUAL - Static variable in class com.ibm.as400.ui.util.MessageViewer
Style which displays dual buttons, an OK and a Cancel, which can be relabelled, if desired.
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 com.ibm.as400.util.html.SubmitFormInput.
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.
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
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
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
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
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
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 - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for subsystem.
SUBSYSTEM_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the subsystem.
SUBTYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the subtype.
SUPPLEMENTAL_GROUPS - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for supplemental groups.
SUPPORTED_FLAG - Static variable in class com.ibm.as400.resource.RSoftwareResource
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.
supportsAlterTableWithDropColumn() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsANSI92FullSQL() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsBatchUpdates() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsCatalogsInIndexDefinitions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsCatalogsInProcedureCalls() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsColumnAliasing() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsCoreSQLGrammar() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsDataDefinitionAndDataManipulationTransactions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
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.
supportsExpressionsInOrderBy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsFullOuterJoins() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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().
supportsGroupBy() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsGroupByUnrelated() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsLikeEscapeClause() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsMinimumSQLGrammar() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
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.
supportsMultipleOpenResults() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsMultipleTransactions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsNonNullableColumns() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsOpenCursorsAcrossRollback() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsOpenStatementsAcrossRollback() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsOuterJoins() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if some form of outer join is supported.
supportsPositionedDelete() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if positioned DELETE is supported.
supportsPositionedUpdate() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsResultSetHoldability(int) - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsSavepoints() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsSchemasInIndexDefinitions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsSchemasInProcedureCalls() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsSelectForUpdate() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if SELECT for UPDATE is supported.
supportsStatementPooling() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if statement pooling is supported.
supportsStoredProcedures() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsSubqueriesInExists() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsSubqueriesInQuantifieds() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if subqueries in quantified expressions are supported.
supportsTableCorrelationNames() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
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.
supportsTransactions() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if transactions are supported.
supportsUnion() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if SQL UNION is supported.
supportsUnionAll() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if SQL UNION ALL is supported.
swap() - Method in interface com.ibm.as400.security.auth.AS400SwappableCredential
Attempts to swap the OS/400 thread identity based on the credential.
swap() - Method in class com.ibm.as400.security.auth.AS400Credential
Attempts to swap the OS/400 thread identity based on the credential.
swap(boolean) - Method in class com.ibm.as400.security.auth.AS400Credential
Attempts to swap the OS/400 thread identity based on this credential.
SwapFailedException - exception com.ibm.as400.security.auth.SwapFailedException.
The SwapFailedException class represents an exception issued when errors occur while attempting to change thread identity on the iSeries system.
swapped(AS400CredentialEvent) - Method in interface com.ibm.as400.security.auth.AS400CredentialListener
Invoked when a credential has been used to change the OS/400 thread identity.
SYMBOLIC_LOAD_STATE - Static variable in class com.ibm.as400.resource.RSoftwareResource
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
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
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
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
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
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
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 class 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_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 class 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_LEVEL_NOT_CORRECT - Static variable in class 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_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
Attribute ID for system library list.
SYSTEM_LIBRARY_LIST_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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 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
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
Constant for specifying the System Status component.
SYSTEM_VALUE - Static variable in class com.ibm.as400.resource.RUser
Attribute value for system value.
SYSTEM_VALUE - Static variable in class com.ibm.as400.resource.RJob
Attribute value for system value.
SYSTEM_VALUE - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the System Value component.
SystemPool - class com.ibm.as400.access.SystemPool.
The SystemPool class represents a system pool on an AS/400.
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.
SystemResourceList - class com.ibm.as400.resource.SystemResourceList.
The SystemResourceList class represents a subclass of of the BufferedResourceList class which retrieves list items using AS/400 System Open List Application Programming Interfaces (APIs).
SystemStatus - class com.ibm.as400.access.SystemStatus.
The SystemStatus class represents the system status on the AS/400.
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.
SystemValue - class com.ibm.as400.access.SystemValue.
The SystemValue class represents a system value or network attribute on the AS/400 or iSeries server.
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.
systemValueChanged(SystemValueEvent) - Method in interface com.ibm.as400.access.SystemValueListener
Invoked when an AS/400 system value is changed by this object.
SystemValueEvent - class com.ibm.as400.access.SystemValueEvent.
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 com.ibm.as400.access.SystemValueGroup.
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, int) - 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.
SystemValueList - class com.ibm.as400.access.SystemValueList.
 
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.
SystemValueListener - interface com.ibm.as400.access.SystemValueListener.
The SystemValueListener interface provides a listener interface for receiving SystemValueEvents.

T

TAB_CONNECTIONOPTIONS - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the Connection Options tab.
TAB_FORMAT - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the Format tab.
TAB_GENERAL - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the General tab.
TAB_LANGUAGE - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the Language tab.
TAB_OTHER - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the Other tab.
TAB_PACKAGE - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the Package tab.
TAB_PERFORMANCE - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the Performance tab.
TAB_SERVER - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the Server tab.
TAB_TRANSLATION - Static variable in class com.ibm.as400.vaccess.AS400JDBCDataSourcePane
The index of the Translation tab.
TabbedPaneManager - class com.ibm.as400.ui.framework.java.TabbedPaneManager.
Creates a subpanel containing a group of windows which lets the user switch between windows by clicking on a tab.
TabbedPaneManager(String, Locale, String) - Constructor for class com.ibm.as400.ui.framework.java.TabbedPaneManager
Constructs a TabbedPaneManager object for the specified tabbed pane, and then serializes the tabbed pane definition.
TabbedPaneManager(String, Locale, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.TabbedPaneManager
Constructs a TabbedPaneManager for the specified tabbed pane, using the specified container.
TabbedPaneManager(String, String, DataBean[], Container) - Constructor for class com.ibm.as400.ui.framework.java.TabbedPaneManager
Constructs a TabbedPaneManager for the specified tabbed pane, using the specified container.
TableHeaderUI - class com.ibm.as400.ui.framework.java.TableHeaderUI.
As an extension of javax.swing.plaf.basic.BasicTableHeaderUI, this UI will render an empty header over the dead space in a table (i.e.
TableHeaderUI() - Constructor for class com.ibm.as400.ui.framework.java.TableHeaderUI
Default constructor
TableItemCellRenderer - class com.ibm.as400.ui.framework.java.TableItemCellRenderer.
An extension of DefaultTableCellRenderer that performs all the same function as the base class, and additionally supports displaying icons on items in table columns if the items have an image associated with them.
TableItemCellRenderer() - Constructor for class com.ibm.as400.ui.framework.java.TableItemCellRenderer
Constructs a TableItemCellRenderer object.
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 - class com.ibm.as400.util.commtrace.TargetLLA.
A TargetLLA Header.
TARGETLLA - Static variable in class com.ibm.as400.util.commtrace.NDOption
A Neighbor Discovery Target LLA Header
TCP - Static variable in class com.ibm.as400.util.commtrace.Header
A TCP Header
TCPHeader - class com.ibm.as400.util.commtrace.TCPHeader.
A TCP Header.
TELEPHONE_NUMBER_1 - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for telephone number 1.
TELEPHONE_NUMBER_2 - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for telephone number 2.
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.
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
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.
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
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.RUser
Attribute ID for text description.
TEXT_DESCRIPTION - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for text description.
TEXT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the message text.
TEXT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VMessage
Property identifier for the message text.
TEXT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Property identifier for the text.
TextAreaFormElement - class com.ibm.as400.util.html.TextAreaFormElement.
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.
TextDocument - class com.ibm.as400.ui.framework.java.TextDocument.
A replacement document for JTextComponent and JComboBox objects which limits the maximum number of characters allowed as input by the user.
TextDocument(int) - Constructor for class com.ibm.as400.ui.framework.java.TextDocument
Constructs a document which will only accept user input less than maxLength characters.
TextDocument(int, JComboBox) - Constructor for class com.ibm.as400.ui.framework.java.TextDocument
Constructs a document for a JComboBox which will only accept user input less than maxLength characters.
TextDocument(int, JTextComponent) - Constructor for class com.ibm.as400.ui.framework.java.TextDocument
Constructs a document for a JTextComponent which will only accept user input less than maxLength characters.
TextFormInput - class com.ibm.as400.util.html.TextFormInput.
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.
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
Attribute ID for thread count.
THREADSAFE_CONDITIONAL - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is threadsafe under certain conditions.
THREADSAFE_NO - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is not threadsafe.
THREADSAFE_YES - Static variable in class com.ibm.as400.access.Command
Constant indicating that the command is threadsafe.
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 for this job.
TIME_SEPARATOR - Static variable in class com.ibm.as400.resource.RJob
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
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
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
Attribute ID for time slice.
TIME_SLICE_END_POOL - Static variable in class com.ibm.as400.access.Job
Job attribute representing whether you want a thread in an interactive job moved 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
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
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 com.ibm.as400.util.commtrace.TimeExceeded.
A Time Exceeded Header.
TimeFieldDescription - class com.ibm.as400.access.TimeFieldDescription.
The TimeFieldDescription class 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.
TimeFormatter - class com.ibm.as400.ui.framework.java.TimeFormatter.
Formatter for exchanging time values between DataBeans and user interface components.
TimeFormatter() - Constructor for class com.ibm.as400.ui.framework.java.TimeFormatter
Constructs a TimeFormatter.
TimeFormatter(int) - Constructor for class com.ibm.as400.ui.framework.java.TimeFormatter
Constructs a TimeFormatter with the specified style for time display.
TimestampFieldDescription - class com.ibm.as400.access.TimestampFieldDescription.
The TimestampFieldDescription class 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.
toAS400Layout(String) - Method in class com.ibm.as400.access.AS400BidiTransform
Convert data from the Java layout to the AS/400 layout.
toByteArray(String) - Method in class com.ibm.as400.data.RecordFormatDocument
Returns the data contained by the specified <recordformat> element, as a byte array.
toBytes() - Method in class com.ibm.as400.access.ValidationListTranslatedData
Returns the byte array resulting from converting this object to a structure usable by the AS/400 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 AS/400 APIs.
toBytes() - Method in class com.ibm.as400.access.ValidationListAttribute
Returns the byte array resulting from converting this object to a structure usable by the AS/400 APIs.
toBytes(byte[], int) - Method in class com.ibm.as400.access.ValidationListTranslatedData
Converts this object to a byte structure usable by the AS/400 APIs.
toBytes(byte[], int) - Method in class com.ibm.as400.access.ValidationListAttributeInfo
Converts this object to a structure usable by the AS/400 APIs.
toBytes(byte[], int) - Method in class com.ibm.as400.access.ValidationListAttribute
Converts this object to a structure usable by the AS/400 APIs.
toBytes(double) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object to AS/400 format.
toBytes(double) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object to AS/400 format.
toBytes(double) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified double to AS/400 format.
toBytes(double, byte[]) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(double, byte[]) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(double, byte[]) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified double into AS/400 format in the specified byte array.
toBytes(double, byte[], int) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(double, byte[], int) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(double, byte[], int) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified double into AS/400 format in the specified byte array.
toBytes(float) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified float to AS/400 format.
toBytes(float, byte[]) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified float into AS/400 format in the specified byte array.
toBytes(float, byte[], int) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified float into AS/400 format in the specified byte array.
toBytes(int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified int to AS/400 format.
toBytes(int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified int to AS/400 format.
toBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified int into AS/400 format in the specified byte array.
toBytes(int, byte[]) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified int into AS/400 format in the specified byte array.
toBytes(int, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified int into AS/400 format in the specified byte array.
toBytes(int, byte[], int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified int into AS/400 format in the specified byte array.
toBytes(long) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified long to AS/400 format.
toBytes(long) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified long to AS/400 format.
toBytes(long, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified long into AS/400 format in the specified byte array.
toBytes(long, byte[]) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified long into AS/400 format in the specified byte array.
toBytes(long, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified long into AS/400 format in the specified byte array.
toBytes(long, byte[], int) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified long into AS/400 format in the specified byte array.
toBytes(Object) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Text
Converts the specified Java object to OS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified Java object to AS/400 format.
toBytes(Object) - Method in class com.ibm.as400.access.AS400Array
Converts the specified Java object to AS/400 format.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Text
Converts the specified Java object into OS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[]) - Method in class com.ibm.as400.access.AS400Array
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified Java object into OS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified Java object into AS/400 format in the specified byte array.
toBytes(Object, byte[], int) - Method in class com.ibm.as400.access.AS400Array
Converts the specified Java object into AS/400 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 OS/400 format in the specified byte array.
toBytes(short) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified short to AS/400 format.
toBytes(short, byte[]) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified short into AS/400 format in the specified byte array.
toBytes(short, byte[], int) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified short into AS/400 format in the specified byte array.
toDouble(byte[]) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified AS/400 data type to a Java double value.
toDouble(byte[]) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified AS/400 data type to a Java double value.
toDouble(byte[]) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified AS/400 data type to a double.
toDouble(byte[], int) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified AS/400 data type to a Java double value.
toDouble(byte[], int) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified AS/400 data type to a Java double value.
toDouble(byte[], int) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified AS/400 data type to a double.
toFloat(byte[]) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified AS/400 data type to a float.
toFloat(byte[], int) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified AS/400 data type to a float.
ToggleFormInput - class com.ibm.as400.util.html.ToggleFormInput.
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.
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 AS400 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.AS400UnsignedBin2
Converts the specified AS/400 data type to an int.
toInt(byte[]) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified AS/400 data type to an int.
toInt(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified AS/400 data type to an int.
toInt(byte[], int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified AS/400 data type to an int.
toJavaLayout(String) - Method in class com.ibm.as400.access.AS400BidiTransform
Convert data from the AS/400 layout to the Java layout.
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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the token length is not valid.
TOKEN_TYPE_NOT_VALID - Static variable in class 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.AS400UnsignedBin4
Converts the specified AS/400 data type to a long.
toLong(byte[]) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified AS/400 data type to a long.
toLong(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified AS/400 data type to a long.
toLong(byte[], int) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified AS/400 data type to a long.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Text
Converts the specified OS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified AS/400 data type to a Java object.
toObject(byte[]) - Method in class com.ibm.as400.access.AS400Array
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400ZonedDecimal
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin4
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400UnsignedBin2
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified OS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Structure
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400PackedDecimal
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Float8
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Float4
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in interface com.ibm.as400.access.AS400DataType
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400ByteArray
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Bin8
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Bin4
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int) - Method in class com.ibm.as400.access.AS400Array
Converts the specified AS/400 data type to a Java object.
toObject(byte[], int, int) - Method in class com.ibm.as400.access.AS400Text
Converts the specified OS/400 data type to a Java 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.
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.
toShort(byte[]) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified AS/400 data type to a short.
toShort(byte[], int) - Method in class com.ibm.as400.access.AS400Bin2
Converts the specified AS/400 data type to a short.
toString() - Method in class com.ibm.as400.ui.util.CommandPrompter
Returns a string representation of this object.
toString() - Method in class com.ibm.as400.ui.framework.java.PanelTableModel
Returns a string representation of the model.
toString() - Method in class com.ibm.as400.ui.framework.java.PanelManager
Returns a string representation of this object.
toString() - Method in class com.ibm.as400.ui.framework.java.PanelListModel
Returns a string representation of the model.
toString() - Method in class com.ibm.as400.ui.framework.java.HelpEvent
 
toString() - Method in class com.ibm.as400.ui.framework.java.HandlerTask
Returns a string representation of this object.
toString() - Method in class com.ibm.as400.ui.framework.java.EventHandler
Returns a string representation of this object.
toString() - Method in class com.ibm.as400.ui.framework.java.ActionHandler
Returns a string representation of this object.
toString() - Method in class com.ibm.as400.ui.framework.java.AbstractDescriptor
Returns a string representation of the descriptor.
toString() - Method in class com.ibm.as400.access.User
Returns the string representation of this User object.
toString() - Method in class com.ibm.as400.access.SystemValueGroup
Returns a 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.Record
Returns the contents of this record formatted as a String.
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.PTFCoverLetter
Returns a String representation of this cover letter.
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.ProgramCall
Returns the string representation of this program call object.
toString() - Method in class com.ibm.as400.access.ProductDirectoryInformation
Returns the string representation of this 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.PersistenceException
Returns a string representation of the object.
toString() - Method in class com.ibm.as400.access.PanelGroupHelpIdentifier
Returns a String representation of this help identifier.
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.ObjectDescription
Returns a String representation of this ObjectDescription.
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.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.ISeriesNetServer
Returns the String representation of this ISeriesNetServer 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.IFSFile
Generates a String representation of this object.
toString() - Method in class com.ibm.as400.access.DataQueue
Returns the String representation of this data queue 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.CommandCall
Returns the string representation of this command call object.
toString() - Method in class com.ibm.as400.access.Command
Returns a String representation of this Command.
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.AS400Message
Returns the message ID and message text.
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.AS400JDBCStatement
Returns the statement name.
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.AS400JDBCResultSetMetaData
Returns the name of the SQL cursor in use by this result set.
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.AS400JDBCDriver
Returns the name of the driver.
toString() - Method in class com.ibm.as400.access.AS400JDBCDataSource
Returns the string representation of the object.
toString() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Returns the name of the catalog.
toString() - Method in class com.ibm.as400.access.AS400JDBCConnectionHandle
Returns the connection's catalog name.
toString() - Method in class com.ibm.as400.access.AS400JDBCConnection
Returns the connection's catalog name.
toString() - Method in class com.ibm.as400.access.AS400
Returns the text representation of this AS400 object.
toString() - Method in class com.ibm.as400.micro.JdbcMeException
Returns the string representation of this exception.
toString() - Method in class com.ibm.as400.resource.RJob
Returns the string representation in the format "number/user/name".
toString() - Method in class com.ibm.as400.resource.RJavaProgram
Returns the path.
toString() - Method in class com.ibm.as400.resource.ResourceMetaData
Returns the String representation of the ID.
toString() - Method in class com.ibm.as400.resource.ResourceList
Returns the presentation full name, if any.
toString() - Method in class com.ibm.as400.resource.ResourceLevel
Returns a String representation of the level.
toString() - Method in class com.ibm.as400.resource.Resource
Returns the presentation full name, if any.
toString() - Method in class com.ibm.as400.resource.Presentation
Returns the abbreviated name.
toString() - Method in class com.ibm.as400.security.auth.UserProfilePrincipal
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.AS400AuthenticationException
Returns a string representation of the object.
toString() - Method in class com.ibm.as400.util.commtrace.Prolog
Returns a printable representation of this Prolog.
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() - Method in class com.ibm.as400.util.commtrace.Header
Returns a printable representation of this header.
toString() - Method in class com.ibm.as400.util.commtrace.Data
Creates a hexadecimal and Ascii representation of this data.
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.util.html.SelectOption
Returns the String representation of the select option 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.LayoutFormPanel
Returns a String representation of the panel 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.HTMLText
Returns the HTML text 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.HTMLTableHeader
Returns the HTML table header 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.HTMLTableCaption
Returns the HTML caption 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.HTMLServlet
Returns a String representation for the HTMLServlet 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.HTMLMeta
Returns a String representation for the HTMLMeta 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.HTMLList
Returns a String representation for the HTMLList tag.
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.HTMLHyperlink
Returns the HTML tag that represents the resource link.
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.HTMLHead
Returns a String representation for the HTMLHead 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.HTMLDocument
Returns a String representation for the Document 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.HTMLAlign
Returns a String representation for the HTMLAlign 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.BidiOrdering
Returns a String representation for the BidiOrdering tag.
toString() - Method in class com.ibm.as400.vaccess.VUserList
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VUserAndGroup
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VUser
Returns the string representation of the user name.
toString() - Method in class com.ibm.as400.vaccess.VSystemValueList
Returns the string representation of the system value list.
toString() - Method in class com.ibm.as400.vaccess.VSystemStatus
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VSystemPool
Returns the string representation of the system pool name.
toString() - Method in class com.ibm.as400.vaccess.VQueuedMessage
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VPropertiesAction
Returns the string representation of the properties action.
toString() - Method in class com.ibm.as400.vaccess.VPrinters
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VPrinterOutput
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VPrinter
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VOutput
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VMessageQueue
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VMessageList
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VMessage
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VJobLogMessage
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.VJobList
Returns the string representation of the description.
toString() - Method in class com.ibm.as400.vaccess.VJob
Returns the string representation of the job name.
toString() - Method in class com.ibm.as400.vaccess.VIFSFile
Returns the string representation of the name of the file.
toString() - Method in class com.ibm.as400.vaccess.VIFSDirectory
Returns the string representation.
toString() - Method in class com.ibm.as400.vaccess.IFSTextFileDocument
Returns the string representation.
toString() - Method in class utilities.JarMakerEvent
Returns the name of the jar entry being processed.
toString(FormatProperties) - Method in class com.ibm.as400.util.commtrace.UnknownPacket
Returns a printable representation of this packet.
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.UDPHeader
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.TCPHeader
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.SourceLLA
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.Redirect
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(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.PacketTooBig
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.NeighborAdvertisement
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.MLMessage
Returns a printable representation of this header.
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.IPPacket
Returns a printable representation of this packet.
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.IP6Header
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.IP4Header
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.ICMP4Header
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.Frame
Returns a printable representation of this Frame.
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.EchoRequest
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.DestinationUnreachable
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(FormatProperties) - Method in class com.ibm.as400.util.commtrace.ARPHeader
Returns a printable representation of this header.
TOTAL_CLASSES_IN_SOURCE - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for total classes in source.
TOTAL_COPIES - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for total copies.
TOTAL_PAGES - Static variable in class com.ibm.as400.resource.RPrinter
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
Attribute ID for total response time.
toURL() - Method in class com.ibm.as400.access.IFSJavaFile
Converts the abstract path name into a file: URL.
toXml(File) - Method in class com.ibm.as400.data.RecordFormatDocument
Generates XML (RFML) representing the data contained in this object.
toXml(OutputStream) - 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.
Trace - class com.ibm.as400.access.Trace.
The Trace class logs trace points and diagnostic messages.
TRACE - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the Trace component.
traceErr(Object) - Static method in class com.ibm.as400.ui.framework.java.MessageLog
Writes data to System.err if low level tracing is enabled.
traceErr(Object) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated. Replaced by com.ibm.as400.access.Trace.log(int category, String message).
traceOut(Object) - Static method in class com.ibm.as400.ui.framework.java.MessageLog
Writes data to System.out if low level tracing is enabled.
traceOut(Object) - Static method in class com.ibm.as400.data.PcmlMessageLog
Deprecated. Replaced by com.ibm.as400.access.Trace.log(int category, String message).
transformPCMLToXPCML(InputStream, OutputStream) - Static method in class com.ibm.as400.data.ProgramCallDocument
Transforms a PCML stream to its equivalent XPCML stream.
treeCollapsed(TreeExpandEvent) - Method in interface com.ibm.as400.ui.framework.java.TreeExpandListener
Called when an item in the tree has been collapsed
treeExpanded(TreeExpandEvent) - Method in interface com.ibm.as400.ui.framework.java.TreeExpandListener
Called when an item in the tree has been expanded
TreeExpandEvent - class com.ibm.as400.ui.framework.java.TreeExpandEvent.
An event used to notify interested parties that a tree expansion event has occurred.
TreeExpandEvent(Object, NodeDescriptor) - Constructor for class com.ibm.as400.ui.framework.java.TreeExpandEvent
Creates a TreeExpandEvent object.
TreeExpandListener - interface com.ibm.as400.ui.framework.java.TreeExpandListener.
A listener which listens for TreeExpandEvents.
TRUE - Static variable in class com.ibm.as400.util.commtrace.FormatProperties
 
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.AS400JDBCClob
Truncates this CLOB to a length of lengthOfCLOB characters.
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.AS400JDBCBlob
Truncates this BLOB to a length of lengthOfBLOB bytes.
TunnelProxyServer - class com.ibm.as400.access.TunnelProxyServer.
TunnelProxyServer is an HttpServlet implementation that enables proxy tunneling.
TunnelProxyServer() - Constructor for class com.ibm.as400.access.TunnelProxyServer
 
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.access.NetServerConnection
Attribute ID for "connection type".
TYPE - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute ID for type.
TYPE_ARRAY - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the returned system value type is String[].
TYPE_ARRAY - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400Array 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_BYTE_ARRAY - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400ByteArray object.
TYPE_DATA - Static variable in class com.ibm.as400.access.AS400File
Constant indicating a file type of *DATA.
TYPE_DATE - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the returned system value type is Date.
TYPE_DECIMAL - Static variable in class com.ibm.as400.access.SystemValueList
Constant indicating the returned system value type is BigDecimal.
TYPE_DIRECTORY - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute value indicating that this is a directory.
TYPE_DISK_DRIVE - Static variable in class com.ibm.as400.access.NetServerConnection
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_FILE - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute value indicating that this is a file.
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_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 class 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_PACKED - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400PackedDecimal object.
TYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VQueuedMessage
Property identifier for the message type.
TYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VMessage
Property identifier for the message type.
TYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJobLogMessage
Property identifier for the type.
TYPE_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the type.
TYPE_QSYS - Static variable in class com.ibm.as400.access.Permission
Constant indicating the object is contained in the server library structure and stored in QSYS.LIB.
TYPE_ROOT - Static variable in class com.ibm.as400.access.Permission
Constant indicating that the object is contained in the root directory structure.
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
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_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_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_UNKNOWN - Static variable in class com.ibm.as400.resource.RIFSFile
Attribute value indicating that the tyype is unknown.
TYPE_ZONED - Static variable in interface com.ibm.as400.access.AS400DataType
Constant representing the instance of this class is an AS400ZonedDecimal object.

U

UDP - Static variable in class com.ibm.as400.util.commtrace.Header
An UDP Header
UDPHeader - class com.ibm.as400.util.commtrace.UDPHeader.
An UDP Header.
UIFramework - class com.ibm.as400.ui.framework.java.UIFramework.
This class keeps track of global properties for this package.
UNEXPECTED_EXCEPTION - Static variable in class com.ibm.as400.access.InternalErrorException
The return code indicating that an unexpected exception was received.
UNEXPECTED_RETURN_CODE - Static variable in class com.ibm.as400.access.InternalErrorException
The return code indicating that an unexpected return code was received.
unInstall(String, String) - Static method in class utilities.AS400ToolboxInstaller
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.IPPacket
Unknown IPPacket
UNK - Static variable in class com.ibm.as400.util.commtrace.Header
An Unknown Header
UNKNOWN - Static variable in class com.ibm.as400.access.ISeriesNetServerFileShare
Value of the "current number of users" attribute, indicating that the server was unable to retrieve the actual value.
UNKNOWN - Static variable in class 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.ExtendedIllegalStateException
The return code indicating that the exact cause of the failure is not known.
UNKNOWN - Static variable in class com.ibm.as400.access.ErrorCompletingRequestException
The return code indicating that the exact cause of the failure is not known.
UNKNOWN - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the exact cause of the failure is not known.
UNKNOWN - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that an unknown error occurred.
UNKNOWN_ERROR - Static variable in class com.ibm.as400.access.ExtendedIOException
The return code indicating that an unknown problem has occurred.
UNKNOWN_ERROR - Static variable in class com.ibm.as400.resource.ResourceException
The return code indicating that an unknown problem has occurred.
UNKNOWN_HOST - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the host is unknown.
UnknownHeader - class com.ibm.as400.util.commtrace.UnknownHeader.
A Unknown Header.
UnknownMessage - class com.ibm.as400.util.commtrace.UnknownMessage.
A UnknownMessage Header.
UnknownPacket - class com.ibm.as400.util.commtrace.UnknownPacket.
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.IFSRandomAccessFile
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.IFSFileInputStream
Undoes a lock on this file.
UnorderedList - class com.ibm.as400.util.html.UnorderedList.
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.
UnorderedListItem - class com.ibm.as400.util.html.UnorderedListItem.
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.
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) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified long into server format in the specified byte array.
unsignedIntToByteArray(long, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified long into server format in the specified byte array.
unsignedShortToByteArray(int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified int into server format in the specified byte array.
unsignedShortToByteArray(int, byte[], int) - Static method in class com.ibm.as400.access.BinaryConverter
Convert the specified int into server format in the specified byte array.
unwrap() - Method in class com.ibm.as400.resource.ResourceException
Unwraps the underlying exception and throws it.
update() - Method in class com.ibm.as400.access.PrintObject
Updates the attributes of this object by going to the iSeries server and retrieving the latest attributes for the object.
update(byte[], Record, int) - Method in class com.ibm.as400.access.KeyedFile
Updates the record specified by 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(int, Record) - Method in class com.ibm.as400.access.SequentialFile
Updates the record at the position specified by the record number.
update(Object[], Record) - 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(Record) - Method in class com.ibm.as400.access.AS400File
Updates the record at the current cursor position.
updateArray(int, 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.as400.access.AS400JDBCResultSet
Updates the value of a column as an Array object.
updateArray(String, 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.AS400JDBCResultSet
Updates the value of a column as an Array object.
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(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.AS400JDBCRowSet
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.
updateBigDecimal(int, 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.as400.access.AS400JDBCResultSet
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(String, BigDecimal) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a BigDecimal 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(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.AS400JDBCRowSet
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.
updateBlob(int, Blob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java Blob value.
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.AS400JDBCRowSet
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.
updateBoolean(int, 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.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.AS400JDBCRowSet
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.
updateByte(int, 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.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.AS400JDBCRowSet
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.
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(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.AS400JDBCRowSet
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.
updateCharacterStream(int, Reader, int) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Reader 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.AS400JDBCRowSet
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.
updateClob(int, Clob) - Method in class com.ibm.as400.access.AS400JDBCRowSet
Updates a column in the current row using a Java Clob value.
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.AS400JDBCRowSet
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.
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(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.AS400JDBCRowSet
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.
updateDouble(int, 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.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.AS400JDBCRowSet
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.
updateFloat(int, 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.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.AS400JDBCRowSet
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.
updateInt(int, 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.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java int value.
updateInt(int, int) - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Updates a column in the current row using a Java int value.
updateInt(int, int) - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
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(String, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a Java int 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(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.AS400JDBCRowSet
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.
updateNull(int) - 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.as400.access.AS400JDBCResultSet
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(String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using SQL NULL.
updateObject(int, Object) - 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.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.AS400JDBCRowSet
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) - 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.AS400JDBCResultSet
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(String, Object, int) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using an Object value.
updateRef(int, 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.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.AS400JDBCRowSet
Updates a column in the current row using an 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.
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.as400.access.AS400JDBCResultSet
Updates the database with the new contents of the current row.
updateRow() - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Updates the database with the new contents of the current row.
updateRow() - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
Updates the database with the new contents of the current row.
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().
updateShort(int, 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.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.AS400JDBCRowSet
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.
updateString(int, 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.as400.access.AS400JDBCResultSet
Updates a column in the current row using a String value.
updateString(int, String) - Method in class com.ibm.as400.micro.JdbcMeOfflineResultSet
Updates a column in the current row using a String value.
updateString(int, String) - Method in class com.ibm.as400.micro.JdbcMeLiveResultSet
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(String, String) - Method in class com.ibm.as400.access.AS400JDBCResultSet
Updates a column in the current row using a String 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(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.AS400JDBCRowSet
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.
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(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.AS400JDBCRowSet
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.
updateUI() - Method in class com.ibm.as400.ui.framework.java.JGroupingTableHeader
Notification from the UIManager that the L&F has changed.
URLEncoder - class com.ibm.as400.util.html.URLEncoder.
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 com.ibm.as400.util.html.URLParser.
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_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 class 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
Attribute ID for use adopted authority.
USE_CACHED_RESOURCES - Static variable in class com.ibm.as400.ui.framework.java.UIFramework
Indicates that the UI framework should use cached resource bundles.
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.
User - class com.ibm.as400.access.User.
The User class represents an OS/400 user profile.
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.access.NetServerSession
Attribute ID for "user name".
USER - Static variable in class com.ibm.as400.access.NetServerConnection
Attribute ID for "user name".
USER - Static variable in class com.ibm.as400.resource.RUserList
Selection value indicating that the list contains only user profiles that are not group profiles.
USER - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying the User component.
USER_ACTION_AUDIT_LEVEL - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for user action audit level.
USER_ACTION_AUDIT_LEVEL_COMMAND - Static variable in class com.ibm.as400.resource.RUser
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Attribute ID for user class name.
USER_CLASS_PROGRAMMER - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating that the user has a class of programmer.
USER_CLASS_SECURITY_ADMINISTRATOR - Static variable in class com.ibm.as400.resource.RUser
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
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
Attribute value indicating that the user has a class of system operator.
USER_CLASS_USER - Static variable in class com.ibm.as400.resource.RUser
Attribute value indicating that the user has a class of end user.
USER_COUNT - Static variable in class com.ibm.as400.access.NetServerShare
Attribute ID for "user count".
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
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
Attribute ID for user ID.
USER_ID_NUMBER - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for user ID number.
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.access.Job
Job attribute representing the user portion of the library list for the initial thread of a job.
USER_LIBRARY_LIST - Static variable in class com.ibm.as400.resource.RJob
Attribute ID for user library list.
USER_LIBRARY_LIST_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
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 uner which the job was started.
USER_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for user name.
USER_NAME - Static variable in class com.ibm.as400.resource.RJobList
Selection ID for user name.
USER_NAME - Static variable in class com.ibm.as400.resource.RJob
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
Attribute ID for user options.
USER_OPTIONS_EXPERT - Static variable in class com.ibm.as400.resource.RUser
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
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
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
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
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
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
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.RUserList
Selection ID for user profile.
USER_PROFILE - Static variable in class com.ibm.as400.resource.RJob
Attribute value for user profile.
USER_PROFILE - Static variable in class com.ibm.as400.resource.RJavaProgram
Attribute ID for user profile.
USER_PROFILE_NAME - Static variable in class com.ibm.as400.resource.RUser
Attribute ID for user profile name.
USER_PROFILE_OWNER - Static variable in class com.ibm.as400.resource.RJavaProgram
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
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.VOutput
Property identifier for the name of the user of the job which produced the output.
USER_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the user.
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
Attribute ID for user return code.
USER_SPACE - Static variable in class utilities.AS400ToolboxJarMaker
Constant for specifying 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
Constant for specifying the Visual User component.
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.
USERCOMMENT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
Property identifier for the user comment.
UserGroup - class com.ibm.as400.access.UserGroup.
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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID has been disabled by the system.
USERID_DISABLE - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the user ID has been disabled by the server.
USERID_ERROR - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that a general user ID error occurred.
USERID_LENGTH_NOT_VALID - Static variable in class com.ibm.as400.access.ServerStartupException
The return code indicating that it was user ID length is not valid.
USERID_LENGTH_NOT_VALID - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID length is not valid.
USERID_MISMATCH - Static variable in class 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 class com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID is not set.
USERID_NOT_SET - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the user ID is not set.
USERID_UNKNOWN - Static variable in class com.ibm.as400.access.AS400SecurityException
The return code indicating that the user ID is not known by the system.
USERID_UNKNOWN - Static variable in class com.ibm.as400.micro.MEException
The return code indicating that the user ID is not known by the server.
UserList - class com.ibm.as400.access.UserList.
The UserList class represents a list of OS/400 user profiles.
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.
UserPermission - class com.ibm.as400.access.UserPermission.
The UserPermission class represents the authority of a specific user.
UserProfilePrincipal - class com.ibm.as400.security.auth.UserProfilePrincipal.
The UserProfilePrincipal class represents an iSeries system user profile.
UserProfilePrincipal() - Constructor for class com.ibm.as400.security.auth.UserProfilePrincipal
Constructs a UserProfilePrincipal object.
UserProfilePrincipal(AS400, String) - 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.
UserSpace - class com.ibm.as400.access.UserSpace.
The UserSpace class represents a user space on an iSeries server.
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.
UserSpaceEvent - class com.ibm.as400.access.UserSpaceEvent.
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 com.ibm.as400.access.UserSpaceListener.
The UserSpaceListener interface provides an interface for receiving UserSpaceEvents.
USERSPECDATA_PROPERTY - Static variable in class com.ibm.as400.vaccess.VOutput
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.
usesLocalFiles() - Method in class com.ibm.as400.access.AS400JDBCDatabaseMetaData
Indicates if the database stores tables in a local file.
utilities - package utilities
Provides various utility applications and classes.

V

V4R4M0 - Static variable in class com.ibm.as400.resource.ResourceLevel
Constant value for the level representing a V4R4M0 AS/400.
V4R5M0 - Static variable in class com.ibm.as400.resource.ResourceLevel
Constant value for the level representing a V4R5M0 AS/400.
V5R1M0 - Static variable in class com.ibm.as400.resource.ResourceLevel
Constant value for the level representing a V5R1M0 AS/400.
VAction - interface com.ibm.as400.vaccess.VAction.
The VAction interface defines an action to be performed on an AS/400 resource.
VActionAdapter - class com.ibm.as400.vaccess.VActionAdapter.
The VActionAdapter class represents an object that listens for action events and subsequently performs a VAction.
VActionAdapter() - Constructor for class com.ibm.as400.vaccess.VActionAdapter
Constructs a VActionAdapter object.
VActionAdapter(VAction, VActionContext) - Constructor for class com.ibm.as400.vaccess.VActionAdapter
Constructs a VActionAdapter object.
VActionContext - interface com.ibm.as400.vaccess.VActionContext.
The VActionContext interface defines the context within which an action is performed.
valid() - Method in class com.ibm.as400.access.IFSFileDescriptor
Determines if this file descriptor represents an open file.
validate(String) - Static method in class com.ibm.as400.ui.framework.java.InternetAddressFormatter
 
validateAuthority(String, String, String) - Method in class com.ibm.as400.util.servlet.AuthenticationServlet
Method used to validate.
validateAuthority(String, String, String) - Method in class com.ibm.as400.util.servlet.AS400Servlet
Method used to validate authority.
validatePage(int) - Method in class com.ibm.as400.ui.framework.java.PropertySheetManager
Validates the changes to data displayed on the panel.
validateSignon() - Method in class com.ibm.as400.access.AS400
Validates the user ID and password on the server but does not add to the signed-on list.
validateSignon(String) - Method in class com.ibm.as400.access.AS400
Validates the user ID and password on the server but does not add to the signed-on list.
validateSignon(String, String) - Method in class com.ibm.as400.access.AS400
Validates the user ID and password on the server but does not add to the signed-on list.
ValidationList - class com.ibm.as400.access.ValidationList.
Copyright © 2001, International Business Machines Corporation and others.
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 AS/400 system.
ValidationList(AS400, QSYSObjectPathName) - Constructor for class com.ibm.as400.access.ValidationList
Constructs a validation list for the given AS/400 system and path.
ValidationList(AS400, String, String) - Constructor for class com.ibm.as400.access.ValidationList
Constructs a validation list for the given AS/400 system and object/library names.
ValidationListAttribute - class com.ibm.as400.access.ValidationListAttribute.
Copyright © 2001, International Business Machines Corporation and others.
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 com.ibm.as400.access.ValidationListAttributeData.
Copyright © 2001, International Business Machines Corporation and others.
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 AS/400 bytes.
ValidationListAttributeInfo - class com.ibm.as400.access.ValidationListAttributeInfo.
Copyright © 2001, International Business Machines Corporation and others.
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 com.ibm.as400.access.ValidationListDataToEncrypt.
Copyright © 2001, International Business Machines Corporation and others.
ValidationListDataToEncrypt() - Constructor for class com.ibm.as400.access.ValidationListDataToEncrypt
Constructs a ValidationListTranslatedData.
ValidationListDataToEncrypt(byte[], int) - Constructor for class com.ibm.as400.access.ValidationListDataToEncrypt
Constructs a ValidationListTranslatedData from a structure stored as AS/400 bytes.
ValidationListDataToEncrypt(int, byte[]) - Constructor for class com.ibm.as400.access.ValidationListDataToEncrypt
Constructs a ValidationListTranslatedData from the specified AS/400 bytes which are encoded in the given ccsid.
ValidationListDataToEncrypt(String, int, AS400) - Constructor for class com.ibm.as400.access.ValidationListDataToEncrypt
Constructs a ValidationListTranslatedData from the given string.
ValidationListEntry - class com.ibm.as400.access.ValidationListEntry.
Copyright © 2001, International Business Machines Corporation and others.
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 AS/400 bytes.
ValidationListTranslatedData - class com.ibm.as400.access.ValidationListTranslatedData.
Copyright © 2001, International Business Machines Corporation and others.
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 AS/400 bytes.
ValidationListTranslatedData(int, byte[]) - Constructor for class com.ibm.as400.access.ValidationListTranslatedData
Constructs a ValidationListTranslatedData from the specified AS/400 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.
valueChanged(ListSelectionEvent) - Method in class com.ibm.as400.ui.util.MessageViewer
Implementation for ListSelectionListener interface
valueForPathChanged(TreePath, Object) - Method in class com.ibm.as400.vaccess.AS400TreeModel
Notifies the object that the value for the item identified by path has changed.
ValueMap - interface com.ibm.as400.resource.ValueMap.
The ValueMap interface represents a mapping between physical and logical values.
VARIABLE_LAYOUT_LENGTH - Static variable in class com.ibm.as400.access.RecordFormat
This constant is only used for record level writing.
VariableLengthFieldDescription - interface com.ibm.as400.access.VariableLengthFieldDescription.
The VariableLengthFieldDescription interface provides an interface for FieldDescription subclasses that can contain variable-length data.
verifyChanges() - Method in interface com.ibm.as400.ui.framework.java.DataBean
Validates any changes that have been applied to this object via its accessor methods.
verifyChanges() - Method in class com.ibm.as400.vaccess.AS400JDBCDataSourcePaneDataBean
Required by the framework.
verifyEntry(ValidationListEntry) - Method in class com.ibm.as400.access.ValidationList
Verify that the encrypted information specified for the given entry is correct.
VerifyingTabbedPane - class com.ibm.as400.ui.framework.java.VerifyingTabbedPane.
An extension of JTabbedPane that provides support for listener notification before a selected tab is displayed and the current tab is hidden.
VerifyingTabbedPane() - Constructor for class com.ibm.as400.ui.framework.java.VerifyingTabbedPane
 
version - Static variable in interface com.ibm.as400.access.Copyright
 
VERSION_MISMATCH - Static variable in class 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 com.ibm.as400.vaccess.VIFSConstants.
The VIFSConstants interface defines property identifiers for IFS components.
VIFSDirectory - class com.ibm.as400.vaccess.VIFSDirectory.
The VIFSDirectory class defines the representation of a directory in the integrated file system of an AS/400 for use in various models and panes in this package.
VIFSDirectory() - Constructor for class com.ibm.as400.vaccess.VIFSDirectory
Constructs a VIFSDirectory object.
VIFSDirectory(AS400, String) - Constructor for class com.ibm.as400.vaccess.VIFSDirectory
Constructs a VIFSDirectory object.
VIFSDirectory(IFSFile) - Constructor for class com.ibm.as400.vaccess.VIFSDirectory
Constructs a VIFSDirectory object.
VIFSDirectory(VNode, IFSFile) - Constructor for class com.ibm.as400.vaccess.VIFSDirectory
Constructs a VIFSDirectory object.
VIFSFile - class com.ibm.as400.vaccess.VIFSFile.
The VIFSFile class defines the representation of a file in the integrated file system of an AS/400 for use in various models and panes in this package.
VIFSFile() - Constructor for class com.ibm.as400.vaccess.VIFSFile
Constructs a VIFSFile object.
VIFSFile(AS400, String) - Constructor for class com.ibm.as400.vaccess.VIFSFile
Constructs a VIFSFile object.
VIFSFile(IFSFile) - Constructor for class com.ibm.as400.vaccess.VIFSFile
Constructs a VIFSFile object.
VJavaApplicationCall - class com.ibm.as400.vaccess.VJavaApplicationCall.
The VJavaApplicationCall class provides a visual interface to com.ibm.as400.access.JavaApplicationCall.
VJavaApplicationCall() - Constructor for class com.ibm.as400.vaccess.VJavaApplicationCall
Constructs a VJavaApplicationCall object.
VJavaApplicationCall(JavaApplicationCall) - Constructor for class com.ibm.as400.vaccess.VJavaApplicationCall
Constructs a VJavaApplicationCall object.
VJob - class com.ibm.as400.vaccess.VJob.
The VJob class defines the representation of a job on an AS/400 for use in various models and panes in this package.
VJob() - Constructor for class com.ibm.as400.vaccess.VJob
Constructs a VJob object.
VJob(AS400, Job) - Constructor for class com.ibm.as400.vaccess.VJob
Constructs a VJob object.
VJob(AS400, RJob) - Constructor for class com.ibm.as400.vaccess.VJob
Constructs a VJob object.
VJob(VNode, AS400, Job) - Constructor for class com.ibm.as400.vaccess.VJob
Constructs a VJob object.
VJob(VNode, AS400, RJob) - Constructor for class com.ibm.as400.vaccess.VJob
Constructs a VJob object.
VJobList - class com.ibm.as400.vaccess.VJobList.
The VJobList class defines the representation of a job list on an AS/400 for use in various models and panes in this package.
VJobList() - Constructor for class com.ibm.as400.vaccess.VJobList
Constructs a VJobList object.
VJobList(AS400) - Constructor for class com.ibm.as400.vaccess.VJobList
Constructs a VJobList object.
VJobList(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VJobList
Constructs a VJobList object.
VJobLogMessage - class com.ibm.as400.vaccess.VJobLogMessage.
The VJobLogMessage class defines the representation of a job log message on an AS/400 for use in various models and panes in this package.
VMessage - class com.ibm.as400.vaccess.VMessage.
The VMessage class defines the representation of a message returned from an AS/400 for use in various models and panes in this package.
VMessageList - class com.ibm.as400.vaccess.VMessageList.
The VMessageList class defines the representation of a list of messages returned from an AS/400 for use in various models and panes in this package.
VMessageList() - Constructor for class com.ibm.as400.vaccess.VMessageList
Constructs a VMessageList object.
VMessageList(AS400Message[]) - Constructor for class com.ibm.as400.vaccess.VMessageList
Constructs a VMessageList object.
VMessageList(VNode, AS400Message[]) - Constructor for class com.ibm.as400.vaccess.VMessageList
Constructs a VMessageList object.
VMessageQueue - class com.ibm.as400.vaccess.VMessageQueue.
The VMessageQueue class defines the representation of a message queue on an AS/400 for use in various models and panes in this package.
VMessageQueue() - Constructor for class com.ibm.as400.vaccess.VMessageQueue
Constructs a VMessageQueue object.
VMessageQueue(AS400) - Constructor for class com.ibm.as400.vaccess.VMessageQueue
Constructs a VMessageQueue object.
VMessageQueue(AS400, String) - Constructor for class com.ibm.as400.vaccess.VMessageQueue
Constructs a VMessageQueue object.
VMessageQueue(VNode, AS400, String) - Constructor for class com.ibm.as400.vaccess.VMessageQueue
Constructs a VMessageQueue object.
VNode - interface com.ibm.as400.vaccess.VNode.
The VNode interface defines the representation of an AS/400 resource that exists in a hierarchy.
VObject - interface com.ibm.as400.vaccess.VObject.
The VObject interface defines the representation of an AS/400 resource for use in various models and panes in this package.
VObjectEvent - class com.ibm.as400.vaccess.VObjectEvent.
The VObjectEvent class represents an event that is fired when an AS/400 resource is changed, created, or deleted.
VObjectEvent(Object, VObject) - Constructor for class com.ibm.as400.vaccess.VObjectEvent
Constructs a VObjectEvent object.
VObjectEvent(Object, VObject, VNode) - Constructor for class com.ibm.as400.vaccess.VObjectEvent
Constructs a VObjectEvent object.
VObjectListener - interface com.ibm.as400.vaccess.VObjectListener.
The VObjectListener interface provides a listener interface for receiving VObjectEvents.
VOutput - class com.ibm.as400.vaccess.VOutput.
The VOutput class defines the representation of a spooled file output on an AS/400 for use in various models and panes in this package.
VOutput(VPrinterOutput, SpooledFile) - Constructor for class com.ibm.as400.vaccess.VOutput
Constructs a VOutput object.
VPrinter - class com.ibm.as400.vaccess.VPrinter.
The VPrinter class defines the representation of an AS/400 printer for use in various models and panes in this package.
VPrinter() - Constructor for class com.ibm.as400.vaccess.VPrinter
Constructs a VPrinter object.
VPrinter(Printer) - Constructor for class com.ibm.as400.vaccess.VPrinter
Constructs a VPrinter object.
VPrinter(VNode, Printer) - Constructor for class com.ibm.as400.vaccess.VPrinter
Constructs a VPrinter object.
VPrinterOutput - class com.ibm.as400.vaccess.VPrinterOutput.
The VPrinterOutput class defines the representation of a list of spooled files on an AS/400 for use in various models and panes in this package.
VPrinterOutput() - Constructor for class com.ibm.as400.vaccess.VPrinterOutput
Constructs a VPrinterOutput object.
VPrinterOutput(AS400) - Constructor for class com.ibm.as400.vaccess.VPrinterOutput
Constructs a VPrinterOutput object.
VPrinterOutput(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VPrinterOutput
Constructs a VPrinterOutput object.
VPrinters - class com.ibm.as400.vaccess.VPrinters.
The VPrinters class represents a list of AS/400 printers for use in various models and panes in this package.
VPrinters() - Constructor for class com.ibm.as400.vaccess.VPrinters
Constructs a VPrinters object.
VPrinters(AS400) - Constructor for class com.ibm.as400.vaccess.VPrinters
Constructs a VPrinters object.
VPrinters(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VPrinters
Constructs a VPrinters object.
VPropertiesAction - class com.ibm.as400.vaccess.VPropertiesAction.
The VPropertiesAction class is an action that presents a properties pane for an AS/400 resource in a modeless dialog.
VPropertiesAction() - Constructor for class com.ibm.as400.vaccess.VPropertiesAction
Constructs a VPropertiesAction object.
VPropertiesPane - interface com.ibm.as400.vaccess.VPropertiesPane.
The VPropertiesPane interface defines the representation of a properties pane.
VQueuedMessage - class com.ibm.as400.vaccess.VQueuedMessage.
The VQueuedMessage class defines the representation of a queued message on an AS/400 for use in various models and panes in this package.
VRM_NOT_VALID - Static variable in class 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
Converts the VRM to a level.
VRunJavaApplication - class utilities.VRunJavaApplication.
VRunJavaApplication demonstrates the use of the Toolbox com.ibm.as400.vaccess.VJavaApplicationCall component.
VRunJavaApplication() - Constructor for class utilities.VRunJavaApplication
 
VSystemPool - class com.ibm.as400.vaccess.VSystemPool.
The VSystemPool class defines the representation of system pool on an AS/400 for use in various models and panes in this package.
VSystemPool() - Constructor for class com.ibm.as400.vaccess.VSystemPool
Constructs a VSystemPool object.
VSystemPool(SystemPool) - Constructor for class com.ibm.as400.vaccess.VSystemPool
Constructs a VSystemPool object.
VSystemStatus - class com.ibm.as400.vaccess.VSystemStatus.
The VSystemStatus class defines the representation of system status on an AS/400 for use in various models and panes in this package.
VSystemStatus() - Constructor for class com.ibm.as400.vaccess.VSystemStatus
Constructs a VSystemStatus object.
VSystemStatus(AS400) - Constructor for class com.ibm.as400.vaccess.VSystemStatus
Constructs a VSystemStatus object.
VSystemStatus(SystemStatus) - Constructor for class com.ibm.as400.vaccess.VSystemStatus
Constructs a VSystemStatus object.
VSystemStatus(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VSystemStatus
Constructs a VSystemStatus object.
VSystemStatusPane - class com.ibm.as400.vaccess.VSystemStatusPane.
The VSystemStatusPane class represents a visual pane which shows the system status information.
VSystemStatusPane(AS400) - Constructor for class com.ibm.as400.vaccess.VSystemStatusPane
Constructs a VSystemStatusPane object.
VSystemValueList - class com.ibm.as400.vaccess.VSystemValueList.
The VSystemValueList class defines the representation of a system value list in an AS/400 for use in various models and panes in this package.
VSystemValueList() - Constructor for class com.ibm.as400.vaccess.VSystemValueList
Constructs a VSystemValueList object.
VSystemValueList(AS400) - Constructor for class com.ibm.as400.vaccess.VSystemValueList
Constructs a VSystemValueList object.
VSystemValueList(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VSystemValueList
Constructs a VSystemValueList object.
VUser - class com.ibm.as400.vaccess.VUser.
The VUser class defines the representation of a user on an AS/400 for use in various models and panes in this package.
VUser() - Constructor for class com.ibm.as400.vaccess.VUser
Constructs a VUser object.
VUser(User) - Constructor for class com.ibm.as400.vaccess.VUser
Constructs a VUser object.
VUserAndGroup - class com.ibm.as400.vaccess.VUserAndGroup.
The VUserAndGroup class represents the users and groups.
VUserAndGroup(AS400) - Constructor for class com.ibm.as400.vaccess.VUserAndGroup
Constructs a VUserAndGroup object.
VUserAndGroup(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VUserAndGroup
Constructs a VUserAndGroup object.
VUserList - class com.ibm.as400.vaccess.VUserList.
The VUserList class defines the representation of a user list on an AS/400 for use in various models and panes in this package.
VUserList() - Constructor for class com.ibm.as400.vaccess.VUserList
Constructs a VUserList object.
VUserList(AS400) - Constructor for class com.ibm.as400.vaccess.VUserList
Constructs a VUserList object.
VUserList(UserList, String) - Constructor for class com.ibm.as400.vaccess.VUserList
Constructs a VUserList object.
VUserList(VNode, AS400) - Constructor for class com.ibm.as400.vaccess.VUserList
Constructs a VUserList object.

W

waitForComplete() - Method in class com.ibm.as400.resource.SystemResourceList
Waits until the list is completely loaded.
waitForComplete() - Method in class com.ibm.as400.resource.RIFSFileList
Waits until the list is completely loaded.
waitForComplete() - Method in class com.ibm.as400.resource.ResourceList
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.SystemResourceList
Waits until the resource is available or the list is complete.
waitForResource(long) - Method in class com.ibm.as400.resource.RIFSFileList
Waits until the resource is available or the list is complete.
waitForResource(long) - Method in class com.ibm.as400.resource.ResourceList
Waits until the resource is available or the list is complete.
WAITING_FOR_DATA_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for waiting for data status.
WAITING_FOR_DEVICE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for waiting for device status.
WAITING_FOR_MESSAGE_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for waiting for message status.
WARNING - Static variable in class com.ibm.as400.ui.framework.java.MessageBoxDialog
Used to specify a warning message.
WARNING - Static variable in class com.ibm.as400.access.Trace
Warning message trace category.
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.as400.access.AS400JDBCResultSet
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.
windowClosing(WindowEvent) - Method in class com.ibm.as400.util.commtrace.CommTrace
Invoked when a window is in the process of being closed.
WindowManager - interface com.ibm.as400.ui.framework.java.WindowManager.
The interface which defines the function that standalone windows and dialogs in the UI framework must be capable of supporting.
WINS_ENABLEMENT - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "WINS enablement".
WINS_ENABLEMENT_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "WINS enabled (pending)".
WINS_PRIMARY_ADDRESS - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "WINS primary address".
WINS_PRIMARY_ADDRESS_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "WINS primary address (pending)".
WINS_SCOPE_ID - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "WINS scope ID".
WINS_SCOPE_ID_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "WINS scope ID (pending)".
WINS_SECONDARY_ADDRESS - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "WINS secondary address".
WINS_SECONDARY_ADDRESS_PENDING - Static variable in class com.ibm.as400.access.NetServer
Attribute ID for "WINS secondary address (pending)".
WizardManager - class com.ibm.as400.ui.framework.java.WizardManager.
Creates a wizard panel containing a series of windows which guide the user through a particular task.
WizardManager(String, Locale, String) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard, and then serializes the wizard definition.
WizardManager(String, Locale, String, DataBean[], Container, WizardStateMachine) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager for the specified wizard, using the specified container.
WizardManager(String, Locale, String, DataBean[], Container, WizardStateMachine, boolean) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager for the specified wizard, using the specified container.
WizardManager(String, Locale, String, DataBean[], Container, WizardStateMachine, boolean, boolean) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager for the specified wizard, using the specified container.
WizardManager(String, Locale, String, DataBean[], Frame, WizardStateMachine) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardManager(String, Locale, String, DataBean[], Frame, WizardStateMachine, boolean) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardManager(String, Locale, String, DataBean[], Frame, WizardStateMachine, boolean, boolean) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardManager(String, Locale, String, DataBean[], WizardStateMachine) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardManager(String, Locale, String, DataBean[], WizardStateMachine, boolean) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardManager(String, String, DataBean[], Container, WizardStateMachine) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager for the specified wizard, using the specified container.
WizardManager(String, String, DataBean[], Container, WizardStateMachine, boolean) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager for the specified wizard, using the specified container.
WizardManager(String, String, DataBean[], Frame, WizardStateMachine) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardManager(String, String, DataBean[], Frame, WizardStateMachine, boolean) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardManager(String, String, DataBean[], WizardStateMachine) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardManager(String, String, DataBean[], WizardStateMachine, boolean) - Constructor for class com.ibm.as400.ui.framework.java.WizardManager
Constructs a WizardManager object for the specified wizard.
WizardStateMachine - interface com.ibm.as400.ui.framework.java.WizardStateMachine.
The interface for objects whose responsibility it is to track the user's path through a task wizard.
WORK_ID_UNIT_PROPERTY - Static variable in class com.ibm.as400.vaccess.VJob
Property identifier for the unit of work identifier.
WorkingCursorAdapter - class com.ibm.as400.vaccess.WorkingCursorAdapter.
The WorkingCursorAdapter class represents an object that listens for working events and sets the cursor as needed.
WorkingCursorAdapter() - Constructor for class com.ibm.as400.vaccess.WorkingCursorAdapter
Constructs a WorkingCursorAdapter object.
WorkingCursorAdapter(Component) - Constructor for class com.ibm.as400.vaccess.WorkingCursorAdapter
Constructs a WorkingCursorAdapter object.
WorkingEvent - class com.ibm.as400.vaccess.WorkingEvent.
The WorkingEvent class represents an event that signals that a model is working on a request.
WorkingEvent(Object) - Constructor for class com.ibm.as400.vaccess.WorkingEvent
Constructs a WorkingEvent object.
WorkingListener - interface com.ibm.as400.vaccess.WorkingListener.
The WorkingListener interface provides a listener interface for working events.
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.
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_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() - Method in class com.ibm.as400.vaccess.DataQueueDocument
Writes the contents of the document to the data queue.The entry replaces the current content.
write(AS400, String, byte[]) - Static method in class com.ibm.as400.micro.DataQueue
Writes an entry to the data queue.
write(AS400, String, String) - Static method in class com.ibm.as400.micro.DataQueue
Writes an entry to the data queue.
write(BigDecimal) - Method in class com.ibm.as400.access.DecimalDataArea
Writes 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(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[]) - 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[]) - 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[]) - Method in class com.ibm.as400.access.DataQueue
Writes an entry to the data queue.
write(byte[], byte[]) - Method in class com.ibm.as400.access.KeyedDataQueue
Writes an entry to the data queue.
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) - 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, int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes length bytes from the byte array data, starting at dataOffset, to this file.
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(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(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.SCS5256Writer
Writes a portion of an 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(int) - Method in class com.ibm.as400.access.SpooledFileOutputStream
Writes a byte of data.
write(int) - Method in class com.ibm.as400.access.SCS5256Writer
Writes a single character.
write(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes the specified byte to this file.
write(int) - Method in class com.ibm.as400.access.IFSFileOutputStream
Writes the specified byte to this file output stream.
write(int) - Method in class com.ibm.as400.access.ConvTableWriter
Writes a single character.
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.SCS5256Writer
Writes a string.
write(String) - Method in class com.ibm.as400.access.LocalDataArea
Writes the data to the data area.
write(String) - Method in class com.ibm.as400.access.IFSTextFileOutputStream
Writes characters to this text file input stream.
write(String) - Method in class com.ibm.as400.access.DataQueue
Writes a string entry to the data queue.
write(String) - Method in class com.ibm.as400.access.ConvTableWriter
Writes the specified String.
write(String) - Method in class com.ibm.as400.access.CharacterDataArea
Writes the data to the data area.
write(String) - Method in class com.ibm.as400.vaccess.KeyedDataQueueDocument
Writes the contents of the document to the data queue.The entry replaces the current content.
write(String, int) - Method in class com.ibm.as400.access.UserSpace
Writes a string into the user space beginning at userSpaceOffset.
write(String, int) - 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.CharacterDataArea
Writes the data to the data area.
write(String, int, int) - Method in class com.ibm.as400.access.SCS5256Writer
Writes a portion of a string.
write(String, int, 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.ConvTableWriter
Writes a portion of the specified String.
write(String, int, int) - Method in class com.ibm.as400.access.CharacterDataArea
Writes the data to the data area.
write(String, String) - Method in class com.ibm.as400.access.KeyedDataQueue
Writes a string entry to the data queue.
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.
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.
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.
writeLong(long) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes a long to the file as eight bytes, high-byte first.
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) - Static method in class com.ibm.as400.resource.RJobLog
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, byte[]) - Static method in class com.ibm.as400.resource.RJobLog
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) - Static method in class com.ibm.as400.resource.RJobLog
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[]) - Static method in class com.ibm.as400.resource.RJobLog
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.
WRITER_JOB_ENDED - Static variable in class 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
Attribute ID for writer job name.
WRITER_JOB_NUMBER - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for writer job number.
WRITER_JOB_USER_NAME - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for writer job user name.
WRITER_STARTED - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for waiting for device status.
WRITER_STATUS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute ID for writer status.
WRITER_STATUS_ENDED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 2.
WRITER_STATUS_ENDED - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value indicating that the writer is ended.
WRITER_STATUS_HELD - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 4.
WRITER_STATUS_HELD - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value indicating that the writer is held.
WRITER_STATUS_JOB_QUEUE - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value indicating that the writer is on a job queue.
WRITER_STATUS_MESSAGE_WAITING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 5.
WRITER_STATUS_MESSAGE_WAITING - Static variable in class com.ibm.as400.resource.RPrinter
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
Constant representing a value of 3.
WRITER_STATUS_STARTED - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of 1.
WRITER_STATUS_STARTED - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value indicating that the writer is started.
WRITER_TIME_ALL_DONE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of "*NORDYF".
WRITER_TIME_CURRENT_DONE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of "*FILEEND".
WRITER_TIME_NONE - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of "".
WRITER_TIME_WAIT - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing a value of "*NO".
writeRecord(Record) - Method in class com.ibm.as400.access.LineDataRecordWriter
Writes the record data, in line data format, to an OutputStream.
WriterJob - class com.ibm.as400.access.WriterJob.
The WriterJob class represents an AS/400 writer job.
WriterJobList - class com.ibm.as400.access.WriterJobList.
The WriterJobList class is used to build a list of AS/400 writer job 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.
writeShort(int) - Method in class com.ibm.as400.access.IFSRandomAccessFile
Writes a short to the file as two bytes, high-byte first.
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
Attribute ID for writing status.
WRITING_STATUS_FILE_SEPARATORS - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing an EBCDIC value of "S".
WRITING_STATUS_NO - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value indicating that the writer is not in writing status.
WRITING_STATUS_NOT_WRITING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing an EBCDIC value of "N".
WRITING_STATUS_SEPARATORS - Static variable in class com.ibm.as400.resource.RPrinter
Attribute value indicating that the writer is writing the file separators.
WRITING_STATUS_WRITING - Static variable in class com.ibm.as400.access.ISeriesPrinter
Constant representing an EBCDIC value of "Y".
WRITING_STATUS_YES - Static variable in class com.ibm.as400.resource.RPrinter
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.

X

XmlException - exception com.ibm.as400.data.XmlException.
Thrown when an error is encountered processing XML.
XSLReportProcessor - class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor.
The XSLReportProcessor class is used to create a document/report by formatting XSL source data with an XSL stylesheet (consisting of formatting objects conforming to the Extensible Stylesheet Language Specification).
XSLReportProcessor() - Constructor for class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Constructs an XSLReportProcessor object.
XSLReportProcessor(Context) - Constructor for class com.ibm.as400.util.reportwriter.processor.XSLReportProcessor
Constructs an XSLReportProcessor object.

Y

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

Z

ZonedDecimalFieldDescription - class com.ibm.as400.access.ZonedDecimalFieldDescription.
The ZonedDecimalFieldDescription class 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.

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