Package org.norther.tammi.core.pool

Interface Summary
Pool Pool extends ObjectFactory by adding support to pool instantiated objects.
Poolable An interface extending the Recyclable interface for classes providing a public method for pooling them by their clients or by themselves.
Recyclable An interface to objects that can be pooled and recycled several times by different clients.
 

Class Summary
DefaultPool A default implementation of Pool.
PoolableSupport A support class for recyclable objects providing a pooling method.
RecyclableSupport A support class for recyclable objects implementing default methods.
 



Copyright © 2004 The Norther Organization. All rights reserved.