The com.ibm.as400.micro package provides the classes necessary
to write applications that enable your Tier0 devices to access server data
and resources.
MEServer class
Use the IBM Toolbox for Java MEServer
class to fulfill requests from your Tier0 client application that
uses the IBM Toolbox for Java 2
Micro Edition JAR file. The MEServer creates IBM Toolbox
for Java objects and invokes methods on them on
behalf of the client application.
AS400 class
The AS400 class in the micro package (com.ibm.as400.micro.AS400)
provides a modified subset of the functions available in the AS400
class in the access package (com.ibm.as400.access.AS400). Use the IBM Toolbox
for Java 2 Micro Edition AS400 class to sign on
the system from a Tier0 device.
CommandCall class - Micro package
The CommandCall class in the micro package (com.ibm.as400.micro.CommandCall)
provides a modified subset of the functions available in the CommandCall
class in the access package (com.ibm.as400.access.CommandCall). Use
the CommandCall class to call an IBM i command
from a Tier0 device.
DataQueue class - Micro package
Use the DataQueue class to have your Tier0 device read
from or write to an IBM i data
queue. The DataQueue class in the micro package (com.ibm.as400.micro.DataQueue])
provides a modified subset of the functions available in the DataQueue
class in the access package (com.ibm.as400.access.DataQueue).
Micro package - ProgramCall class
Use the ProgramCall class to enable a Tier0 device to
call an IBM i program
and access the data that is returned after the program runs. The
ProgramCall class in the micro package (com.ibm.as400.micro.ProgramCall)
provides a modified subset of the functions available in the ProgramCall
class in the access package (com.ibm.as400.access.ProgramCall).
JdbcMe classes
The IBM Toolbox
for Java 2
Micro Edition classes provide JDBC support, including support for the java.sql
package. The classes are meant to be used in a program that runs on a Tier
0 device.