Package org.codehaus.xfire.util.factory

This package provides interfaces and classes for factory and pool functionality.

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.
 

Package org.codehaus.xfire.util.factory Description

This package provides interfaces and classes for factory and pool functionality.

Package Specification

The code is developed and tested under Java 1.3.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt:



Copyright © 2004-2010. All Rights Reserved.