org.apache.avalon.excalibur.pool
Interface Pool

All Known Implementing Classes:
AbstractPool, InstrumentedResourceLimitingPool, ResourceLimitingPool, SingleThreadedPool

public interface Pool

This is an Pool that caches Poolable objects for reuse.

Since:
4.0
Version:
CVS $Revision: 1.6 $ $Date: 2004/03/29 16:50:37 $
Author:
Avalon Development Team

Method Summary
 Poolable get()
           
 void put(Poolable poolable)
           
 

Method Detail

get

public Poolable get()
             throws java.lang.Exception
Throws:
java.lang.Exception

put

public void put(Poolable poolable)


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.