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

83 lines
4.1 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>Registration Facility APIs</title>
<!-- Begin Header Records ========================================== -->
<!-- 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. -->
<!--File restructured for V5R2 -->
<!-- 031111 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 type="text/javascript" language="Javascript" src="../rzahg/synch.js">
</script>
<h2>Registration Facility APIs</h2>
<p>The registration facility APIs provide the capability to:</p>
<ul>
<li>Register and deregister exit points with the registration facility.</li>
<li>Add and remove exit programs to and from the registration facility
repository.</li>
<li>Retrieve exit point and exit program information from the repository.</li>
<li>Designate the order in which exit programs are called.</li>
</ul>
<p>Before using the registration facility APIs and registration facility
preprocessing exit program, read <a href="regfaciluse.htm">
Using Registration Facility APIs and Registration Facility Preprocessing
Exit Programs</a>.</p>
<p>The registration facility 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="qusaddep.htm">Add Exit Program</A> (QUSADDEP, QusAddExitProgram) adds an exit program entry to a specific exit point or replaces an existing exit program.</li>
<li><A HREF="qusdrgpt.htm">Deregister Exit Point</A> (QUSDRGPT, QusDeregisterExitPoint) removes an exit point and all associated exit programs from the registration facility.</li>
<li><A HREF="qusrgpt.htm">Register Exit Point</A> (QUSRGPT, QusRegisterExitPoint) registers an exit point with the registration facility or updates an exit point.</li>
<li><A HREF="qusrmvep.htm">Remove Exit Program</A> (QUSRMVEP, QusRemoveExitProgram) removes an exit program entry from a specific exit point.</li>
<li><A HREF="qusrtvei.htm">Retrieve Exit Information</A> (QUSRTVEI, QusRetrieveExitInformation) retrieves information about one or more exit points and exit programs.</li>
</ul>
<!--***************API END PASTE***************-->
<p>The registration facility preprocessing 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="xpepadd.htm">Preprocessing for Add Exit Program for Registration Facility</A> allows for processing to take place before an exit program is added to an exit point.</li>
<li><A HREF="xpeprem.htm">Preprocessing for Remove Exit Program for Registration Facility</A> allows for processing to take place before an exit program is removed from an exit point.</li>
<li><A HREF="xpepret.htm">Preprocessing for Retrieve Exit Program for Registration Facility</A> allows for the exit point provider to store the exit program information.</li>
</ul>
<!--***************EXIT PROGRAM END PASTE***************-->
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center"><a href="aplist.htm">APIs by
category</a></td>
</tr>
</table>
</center>
</body>
</html>