![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsXAResource_Recover(tibemsXAResource xaResource,XID* xids,tibems_int desiredCount,tibems_int* returnedCount,tibems_int flag );
xaResource and xids have usage pointer.
The function stores the actual number of transaction IDs in this location. 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.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.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |