org.apache.avalon.excalibur.pool
Interface Pool


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

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

put

void put(Poolable poolable)


Copyright © 1997-2009 Apache Software Foundation. All Rights Reserved.