Package org.objectweb.transaction.api.xid

Specification of the XID API.

See:
          Description

Interface Summary
XidState The format of XID must follow these rules : The Branch Qualifier length must be between 1 and 64 The Transaction Identifier must be between the Branch Qualifier Length + 1 and the Branch Qualifier Length + 64 The Global Transaction Identifier is provided by the first bytes in the Transaction Identifier; the following Branch Qualifier Length bytes correspond to the Branch Qualifier part of the XID
 

Package org.objectweb.transaction.api.xid Description

Specification of the XID API.

This part includes only the interfaces dealing with the purpose of xid compatibility. As long as X/Open standard is the reference in the domain of transactions, it could be necessary to consider some particular elements of this specification at the level of Transaction Working Group API.

Example