Uses of Interface
javax.sql.XAConnection
Package
Description
Provides the API for server side data source access and processing from
the Java programming language.
-
Uses of XAConnection in javax.sql
Modifier and TypeMethodDescriptionXAConnectionBuilder.build()
Returns an instance of the object defined by this builder.XADataSource.getXAConnection()
Attempts to establish a physical database connection that can be used in a distributed transaction.XADataSource.getXAConnection
(String user, String password) Attempts to establish a physical database connection, using the given user name and password.