61 lines
3.5 KiB
HTML
61 lines
3.5 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="reference" />
|
|
<meta name="DC.Title" content="ToolboxME for iSeries classes" />
|
|
<meta name="abstract" content="The com.ibm.as400.micro package provides the classes necessary to write applications that enable your Tier0 devices to access iSeries server data and resources." />
|
|
<meta name="description" content="The com.ibm.as400.micro package provides the classes necessary to write applications that enable your Tier0 devices to access iSeries server data and resources." />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="microclasses" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>ToolboxME for iSeries classes</title>
|
|
</head>
|
|
<body id="microclasses"><a name="microclasses"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">ToolboxME for iSeries classes</h1>
|
|
<div><p>The com.ibm.as400.micro package provides the classes necessary
|
|
to write applications that enable your Tier0 devices to access iSeries™ server
|
|
data and resources.</p>
|
|
<div class="section"><p><a href="javadoc/com/ibm/as400/micro/package-summary.html">com.ibm.as400.micro package</a> </p>
|
|
<p><a href="microconcept.htm#microconcept__tier0">Tier0 devices</a></p>
|
|
<div class="note"><span class="notetitle">Note:</span> To use ToolboxMe for iSeries classes, you must separately
|
|
<a href="microsetup.htm#microsetup">download and set up the ToolboxME
|
|
for iSeries component</a>.</div>
|
|
<p>ToolboxME
|
|
for iSeries provides
|
|
the following classes:</p>
|
|
<ul><li><a href="micromeserver.htm#micromeserver">MEServer class</a> mediates requests
|
|
from the Tier0 device to the host server</li>
|
|
<li>Several classes provide a subset of functions from the IBM<sup>®</sup> Toolbox for Java™
|
|
access package <ul><li><a href="micro400.htm#micro400">AS400 class</a> signs on to an iSeries server</li>
|
|
<li><a href="microcmdcall.htm#microcmdcall">CommandCall class</a> calls an iSeries command</li>
|
|
<li><a href="microdataq.htm#microdataq">DataQueue class</a> reads from and writes
|
|
to an iSeries server
|
|
data queue</li>
|
|
<li><a href="micropgmcall.htm#micropgmcall">ProgramCall class</a> calls an iSeries server
|
|
program and accesses the data that is returned after the program runs</li>
|
|
</ul>
|
|
</li>
|
|
<li>The <a href="microjdbcme.htm#microjdbcme">JdbcMe classes</a> provide JDBC support
|
|
by including the smallest useful set of methods and data from the java.sql
|
|
package</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |