Requests that the resource manager roll back work done on behalf of a transaction branch.
public void rollback(javax.transaction.xa.Xid xid)
參數
xid
An Xid object.
例外狀況
javax.transaction.xa.XAException
備註
This rollback method is specified by the rollback method in the javax.transaction.xa.XAResource interface.