The JTA API
The JTA API is made up of the two interfaces and one exception that are part of the
java.transaction.xa
package.
Derby
fully implements this API.
javax.transaction.xa.XAResource
javax.transaction.xa.Xid
javax.transaction.xa.XAException
Notes on Product Behavior
Parent topic:
J2EE Compliance: Java Transaction API and javax.sql Interfaces
Related reference
javax.sql: JDBC Interfaces