| Package | Description |
|---|---|
| com.ibm.as400.access |
Provides classes that represent various IBM i data and resources.
|
| com.ibm.as400.access.list |
Provides classes that efficiently access lists of resources on an IBM i
system.
|
| com.ibm.as400.data |
Provides classes to simplify calling IBM i programs (RPG, COBOL, C, etc) from Java.
|
| com.ibm.as400.resource |
Deprecated Provides classes that represent IBM i resources using a
generic list-based scheme.
|
| com.ibm.as400.security.auth |
Provides user profile swapping using IBM i profile token and credential
classes.
|
| com.ibm.as400.util |
Provides various utility applications and classes.
|
| com.ibm.as400.util.commtrace |
Provides a utility application and classes to assist in the formatting and
display of IBM i communication traces.
|
| com.ibm.as400.vaccess |
Deprecated Provides classes that graphically present IBM i data to the
user.
|
| Class | Description |
|---|---|
| ActionCompletedEvent |
The ActionCompletedEvent class represents an ActionCompleted event.
|
| ActionCompletedListener |
The ActionCompletedListener interface provides a listener interface for receiving ActionCompleted events.
|
| AS400 |
Represents the authentication information and a set of connections to the IBM i host servers.
|
| AS400AbstractTime |
An abstract base class for converters between IBM i date/time values and corresponding Java objects.
|
| AS400Array |
The AS400Array class provides a composite data type representing an array of AS400DataType objects.
|
| AS400BeanInfo |
The AS400BeanInfo class provides bean information for the AS400 class.
|
| AS400Bin1 |
Provides a converter between a
Byte object and a signed one-byte binary number. |
| AS400Bin2 |
The AS400Bin2 class provides a converter between a Short object and a signed two-byte binary number.
|
| AS400Bin4 |
The AS400Bin4 class provides a converter between an Integer object and a signed four-byte binary number.
|
| AS400Bin8 |
The AS400Bin8 class provides a converter between a Long object and a signed eight-byte binary number.
|
| AS400ByteArray |
The AS400ByteArray class provides a converter between a byte array and fixed-length byte array representing IBM i data that is not convertible.
|
| AS400Certificate |
The AS400Certificate class represents an X.509 ASN.1 encoded certificate.
|
| AS400CertificateAttribute |
The AS400CertificateAttribute class represents a certificate
attribute.
|
| AS400CertificateEvent |
The AS400CertificateEvent class represents an AS400Certificate event.
|
| AS400CertificateListener |
The AS400CertificateListener interface provides
an interface for receiving certificate events.
|
| AS400CertificateUtil |
Provides the methods common to AS400CertificateVldlUtil and AS400CertificateUserProfileUtil.
|
| AS400CertificateUtilBeanInfo |
The AS400CertificateUtilBeanInfo class provides
bean information for the AS400CertificateUtil class.
|
| AS400DataType |
Provides an interface for conversions between Java objects and byte arrays representing IBM i data types.
|
| AS400Date |
Provides a converter between a
java.sql.Date object and an IBM i date value such
as "12/31/97". |
| AS400Exception |
The AS400Exception class represents an exception
that indicates that an error has occurred on the system.
|
| AS400File |
Represents a physical or logical file on the system.
|
| AS400FileRecordDescriptionEvent |
The AS400FileRecordDescriptionEvent class represents a RecordDescriptionEvent.
|
| AS400FileRecordDescriptionListener |
The AS400FileRecordDescriptionListener interface provides the interface that
must be implemented to handle AS400FileRecordDescriptionEvent objects that are
fired by the
AS400FileRecordDescription
class. |
| AS400Float4 |
The AS400Float4 class provides a converter between a Float object and a four-byte floating point number.
|
| AS400Float8 |
The AS400Float8 class provides a converter between a Double object and a eight-byte floating point number.
|
| AS400ImplRemote |
This is the functional implementation of the AS400Impl interface.
|
| AS400JDBCClob |
The AS400JDBCClob class provides access to character large
objects.
|
| AS400JDBCClobLocator |
The AS400JDBCClobLocator class provides access to character large
objects.
|
| AS400JDBCConnection |
The AS400JDBCConnection interface provides base class
used by all JDBC connection objects in JTOpen.
|
| AS400JDBCConnectionPoolDataSource |
The AS400JDBCConnectionPoolDataSource class represents a factory for
AS400PooledConnection objects.
|
| AS400JDBCDataSource |
The AS400JDBCDataSource class represents a factory for IBM i database connections.
|
| AS400JDBCManagedDataSource |
This implementation of javax.sql.DataSource can be used to produce Connection objects that will automatically participate in connection pooling, and are managed by the Toolbox's built-in connection pooling manager.
|
| AS400JDBCPooledConnection |
The AS400JDBCPooledConnection class represents a connection object
that provides hooks for connection pool management.
|
| AS400JDBCPreparedStatement |
The AS400JDBCPreparedStatement class precompiles and stores an SQL statement.
|
| AS400JDBCPreparedStatementImpl |
The AS400JDBCPreparedStatement class precompiles and stores an SQL statement.
|
| AS400JDBCPreparedStatementRedirect | |
| AS400JDBCResultSet |
The AS400JDBCResultSet class provides access to a table
of data generated by a database query.
|
| AS400JDBCSQLXML |
This class provides the object interface for using XML data through JDBC.
|
| AS400JDBCStatement |
The AS400JDBCStatement class provides a mechanism for
executing static SQL statements.
|
| AS400JDBCStatementListener |
Represents a listener that will get notified when certain events occur during the processing of an SQL statement.
|
| AS400Message |
Represents a message returned from an IBM i system.
|
| AS400PackedDecimal |
Provides a converter between a BigDecimal object and a packed decimal format floating point number.
|
| AS400SecurityException |
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
|
| AS400Server |
Abstract class representing an IBM i server job.
|
| AS400Text |
Provides character set conversion between Java String objects and IBM i code pages.
|
| AS400Time |
Provides a converter between a
java.sql.Time object and an IBM i time
value such as "23:59:59" or "11:59 PM". |
| AS400Timestamp |
Provides a converter between a
java.sql.Timestamp object and
an IBM i timestamp value such as "1997-12-31-23.59.59.999999". |
| AS400UnsignedBin1 |
Provides a converter between a
Short object and an unsigned one-byte binary number. |
| AS400UnsignedBin2 |
The AS400UnsignedBin2 class provides a converter between an Integer object and an unsigned two-byte binary number.
|
| AS400UnsignedBin4 |
The AS400UnsignedBin4 class provides a converter between a Long object and a unsigned four-byte binary number.
|
| AS400UnsignedBin8 |
Provides a converter between a
BigInteger object and an unsigned eight-byte binary number. |
| AS400ZonedDecimal |
The AS400ZonedDecimal class provides a converter between a BigDecimal object and a zoned decimal format floating point number.
|
| BaseDataQueue |
Represents an IBM i data queue object.
|
| BaseDataQueueBeanInfo |
The BaseDataQueueBeanInfo class provides bean information for the BaseDataQueue class.
|
| BidiConversionProperties |
Provides a set of properties that can be used to control the conversion of character set data.
|
| BidiFlag |
This class represents BidiFlag objects and provides initial values for
all flag options.
|
| BidiFlagSet |
This class represents a BidiFlagSet object defining the text attributes
to be used during a Bidi layout transformation process and the
available values for each flag.
|
| BidiText |
Bidi text is a combination of a sequence of characters and a set of
Bidi flags which represent Bidi attributes used during Bidi Layout
transformations.
|
| BidiTransform |
The BidiTransform class defines Text Layout transformations.
|
| CallStackEntry |
Represents an entry in the call stack of a specific thread of a server job.
|
| ClientAccessDataStream |
Base class for client access server data streams.
|
| ClusteredHashTableEntry |
The ClusteredHashTableEntry class represents an entry in an IBM i highly available
Clustered Hash Table.
|
| Command |
Represents information about a CL command (*CMD) object on the system.
|
| CommandCall |
Represents an IBM i command object.
|
| ConnectionDroppedException |
The ConnectionDroppedException class represents an exception that indicates that the connection to the system was dropped unexpectedly.
|
| ConnectionEvent |
The ConnectionEvent class represents a Connection event.
|
| ConnectionListener |
The ConnectionListener interface provides a listener interface for receiving Connection events.
|
| ConnectionPool |
Represents a pool of connections to the system.
|
| ConnectionPoolEvent |
The ConnectionPoolEvent class represents a connection pool event.
|
| ConnectionPoolException |
The ConnectionPoolException class represents an exception
which indicates that a problem occurred with the connection pool.
|
| ConnectionPoolListener |
The ConnectionPoolListener interface provides a listener
interface for receiving Connection Pool events.
|
| Converter |
A character set converter between Java String objects
|
| ConverterImplRemote | |
| ConvTable |
Internal class representing a character set conversion table.
|
| ConvTable1364 | |
| ConvTableDoubleMap |
This is the parent class for all ConvTableXXX classes that represent double-byte ccsids.
|
| ConvTableMixedMap |
This is the parent class for all ConvTableXXX classes that represent mixed-byte ccsids.
|
| ConvTableSingleMap |
This is the parent class for all ConvTableXXX classes that represent single-byte ccsids.
|
| DataArea |
The DataArea class is an abstract base class that represents a
data area object.
|
| DataAreaBeanInfo |
The DataAreaBeanInfo class provides
bean information for the DataArea class.
|
| DataAreaEvent |
The DataAreaEvent class represents a data area event.
|
| DataAreaListener |
The DataAreaListener interface provides
an interface for receiving DataAreaEvents.
|
| DataQueueAttributes |
The DataQueueAttributes class represents a data queue attributes object.
|
| DataQueueEntry |
The DataQueueEntry class represents an entry on a data queue.
|
| DataQueueEvent |
The DataQueueEvent class represents a DataQueue event.
|
| DataQueueListener |
Provides an interface for receiving DataQueue events.
|
| DataStream |
Base class for data streams.
|
| DirectoryEntry |
The DirectoryEntry class represents system distribution directory information
for a particular directory entry.
|
| EnvironmentVariable |
Represents an IBM i system-level environment variable.
|
| ErrorCompletingRequestException |
The ErrorCompletingRequestException class represents
an exception that indicates an error occurred
that prevented the request from completing.
|
| ExtendedIllegalArgumentException |
The ExtendedIllegalArgumentException class represents an exception that indicates that an argument is not valid.
|
| ExtendedIllegalStateException |
The ExtendedIllegalStateException class represents an exception
that indicates that an object is not in the proper state to perform
the requested operation.
|
| ExtendedIOException |
The ExtendedIOException class represents an exception
that indicates that an error has occurred while
communicating with the system.
|
| FieldDescription |
An abstract base class that allows the user to describe the data in a field
with an AS400DataType object and a name.
|
| FileEvent |
The FileEvent class represents a File event.
|
| FileListener |
The FileListener interface provides an interface for receiving
File events.
|
| FTP |
Represents a generic FTP client.
|
| FTPEvent |
The FTPEvent class represents an ftp event.
|
| FTPListener |
The FTPListener interface provides
an interface for receiving FTPEvents.
|
| IFSFile |
Represents an object in the IBM i integrated file system.
|
| IFSFileDescriptor |
Represents an integrated file system file descriptor.
|
| IFSFileFilter |
The IFSFileFilter interface provides an interface for filtering files.
|
| IFSFileInputStream |
Represents an integrated file system input stream.
|
| IFSFileInputStreamBeanInfo |
The IFSFileInputStreamBeanInfo class provides bean information
for the IFSFileInputStream class.
|
| IFSFileOutputStream |
Represents an integrated file system file output stream.
|
| IFSFileOutputStreamBeanInfo |
The IFSFileOutputStreamBeanInfo class provides BeanInfo for the IFSFileOutputStream class.
|
| IFSJavaFile |
Represents an object in the IBM i integrated file system.
|
| IFSKey |
The IFSKey class represents an opaque handle to a byte lock on an integrated file system object.
|
| IllegalObjectTypeException |
The IllegalObjectTypeException class represents an exception that indicates that the IBM i system object is not the required type.
|
| ISeriesNetServerConnection |
The ISeriesNetServerConnection class represents a NetServer share connection.
|
| ISeriesNetServerFileShare |
The ISeriesNetServerFileShare class represents a NetServer file share.
|
| ISeriesNetServerPrintShare |
The ISeriesNetServerPrintShare class represents a NetServer print share.
|
| ISeriesNetServerSession |
The ISeriesNetServerSession class represents a NetServer session.
|
| ISeriesNetServerShare |
The ISeriesNetServerShare class represents a NetServer share (either a file share or a print share).
|
| JDDataSourceURL |
A class representing a URL specifying an IBM i system data source.
|
| JDProperties |
Represents the properties passed as connection
attributes for the driver.
|
| JDSQLStatement |
Internal class that represents a parsed SQL statement.
|
| Job |
Represents a job on the IBM i server.
|
| JobLog |
Represents a job log on the system.
|
| KeyedDataQueueEntry |
The KeyedDataQueueEntry class represents an entry on a keyed data queue.
|
| LicenseException |
Indicates an error condition that occured while
trying to retrieve a license.
|
| Log |
The Log interface defines a mechanism for exception and message logging
in a device-independent manner.
|
| MemberDescription |
Represents a database file member and its attributes.
|
| MessageFile |
Represents a message file object on the system.
|
| MessageQueue |
Represents a message queue object on the system.
|
| NetServerShare |
Deprecated.
This class has been replaced by the
ISeriesNetServerShare
class and may be removed in a future release. |
| ObjectAlreadyExistsException |
The ObjectAlreadyExistsException class represents an exception
that indicates that a system object already exists.
|
| ObjectDescription |
Represents a system QSYS object and its attributes.
|
| ObjectDoesNotExistException |
The ObjectDoesNotExistException class represents an exception
that indicates that a system object does not exist.
|
| ObjectEvent |
The ObjectEvent class represents an Object event.
|
| ObjectListener |
The ObjectListener interface provides a listener interface for receiving Object events.
|
| ObjectLockListEntry |
Represents a single IBM i lock placed on an ObjectDescription.
|
| ObjectReferences.JobUsingObjectStructure |
Contains information about the jobs that are known to be holding a reference on the object.
|
| ObjectReferences.SessionUsingObjectStructure |
Contains information about the sessions that are known to be holding a reference on the object.
|
| OutputQueue |
The OutputQueue class represents an output queue.
|
| OutputQueueEvent |
The OutputQueueEvent class represents an OutputQueue event.
|
| OutputQueueListener |
The OutputQueueListener interface provides a
listener interface for receiving OutputQueue events.
|
| PanelGroup |
Represents an IBM i panel group (*PNLGRP) object.
|
| PanelGroupHelpIdentifier |
Represents information about
a specific help identifier for an OS/400 panel group (*PNLGRP) object.
|
| Permission |
Retrieves a user's authority to an object.
To improve performance, the Permission object caches authority changes until the commit() method is called. |
| PersistenceException |
Thrown when an error occurs accessing resources on the system.
|
| Printer |
The Printer class represents a printer.
|
| PrinterFile |
The PrinterFile class represents a printer file.
|
| PrintObject |
The PrintObject class is an
abstract base class for the various types of network print objects.
|
| PrintObjectBeanInfo |
Base class for the various BeanInfo classes
describing print objects.
|
| PrintObjectInputStream |
Reads data out of a system spooled file or AFP resource such as an overlay or page
segment.
|
| PrintObjectList |
Abstract base class for the various types of network print object lists.
|
| PrintObjectListBeanInfo |
BeanInfo for PrintObjectList class.
|
| PrintObjectListEvent |
The PrintObjectListEvent class represents a PrintObjectList event.
|
| PrintObjectListListener |
The PrintObjectListListener class provides a listener interface for receiving PrintObjectList events.
|
| PrintObjectPageInputStream |
Reads data out of a system spooled file one page at a time.
|
| PrintObjectTransformedInputStream |
Reads transformed data from a system spooled file.
|
| PrintParameterList |
The PrintParameterList class is used to group a set of attributes or
parameters for use on other network print class methods.
|
| Product |
Represents a licensed product on the system.
|
| ProductDirectoryInformation |
Represents product directory information for a specific licensed product.
|
| ProductLicense |
Represents a license for a product on the IBM i system.
|
| ProductLicenseEvent |
The ProductLiceneEvent class represents a ProductLicense event.
|
| ProductLicenseListener |
The ProductLicenseListener interface provides an interface for receiving
ProductLicense events.
|
| ProgramCall |
The ProgramCall class allows a user to call an IBM i system program, pass parameters to it (input and output), and access data returned in the output parameters after the program runs.
|
| ProgramParameter |
Used with
ProgramCall and ServiceProgramCall to pass parameter data, either to a program, from a program, or both. |
| PTF |
Represents a Program Temporary Fix (PTF) for a licensed program
product.
|
| PTFCoverLetter |
Represents a cover letter for a Program Temporary Fix (PTF).
|
| PTFExitProgram |
Represents an exit program for a Program Temporary Fix (PTF).
|
| PTFGroup |
Lists information for a specific PTF group on a system.
|
| PxReqCV |
The PxReqCV class represents the client
portion of a request.
|
| QSYSObjectPathName |
Provides an integrated file system path name that represents an object in the QSYS library file system.
|
| QueuedMessage |
The QueuedMessage class represents a message on a message queue or job log.
|
| Record |
The Record class represents the data described by a RecordFormat object.
|
| RecordDescriptionEvent |
The RecordDescriptionEvent class represents a RecordDescriptionEvent.
|
| 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 |
The RecordFormat class represents the format of data returned from an IBM i system.
|
| RequestNotSupportedException |
The RequestNotSupportedException class represents an exception
that indicates that the requested function is not supported
because the system is not at the correct level.
|
| ReturnCodeException |
The ReturnCodeException interface defines the methods
required for exceptions that contain a return code.
|
| RoutingDataEntry |
Represents a routing entry data.
|
| SaveFileEntry |
Represents an entry in a save file.
|
| SCS5219Writer |
The SCS5219Writer class writes an SCS 5219 data stream to an output stream,
translating characters into bytes of the specified CCSID.
|
| SCS5224Writer |
The SCS5224Writer class writes an SCS 5224 data stream to an output stream,
translating characters into bytes of the specified CCSID.
|
| SCS5256Writer |
The SCS5256Writer class writes an SCS 5256 data stream to an output stream,
translating characters into bytes of the specified CCSID.
|
| ServerStartupException |
The ServerStartupException class represents an exception that indicates that a host server could not be started.
|
| SignonEvent |
An Event object generated by an
AS400 instance during an attempt to sign-on to the system. |
| SignonHandler |
Specifies the methods required for a SignonHandler.
|
| SocketProperties |
The SocketProperties class represents a set of socket options the IBM Toolbox for Java will set on its client side sockets.
|
| SpooledFile |
Represents a spooled file.
|
| Subsystem |
Represents a subsystem on the system.
|
| SystemPool |
Represents a system pool.
|
| SystemValueEvent |
The SystemValueEvent class represents a system value event.
|
| SystemValueListener |
The SystemValueListener interface provides a listener interface for receiving SystemValueEvents.
|
| UDFS.MountedFsInformationStructure |
Contains information about a mounted file system.
|
| UDFS.UdfsInformationStructure |
Contains information about a UDFS.
|
| User |
Represents a user profile object on the system.
|
| UserObjectsOwnedList |
Allows you to retrieve a list of IBM i objects that a user is authorized to and/or list of IBM i objects that the user owns.
|
| UserObjectsOwnedListEntry |
This entry represents a single IBM i object that a user owns or is authorized to.
|
| UserPermission |
Represents the authority of a specific user.
|
| UserSpaceEvent |
The UserSpaceEvent class represents a user space event.
|
| UserSpaceListener |
The UserSpaceListener interface provides an interface for receiving UserSpaceEvents.
|
| ValidationListAttribute |
Represents an attribute assigned to an
entry in a validation list.
|
| ValidationListAttributeData |
Represents the value of a validation
list attribute.
|
| ValidationListAttributeInfo |
Encapsulates all attribute information
assigned to an entry in a validation list.
|
| ValidationListDataToEncrypt |
Used to specify the data to
encrypt when adding or changing a validation list entry.
|
| ValidationListEntry |
Represents an entry in a system validation list.
|
| ValidationListTranslatedData |
Represents language-specific information
that is assigned in a standardized format to a validation list entry.
|
| VariableLengthFieldDescription |
The VariableLengthFieldDescription interface provides an interface
for FieldDescription subclasses that can contain
variable-length data.
|
| WriterJob |
The WriterJob class represents a writer job.
|
| Class | Description |
|---|---|
| AS400 |
Represents the authentication information and a set of connections to the IBM i host servers.
|
| AS400SecurityException |
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
|
| ErrorCompletingRequestException |
The ErrorCompletingRequestException class represents
an exception that indicates an error occurred
that prevented the request from completing.
|
| ObjectDoesNotExistException |
The ObjectDoesNotExistException class represents an exception
that indicates that a system object does not exist.
|
| ProgramParameter |
Used with
ProgramCall and ServiceProgramCall to pass parameter data, either to a program, from a program, or both. |
| Class | Description |
|---|---|
| AS400 |
Represents the authentication information and a set of connections to the IBM i host servers.
|
| AS400Message |
Represents a message returned from an IBM i system.
|
| ProgramCall |
The ProgramCall class allows a user to call an IBM i system program, pass parameters to it (input and output), and access data returned in the output parameters after the program runs.
|
| Record |
The Record class represents the data described by a RecordFormat object.
|
| RecordFormat |
The RecordFormat class represents the format of data returned from an IBM i system.
|
| Class | Description |
|---|---|
| AS400 |
Represents the authentication information and a set of connections to the IBM i host servers.
|
| AS400Message |
Represents a message returned from an IBM i system.
|
| AS400SecurityException |
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
|
| ErrorCompletingRequestException |
The ErrorCompletingRequestException class represents
an exception that indicates an error occurred
that prevented the request from completing.
|
| ObjectDoesNotExistException |
The ObjectDoesNotExistException class represents an exception
that indicates that a system object does not exist.
|
| ReturnCodeException |
The ReturnCodeException interface defines the methods
required for exceptions that contain a return code.
|
| Class | Description |
|---|---|
| AS400 |
Represents the authentication information and a set of connections to the IBM i host servers.
|
| AS400Exception |
The AS400Exception class represents an exception
that indicates that an error has occurred on the system.
|
| AS400Message |
Represents a message returned from an IBM i system.
|
| AS400SecurityException |
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
|
| ConnectionDroppedException |
The ConnectionDroppedException class represents an exception that indicates that the connection to the system was dropped unexpectedly.
|
| ErrorCompletingRequestException |
The ErrorCompletingRequestException class represents
an exception that indicates an error occurred
that prevented the request from completing.
|
| ObjectDoesNotExistException |
The ObjectDoesNotExistException class represents an exception
that indicates that a system object does not exist.
|
| ReturnCodeException |
The ReturnCodeException interface defines the methods
required for exceptions that contain a return code.
|
| User |
Represents a user profile object on the system.
|
| Class | Description |
|---|---|
| AS400 |
Represents the authentication information and a set of connections to the IBM i host servers.
|
| AS400Exception |
The AS400Exception class represents an exception
that indicates that an error has occurred on the system.
|
| AS400SecurityException |
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
|
| Command |
Represents information about a CL command (*CMD) object on the system.
|
| ErrorCompletingRequestException |
The ErrorCompletingRequestException class represents
an exception that indicates an error occurred
that prevented the request from completing.
|
| ObjectDoesNotExistException |
The ObjectDoesNotExistException class represents an exception
that indicates that a system object does not exist.
|
| PanelGroup |
Represents an IBM i panel group (*PNLGRP) object.
|
| Class | Description |
|---|---|
| AS400 |
Represents the authentication information and a set of connections to the IBM i host servers.
|
| IFSFileInputStream |
Represents an integrated file system input stream.
|
| Class | Description |
|---|---|
| ActionCompletedListener |
The ActionCompletedListener interface provides a listener interface for receiving ActionCompleted events.
|
| AS400 |
Represents the authentication information and a set of connections to the IBM i host servers.
|
| AS400Exception |
The AS400Exception class represents an exception
that indicates that an error has occurred on the system.
|
| AS400Message |
Represents a message returned from an IBM i system.
|
| AS400SecurityException |
The AS400SecurityException class represents an exception that indicates that a security or authority error has occurred.
|
| ConnectionDroppedException |
The ConnectionDroppedException class represents an exception that indicates that the connection to the system was dropped unexpectedly.
|
| DataQueueListener |
Provides an interface for receiving DataQueue events.
|
| ErrorCompletingRequestException |
The ErrorCompletingRequestException class represents
an exception that indicates an error occurred
that prevented the request from completing.
|
| FileListener |
The FileListener interface provides an interface for receiving
File events.
|
| IFSFile |
Represents an object in the IBM i integrated file system.
|
| IFSFileFilter |
The IFSFileFilter interface provides an interface for filtering files.
|
| JavaApplicationCall |
Provides an easy way to run Java
applications on the IBM i system's Java Virtual Machine from a client.
|
| Job |
Represents a job on the IBM i server.
|
| ObjectDoesNotExistException |
The ObjectDoesNotExistException class represents an exception
that indicates that a system object does not exist.
|
| Printer |
The Printer class represents a printer.
|
| ProgramParameter |
Used with
ProgramCall and ServiceProgramCall to pass parameter data, either to a program, from a program, or both. |
| SpooledFile |
Represents a spooled file.
|
| SystemPool |
Represents a system pool.
|
| SystemStatus |
Provides access to a group of statistics that represent the current status of the system.
|
| SystemValueList |
Provided methods for retrieving information about lists of System Values.
|
| User |
Represents a user profile object on the system.
|
| UserList |
Represents a list of user profiles on the system.
|
Copyright © 2024. All rights reserved.