*/
public XAConnection getXAConnection(String user, String password) throws SQLException {
try {
NetLogWriter dncLogWriter = (NetLogWriter)
super.computeDncLogWriterForNewConnection("_xads");
return new ClientXAConnection40 (this, dncLogWriter, user, password);
} catch ( SqlException se ) {
throw se.getSQLException();
}
}