Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.46 KB

File metadata and controls

50 lines (41 loc) · 1.46 KB
title getTransactionTimeout Method (SQLServerXAResource) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerXAResource.getTransactionTimeout
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid ed0a37e9-1132-4d3f-b88f-8be674e852b1
caps.latest.revision 7
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

getTransactionTimeout Method (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

Obtains the current transaction timeout value set for this SQLServerXAResource object.

Syntax

  
public int getTransactionTimeout()  

Exceptions

javax.transaction.xa.XAException

Remarks

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

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class