Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.dbcp2 Classes and Interfaces - 46 results found.
NameDescriptionTypePackageFramework
AbandonedTraceTracks db connection usage for recovering and reporting abandoned db connections.Classorg.apache.commons.dbcp2Apache Commons
BasicDataSourceBasic implementation of javax.Classorg.apache.commons.dbcp2Apache Commons
BasicDataSourceFactoryJNDI object factory that creates an instance of BasicDataSource that has been configured based on theClassorg.apache.commons.dbcp2Apache Commons
BasicDataSourceMXBeanDefines the methods that will be made available via JMX.Interfaceorg.apache.commons.dbcp2Apache Commons
BasicManagedDataSourceBasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.Classorg.apache.commons.dbcp2.managedApache Commons
ConnectionFactoryAbstract factory interface for creating Connections.Interfaceorg.apache.commons.dbcp2Apache Commons
ConstantsConstants for use with JMXSince:2.Classorg.apache.commons.dbcp2Apache Commons
DataSourceConnectionFactoryA DataSource-based implementation of ConnectionFactory.Classorg.apache.commons.dbcp2Apache Commons
DataSourceXAConnectionFactoryAn implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.Classorg.apache.commons.dbcp2.managedApache Commons
DelegatingCallableStatementA base delegating implementation of CallableStatement.Classorg.apache.commons.dbcp2Apache Commons
DelegatingConnectionA base delegating implementation of Connection.Classorg.apache.commons.dbcp2Apache Commons
DelegatingDatabaseMetaDataA base delegating implementation of DatabaseMetaData.Classorg.apache.commons.dbcp2Apache Commons
DelegatingPreparedStatementA base delegating implementation of PreparedStatement.Classorg.apache.commons.dbcp2Apache Commons
DelegatingResultSetA base delegating implementation of ResultSet.Classorg.apache.commons.dbcp2Apache Commons
DelegatingStatementA base delegating implementation of Statement.Classorg.apache.commons.dbcp2Apache Commons
DriverAdapterCPDS An adapter for jdbc drivers that do not include an implementation of ConnectionPoolDataSource, but still include aClassorg.apache.commons.dbcp2.cpdsadapterApache Commons
DriverConnectionFactoryA Driver-based implementation of ConnectionFactory.Classorg.apache.commons.dbcp2Apache Commons
DriverManagerConnectionFactoryA DriverManager-based implementation of ConnectionFactory.Classorg.apache.commons.dbcp2Apache Commons
InstanceKeyDataSourceThe base class for SharedPoolDataSource and PerUserPoolDataSource.Classorg.apache.commons.dbcp2.datasourcesApache Commons
LocalXAConnectionFactoryAn implementation of XAConnectionFactory which manages non-XA connections in XA transactions.Classorg.apache.commons.dbcp2.managedApache Commons
LocalXAConnectionFactory .LocalXAResourceLocalXAResource is a fake XAResource for non-XA connections.Classorg.apache.commons.dbcp2.managed.LocalXAConnectionFactoryApache Commons
ManagedConnectionManagedConnection is responsible for managing a database connection in a transactional environment (typically called Container Managed).Classorg.apache.commons.dbcp2.managedApache Commons
ManagedDataSourceThe ManagedDataSource is a PoolingDataSource that creates ManagedConnections.Classorg.apache.commons.dbcp2.managedApache Commons
PerUserPoolDataSourceA pooling DataSource appropriate for deployment within J2EE environment.Classorg.apache.commons.dbcp2.datasourcesApache Commons
PerUserPoolDataSourceFactoryA JNDI ObjectFactory which creates SharedPoolDataSourcesSince:2.Classorg.apache.commons.dbcp2.datasourcesApache Commons
PoolableCallableStatementA DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.Classorg.apache.commons.dbcp2Apache Commons
PoolableConnectionA delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool whenClassorg.apache.commons.dbcp2Apache Commons
PoolableConnectionFactoryA PooledObjectFactory that creates PoolableConnections.Classorg.apache.commons.dbcp2Apache Commons
PoolableConnectionMXBeanDefines the attributes and methods that will be exposed via JMX for PoolableConnection instances.Interfaceorg.apache.commons.dbcp2Apache Commons
PoolableManagedConnectionPoolableConnection that unregisters from TransactionRegistry on Connection real destroy.Classorg.apache.commons.dbcp2.managedApache Commons
PoolableManagedConnectionFactoryA PoolableConnectionFactory that creates PoolableManagedConnections.Classorg.apache.commons.dbcp2.managedApache Commons
PoolablePreparedStatementA DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.Classorg.apache.commons.dbcp2Apache Commons
PoolingConnectionA DelegatingConnection that pools PreparedStatements.Classorg.apache.commons.dbcp2Apache Commons
PoolingConnection .StatementTypeThe possible statement types.Classorg.apache.commons.dbcp2.PoolingConnectionApache Commons
PoolingDataSourceA simple DataSource implementation that obtains Connections from the specified ObjectPool.Classorg.apache.commons.dbcp2Apache Commons
PoolingDriverA Driver implementation that obtains Connections from a registeredClassorg.apache.commons.dbcp2Apache Commons
PStmtKeyA key uniquely identifying PreparedStatements.Classorg.apache.commons.dbcp2Apache Commons
PStmtKeyCPDSA key uniquely identifying a PreparedStatement.Classorg.apache.commons.dbcp2.cpdsadapterApache Commons
SharedPoolDataSourceA pooling DataSource appropriate for deployment within J2EE environment.Classorg.apache.commons.dbcp2.datasourcesApache Commons
SharedPoolDataSourceFactoryA JNDI ObjectFactory which creates SharedPoolDataSourcesSince:2.Classorg.apache.commons.dbcp2.datasourcesApache Commons
SwallowedExceptionLoggerClass for logging swallowed exceptions.Classorg.apache.commons.dbcp2Apache Commons
TransactionContextTransactionContext represents the association between a single XAConnectionFactory and a Transaction.Classorg.apache.commons.dbcp2.managedApache Commons
TransactionContextListenerA listener for transaction completion events.Interfaceorg.apache.commons.dbcp2.managedApache Commons
TransactionRegistryTransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory.Classorg.apache.commons.dbcp2.managedApache Commons
UtilsClassorg.apache.commons.dbcp2Apache Commons
XAConnectionFactoryXAConnectionFactory is an extension of ConnectionFactory used to create connections in a transaction managed environment.Interfaceorg.apache.commons.dbcp2.managedApache Commons