Compartir a través de


start Method (SQLServerXAResource)

Starts work on behalf of a transaction branch that is specified in the Xid object.

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

Parámetros

xid

An Xid object.

flags

An int value.

Excepciones

javax.transaction.xa.XAException

Notas

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

Vea también

Referencia

SQLServerXAResource Class

Conceptos

SQLServerXAResource Methods
SQLServerXAResource Members