Share via


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)

Parameter

xid

An Xid object.

Rückgabewert

An int value.

Ausnahmen

javax.transaction.xa.XAException

Hinweise

This prepare method is specified by the prepare method in the javax.transaction.xa.XAResource interface.

Siehe auch

Referenz

SQLServerXAResource Class

Konzepte

SQLServerXAResource Methods
SQLServerXAResource Members