javax.sql
public interface XADataSource
Since: 1.4
| Method Summary | |
|---|---|
| int | getLoginTimeout() |
| PrintWriter | getLogWriter() |
| XAConnection | getXAConnection() |
| XAConnection | getXAConnection(String user, String password) |
| void | setLoginTimeout(int seconds) |
| void | setLogWriter(PrintWriter out) |