|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.log.output.db.DefaultDataSource
A basic datasource that doesn't do any pooling but just wraps around default mechanisms.
| Constructor Summary | |
DefaultDataSource(String url,
String username,
String password)
|
|
| Method Summary | |
Connection |
getConnection()
Attempt to establish a database connection. |
Connection |
getConnection(String username,
String password)
Attempt to establish a database connection. |
int |
getLoginTimeout()
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database. |
PrintWriter |
getLogWriter()
Get the log writer for this data source. |
void |
setLoginTimeout(int loginTimeout)
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database. |
void |
setLogWriter(PrintWriter logWriter)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultDataSource(String url,
String username,
String password)
| Method Detail |
public Connection getConnection()
throws SQLException
getConnection in interface DataSourceSQLException
public Connection getConnection(String username,
String password)
throws SQLException
getConnection in interface DataSourceSQLException
public int getLoginTimeout()
throws SQLException
getLoginTimeout in interface DataSourceSQLException
public PrintWriter getLogWriter()
throws SQLException
getLogWriter in interface DataSourceSQLException
public void setLoginTimeout(int loginTimeout)
throws SQLException
setLoginTimeout in interface DataSourceloginTimeout - the loging timeout in seconds
SQLException
public void setLogWriter(PrintWriter logWriter)
throws SQLException
setLogWriter in interface DataSourceSQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||