|
||||||||||
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 | |
---|---|
AbstractPool | A simple implementation of Pool that uses null to indicate non-existent pool entry. |
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; |
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 |