58 lines
1.9 KiB
HTML
58 lines
1.9 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>Object APIs</title>
|
||
|
<!-- 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 -->
|
||
|
<!-- File restructured for V5R2 by Janet Brauckman -->
|
||
|
<!-- 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>Object APIs</h2>
|
||
|
|
||
|
The Object APIs create, manipulate, and delete user spaces, user indexes, and
|
||
|
user queues. They send, receive, and clear entries on a data queue and retrieve
|
||
|
data queue information. They also change, list, rename, and retrieve
|
||
|
information about iSeries<SUP>(TM)</SUP> objects.
|
||
|
|
||
|
<p>The Object APIs include:</p>
|
||
|
|
||
|
<ul>
|
||
|
<li><a href="obj2.htm">Data Queue APIs</a></li>
|
||
|
|
||
|
<li><img src="delta.gif" alt="Start of change">
|
||
|
<a href="obj7.htm">Image Catalog APIs</a><img src="deltaend.gif" alt="End of change"></li>
|
||
|
|
||
|
<li><a href="obj3.htm">User Queue APIs</a></li>
|
||
|
|
||
|
<li><a href="obj4.htm">User Index APIs</a></li>
|
||
|
|
||
|
<li><a href="obj5.htm">User Space APIs</a></li>
|
||
|
|
||
|
<li><a href="obj6.htm">Object-related APIs</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<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>
|
||
|
|