Serialized Form
-
Package org.apache.commons.dbcp
-
Class org.apache.commons.dbcp.DbcpException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 2477800549022838103L
-
Serialized Fields
-
cause
java.lang.Throwable cause
Deprecated.The root cause of this exception (typically anSQLException
but this is not required).
-
-
Class org.apache.commons.dbcp.SQLNestedException extends java.sql.SQLException implements Serializable
- serialVersionUID:
- 1046151479543081202L
-
-
Package org.apache.commons.dbcp.cpdsadapter
-
Class org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS extends java.lang.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
java.util.Properties connectionProperties
Connection properties passed to JDBC Driver -
description
java.lang.String description
Description -
driver
java.lang.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
java.lang.String password
Password -
poolPreparedStatements
boolean poolPreparedStatements
-
url
java.lang.String url
Url name -
user
java.lang.String user
User name
-
-
-
Package org.apache.commons.dbcp.datasources
-
Class org.apache.commons.dbcp.datasources.InstanceKeyDataSource extends java.lang.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
javax.sql.ConnectionPoolDataSource dataSource
Underlying source of PooledConnections -
dataSourceName
java.lang.String dataSourceName
DataSource Name used to find the ConnectionPoolDataSource -
defaultAutoCommit
boolean defaultAutoCommit
-
defaultReadOnly
boolean defaultReadOnly
-
defaultTransactionIsolation
int defaultTransactionIsolation
-
description
java.lang.String description
Description -
getConnectionCalled
boolean getConnectionCalled
Guards property setters - once true, setters throw IllegalStateException -
instanceKey
java.lang.String instanceKey
Instance key -
jndiEnvironment
java.util.Properties jndiEnvironment
Environment that may be used to set up a jndi initial context. -
loginTimeout
int loginTimeout
Login TimeOut in seconds -
logWriter
java.io.PrintWriter logWriter
Log stream -
rollbackAfterValidation
boolean rollbackAfterValidation
-
testPositionSet
boolean testPositionSet
true iff one of the setters for testOnBorrow, testOnReturn, testWhileIdle has been called. -
validationQuery
java.lang.String validationQuery
-
-
Class org.apache.commons.dbcp.datasources.PerUserPoolDataSource extends InstanceKeyDataSource implements Serializable
- serialVersionUID:
- -3104731034410444060L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Supports Serialization interface.- Throws:
java.io.IOException
- if an error occursjava.lang.ClassNotFoundException
- if an error occurs
-
-
Serialized Fields
-
defaultMaxActive
int defaultMaxActive
-
defaultMaxIdle
int defaultMaxIdle
-
defaultMaxWait
int defaultMaxWait
-
perUserDefaultAutoCommit
java.util.Map perUserDefaultAutoCommit
-
perUserDefaultReadOnly
java.util.Map perUserDefaultReadOnly
-
perUserDefaultTransactionIsolation
java.util.Map perUserDefaultTransactionIsolation
-
perUserMaxActive
java.util.Map perUserMaxActive
-
perUserMaxIdle
java.util.Map perUserMaxIdle
-
perUserMaxWait
java.util.Map perUserMaxWait
-
-
Class org.apache.commons.dbcp.datasources.SharedPoolDataSource extends InstanceKeyDataSource implements Serializable
- serialVersionUID:
- -8132305535403690372L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
Supports Serialization interface.- Throws:
java.io.IOException
- if an error occursjava.lang.ClassNotFoundException
- if an error occurs
-
-
Serialized Fields
-
maxActive
int maxActive
-
maxIdle
int maxIdle
-
maxWait
int maxWait
-
-