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

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


Uses of Interface
javax.transaction.xa.Xid

Packages that use Xid
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 Xid in javax.transaction.xa
 

Methods in javax.transaction.xa that return Xid
 Xid[] XAResource.recover(int flag)
          Return a list of transactions that are in a prepared or heuristically state.
 

Methods in javax.transaction.xa with parameters of type Xid
 void XAResource.start(Xid xid, int flags)
          Called to associate the resource with a transaction.
 void XAResource.end(Xid xid, int flags)
          Called to disassociate the resource from a transaction.
 int XAResource.prepare(Xid xid)
          Prepare to commit the work done on this resource in the given transaction.
 void XAResource.commit(Xid xid, boolean onePhase)
          Commit the work done on this resource in the given transaction.
 void XAResource.rollback(Xid xid)
          Roll back the work done on this resource in the given transaction.
 void XAResource.forget(Xid xid)
          Tells the resource manager to forget about a heuristic decision.
 



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