ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/cms.htm

89 lines
5.4 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<title>Client Management Support APIs</title>
<!-- Begin Header Records ========================================== -->
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<!-- 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. -->
<!-- Change History: -->
<!-- YYMMDD USERID Change description -->
<!-- 031106 JETAYLOR replaced API and/or Exit listings with -->
<!-- pagegenerator output from javascript array -->
<!-- End Header Records -->
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<!--Java sync-link ================================================= -->
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
</script>
<a name="Top_Of_Page"></a>
<h2>Client Management Support APIs</h2>
<p>The Client Management Support APIs and the related exit programs are
provided to act on the client information database found on the iSeries<SUP>(TM)</SUP>.
Functions include adding clients to and removing clients from the server,
updating client information, and refreshing the database with directory,
hardware, and software information stored on the client.</p>
<p>The <strong>client information database</strong> is a set of physical and
logical files enabling the use of iSeries database interfaces or SQL to
retrieve client information. The information stored in the database has been
retrieved using the Simple Network Management Protocol (SNMP) GET and GETNEXT
requests from the client when connected to the iSeries.</p>
<p>The Client Software Management and Configuration APIs can call an exit
program if it has been registered with the associated exit point of that API.
The exit program can be registered by using the Work with Registration
Information (WRKREGINF) command. When the API function is complete, the Add,
Refresh, and Update exit programs are called; the associated exit programs
notify you when the API functions have been completed. The Remove exit program
is called before the API performs the remove function.</p>
<p>The Client Software Management and Configuration APIs are:</p>
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
<!-- Updates made in this section *will* be overlaid by automated tools -->
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
<!--***************API BEGIN PASTE***************-->
<ul>
<li><A HREF="qzcaaddc.htm">Add Client</A> (QZCAADDC, QzcaAddClient) allows applications to make clients known to iSeries.</li>
<li><A HREF="qzcagetc.htm">Get Client Handle</A> (QzcaGetClientHandle) allows applications to know the assigned client handle if the client ID is known.</li>
<li><A HREF="qzcarefc.htm">Refresh Client Information</A> (QZCAREFC, QzcaRefreshClientInfo) allows applications to refresh hardware, software, or all the information stored on the system with the information stored at the client.</li>
<li><A HREF="qzcarmvc.htm">Remove Client</A> (QZCARMVC, QzcaRemoveClient) allows an application to delete a client from the client database on the system, thereby making a client unknown to the system.</li>
<li><A HREF="qzcaupdc.htm">Update Client Information</A> (QZCAUPDC, QzcaUpdateClientInfo) allows applications to update miscellaneous information about the client that is stored on the system.</li>
</ul>
<!--***************API END PASTE***************-->
<p>The Client Software Management and Configuration exit programs are:</p>
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
<!-- Updates made in this section *will* be overlaid by automated tools -->
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
<!--***************EXIT PROGRAM BEGIN PASTE***************-->
<ul>
<li><A HREF="xzcaaddc.htm">Add Client</A> allows applications to be notified when clients are made known to the system.</li>
<li><A HREF="cs3.htm">Lotus Notes Database</A> processes an SQL table of all changes that occurred in the Notes database that is being shadowed from DB2 UDB for iSeries.</li>
<li><A HREF="xzcarefc.htm">Refresh Client Information</A> allows applications to be notified when information about clients has been refreshed through the Refresh Client Information API from the system.</li>
<li><A HREF="xzcarmvc.htm">Remove Client</A> allows applications to be notified when clients are removed from the system.</li>
<li><A HREF="xzcaupdc.htm">Update Client Information</A> allows applications to be notified when information about clients has been updated through the Update Client Information API from the system.</li>
</ul>
<!--***************EXIT PROGRAM END PASTE***************-->
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center">
<a href="#Top_Of_Page">Top</a> |
<a href="aplist.htm">APIs by category</a></td>
</tr>
</table>
</center>
</body>
</html>