All Classes
-
All Classes Interface Summary Class Summary Class Description AbandonedTrace Tracks db connection usage for recovering and reporting abandoned db connections.BasicDataSource Basic implementation ofjavax.sql.DataSource
that is configured via JavaBeans properties.BasicDataSourceFactory JNDI object factory that creates an instance ofBasicDataSource
that has been configured based on theRefAddr
values of the specifiedReference
, which must match the names and data types of theBasicDataSource
bean properties with the following exceptions:BasicDataSourceMXBean Defines the methods that will be made available via JMX.BasicManagedDataSource BasicManagedDataSource is an extension of BasicDataSource which creates ManagedConnections.ConnectionFactory Abstract factory interface for creatingConnection
s.Constants Constants for use with JMXDataSourceConnectionFactory ADataSource
-based implementation ofConnectionFactory
.DataSourceXAConnectionFactory An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.DelegatingCallableStatement A base delegating implementation ofCallableStatement
.DelegatingConnection<C extends java.sql.Connection> 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 aDriverManager
implementation.DriverConnectionFactory ADriver
-based implementation ofConnectionFactory
.DriverManagerConnectionFactory ADriverManager
-based implementation ofConnectionFactory
.InstanceKeyDataSource The base class forSharedPoolDataSource
andPerUserPoolDataSource
.LocalXAConnectionFactory An implementation of XAConnectionFactory which manages non-XA connections in XA transactions.ManagedConnection<C extends java.sql.Connection> ManagedConnection is responsible for managing a database connection in a transactional environment (typically called "Container Managed").ManagedDataSource<C extends java.sql.Connection> The ManagedDataSource is a PoolingDataSource that creates ManagedConnections.PerUserPoolDataSource A poolingDataSource
appropriate for deployment within J2EE environment.PerUserPoolDataSourceFactory A JNDI ObjectFactory which createsSharedPoolDataSource
sPoolableCallableStatement ADelegatingCallableStatement
that cooperates withPoolingConnection
to implement a pool ofCallableStatement
s.PoolableConnection A delegating connection that, rather than closing the underlying connection, returns itself to anObjectPool
when closed.PoolableConnectionFactory APooledObjectFactory
that createsPoolableConnection
s.PoolableConnectionMXBean Defines the attributes and methods that will be exposed via JMX forPoolableConnection
instances.PoolableManagedConnection PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.PoolableManagedConnectionFactory APoolableConnectionFactory
that createsPoolableManagedConnection
s.PoolablePreparedStatement<K> ADelegatingPreparedStatement
that cooperates withPoolingConnection
to implement a pool ofPreparedStatement
s.PoolingConnection ADelegatingConnection
that poolsPreparedStatement
s.PoolingDataSource<C extends java.sql.Connection> A simpleDataSource
implementation that obtainsConnection
s from the specifiedObjectPool
.PoolingDriver ADriver
implementation that obtainsConnection
s from a registeredObjectPool
.PStmtKey A key uniquely identifyingPreparedStatement
s.PStmtKeyCPDS A key uniquely identifying aPreparedStatement
.SharedPoolDataSource A poolingDataSource
appropriate for deployment within J2EE environment.SharedPoolDataSourceFactory A JNDI ObjectFactory which createsSharedPoolDataSource
sSwallowedExceptionLogger Class for logging swallowed exceptions.TransactionContext 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.Utils Utility methods.XAConnectionFactory XAConnectionFactory is an extension of ConnectionFactory used to create connections in a transaction managed environment.