|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An attribute controller for object pools.
Method Summary | |
int |
getCapacity()
Returns the object pool capacity. |
String |
getObjectClassName()
Returns the class name of objects that are managed by the pool to which this interface belongs. |
void |
setCapacity(int capacity)
Sets the object pool capacity. |
void |
setObjectClassName(String name)
Sets the class name of objects that are managed by the pool to which this interface belongs. |
Method Detail |
public int getCapacity()
public void setCapacity(int capacity)
capacity
- the object pool capacity.public String getObjectClassName()
public void setObjectClassName(String name)
name
- the class name of managed objects.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |