end Method (SQLServerXAResource)

Ends the work performed on behalf of a transaction branch.

public void end(javax.transaction.xa.Xid xid,
                int flags)

Parameters

xid

An Xid object.

flags

An int value.

Exceptions

javax.transaction.xa.XAException

Remarks

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

See Also

Reference

SQLServerXAResource Class

Concepts

SQLServerXAResource Methods
SQLServerXAResource Members