javax.sql
Interface XADataSource


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)
           
 

Method Detail

getXAConnection

XAConnection getXAConnection()
                             throws SQLException
Throws:
SQLException

getXAConnection

XAConnection getXAConnection(String user,
                             String password)
                             throws SQLException
Throws:
SQLException

getLogWriter

PrintWriter getLogWriter()
                         throws SQLException
Throws:
SQLException

setLogWriter

void setLogWriter(PrintWriter out)
                  throws SQLException
Throws:
SQLException

setLoginTimeout

void setLoginTimeout(int seconds)
                     throws SQLException
Throws:
SQLException

getLoginTimeout

int getLoginTimeout()
                    throws SQLException
Throws:
SQLException