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.3 $ $Date: 2001/12/11 09:53:32 $
- Author:
- Berin Loritsch
Method Summary |
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.