Uses of Interface
javax.transaction.xa.XAResource

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

Methods in javax.transaction with parameters of type XAResource
 boolean Transaction.delistResource(XAResource xaRes, int flag)
          Delist an XA resource from this transaction.
 boolean Transaction.enlistResource(XAResource xaRes)
          Enlist an XA resource with 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 © 2009 JBoss Inc.. All Rights Reserved.