Uses of Package
javax.transaction.xa

Packages that use javax.transaction.xa
javax.jms   
javax.sql   
javax.transaction   
javax.transaction.xa   
 

Classes in javax.transaction.xa used by javax.jms
XAResource
          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).
 

Classes in javax.transaction.xa used by javax.sql
XAResource
          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).
 

Classes in javax.transaction.xa used by javax.transaction
XAResource
          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).
 

Classes in javax.transaction.xa used by javax.transaction.xa
XAException
          The XAException is thown by the Resource Manager (RM) to inform the Transaction Manager of error encountered for the transaction involved.
XAResource
          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
          The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.