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
Related reference
javax.sql: JDBC Interfaces