All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AbandonedConfig Configuration settings for handling abandoned db connections.AbandonedObjectPool An implementation of a Jakarta-Commons ObjectPool which tracks JDBC connections and can recover abandoned db connections.AbandonedTrace Tracks db connection usage for recovering and reporting abandoned db connections.BasicDataSource Basic implementation ofjavax.sql.DataSourcethat is configured via JavaBeans properties.BasicDataSourceFactory JNDI object factory that creates an instance ofBasicDataSourcethat has been configured based on theRefAddrvalues of the specifiedReference, which must match the names and data types of theBasicDataSourcebean properties.BasicManagedDataSource BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.ConnectionFactory Abstract factory interface for creatingConnections.ConstructorUtil MiscellaneousConstructorrelated utility functions.DataSourceConnectionFactory ADataSource-based implementation ofConnectionFactory.DataSourceXAConnectionFactory An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.DbcpException Deprecated. This will be removed in a future version of DBCP.DelegatingCallableStatement A base delegating implementation ofCallableStatement.DelegatingConnection A base delegating implementation ofConnection.DelegatingDatabaseMetaData A base delegating implementation ofDatabaseMetaData.DelegatingPreparedStatement A base delegating implementation ofPreparedStatement.DelegatingResultSet A base delegating implementation ofResultSet.DelegatingStatement A base delegating implementation ofStatement.DriverAdapterCPDS An adapter for jdbc drivers that do not include an implementation ofConnectionPoolDataSource, but still include aDriverManagerimplementation.DriverConnectionFactory ADriver-based implementation ofConnectionFactory.DriverManagerConnectionFactory ADriverManager-based implementation ofConnectionFactory.InstanceKeyDataSource The base class forSharedPoolDataSourceandPerUserPoolDataSource.JOCLContentHandler AContentHandlerfor the Java Object Configuration Language.LocalXAConnectionFactory An implementation of XAConnectionFactory which manages non-XA connections in XA transactions.LocalXAConnectionFactory.LocalXAResource LocalXAResource is a fake XAResource for non-XA connections.ManagedConnection ManagedConnection is responsible for managing a database connection in a transactional environment (typically called "Container Managed").ManagedDataSource The ManagedDataSource is a PoolingDataSource that creates ManagedConnections.PerUserPoolDataSource A poolingDataSourceappropriate for deployment within J2EE environment.PerUserPoolDataSourceFactory A JNDI ObjectFactory which createsSharedPoolDataSourcesPoolableCallableStatement ADelegatingCallableStatementthat cooperates withPoolingConnectionto implement a pool ofCallableStatements.PoolableConnection A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPoolwhen closed.PoolableConnectionFactory APoolableObjectFactorythat createsPoolableConnections.PoolableManagedConnection PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.PoolableManagedConnectionFactory APoolableConnectionFactorythat createsPoolableManagedConnections.PoolablePreparedStatement ADelegatingPreparedStatementthat cooperates withPoolingConnectionto implement a pool ofPreparedStatements.PoolingConnection ADelegatingConnectionthat poolsPreparedStatements.PoolingDataSource A simpleDataSourceimplementation that obtainsConnections from the specifiedObjectPool.PoolingDriver ADriverimplementation that obtainsConnections from a registeredObjectPool.SharedPoolDataSource A poolingDataSourceappropriate for deployment within J2EE environment.SharedPoolDataSourceFactory A JNDI ObjectFactory which createsSharedPoolDataSourcesSQLNestedException Deprecated. Use '(SQLException) new SQLException(msg).initCause(e)' instead; this class will be removed in DBCP 2.0TransactionContext TransactionContext represents the association between a single XAConnectionFactory and a Transaction.TransactionContextListener A listener for transaction completion events.TransactionRegistry TransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory.XAConnectionFactory XAConnectionFactory is an extension of ConnectionFactory used to create connections in a transaction managed environment.