Package org.apache.tomcat.jdbc.pool
package org.apache.tomcat.jdbc.pool
-
ClassDescriptionUtility class for loading classes using multiple class loaders.Implementation of simple connection pool.A scheduled task that periodically checks for abandoned connections, validates idle connections, and resizes the idle pool according to the pool's configuration.A DataSource that can be instantiated through IoC and implements the DataSource interface since the DataSourceProxy is used as a generic proxy.JNDI object factory that creates an instance of
BasicDataSourcethat has been configured based on theRefAddrvalues of the specifiedReference, which must match the names and data types of theBasicDataSourcebean properties.The DataSource proxy lets us implements methods that don't exist in the current compiler JDK but might be methods that are part of a future JDK DataSource interface.A DisposableConnectionFacade object is the top most interceptor that wraps an object of typePooledConnection.A simple implementation of a blocking queue with fairness waiting. invocations to method poll(...) will get handed out in the order they were received.Abstract class that is to be extended for implementations of interceptors.EXPERIMENTAL AND NOT YET COMPLETE!A list of properties that are configurable for a connection pool.Represents a pooled connection and holds a reference to theConnectionobjectJMX MBean interface for monitoring pooled connections.Exception thrown when the connection pool is exhausted and no connections are available.Implementation ofPoolConfigurationthat holds the configuration properties for a connection pool.Definition of a JDBC interceptor with its configuration properties.Represents a property for a JDBC interceptor.Utility methods for managing JDBC pool properties.A ProxyConnection object is the bottom most interceptor that wraps an object of typePooledConnection.Facade that creates statement and result set proxies.Interceptor that traps any unhandled exception types and throws an exception that has been declared by the method called, or throw an SQLException if it is declared.Interface to be implemented by custom validator classes.XA-enabled data source for distributed transaction support.