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

Packages that use PoolService
org.apache.turbine.services.pool The pool service can keep a stock of objects and recycle them. 
 

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
static PoolService TurbinePool.getService()
          Gets the pool service implementation.
 



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