Compartir a través de


isSameRM Method (SQLServerXAResource)

Determines if the resource manager instance that is represented by the target object is the same as the resource manager instance that is represented by the given XAResource object.

public boolean isSameRM(javax.transaction.xa.XAResource xares)

Parámetros

xares

An XAResource object.

Valor devuelto

true if the instances are the same. Otherwise, false.

Excepciones

javax.transaction.xa.XAException

Notas

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

Vea también

Referencia

SQLServerXAResource Class

Conceptos

SQLServerXAResource Methods
SQLServerXAResource Members