Name

Package javax.transaction.xa

Synopsis

This package represents a Java mapping of certain elements of the X/Open XA interface specification. The XA interface defines a standard two-way communication protocol between a transaction manager and a resource manager, such as a relational database, so that they can engage in distributed transactional processing.

These interfaces are used internally by the JTA to implement its transaction management services. Normally, you shouldn’t have to use these interfaces directly in application code.

Interfaces

  • XAResource

  • Xid

Exceptions

  • XAException

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.