|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.dbcp.BasicDataSource
org.apache.openejb.resource.jdbc.dbcp.BasicDataSource
public class BasicDataSource
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.dbcp.BasicDataSource |
|---|
closed, connectionInitSqls, connectionPool, connectionProperties, dataSource, defaultAutoCommit, defaultCatalog, defaultReadOnly, defaultTransactionIsolation, driverClassLoader, driverClassName, initialSize, logWriter, maxActive, maxIdle, maxOpenPreparedStatements, maxWait, minEvictableIdleTimeMillis, minIdle, numTestsPerEvictionRun, password, poolPreparedStatements, testOnBorrow, testOnReturn, testWhileIdle, timeBetweenEvictionRunsMillis, url, username, validationQuery, validationQueryTimeout |
| Constructor Summary | |
|---|---|
BasicDataSource()
|
|
BasicDataSource(String name)
|
|
| Method Summary | |
|---|---|
void |
close()
|
protected org.apache.commons.dbcp.ConnectionFactory |
createConnectionFactory()
|
protected DataSource |
createDataSource()
|
String |
getJdbcDriver()
|
String |
getJdbcUrl()
|
Logger |
getParentLogger()
|
String |
getPasswordCipher()
Returns the password codec class name to use to retrieve plain text password. |
String |
getUserName()
|
void |
setDefaultTransactionIsolation(String s)
|
void |
setDelegate(CommonDataSource delegate)
|
void |
setJdbcDriver(String string)
|
void |
setJdbcUrl(String string)
|
void |
setMaxWait(int maxWait)
|
void |
setName(String name)
|
void |
setPasswordCipher(String passwordCipher)
Sets the passwordCipher. |
void |
setUserName(String string)
|
static SQLException |
toSQLException(Throwable e)
|
| Methods inherited from class org.apache.commons.dbcp.BasicDataSource |
|---|
addConnectionProperty, createConnectionPool, createDataSourceInstance, createPoolableConnectionFactory, getConnection, getConnection, getConnectionInitSqls, getDefaultAutoCommit, getDefaultCatalog, getDefaultReadOnly, getDefaultTransactionIsolation, getDriverClassLoader, getDriverClassName, getInitialSize, getLogAbandoned, getLoginTimeout, getLogWriter, getMaxActive, getMaxIdle, getMaxOpenPreparedStatements, getMaxWait, getMinEvictableIdleTimeMillis, getMinIdle, getNumActive, getNumIdle, getNumTestsPerEvictionRun, getPassword, getRemoveAbandoned, getRemoveAbandonedTimeout, getTestOnBorrow, getTestOnReturn, getTestWhileIdle, getTimeBetweenEvictionRunsMillis, getUrl, getUsername, getValidationQuery, getValidationQueryTimeout, isAccessToUnderlyingConnectionAllowed, isClosed, isPoolPreparedStatements, isWrapperFor, log, removeConnectionProperty, setAccessToUnderlyingConnectionAllowed, setConnectionInitSqls, setConnectionProperties, setDefaultAutoCommit, setDefaultCatalog, setDefaultReadOnly, setDefaultTransactionIsolation, setDriverClassLoader, setDriverClassName, setInitialSize, setLogAbandoned, setLoginTimeout, setLogWriter, setMaxActive, setMaxIdle, setMaxOpenPreparedStatements, setMaxWait, setMinEvictableIdleTimeMillis, setMinIdle, setNumTestsPerEvictionRun, setPassword, setPoolPreparedStatements, setRemoveAbandoned, setRemoveAbandonedTimeout, setTestOnBorrow, setTestOnReturn, setTestWhileIdle, setTimeBetweenEvictionRunsMillis, setUrl, setUsername, setValidationQuery, setValidationQueryTimeout, unwrap, validateConnectionFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicDataSource()
public BasicDataSource(String name)
| Method Detail |
|---|
public void setDelegate(CommonDataSource delegate)
protected org.apache.commons.dbcp.ConnectionFactory createConnectionFactory()
throws SQLException
createConnectionFactory in class org.apache.commons.dbcp.BasicDataSourceSQLExceptionpublic String getPasswordCipher()
public void setPasswordCipher(String passwordCipher)
Sets the passwordCipher.
passwordCipher - password codec valuepublic String getUserName()
public void setUserName(String string)
public String getJdbcDriver()
public void setJdbcDriver(String string)
public String getJdbcUrl()
public void setJdbcUrl(String string)
public void setDefaultTransactionIsolation(String s)
public void setMaxWait(int maxWait)
protected DataSource createDataSource()
throws SQLException
createDataSource in class org.apache.commons.dbcp.BasicDataSourceSQLExceptionpublic static SQLException toSQLException(Throwable e)
public void close()
throws SQLException
close in class org.apache.commons.dbcp.BasicDataSourceSQLException
public Logger getParentLogger()
throws SQLFeatureNotSupportedException
SQLFeatureNotSupportedExceptionpublic void setName(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||