Uses of Class
org.enhydra.jdbc.pool.GenericPool

Packages that use GenericPool
org.enhydra.jdbc.pool   
 

Uses of GenericPool in org.enhydra.jdbc.pool
 

Fields in org.enhydra.jdbc.pool declared as GenericPool
 GenericPool StandardPoolDataSource.pool
           
 

Methods in org.enhydra.jdbc.pool that return GenericPool
 GenericPool StandardPoolDataSource.getPool()
           
 GenericPool StandardPoolDataSource.getUsedPool()
           
 

Constructors in org.enhydra.jdbc.pool with parameters of type GenericPool
PoolKeeper(long sleepTime, GenericPool pool)
          constructor, called by GenericPool (any kind of object)