Uses of Interface
javax.transaction.xa.XAResource

Packages that use XAResource
javax.transaction   
javax.transaction.xa   
 

Uses of XAResource in javax.transaction
 

Methods in javax.transaction with parameters of type XAResource
 boolean Transaction.delistResource(XAResource xaRes, int flag)
          Disassociate the resource specified from the transaction associated with the target Transaction object.
 boolean Transaction.enlistResource(XAResource xaRes)
          Enlist the resource specified with the transaction associated with the target Transaction object.
 

Uses of XAResource in javax.transaction.xa
 

Methods in javax.transaction.xa with parameters of type XAResource
 boolean XAResource.isSameRM(XAResource xares)
          This method is called to determine if the resource manager instance represented by the target object is the same as the resouce manager instance represented by the parameter xares.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.