org.apache.avalon.excalibur.pool
Interface Resizable


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

void grow(int amount)

shrink

void shrink(int amount)


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