Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.45 KB

File metadata and controls

50 lines (38 loc) · 1.45 KB
title isSameRM Method (SQLServerXAResource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerXAResource.isSameRM
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid bfa24c46-b7cf-470a-afa1-52301847a448
author David-Engel
ms.author v-daenge

isSameRM Method (SQLServerXAResource)

[!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.

Syntax

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

Parameters

xares

An XAResource object.

Return Value

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

Exceptions

javax.transaction.xa.XAException

Remarks

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

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class