org.apache.avalon.excalibur.pool
Interface Resizable

All Known Implementing Classes:
SingleThreadedPool, SoftResourceLimitingPool

public interface Resizable

This is the interface for Pools that are not a fixed size.

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

Method Summary
 void grow(int amount)
           
 void shrink(int amount)
           
 

Method Detail

grow

public void grow(int amount)

shrink

public void shrink(int amount)


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