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

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


Uses of Package
javax.transaction.xa

Packages that use javax.transaction.xa
javax.jms This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. 
javax.resource.spi   
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
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 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.