Package org.apache.avalon.excalibur.datasource

Datastore utilities.

See:
          Description

Interface Summary
DataSourceComponent The standard interface for DataSources in Avalon.
PoolSettable Hack class to work around the dynamic proxy issues of not allowing abstract base classes as an "interface".
ProxiedJdbcConnection A JDBC connection that has a proxy around it in order to dynamically implement JDBC2/3 needs to get a handle to its proxied self so that the proxied version can be returned to the pool.
 

Class Summary
AbstractJdbcConnection The Connection object used in conjunction with the JdbcDataSource object.
InformixDataSource The Informix implementation for DataSources in Excalibur.
J2eeDataSource The J2EE implementation for DataSources in Cocoon.
Jdbc3Connection Deprecated. No longer necessary due to the dynamic proxies
JdbcConnection Deprecated. No longer necessary due to the dynamic proxies
JdbcConnectionFactory The Factory implementation for JdbcConnections.
JdbcConnectionPool The Pool implementation for JdbcConnections.
JdbcDataSource The Default implementation for DataSources in Avalon.
ResourceLimitingJdbcConnectionPool A ResourceLimiting JdbcConnectionPool which allows for fine configuration of how the pool scales to loads.
ResourceLimitingJdbcDataSource The ResourceLimiting implementation for DataSources in Avalon.
 

Exception Summary
NoAvailableConnectionException Exception that is thrown when there are no more Connection objects available in the pool.
NoValidConnectionException Exception that is thrown when there is no valid Connection wrapper available in the ClassLoader.
 

Package org.apache.avalon.excalibur.datasource Description

Datastore utilities.



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.