AS/400 Toolbox for Java access classes
The AS/400 Toolbox for Java access classes represent AS/400 data and resources.
The classes work with AS/400 servers to provide an
internet-enabled interface to access and update AS/400 data and resources.
Note: When possible, use a resource
class instead of an access class. Resource classes provide a generic framework
and a consistent programming interface for working with various AS/400 objects
and lists.
The following classes provide access to AS/400 resources:
- AS400 - manages sign-on information, creates and
maintains socket connections, and sends and receives data
Bidi
transform - enables you to do your own bidi conversions
- Command call - runs AS/400 batch commands
Connection
pool - manages a pool of AS/400 objects, which is used to share connections
and manage the number of connections a user can have to AS/400
- Data area - creates, accesses, and deletes data
areas
- Data conversion and description - converts and handles
data, and describes the record format of a buffer of data
- Data queues - creates, accesses, changes, and deletes
data queues
- Digital certificates - manages digital certificates
on AS/400
Event
log - provides a way to log exceptions and messages independent of the device
used to display them
- Exceptions - throws errors when, for example, device
errors or programming errors occur
Environment
variable - manages AS/400 environment variables
- FTP - provides you with a programmable interface to FTP functions
- Integrated file system - accesses files, opens files,
opens input and output streams, and lists the contents of directories
- Java application call - calls a Java program on AS/400 that runs
on the Java virtual machine for AS/400
- JDBC - accesses DB2 UDB for AS/400 data
- Jobs - accesses AS/400 jobs and job logs
- Messages - accesses messages and message queues on
the AS/400 system
NetServer
- accesses and modifies the state and configuration of the AS/400 NetServer
- Permission - displays and changes authorities
in AS/400 objects
- Print - manipulates AS/400 print resources
Product license - manage licenses for AS/400 products
- Program call - calls an AS/400 program
- QSYS object path name - represents objects in
the AS/400 integrated file system
- Record-level access - creates, reads, updates, and
deletes AS/400 files and members
- Service program call - calls an AS/400 service program
- System status - displays system status information
and allows access to system pool
information
- System values - retrieves and changes system values
and network attributes
- Trace (serviceability) - logs trace points and diagnostic
messages
- Users and groups - accesses AS/400 users and groups
- User space - accesses an AS/400 user space