Tells the resource manager to forget about a heuristically completed transaction branch.
public void forget(javax.transaction.xa.Xid xid)
參數
xid
An Xid object.
例外狀況
javax.transaction.xa.XAException
備註
This forget method is specified by the forget method in the javax.transaction.xa.XAResource interface.