- ACCESS_DENIED.
Static variable in class com.ibm.as400.access.ExtendedIOException
- The return code indicating that
the access to the request was denied.
- ACTIVE.
Static variable in class com.ibm.as400.vaccess.IFSFileDialog
- Dialog still active.
- 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.
- AFPResourceBeanInfo class com.ibm.as400.access.AFPResourceBeanInfo.
- The AFPResourceBeanInfo class provides bean information for the AFPResource class.
- AFPResourceBeanInfo().
Constructor for class com.ibm.as400.access.AFPResourceBeanInfo
-
- 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.
- AFPResourceListBeanInfo class com.ibm.as400.access.AFPResourceListBeanInfo.
- BeanInfo for AFPResourceList class.
- AFPResourceListBeanInfo().
Constructor for class com.ibm.as400.access.AFPResourceListBeanInfo
-
- 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
- Constant indicating that the all jobs are returned.
- ALL.
Static variable in class com.ibm.as400.access.UserList
- Constant indicating that all user profile names and group
profile names are returned.
- ANY.
Static variable in class com.ibm.as400.access.MessageQueue
- Constant referring to any message in the message queue.
- AS400 class com.ibm.as400.access.AS400.
- The AS400 class represents an AS/400 sign-on.
- AS400().
Constructor for class com.ibm.as400.access.AS400
- Constructs an AS400 object.
- AS400(String).
Constructor for class com.ibm.as400.access.AS400
- Constructs an AS400 object.
- AS400(String, String).
Constructor for class com.ibm.as400.access.AS400
- Constructs an AS400 object.
- AS400(String, String, String).
Constructor for class com.ibm.as400.access.AS400
- Constructs an AS400 object.
- AS400(AS400).
Constructor for class com.ibm.as400.access.AS400
- Constructs an AS400 object.
- 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.
- AS400ArrayBeanInfo class com.ibm.as400.access.AS400ArrayBeanInfo.
- The AS400ArrayBeanInfo class provides bean information for the AS400Array class.
- AS400ArrayBeanInfo().
Constructor for class com.ibm.as400.access.AS400ArrayBeanInfo
-
- AS400BeanInfo class com.ibm.as400.access.AS400BeanInfo.
- The AS400BeanInfo class provides
bean information for the AS400 class.
- AS400BeanInfo().
Constructor for class com.ibm.as400.access.AS400BeanInfo
-
- 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.
- 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.
- AS400CertificateUserProfileUtilBeanInfo class com.ibm.as400.access.AS400CertificateUserProfileUtilBeanInfo.
- The AS400CertificateUserProfileUtilBeanInfo class provides
bean information for the AS400CertificateUserProfileUtil class.
- AS400CertificateUserProfileUtilBeanInfo().
Constructor for class com.ibm.as400.access.AS400CertificateUserProfileUtilBeanInfo
-
- 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.
- AS400CertificateUtilBeanInfo class com.ibm.as400.access.AS400CertificateUtilBeanInfo.
- The AS400CertificateUtilBeanInfo class provides
bean information for the AS400CertificateUtil class.
- AS400CertificateUtilBeanInfo().
Constructor for class com.ibm.as400.access.AS400CertificateUtilBeanInfo
-
- 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.
- AS400CertificateVldlUtilBeanInfo class com.ibm.as400.access.AS400CertificateVldlUtilBeanInfo.
- The AS400CertificateVldlUtilBeanInfo class provides
bean information for the AS400CertificateVldlUtil class.
- AS400CertificateVldlUtilBeanInfo().
Constructor for class com.ibm.as400.access.AS400CertificateVldlUtilBeanInfo
-
- 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.
- 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.
- AS400DetailsModelBeanInfo class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo.
- The AS400DetailsModelBeanInfo class provides bean information
for the AS400DetailsModel class.
- AS400DetailsModelBeanInfo().
Constructor for class com.ibm.as400.vaccess.AS400DetailsModelBeanInfo
-
- 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.
- AS400DetailsPaneBeanInfo class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo.
- The AS400DetailsPaneBeanInfo class provides bean information
for the AS400DetailsPane class.
- AS400DetailsPaneBeanInfo().
Constructor for class com.ibm.as400.vaccess.AS400DetailsPaneBeanInfo
-
- 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.
- 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.
- AS400ExplorerPaneBeanInfo class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo.
- The AS400ExplorerPaneBeanInfo class provides bean information
for the AS400ExplorerPane class.
- AS400ExplorerPaneBeanInfo().
Constructor for class com.ibm.as400.vaccess.AS400ExplorerPaneBeanInfo
-
- 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.
- AS400FileBeanInfo class com.ibm.as400.access.AS400FileBeanInfo.
- The AS400FileBeanInfo class provides bean
information for the AS400File class.
- AS400FileBeanInfo().
Constructor for class com.ibm.as400.access.AS400FileBeanInfo
-
- 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.
- AS400FileRecordDescriptionBeanInfo class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo.
- The AS400FileRecordDescriptionBeanInfo class provides
bean information for the AS400FileRecordDescription class.
- AS400FileRecordDescriptionBeanInfo().
Constructor for class com.ibm.as400.access.AS400FileRecordDescriptionBeanInfo
-
- 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.
- 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 for OS/400 database.
- AS400JDBCDatabaseMetaData class com.ibm.as400.access.AS400JDBCDatabaseMetaData.
- The AS400JDBCDatabaseMetaData class provides information
about the database as a whole.
- AS400JDBCDriver class com.ibm.as400.access.AS400JDBCDriver.
The AS400JDBCDriver class is a JDBC 2.0 driver that accesses
DB2 for OS/400 databases.
- AS400JDBCDriver().
Constructor for class com.ibm.as400.access.AS400JDBCDriver
-
- AS400JDBCInputStream class com.ibm.as400.access.AS400JDBCInputStream.
The AS400JDBCInputStream class provides access to binary data
using an input stream.
- 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.
- AS400JDBCStatement class com.ibm.as400.access.AS400JDBCStatement.
The AS400JDBCStatement class provides a mechanism for
executing static SQL statements.
- 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.
- AS400ListModelBeanInfo class com.ibm.as400.vaccess.AS400ListModelBeanInfo.
- The AS400ListModelBeanInfo class provides bean information
for the AS400ListModel class.
- AS400ListModelBeanInfo().
Constructor for class com.ibm.as400.vaccess.AS400ListModelBeanInfo
-
- 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.
- AS400ListPaneBeanInfo class com.ibm.as400.vaccess.AS400ListPaneBeanInfo.
- The AS400ListPaneBeanInfo class provides bean information
for the AS400ListPane class.
- AS400ListPaneBeanInfo().
Constructor for class com.ibm.as400.vaccess.AS400ListPaneBeanInfo
-
- AS400Message class com.ibm.as400.access.AS400Message.
- The AS400Message class represents a message returned from an AS/400.
- 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.
- AS400SecurityException exception com.ibm.as400.access.AS400SecurityException.
- The AS400SecuirytException class represents an exception that
indicates that a security or authority error has occurred.
- 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.
- AS400StructureBeanInfo class com.ibm.as400.access.AS400StructureBeanInfo.
- The AS400Structure class provides bean information for the AS400Structure class.
- AS400StructureBeanInfo().
Constructor for class com.ibm.as400.access.AS400StructureBeanInfo
-
- AS400Text class com.ibm.as400.access.AS400Text.
- The AS400Text class provides character set conversion between Java String objects and AS/400 native code pages.
- AS400Text(int).
Constructor for class com.ibm.as400.access.AS400Text
- Constructs an AS400Text object.
- AS400Text(int, int).
Constructor for class com.ibm.as400.access.AS400Text
- Constructs an AS400Text object.
- AS400Text(int, String).
Constructor for class com.ibm.as400.access.AS400Text
- Constructs AS400Text object.
- AS400Text(int, int, AS400).
Constructor for class com.ibm.as400.access.AS400Text
- Constructs an AS400Text 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.
- AS400TreeModelBeanInfo class com.ibm.as400.vaccess.AS400TreeModelBeanInfo.
- The AS400TreeModelBeanInfo class provides bean information
for the AS400TreeModel class.
- AS400TreeModelBeanInfo().
Constructor for class com.ibm.as400.vaccess.AS400TreeModelBeanInfo
-
- 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.
- AS400TreePaneBeanInfo class com.ibm.as400.vaccess.AS400TreePaneBeanInfo.
- The AS400TreePaneBeanInfo class provides bean information
for the AS400TreePane class.
- AS400TreePaneBeanInfo().
Constructor for class com.ibm.as400.vaccess.AS400TreePaneBeanInfo
-
- 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.
- AS400_ERROR.
Static variable in class com.ibm.as400.access.ErrorCompletingRequestException
- The return code indicating that
an error has occurred on the AS/400.
- ATTRIBUTES_PROPERTY.
Static variable in interface com.ibm.as400.vaccess.VIFSConstants
- Property identifier for the attributes.
- 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_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_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_BACK_OVERLAY.
Static variable in class com.ibm.as400.access.PrintObject
- Back overlay integrated file system name.
- 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_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_CODEPAGE.
Static variable in class com.ibm.as400.access.PrintObject
- Code page.
- ATTR_CONTROLCHAR.
Static variable in class com.ibm.as400.access.PrintObject
- Control character.
- 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_CPI.
Static variable in class com.ibm.as400.access.PrintObject
- Characters per inch.
- ATTR_CURPAGE.
Static variable in class com.ibm.as400.access.PrintObject
- Current page.
- ATTR_DATAFORMAT.
Static variable in class com.ibm.as400.access.PrintObject
- Data format.
- ATTR_DATA_QUEUE.
Static variable in class com.ibm.as400.access.PrintObject
- Data queue integrated file system name.
- ATTR_DATE.
Static variable in class com.ibm.as400.access.PrintObject
- Date object created.
- 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_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_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_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_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_FONTID.
Static variable in class com.ibm.as400.access.PrintObject
- Font identifier.
- 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_FORM_DEFINITION.
Static variable in class com.ibm.as400.access.PrintObject
- Form definition integrated file system name.
- 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_HELDSTS.
Static variable in class com.ibm.as400.access.PrintObject
- Held status.
- 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_INTERNETADDR.
Static variable in class com.ibm.as400.access.PrintObject
- Internet address.
- 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_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_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_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_NUMFILES.
Static variable in class com.ibm.as400.access.PrintObject
- Number of files.
- 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_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_OUTPTY.
Static variable in class com.ibm.as400.access.PrintObject
- Output priority.
- ATTR_OUTPUTBIN.
Static variable in class com.ibm.as400.access.PrintObject
- Output bin.
- ATTR_OUTPUT_QUEUE.
Static variable in class com.ibm.as400.access.PrintObject
- Output queue integrated file system name.
- 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_PAGELEN.
Static variable in class com.ibm.as400.access.PrintObject
- Length of page.
- 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_PAGEWIDTH.
Static variable in class com.ibm.as400.access.PrintObject
- Width of page.
- ATTR_PAGE_AT_A_TIME.
Static variable in class com.ibm.as400.access.PrintObject
- Page at a time.
- 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_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_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_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_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_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_SRCDRWR.
Static variable in class com.ibm.as400.access.PrintObject
- Source drawer.
- 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_SYSTEM.
Static variable in class com.ibm.as400.access.PrintObject
- System where output was created.
- ATTR_TIME.
Static variable in class com.ibm.as400.access.PrintObject
- Time object created.
- 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_UNITOFMEAS.
Static variable in class com.ibm.as400.access.PrintObject
- Unit of measure.
- 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_USER_DEFINED_OBJECT.
Static variable in class com.ibm.as400.access.PrintObject
- User defined object integrated file system name.
- 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_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_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.
- 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.
- 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.
- absolute(int).
Method in class com.ibm.as400.access.AS400JDBCResultSet
- Positions the cursor to an absolute row number.
- 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.
- 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.
- actionCompleted(ActionCompletedEvent).
Method in interface com.ibm.as400.access.ActionCompletedListener
- Invoked when an action has completed.
- actionPerformed(ActionEvent).
Method in class com.ibm.as400.vaccess.VActionAdapter
- Invoked when an action is performed.
- 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.
- 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.
- addActionCompletedListener(ActionCompletedListener).
Method in class com.ibm.as400.access.CommandCall
- Adds an ActionCompletedListener.
- addActionCompletedListener(ActionCompletedListener).
Method in class com.ibm.as400.access.ProgramCall
- Adds an ActionCompletedListener.
- 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.
- 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.ProgramCallButton
- Adds a listener to be notified when a program has been called.
- 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.SQLStatementButton
- Adds a listener to be notified when a SQL statement is executed.
- 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.SQLResultSetFormPane
- Adds a listener to be notified when a new record is displayed.
- 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.RecordListFormPane
- Adds a listener to be notified when a new record is displayed.
- addBatch(String).
Method in class com.ibm.as400.access.AS400JDBCStatement
- Adds an SQL statement to the current batch of SQL statements.
- addBatch().
Method in class com.ibm.as400.access.AS400JDBCPreparedStatement
- Adds the set of parameters to the current batch.
- 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.
- addCertificate(byte[]).
Method in class com.ibm.as400.access.AS400CertificateVldlUtil
- Add the certificate to the repository.
- addChangeListener(ChangeListener).
Method in interface com.ibm.as400.vaccess.VPropertiesPane
- Adds a listener to be notified when the user makes a change.
- addConnectionListener(ConnectionListener).
Method in class com.ibm.as400.access.AS400
- Adds a listener to the event list.
- addDataQueueListener(DataQueueListener).
Method in class com.ibm.as400.access.BaseDataQueue
- Adds a data queue listener to receive data queue events from this Data Queue.
- 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.
- 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.VPrinter
- 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.VJobList
- 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.AS400DetailsModel
- 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.ProgramCallButton
- 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.SQLStatementMenuItem
- 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.RecordListTableModel
- 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.VQueuedMessage
- 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.VPropertiesAction
- 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.KeyedDataQueueDocument
- 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.IFSTextFileDocument
- Adds a listener to be notified when an error occurs.
- 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.SQLQueryBuilderPane
- 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.VPrinterOutput
- 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.VAction
- 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.ProgramCallMenuItem
- 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.AS400DetailsPane
- 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.VIFSDirectory
- 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 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.AS400ListModel
- 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.SQLResultSetTablePane
- 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.RecordListFormPane
- 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.VMessage
- 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.DataQueueDocument
- Adds a listener to be notified when an error occurs.
- addFieldDescription(FieldDescription).
Method in class com.ibm.as400.access.RecordFormat
- Adds a field description to this record format.
- addFileListener(FileListener).
Method in class com.ibm.as400.access.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.access.IFSFileOutputStream
- Adds a file listener to receive file events from this IFSFileOutputStream.
- addFileListener(FileListener).
Method in class com.ibm.as400.access.IFSRandomAccessFile
- Adds a file listener to receive file events from this IFSRandomAccessFile.
- addFileListener(FileListener).
Method in class com.ibm.as400.access.IFSFileInputStream
- Adds a file listener to receive file events from this IFSFileInputStream.
- addFileListener(FileListener).
Method in class com.ibm.as400.vaccess.IFSTextFileDocument
- Adds a listener to be notified when a file event occurs.
- 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.
- addListDataListener(ListDataListener).
Method in class com.ibm.as400.vaccess.AS400ListModel
- Adds a listener to be notified when the contents of
the list change.
- 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.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.
- 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.SQLResultSetTablePane
- Adds a listener to be notified when the selection changes.
- addObjectListener(ObjectListener).
Method in class com.ibm.as400.access.BaseDataQueue
- Adds an object listener to receive object events from this Data Queue.
- addOutputQueueListener(OutputQueueListener).
Method in class com.ibm.as400.access.OutputQueue
- Adds the specified OutputQueue listener to receive
OutputQueue events from this OutputQueue.
- addParameter(ProgramParameter).
Method in class com.ibm.as400.access.ProgramCall
- Adds a ProgramParameter to the parameter list.
- addParameter(ProgramParameter).
Method in class com.ibm.as400.vaccess.ProgramCallButton
- Adds a parameter to the end of the parameter list.
- addParameter(ProgramParameter).
Method in class com.ibm.as400.vaccess.ProgramCallMenuItem
- Adds a parameter to the parameter list.
- addPasswordCacheEntry(String, String, String).
Static method in class com.ibm.as400.access.AS400
- Validates the user ID and password against the system, and if successful, adds the information to the password cache.
- addPhysicalFileMember(String, String).
Method in class com.ibm.as400.access.AS400File
- Adds a physical file member to the file represented by this object.
- addPrintObjectListListener(PrintObjectListListener).
Method in class com.ibm.as400.access.PrintObjectList
- Adds the specified PrintObjectList listener to receive
PrintObjectList events from this print object list.
- 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.IFSFile
- Adds a property change listener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.AS400CertificateUtil
- Adds a property change listener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.BaseDataQueue
- Adds a PropertyChangeListener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.ProgramParameter
- Adds a PropertyChangeListener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.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.AS400
- Adds a property changed listener to the list.
- 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.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.CommandCall
- Adds a PropertyChangeListener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.MessageQueue
- Adds a listener to be notified when the value of any bound
property is changed.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.MessageFile
- Adds a PropertyChangeListener.
- 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.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.IFSFileOutputStream
- Adds a property change listener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.JobLog
- Adds a listener to be notified when the value of any bound
property is changed.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.IFSRandomAccessFile
- Adds a property change listener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.DataQueueAttributes
- Adds a PropertyChangeListener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.JobList
- 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 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.ProgramCall
- Adds a PropertyChangeListener.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.UserSpace
- Adds a listener to be notified when the value of any bound property is changed.
- addPropertyChangeListener(PropertyChangeListener).
Method in class com.ibm.as400.access.IFSFileInputStream
- Adds a property change listener.
- 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.VPrinter
- 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.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.AS400DetailsModel
- 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.ProgramCallButton
- 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.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.SQLResultSetTableModel
- Adds a listener to be notified when the value of any bound
property is changed.
- 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.VIFSFile
- 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.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.IFSTextFileDocument
- Adds a listener to be notified when the value of any
bound property changes.
- 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.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.VPrinterOutput
- Adds a listener to be notified when the value of any
bound property changes.
- 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.ProgramCallMenuItem
- 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.VActionAdapter
- 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.VIFSDirectory
- 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.AS400ListModel
- Adds a listener to be notified when the value of any
bound property changes.
- 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.AS400ListPane
- Adds a listener to be notified when the value of any
bound property changes.
- 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.VJob
- 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.DataQueueDocument
- Adds a listener to be notified when the value of any
bound property changes.
- 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.
- addStyle(String, Style).
Method in class com.ibm.as400.vaccess.IFSTextFileDocument
- Adds a style into the logical style hierarchy.
- addTableModelListener(TableModelListener).
Method in class com.ibm.as400.vaccess.AS400DetailsModel
- Adds a listener to be notified when the contents of the
table change.
- 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.AS400ExplorerPane
- Adds a listener to be notified when a tree selection occurs.
- addTreeSelectionListener(TreeSelectionListener).
Method in class com.ibm.as400.vaccess.AS400TreePane
- 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.
- addUserSpaceListener(UserSpaceListener).
Method in class com.ibm.as400.access.UserSpace
- Adds a listener to be notified when a UserSpaceEvent is fired.
- 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 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.VJobList
- 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.VUser
- 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.VQueuedMessage
- 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.VIFSFile
- Adds a listener to be notified when a VObject is changed,
created, or deleted.
- 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.VPrinterOutput
- 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.VAction
- 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.VObject
- 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.VJobLogMessage
- 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.VMessageList
- Adds a listener to be notified when a VObject is changed,
created, or deleted.
- 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.IFSFile
- Adds a vetoable change listener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.AS400CertificateUtil
- Adds the VetoableChangeListener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.BaseDataQueue
- Adds the VetoableChangeListener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.ProgramParameter
- Adds a VetoableChangeListener.
- 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.AS400
- Adds a listener to be notified when the value of any constrained property is changed.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.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.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.CommandCall
- Adds a VetoableChangeListener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.MessageQueue
- Adds a listener to be notified when the value of any constrained
property is changed.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.MessageFile
- Adds a VetoableChangeListener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.PrintObject
- Adds the specified VetoableChange listener to receive
VetoableChange events from this print object.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.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.IFSFileOutputStream
- Adds a vetoable change listener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.JobLog
- Adds a listener to be notified when the value of any constrained
property is changed.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.IFSRandomAccessFile
- Adds a vetoable change listener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.DataQueueAttributes
- Adds a VetoableChangeListener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.JobList
- 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 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.ProgramCall
- Adds a VetoableChangeListener.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.UserSpace
- Adds a listener to be notified when the value of any constrained property is changed.
- addVetoableChangeListener(VetoableChangeListener).
Method in class com.ibm.as400.access.IFSFileInputStream
- Adds a vetoable change listener.
- 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.VPrinter
- 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.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.AS400DetailsModel
- 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.ProgramCallButton
- 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.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.SQLResultSetTableModel
- Adds a listener to be notified when the value of any constrained
property is changed.
- 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.VIFSFile
- 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.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.IFSTextFileDocument
- Adds a listener to be notified when the value of any
constrained property changes.
- 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.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.VPrinterOutput
- 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.ProgramCallMenuItem
- 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.AS400TreePane
- 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.CommandCallMenuItem
- 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.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.AS400ListPane
- Adds a listener to be notified when the value of any
constrained property changes.
- 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.VJob
- 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.DataQueueDocument
- Adds a listener to be notified when the value of any
constrained property changes.
- 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 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.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.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.AS400DetailsModel
- 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.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.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.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.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.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.VQueuedMessage
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.DataQueueDocument
- Adds a listener to be notified when work starts and stops
on potentially long-running operations.
- added(AS400CertificateEvent).
Method in interface com.ibm.as400.access.AS400CertificateListener
- Invoked when a certificate has been added.
- afterLast().
Method in class com.ibm.as400.access.AS400JDBCResultSet
- Positions the cursor after the last row.
- 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.
- applyChanges().
Method in interface com.ibm.as400.vaccess.VPropertiesPane
- Applies the changes made by the user.
- available().
Method in class com.ibm.as400.access.PrintObjectInputStream
- Returns the number of bytes that can be read without blocking.
- available().
Method in class com.ibm.as400.access.PrintObjectPageInputStream
- Returns the number of bytes remaining in the current page.
- available().
Method in class com.ibm.as400.access.PrintObjectTransformedInputStream
- Returns the number of bytes available without blocking.
- available().
Method in class com.ibm.as400.access.AS400JDBCInputStream
- 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.