API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sql. XADataSource View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 CommonDataSource
      XADataSource
Subinterfaces
Description
public interface XADataSource
  A factory for XAConnection objects that is used internally.
See also:   
Methods
Hide/Show inherited methods
public XAConnection getXAConnection () throws SQLException
  Attempts to establish a physical database connection that can be used in a distributed transaction.
public XAConnection getXAConnection (String user, String password) throws SQLException
  Attempts to establish a physical database connection, using the given user name and password.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar