javax.transaction.xa |
|
Java Source File Name | Type | Comment |
XAException.java | Class | The XAException is thrown by resource managers in case of problems. |
XAResource.java | Interface | The XAResource interface is a Java mapping of the industry standard XA
interface based on the X/Open CAE Specification (Distributed Transaction
Processing: The XA Specification). |
Xid.java | Interface | The Xid interface is a Java mapping of the X/Open transaction identifier
XID structure. |