org.apache.cxf.common.util.factory |
This package provides interfaces and classes for factory and pool functionality.
|
Java Source File Name | Type | Comment |
AbstractPool.java | Class | A simple implementation of Pool that uses null to indicate non-existent pool
entry. |
CachingPool.java | Class | A thread-unsafe implementation of Pool that does simple caching. |
Factory.java | Interface | Represents an object factory. |
Pool.java | Interface | Represents a pooling strategy for certain object instance. |
PooledFactory.java | Class | |
ThreadSingletonPool.java | Class | Represents a pooling strategy that pools the data into a ThreadLocal object. |