forget Method (SQLServerXAResource)
Tells the resource manager to forget about a heuristically completed transaction branch.
public void forget(javax.transaction.xa.Xid xid)
Parámetros
xid
An Xid object.
Excepciones
javax.transaction.xa.XAException
Notas
This forget method is specified by the forget method in the javax.transaction.xa.XAResource interface.