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".


Method Summary
 boolean isClosed()
           
 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 -

isClosed

public boolean isClosed()
                 throws SQLException
SQLException


Copyright © 2000-2003 Apache Avalon Project. All Rights Reserved.