public interface XADataSource
| Modifier and Type | Method and Description |
|---|---|
int |
getLoginTimeout() |
java.io.PrintWriter |
getLogWriter() |
XAConnection |
getXAConnection() |
XAConnection |
getXAConnection(java.lang.String user,
java.lang.String password) |
void |
setLoginTimeout(int seconds) |
void |
setLogWriter(java.io.PrintWriter out) |
XAConnection getXAConnection() throws java.sql.SQLException
java.sql.SQLExceptionXAConnection getXAConnection(java.lang.String user, java.lang.String password) throws java.sql.SQLException
java.sql.SQLExceptionjava.io.PrintWriter getLogWriter() throws java.sql.SQLException
java.sql.SQLExceptionvoid setLogWriter(java.io.PrintWriter out) throws java.sql.SQLException
java.sql.SQLExceptionvoid setLoginTimeout(int seconds) throws java.sql.SQLException
java.sql.SQLExceptionint getLoginTimeout() throws java.sql.SQLException
java.sql.SQLException