CoordinatorImpl coord =
DelegatedRecoveryManager.getLocalCoordinator(timeoutInfo.localTID, logPath);
if (coord != null) {
XID xid = new XID();
xid.copy(coord.getGlobalTID());
inDoubtList.addElement(xid);
}
}
return (XID[]) inDoubtList.toArray(new XID[] {});