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 an SQLException 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

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


poolPreparedStatements

boolean poolPreparedStatements

maxActive

int maxActive

maxIdle

int maxIdle

_timeBetweenEvictionRunsMillis

int _timeBetweenEvictionRunsMillis

_numTestsPerEvictionRun

int _numTestsPerEvictionRun

_minEvictableIdleTimeMillis

int _minEvictableIdleTimeMillis

_maxPreparedStatements

int _maxPreparedStatements

getConnectionCalled

boolean getConnectionCalled
Whether or not getConnection has been called


connectionProperties

Properties connectionProperties
Connection properties passed to JDBC Driver


accessToUnderlyingConnectionAllowed

boolean accessToUnderlyingConnectionAllowed
Controls access to the underlying connection


Package org.apache.commons.dbcp.datasources

Class org.apache.commons.dbcp.datasources.InstanceKeyDataSource extends Object implements Serializable

serialVersionUID: -4243533936955098795L

Serialized Fields

getConnectionCalled

boolean getConnectionCalled
Guards property setters - once true, setters throw IllegalStateException


dataSource

ConnectionPoolDataSource dataSource
Underlying source of PooledConnections


dataSourceName

String dataSourceName
DataSource Name used to find the ConnectionPoolDataSource


defaultAutoCommit

boolean defaultAutoCommit

defaultTransactionIsolation

int defaultTransactionIsolation

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
true iff one of the setters for testOnBorrow, testOnReturn, testWhileIdle has been called.


instanceKey

String instanceKey
Instance key

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 occurs
ClassNotFoundException - if an error occurs
Serialized Fields

defaultMaxActive

int defaultMaxActive

defaultMaxIdle

int defaultMaxIdle

defaultMaxWait

int defaultMaxWait

perUserDefaultAutoCommit

Map<K,V> perUserDefaultAutoCommit

perUserDefaultTransactionIsolation

Map<K,V> perUserDefaultTransactionIsolation

perUserMaxActive

Map<K,V> perUserMaxActive

perUserMaxIdle

Map<K,V> perUserMaxIdle

perUserMaxWait

Map<K,V> perUserMaxWait

perUserDefaultReadOnly

Map<K,V> perUserDefaultReadOnly

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 occurs
ClassNotFoundException - if an error occurs
Serialized Fields

maxActive

int maxActive

maxIdle

int maxIdle

maxWait

int maxWait



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.