Function
Get a list of prepared transactions.
tibems_status
tibemsXAResource_Recover(tibemsXAResource
xaResource,XID
* xids,tibems_int
desiredCount,tibems_int
* returnedCount,tibems_int
flag );
CALL "tibemsXAResource_Recover" USING BY VALUExaResource
, BY REFERENCExids
, BY VALUE desiredCount, BY REFERENCE returnedCount, BY VALUE flag, RETURNING tibems-status END-CALL.
When this call returns, if returnedCount desiredCount
, then more prepared transactions might exist. To get the next batch of XIDs, call this function again with TMNOFLAGS
flag until returnedCount < desiredCount
.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |