tibemsXAResource_Recover
Function
C Declaration
tibems_status tibemsXAResource_Recover( tibemsXAResource xaResource, XID* xids, tibems_int desiredCount, tibems_int* returnedCount, tibems_int flag );
COBOL Call
CALL "tibemsXAResource_Recover" USING BY VALUE xaResource, BY REFERENCE xids, BY VALUE desiredCount, BY REFERENCE returnedCount, BY VALUE flag, RETURNING tibems-status END-CALL.
Parameters
| Parameter | Description | 
|---|---|
| xaResource | List the prepared transactions of this resource. | 
| xids | Store the list of transaction IDs in the array. | 
| desiredCount | Size of the array (number of XIDs). | 
| returnedCount | Store the actual number of transaction. | 
| flag | TMSTARTRSCAN—Start a new list of XIDs; the EMS server generates a complete list, and sends the first batch. 
					  TMNOFLAGS—Continue the list of XIDs; the EMS server sends the next batch. TMENDRSCAN—The EMS server discards its list of prepared transactions, and reclaims storage.  | 
 
				
Copyright © Cloud Software Group, Inc. All rights reserved.
