Package org.objectweb.dream.pool

Interface Summary
ObjectPool This interface defines an object pool.
ObjectPoolAttributeController An attribute controller for object pools.
Recyclable This interface defines a method to recycle an object.
RecyclableFactory Interface used by object pools to get new instance of pooled object.
 

Class Summary
ObjectPoolDebugImpl ObjectPool that checks that objects are recycled only once.
ObjectPoolImpl This class provides a basic implementation of ObjectPool interface.
ObjectPoolSoftReferenceImpl ObjectPool implementation that use a list of SoftReference to store recycle instances.
 



Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.