org.objectweb.dream.pool
Interface ObjectPoolAttributeController

All Superinterfaces:
AttributeController
All Known Implementing Classes:
ObjectPoolDebugImpl, ObjectPoolImpl

public interface ObjectPoolAttributeController
extends AttributeController

An attribute controller for object pools.


Method Summary
 int getCapacity()
          Returns the object pool capacity.
 void setCapacity(int capacity)
          Sets the object pool capacity.
 

Method Detail

getCapacity

int getCapacity()
Returns the object pool capacity.

Returns:
the object pool capacity.

setCapacity

void setCapacity(int capacity)
Sets the object pool capacity.

Parameters:
capacity - the object pool capacity.


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.