Serialized Form
Package org.apache.commons.dbcp |
cause
Throwable cause
- Deprecated.
- The root cause of this exception (typically an
SQLException
but this is not required).
cause
Throwable cause
- Holds the reference to the exception or error that caused
this exception to be thrown.
Package org.apache.commons.dbcp.cpdsadapter |
description
String description
- Description
password
String password
- Password
url
String url
- Url name
user
String user
- User name
driver
String driver
- Driver class name
loginTimeout
int loginTimeout
- Login TimeOut in seconds
logWriter
PrintWriter logWriter
- Log stream
poolPreparedStatements
boolean poolPreparedStatements
maxActive
int maxActive
maxIdle
int maxIdle
_timeBetweenEvictionRunsMillis
int _timeBetweenEvictionRunsMillis
_numTestsPerEvictionRun
int _numTestsPerEvictionRun
_minEvictableIdleTimeMillis
int _minEvictableIdleTimeMillis
_maxPreparedStatements
int _maxPreparedStatements
getConnectionCalled
boolean getConnectionCalled
Package org.apache.commons.dbcp.datasources |
getConnectionCalled
boolean getConnectionCalled
cpds
ConnectionPoolDataSource cpds
dataSourceName
String dataSourceName
- DataSource Name used to find the ConnectionPoolDataSource
defaultAutoCommit
boolean defaultAutoCommit
defaultTransactionIsolation
int defaultTransactionIsolation
maxActive
int maxActive
maxIdle
int maxIdle
maxWait
int maxWait
defaultReadOnly
boolean defaultReadOnly
description
String description
- Description
jndiEnvironment
Properties jndiEnvironment
- Environment that may be used to set up a jndi initial context.
loginTimeout
int loginTimeout
- Login TimeOut in seconds
logWriter
PrintWriter logWriter
- Log stream
_testOnBorrow
boolean _testOnBorrow
_testOnReturn
boolean _testOnReturn
_timeBetweenEvictionRunsMillis
int _timeBetweenEvictionRunsMillis
_numTestsPerEvictionRun
int _numTestsPerEvictionRun
_minEvictableIdleTimeMillis
int _minEvictableIdleTimeMillis
_testWhileIdle
boolean _testWhileIdle
validationQuery
String validationQuery
rollbackAfterValidation
boolean rollbackAfterValidation
testPositionSet
boolean testPositionSet
instanceKey
String instanceKey
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Supports Serialization interface.
- Throws:
IOException
- if an error occurs
ClassNotFoundException
- if an error occurs
defaultMaxActive
int defaultMaxActive
defaultMaxIdle
int defaultMaxIdle
defaultMaxWait
int defaultMaxWait
perUserDefaultAutoCommit
Map perUserDefaultAutoCommit
perUserDefaultTransactionIsolation
Map perUserDefaultTransactionIsolation
perUserMaxActive
Map perUserMaxActive
perUserMaxIdle
Map perUserMaxIdle
perUserMaxWait
Map perUserMaxWait
perUserDefaultReadOnly
Map perUserDefaultReadOnly
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Supports Serialization interface.
- Throws:
IOException
- if an error occurs
ClassNotFoundException
- if an error occurs
userKeys
Map userKeys
maxActive
int maxActive
maxIdle
int maxIdle
maxWait
int maxWait
pool
KeyedObjectPool pool
Copyright © The Apache Software Foundation. All Rights Reserved.