public javax.sql.XAConnection | getXAConnection(java.lang.String user, java.lang.String password)Attempts to establish a physical database connection, using the given
user name and password. The connection that is returned is one that
can be used in a distributed transaction.
|