org.apache.avalon.excalibur.pool
Interface Poolable

All Known Subinterfaces:
Recyclable

public interface Poolable

Poolable marker interface. Components implement this interface if it is reasonable to Pool the object. Components that don't implement this interface will be created anew via a factory. NB: It was a deliberat e choice not to extend Component. This will have to be reassed once we see it in action.

Since:
4.0
Version:
CVS $Revision: 1.4 $ $Date: 2001/12/11 09:53:32 $
Author:
Peter Donald



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.