Uses of Interface
org.apache.turbine.services.pool.PoolService

Packages that use PoolService
org.apache.turbine.services.pool   
org.apache.turbine.services.pull   
 

Uses of PoolService in org.apache.turbine.services.pool
 

Classes in org.apache.turbine.services.pool that implement PoolService
 class TurbinePoolService
          The Pool Service extends the Factory Service by adding support for pooling instantiated objects.
 

Methods in org.apache.turbine.services.pool that return PoolService
protected static PoolService TurbinePool.getService()
          Gets the pool service implementation.
 

Uses of PoolService in org.apache.turbine.services.pull
 

Methods in org.apache.turbine.services.pull with parameters of type PoolService
private  void TurbinePullService.releaseTools(org.apache.velocity.context.Context context, PoolService pool, java.util.List tools)
          Release the given list of tools from the context back to the pool
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.