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

Uses of Interface javax.transaction.xa.XAResource (JBoss J2EE API) - JBoss 4.0.1 sp1 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 J2EE Connector API - System Programmer Interface. 
javax.resource.spi.endpoint J2EE Connector API - Message Endpoint. 
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()
          Returns an XA resource to the caller.
 

Uses of XAResource in javax.resource.spi
 

Methods in javax.resource.spi that return XAResource
 XAResource[] ResourceAdapter.getXAResources(ActivationSpec[] specs)
          Called by the application server during recovery
 XAResource ManagedConnection.getXAResource()
          Returns an XAResource instance.
 

Uses of XAResource in javax.resource.spi.endpoint
 

Methods in javax.resource.spi.endpoint with parameters of type XAResource
 MessageEndpoint MessageEndpointFactory.createEndpoint(XAResource resource)
          Creates a message endpoint
 

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.