Package org.apache.tomcat.jdbc.pool
package org.apache.tomcat.jdbc.pool
-
ClassDescriptionImplementation of simple connection pool.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
BasicDataSource
that has been configured based on theRefAddr
values of the specifiedReference
, which must match the names and data types of theBasicDataSource
bean 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.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 theConnection
objectA ProxyConnection object is the bottom most interceptor that wraps an object of typePooledConnection
.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.