!recovery, "trying to display recovery transaction");
SanityManager.ASSERT(myxact != null, "my xact is null");
SanityManager.ASSERT(isClone, "Should only call method on a clone");
}
GlobalTransactionId gid = myxact.getGlobalId();
return (gid == null) ? null : gid.toString();
}