| javax.transaction.xa |
|
| Java Source File Name | Type | Comment |
| XAException.java | Class | An XAException is an exception thrown by a Resource Manager to inform the
Transaction Manager of an error which has occurred in relation to a
transaction branch. |
| XAResource.java | Interface | An interface which provides a mapping of the X/Open CAE Specification (for
Distributed Transaction processing) into Java. |
| Xid.java | Interface | An interface which provides a mapping for the X/Open XID transaction
identifier structure. |