org.apache.avalon.excalibur.pool
インタフェース Resizable

既知の実装クラスの一覧:
SoftResourceLimitingPool, SingleThreadedPool

public interface Resizable

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

導入されたバージョン:
4.0
バージョン:
CVS $Revision: 1.3 $ $Date: 2001/12/11 09:53:32 $
作成者:
Berin Loritsch

メソッドの概要
 void grow(int amount)
           
 void shrink(int amount)
           
 

メソッドの詳細

grow

public void grow(int amount)

shrink

public void shrink(int amount)


"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."