org.apache.turbine.services.pool |
The pool service can keep a stock of objects and recycle them.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
Java Source File Name | Type | Comment |
PoolService.java | Interface | The Pool Service extends the Factory Service by adding support
for pooling instantiated objects. |
TurbinePool.java | Class | This is a static accessor to common pooling tasks. |
TurbinePoolService.java | Class | The Pool Service extends the Factory Service by adding support
for pooling instantiated objects. |