commit_recovered
Description:
Tries to commit the data prepared but which failed to commit (see commit ).
This method allows one to terminate a distributed transaction which succeeded but for which some connections needed to be recovered.
Parameters:
this |
a XaTransaction object |
cnc_to_recover |
a place to store the list of connections for which the there were data to recover and which failed to be actually committed, or null |
Returns:
true if all the data which was still uncommitted has been committed |