|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Factory | Represents an object factory. |
| Pool | Represents a pooling strategy for certain object instance. |
| Class Summary | |
|---|---|
| CachingPool | A thread-unsafe implementation of Pool that does simple caching. |
| PooledFactory | This class decorates a Factory object that uses a Pool strategy to cache the factory result; |
| SimplePool | A simple implementation of Pool that uses null to indicate non-existent pool entry. |
| SingletonPool | Represents a pooling strategy that pools the data in a variable that's global to all threads. |
| ThreadSingletonPool | Represents a pooling strategy that pools the data into a ThreadLocal object. |
This package provides interfaces and classes for factory and pool functionality.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||