Package com.primix.tapestry.util.pool

Classes for managing a pool of reusable objects.

See:
          Description

Interface Summary
IPoolable Marks an object as being aware that is to be stored into a Pool.
 

Class Summary
Pool A Pool is used to pool instances of a useful class.
 

Package com.primix.tapestry.util.pool Description

Classes for managing a pool of reusable objects. Rather than creating expensive objects as needed, they are obtained from a Pool. Instead of discarding them, they are returned to the Pool. The Pool class is threadsafe and reasonably efficient.

Author:
Howard Ship hship@primix.com