Uses of Interface
org.apache.avalon.excalibur.pool.Poolable

Packages that use Poolable
org.apache.avalon.excalibur.datasource   
org.apache.avalon.excalibur.pool   
 

Uses of Poolable in org.apache.avalon.excalibur.datasource
 

Classes in org.apache.avalon.excalibur.datasource that implement Poolable
 class JdbcConnection
          The Connection object used in conjunction with the JdbcDataSource object.
 

Methods in org.apache.avalon.excalibur.datasource that return Poolable
protected  Poolable JdbcConnectionPool.newPoolable()
           
 Poolable JdbcConnectionPool.get()
           
 

Uses of Poolable in org.apache.avalon.excalibur.pool
 

Subinterfaces of Poolable in org.apache.avalon.excalibur.pool
 interface Recyclable
          This interface standardizes the behaviour of a recyclable object.
 

Fields in org.apache.avalon.excalibur.pool declared as Poolable
protected  Poolable[] SingleThreadedPool.m_pool
           
 

Methods in org.apache.avalon.excalibur.pool that return Poolable
protected  Poolable AbstractPool.newPoolable()
          This is the method to override when you need to enforce creational policies.
abstract  Poolable AbstractPool.get()
           
 Poolable DefaultPool.get()
           
protected  Poolable HardResourceLimitingPool.newPoolable()
           
 Poolable SingleThreadedPool.get()
          Retrieve an object from pool.
 Poolable Pool.get()
           
 

Methods in org.apache.avalon.excalibur.pool with parameters of type Poolable
protected  void AbstractPool.removePoolable(Poolable poolable)
          This is the method to override when you need to enforce destructional policies.
abstract  void AbstractPool.put(Poolable object)
           
 void DefaultPool.put(Poolable obj)
           
 void SingleThreadedPool.put(Poolable poolable)
          Place an object in pool.
 void Pool.put(Poolable poolable)
           
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.