This routine is used to find a in-doubt transaction from the list of Xid's returned from the recover() routine.
In the current implementation it is up to the calling routine to make the returned ContextManager the "current" ContextManager before calls to commit,abort, or forget. The caller is responsible for error handling, ie. calling cleanupOnError() on the correct ContextManager.
If the Xid is not in the system, "null" is returned. RESOLVE - find out from sku if she wants a exception instead?
@param xid A global transaction identifier.
|
|
|
|