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