org.apache.avalon.excalibur.datasource
Interface PoolSettable
- All Superinterfaces:
- org.apache.avalon.excalibur.pool.Poolable, org.apache.avalon.excalibur.pool.Recyclable
- All Known Implementing Classes:
- AbstractJdbcConnection
- public interface PoolSettable
- extends org.apache.avalon.excalibur.pool.Recyclable
Hack class to work around the dynamic proxy issues of not allowing
abstract base classes as an "interface".
- Author:
- Avalon Development Team
Method Summary |
void |
setPool(org.apache.avalon.excalibur.pool.Pool pool)
Set the pool that will be used to recycle. |
Methods inherited from interface org.apache.avalon.excalibur.pool.Recyclable |
recycle |
setPool
public void setPool(org.apache.avalon.excalibur.pool.Pool pool)
- Set the pool that will be used to recycle.
- Parameters:
pool
-
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.