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