org.apache.avalon.excalibur.pool
Interface Pool

All Superinterfaces:
org.apache.avalon.framework.component.Component
All Known Implementing Classes:
AbstractPool, SingleThreadedPool

public interface Pool
extends org.apache.avalon.framework.component.Component

This is an Pool that caches Poolable objects for reuse.

Since:
4.0
Version:
CVS $Revision: 1.3 $ $Date: 2001/12/11 09:53:32 $
Author:
Berin Loritsch, Stefano Mazzocchi, Peter Donald

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

Method Detail

get

public Poolable get()
             throws java.lang.Exception

put

public void put(Poolable poolable)


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.