Serialized Form
-
Package org.apache.commons.dbcp
-
Class org.apache.commons.dbcp.DbcpException extends RuntimeException implements Serializable
- serialVersionUID:
- 2477800549022838103L
-
Serialized Fields
-
cause
Throwable cause
Deprecated.The root cause of this exception (typically anSQLException
but this is not required).
-
-
Class org.apache.commons.dbcp.SQLNestedException extends SQLException implements Serializable
- serialVersionUID:
- 1046151479543081202L
-
-
Package org.apache.commons.dbcp.cpdsadapter
-
Class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS extends Object implements Serializable
- serialVersionUID:
- -4820523787212147844L
-
Serialized Fields
-
_maxPreparedStatements
int _maxPreparedStatements
-
_minEvictableIdleTimeMillis
int _minEvictableIdleTimeMillis
-
_numTestsPerEvictionRun
int _numTestsPerEvictionRun
-
_timeBetweenEvictionRunsMillis
int _timeBetweenEvictionRunsMillis
-
accessToUnderlyingConnectionAllowed
boolean accessToUnderlyingConnectionAllowed
Controls access to the underlying connection -
connectionProperties
Properties connectionProperties
Connection properties passed to JDBC Driver -
description
String description
Description -
driver
String driver
Driver class name -
getConnectionCalled
boolean getConnectionCalled
Whether or not getConnection has been called -
loginTimeout
int loginTimeout
Login TimeOut in seconds -
maxActive
int maxActive
-
maxIdle
int maxIdle
-
password
String password
Password -
poolPreparedStatements
boolean poolPreparedStatements
-
url
String url
Url name -
user
String user
User name
-
-
-
Package org.apache.commons.dbcp.datasources
-
Class org.apache.commons.dbcp.datasources.InstanceKeyDataSource extends Object implements Serializable
- serialVersionUID:
- -4243533936955098795L
-
Serialized Fields
-
_minEvictableIdleTimeMillis
int _minEvictableIdleTimeMillis
-
_numTestsPerEvictionRun
int _numTestsPerEvictionRun
-
_testOnBorrow
boolean _testOnBorrow
-
_testOnReturn
boolean _testOnReturn
-
_testWhileIdle
boolean _testWhileIdle
-
_timeBetweenEvictionRunsMillis
int _timeBetweenEvictionRunsMillis
-
dataSource
ConnectionPoolDataSource dataSource
Underlying source of PooledConnections -
dataSourceName
String dataSourceName
DataSource Name used to find the ConnectionPoolDataSource -
defaultAutoCommit
boolean defaultAutoCommit
-
defaultReadOnly
boolean defaultReadOnly
-
defaultTransactionIsolation
int defaultTransactionIsolation
-
description
String description
Description -
getConnectionCalled
boolean getConnectionCalled
Guards property setters - once true, setters throw IllegalStateException -
instanceKey
String instanceKey
Instance key -
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 -
rollbackAfterValidation
boolean rollbackAfterValidation
-
testPositionSet
boolean testPositionSet
true iff one of the setters for testOnBorrow, testOnReturn, testWhileIdle has been called. -
validationQuery
String validationQuery
-
-
Class org.apache.commons.dbcp.datasources.PerUserPoolDataSource extends InstanceKeyDataSource implements Serializable
- serialVersionUID:
- -3104731034410444060L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Supports Serialization interface.- Throws:
IOException
- if an error occursClassNotFoundException
- if an error occurs
-
-
Serialized Fields
-
defaultMaxActive
int defaultMaxActive
-
defaultMaxIdle
int defaultMaxIdle
-
defaultMaxWait
int defaultMaxWait
-
perUserDefaultAutoCommit
Map perUserDefaultAutoCommit
-
perUserDefaultReadOnly
Map perUserDefaultReadOnly
-
perUserDefaultTransactionIsolation
Map perUserDefaultTransactionIsolation
-
perUserMaxActive
Map perUserMaxActive
-
perUserMaxIdle
Map perUserMaxIdle
-
perUserMaxWait
Map perUserMaxWait
-
-
Class org.apache.commons.dbcp.datasources.SharedPoolDataSource extends InstanceKeyDataSource implements Serializable
- serialVersionUID:
- -8132305535403690372L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Supports Serialization interface.- Throws:
IOException
- if an error occursClassNotFoundException
- if an error occurs
-
-
Serialized Fields
-
maxActive
int maxActive
-
maxIdle
int maxIdle
-
maxWait
int maxWait
-
-