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

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


Uses of Interface
javax.transaction.xa.XAResource

Packages that use XAResource
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. 
 

Uses of XAResource in javax.jms
 

Methods in javax.jms that return XAResource
 XAResource XASession.getXAResource()
           
 

Uses of XAResource in javax.resource.spi
 

Methods in javax.resource.spi that return XAResource
 XAResource ManagedConnection.getXAResource()
          Returns an XAResource instance.
 

Uses of XAResource in javax.sql
 

Methods in javax.sql that return XAResource
 XAResource XAConnection.getXAResource()
          Return an XA resource to the caller.
 

Uses of XAResource in javax.transaction
 

Methods in javax.transaction with parameters of type XAResource
 boolean Transaction.enlistResource(XAResource xaRes)
          Enlist an XA resource with this transaction.
 boolean Transaction.delistResource(XAResource xaRes, int flag)
          Delist an XA resource from this transaction.
 

Uses of XAResource in javax.transaction.xa
 

Methods in javax.transaction.xa with parameters of type XAResource
 boolean XAResource.isSameRM(XAResource xaRes)
          Tells the caller if this resource has the same resource manager as the argument resource.
 



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