站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 j2ee API Documentation 英文版文档

javax.transaction.xa (JBoss J2EE API) - JBoss 3.2.7 j2ee API Documentation 英文版文档


Package javax.transaction.xa

This package contains the classes and interfaces that define the interaction between the transaction manager and the resources it manages.

See:
          Description

Interface Summary
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.
 

Exception Summary
XAException The XAException is thrown by resource managers in case of problems.
 

Package javax.transaction.xa Description

This package contains the classes and interfaces that define the interaction between the transaction manager and the resources it manages.

Classes and interfaces here are conforming to the Java Transaction API (JTA) 1.0.1 specification.

The interaction is modelled after the X/Open CAE Specification (Distributed Transaction Processing: The XA Specification). The CORBA CosTransactions specification is freely available, and gives a pretty good overview of the XA protocol.



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