ToolboxME
for iSeries classes
The com.ibm.as400.micro
package provides the classes necessary to write applications that enable
your Tier 0 device to access iSeries server
data and resources.
Note: To use ToolboxMe for iSeries classes, you must separately
download and set up the ToolboxME for iSeries component.
ToolboxME for iSeries provides the following classes:
- MEServer mediates requests from the Tier0
device to the host server
- Several classes provide a subset of functions from the Toolbox for Java
access package
- AS400 - signs on to an iSeries system
- CommandCall - calls an iSeries command
- DataQueue - reads from and writes to an
iSeries server data queue
- ProgramCall - calls an iSeries server
program and accesses the data that is returned after the program runs
- Other classes provide JDBC support, which
also includes the smallest useful set of methods and data from the java.sql
package
