Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.18 KB

File metadata and controls

48 lines (35 loc) · 1.18 KB
title end Method (SQLServerXAResource)
description end Method (SQLServerXAResource)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerXAResource.end
apitype Assembly

end Method (SQLServerXAResource)

[!INCLUDEDriver_JDBC_Download]

Ends the work performed on behalf of a transaction branch.

Syntax

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

Parameters

xid

An Xid object.

flags

An int value.

Exceptions

javax.transaction.xa.XAException

Remarks

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

See Also

SQLServerXAResource Methods
SQLServerXAResource Members
SQLServerXAResource Class