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.

Version:
CVS $Revision: 1.2 $ $Date: 2001/05/08 15:13:25 $
Author:
Berin Loritsch

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 © 2001 Apache Jakarta Project. All Rights Reserved.