Serialized Form
Package org.apache.commons.dbcp |
Class org.apache.commons.dbcp.DbcpException extends RuntimeException implements Serializable |
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
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
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<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
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Supports Serialization interface.
- Throws:
IOException
- if an error occurs
ClassNotFoundException
- if an error occurs
maxActive
int maxActive
maxIdle
int maxIdle
maxWait
int maxWait
pool
KeyedObjectPool pool
Copyright © 2001-2003 Apache Software Foundation. Documenation generated January 27 2013.