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
SQLException
XAConnection getXAConnection(String user, String password) throws SQLException
SQLException
PrintWriter getLogWriter() throws SQLException
SQLException
void setLogWriter(PrintWriter out) throws SQLException
SQLException
void setLoginTimeout(int seconds) throws SQLException
SQLException
int getLoginTimeout() throws SQLException
SQLException