| title | isSameRM Method (SQLServerXAResource) |
|---|---|
| description | isSameRM Method (SQLServerXAResource) |
| author | David-Engel |
| ms.author | davidengel |
| ms.date | 01/19/2017 |
| ms.service | sql |
| ms.subservice | connectivity |
| ms.topic | reference |
| apilocation | sqljdbc.jar |
| apiname | SQLServerXAResource.isSameRM |
| apitype | Assembly |
[!INCLUDEDriver_JDBC_Download]
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)
xares
An XAResource object.
true if the instances are the same. Otherwise, false.
javax.transaction.xa.XAException
This commit method is specified by the commit method in the javax.transaction.xa.XAResource interface.
SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class