189 lines
4.7 KiB
HTML
189 lines
4.7 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>xa_complete()--Test Completion of Asynchronous XA Request</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. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- UNIX11 SCRIPT A converted by B2H R4.1 (346) (CMS) by V2DCIJB at -->
|
|
<!-- RCHVMW2 on 1 Jun 1999 at 16:14:12 -->
|
|
<!-- Edited by Kersten Feb 02 -->
|
|
<!-- 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>
|
|
|
|
<a name="Top_Of_Page"></a>
|
|
|
|
<h2>xa_complete()--Test Completion of Asynchronous XA Request (Transaction Scoped Locks)</h2>
|
|
|
|
<div class="box" style="width: 80%;">
|
|
<br>
|
|
Syntax<br>
|
|
<pre>
|
|
#include <xa.h>
|
|
|
|
int xa_switch.xa_complete_entry(int *<em>handle</em>,
|
|
int *<em>retval</em>, int <em>rmid</em>, long <em>flags</em>)
|
|
</pre>
|
|
|
|
<br>
|
|
Default Public Authority: *USE<br>
|
|
<!-- iddvc RMBR -->
|
|
<br>
|
|
Service Program: QTNXADTP<br>
|
|
<!-- iddvc RMBR -->
|
|
<br>
|
|
Threadsafe: Yes<br>
|
|
<!-- iddvc RMBR -->
|
|
<br>
|
|
</div>
|
|
|
|
<p>A transaction manager calls <strong>xa_complete()</strong> to wait for the
|
|
completion of an asynchronous operation. Asynchronous operations are not
|
|
supported by the DB2 UDB for iSeries resource manager. This function is
|
|
provided only for compliance with the X/Open XA Specification.</p>
|
|
|
|
<br>
|
|
|
|
|
|
<h3>Parameters</h3>
|
|
|
|
<dl>
|
|
<dt><strong>handle</strong></dt>
|
|
|
|
<dd>(Input) A pointer to an integer value returned by an XA function that had
|
|
TMASYNC specified.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>retval</strong></dt>
|
|
|
|
<dd>(Output) A pointer to the integer return value of the asynchronous
|
|
function.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>rmid</strong></dt>
|
|
|
|
<dd>(Input) An integer value that the transaction manager generated when
|
|
calling <strong>xa_open()</strong>. The rmid identifies the resource
|
|
manager.<br>
|
|
<br>
|
|
</dd>
|
|
|
|
<dt><strong>flags</strong></dt>
|
|
|
|
<dd>(Input) The follow are valid settings of <em>flags</em>.
|
|
|
|
<p><em>TMMULTIPLE:</em> 0x00400000L Test completion of any outstanding
|
|
asynchronous operation.</p>
|
|
|
|
<p><em>TMNOWAIT:</em> 0x10000000L Test for completion without blocking.</p>
|
|
|
|
<p><em>TMNOFLAGS:</em> 0x00000000L Use if no other flags are set.</p>
|
|
</dd>
|
|
</dl>
|
|
|
|
<br>
|
|
|
|
|
|
<h3>Authorities</h3>
|
|
|
|
<p>None</p>
|
|
|
|
<br>
|
|
|
|
|
|
<h3>Return Value</h3>
|
|
|
|
<table cellpadding="5">
|
|
<!-- cols="5 95" -->
|
|
<tr>
|
|
<td align="left" valign="top"><em>-6</em></td>
|
|
<td align="left" valign="top">[XAER_PROTO]
|
|
|
|
<p><strong>xa_complete()</strong> was not successful. <em>TMUSEASYNC</em>
|
|
0x00000004L was not set in the <em>flags</em> element of the XA resource
|
|
manager's <em>xa_switch_t</em> structure. Asynchronous operations are not
|
|
supported.</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<h3>Error Messages</h3>
|
|
|
|
<p>The following messages may be sent from this function.</p>
|
|
|
|
<table width="100%" cellpadding="5">
|
|
<!-- cols="15 85" -->
|
|
<tr>
|
|
<th align="left" valign="top" nowrap>Message ID</th>
|
|
<th align="left" valign="top">Error Message Text</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width="15%" valign="top">CPE3418 E</td>
|
|
<td width="85%" valign="top">Possible APAR condition or hardware failure.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="left" valign="top">CPF3CF2 E</td>
|
|
<td align="left" valign="top">Error(s) occurred during running of &1
|
|
API.</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="left" valign="top">CPF9872 E</td>
|
|
<td align="left" valign="top">Program or service program &1 in library
|
|
&2 ended. Reason code &3.</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
<h3>Related Information</h3>
|
|
|
|
<ul>
|
|
<li>X/Open CAE Specification, December 1991, Distributed Transaction
|
|
Processing: The XA Specification (ISBN:1-872630-24-3, C193 or XO/CAE/91/300),
|
|
The Open Group.<br>
|
|
<br>
|
|
</li>
|
|
|
|
<li>X/Open CAE Specification, April 1995, Distributed Transaction Processing:
|
|
The TX (Transaction Demarcation) Specification (ISBN:1-85912-094-6, C504), The
|
|
Open Group.</li>
|
|
</ul>
|
|
|
|
|
|
<br>
|
|
<hr>
|
|
API introduced: V5R2
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> | <a href=
|
|
"unix.htm">UNIX-Type APIs</a> | <a href="aplist.htm">APIs by category</a> </td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|