Package org.opencms.db
Class CmsDbPool
java.lang.Object
org.opencms.db.CmsDbPool
Deprecated.
Connection pooling is now done by CmsDbPoolV11, and everything except the constants
have been removed from this class. Once JPA integration is removed, this class can be deleted.
- Since:
- 6.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.This prefix is required to make the JDBC DriverManager return pooled DBCP connections.static final String
Deprecated.Key for number of connection attempts.static final String
Deprecated.Key for connection waiting.static final String
Deprecated.Key for jdbc driver.static final String
Deprecated.Prefix for database keys.static final String
Deprecated.Key for the database name.static final String
Deprecated.Key for the pool id.static final String
Deprecated.Key for statement pooling.static final String
Deprecated.Key for the entity manager pool size.static final String
Deprecated.Key for jdbc driver.static final String
Deprecated.Key for jdbc url.static final String
Deprecated.Key for jdbc url params.static final String
Deprecated.Key for maximum active connections.static final String
Deprecated.Key for maximum idle connections.static final String
Deprecated.Key for maximum wait time.static final String
Deprecated.Key for minimum idle time before a connection is subject to an eviction test.static final String
Deprecated.Key for minimum number of connections kept open.static final String
Deprecated.Key for number of tested connections per run.static final String
Deprecated.Key for database password.static final String
Deprecated.Key for default.static final String
Deprecated.Key for pool url.static final String
Deprecated.Key for pool user.static final String
Deprecated.Key for vfs pool.static final String
Deprecated.Key for pooling flag.static final String
Deprecated.Key for test on borrow flag.static final String
Deprecated.Key for test query.static final String
Deprecated.Key for test while idle flag.static final String
Deprecated.Key for time between two eviction runs.static final String
Deprecated.Key for user name.static final String
Deprecated.Key for "when pool exhausted" action.static final String
Deprecated.The name of the opencms default pool.static final String
Deprecated.The default OpenCms JDBC pool URL.static final String
Deprecated.The prefix used for opencms JDBC pools. -
Method Summary
-
Field Details
-
DBCP_JDBC_URL_PREFIX
Deprecated.This prefix is required to make the JDBC DriverManager return pooled DBCP connections.- See Also:
-
KEY_CONNECT_ATTEMTS
Deprecated.Key for number of connection attempts.- See Also:
-
KEY_CONNECT_WAITS
Deprecated.Key for connection waiting.- See Also:
-
KEY_DATABASE
Deprecated.Prefix for database keys.- See Also:
-
KEY_DATABASE_NAME
Deprecated.Key for the database name.- See Also:
-
KEY_DATABASE_POOL
Deprecated.Key for the pool id.- See Also:
-
KEY_DATABASE_STATEMENTS
Deprecated.Key for statement pooling.- See Also:
-
KEY_ENTITY_MANAGER_POOL_SIZE
Deprecated.Key for the entity manager pool size.- See Also:
-
KEY_CONNECTION_PROPERTIES
Deprecated.Key for jdbc driver.- See Also:
-
KEY_JDBC_DRIVER
Deprecated.Key for jdbc driver.- See Also:
-
KEY_JDBC_URL
Deprecated.Key for jdbc url.- See Also:
-
KEY_JDBC_URL_PARAMS
Deprecated.Key for jdbc url params.- See Also:
-
KEY_MAX_ACTIVE
Deprecated.Key for maximum active connections.- See Also:
-
KEY_MAX_IDLE
Deprecated.Key for maximum idle connections.- See Also:
-
KEY_MAX_WAIT
Deprecated.Key for maximum wait time.- See Also:
-
KEY_MIN_EVICTABLE_IDLE_TIME
Deprecated.Key for minimum idle time before a connection is subject to an eviction test.- See Also:
-
KEY_MIN_IDLE
Deprecated.Key for minimum number of connections kept open.- See Also:
-
KEY_NUM_TESTS_PER_EVICTION_RUN
Deprecated.Key for number of tested connections per run.- See Also:
-
KEY_PASSWORD
Deprecated.Key for database password.- See Also:
-
KEY_POOL_DEFAULT
Deprecated.Key for default.- See Also:
-
KEY_POOL_URL
Deprecated.Key for pool url.- See Also:
-
KEY_POOL_USER
Deprecated.Key for pool user.- See Also:
-
KEY_POOL_VFS
Deprecated.Key for vfs pool.- See Also:
-
KEY_POOLING
Deprecated.Key for pooling flag.- See Also:
-
KEY_TEST_ON_BORROW
Deprecated.Key for test on borrow flag.- See Also:
-
KEY_TEST_QUERY
Deprecated.Key for test query.- See Also:
-
KEY_TEST_WHILE_IDLE
Deprecated.Key for test while idle flag.- See Also:
-
KEY_TIME_BETWEEN_EVICTION_RUNS
Deprecated.Key for time between two eviction runs.- See Also:
-
KEY_USERNAME
Deprecated.Key for user name.- See Also:
-
KEY_WHEN_EXHAUSTED_ACTION
Deprecated.Key for "when pool exhausted" action.- See Also:
-
OPENCMS_DEFAULT_POOL_NAME
Deprecated.The name of the opencms default pool.- See Also:
-
OPENCMS_DEFAULT_POOL_URL
Deprecated.The default OpenCms JDBC pool URL.- See Also:
-
OPENCMS_URL_PREFIX
Deprecated.The prefix used for opencms JDBC pools.- See Also:
-