rollback Method (SQLServerXAResource)

Requests that the resource manager roll back work done on behalf of a transaction branch.

public void rollback(javax.transaction.xa.Xid xid)

Parameter

xid

An Xid object.

Ausnahmen

javax.transaction.xa.XAException

Hinweise

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

Siehe auch

Referenz

SQLServerXAResource Class

Konzepte

SQLServerXAResource Methods
SQLServerXAResource Members