Uses of Interface
javax.transaction.xa.Xid
Package
Description
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
Modifier and TypeMethodDescriptionXid[]
XAResource.recover
(int flag) Obtains a list of prepared transaction branches from a resource manager.Modifier and TypeMethodDescriptionvoid
Commits the global transaction specified by xid.void
Ends the work performed on behalf of a transaction branch.void
Tells the resource manager to forget about a heuristically completed transaction branch.int
Ask the resource manager to prepare for a transaction commit of the transaction specified in xid.void
Informs the resource manager to roll back work done on behalf of a transaction branch.void
Starts work on behalf of a transaction branch specified inxid
.