commit Method (SQLServerXAResource)

Commits the global transaction that is specified by the given Xid object.

public void commit(javax.transaction.xa.Xid xid,
                   boolean onePhase)

Parameter

xid

An Xid object.

onePhase

A boolean value.

Ausnahmen

javax.transaction.xa.XAException

Hinweise

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

Siehe auch

Referenz

SQLServerXAResource Class

Konzepte

SQLServerXAResource Methods
SQLServerXAResource Members