org.apache.avalon.excalibur.datasource
Interface PoolSettable

All Superinterfaces:
Poolable, Recyclable
All Known Implementing Classes:
AbstractJdbcConnection

public interface PoolSettable
extends 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(Pool pool)
          Set the pool that will be used to recycle.
 
Methods inherited from interface org.apache.avalon.excalibur.pool.Recyclable
recycle
 

Method Detail

setPool

public void setPool(Pool pool)
Set the pool that will be used to recycle.

Parameters:
pool -


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