Uses of Package
javax.transaction.xa

Packages that use javax.transaction.xa
javax.jms JMS 1.1 API. 
javax.resource.spi J2EE Connector API - System Programmer Interface. 
javax.resource.spi.endpoint J2EE Connector API - Message Endpoint. 
javax.resource.spi.work J2EE Connector API - Work Management. 
javax.sql   
javax.transaction   
javax.transaction.xa This package contains the classes and interfaces that define the interaction between the transaction manager and the resources it manages. 
 

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.resource.spi
XAException
          The XAException is thrown by resource managers in case of problems.
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.
 

Classes in javax.transaction.xa used by javax.resource.spi.endpoint
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.resource.spi.work
Xid
          The Xid interface is a Java mapping of the X/Open transaction identifier XID structure.
 

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 thrown by resource managers in case of problems.
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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.