The XAXactId class is a specific implementation of the JTA Xid interface. It
is only used by the TransactionTable.restore() interface to return an array
of Xid's back to the caller, as part of serving the XAresource.restore()
interface.
It is NOT the object that is stored in the log. One reason for this is that
the Formattable and Xid interface's define two different return values for
the getFormatId() interface.
Constructor Summary
public
XAXactId(int format_id, byte[] global_id, byte[] branch_id) Construct from given pieces of an Xid.
public
XAXactId(Xid xid) Construct an Xid using an external Xid.