org.apache.turbine.services.pool |
The pool service can keep a stock of objects and recycle them.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
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. |