prepare Method (SQLServerXAResource)
Requests that the resource manager prepare for a transaction commit of the transaction specified by the given Xid object.
public int prepare(javax.transaction.xa.Xid xid)
Parámetros
xid
An Xid object.
Valor devuelto
An int value.
Excepciones
javax.transaction.xa.XAException
Notas
This prepare method is specified by the prepare method in the javax.transaction.xa.XAResource interface.