Uses of Interface
org.apache.cxf.common.util.factory.Pool

Packages that use Pool
org.apache.cxf.common.util.factory This package provides interfaces and classes for factory and pool functionality. 
 

Uses of Pool in org.apache.cxf.common.util.factory
 

Classes in org.apache.cxf.common.util.factory that implement Pool
 class AbstractPool
          A simple implementation of Pool that uses null to indicate non-existent pool entry.
 class CachingPool
          A thread-unsafe implementation of Pool that does simple caching.
 class ThreadSingletonPool
          Represents a pooling strategy that pools the data into a ThreadLocal object.
 

Constructors in org.apache.cxf.common.util.factory with parameters of type Pool
PooledFactory(Factory factory, Pool pool)
           
 



Apache CXF