Tells the resource manager to forget about a heuristically completed transaction branch.
public void forget(javax.transaction.xa.Xid xid)
Parameters
xid
An Xid object.
Exceptions
javax.transaction.xa.XAException
Remarks
This forget method is specified by the forget method in the javax.transaction.xa.XAResource interface.