Uses of Interface
javax.transaction.xa.Xid
Packages that use Xid
包
描述
Provides the API that defines the contract between the transaction manager
and the resource manager, which allows the transaction manager to enlist
and delist resource objects (supplied by the resource manager driver) in
JTA transactions.
-
Uses of Xid in javax.transaction.xa
Methods in javax.transaction.xa that return Xid修饰符和类方法描述Xid[]XAResource.recover(int flag) Obtains a list of prepared transaction branches from a resource manager.Methods in javax.transaction.xa with parameters of type Xid修饰符和类方法描述voidCommits the global transaction specified by xid.voidEnds the work performed on behalf of a transaction branch.voidTells the resource manager to forget about a heuristically completed transaction branch.intAsk the resource manager to prepare for a transaction commit of the transaction specified in xid.voidInforms the resource manager to roll back work done on behalf of a transaction branch.voidStarts work on behalf of a transaction branch specified inxid.