ObjectPool

An Object Pool manages a pool of arbitrary objects



Attributes Summary
poolClassName : StringFully qualified class name of the objects that will be stored in the custom object pool.
poolImplClassName : StringFully qualified class name of the CustomObjectPool implementation class for this custom object pool.
properties : Property * A list of arbitrary name-value pairs associated with an object pool

Attribute Details

poolClassName    -    Fully qualified class name of the objects that will be stored in the custom object pool.
     data type:  String
     default Value:   unspecified



poolImplClassName    -    Fully qualified class name of the CustomObjectPool implementation class for this custom object pool.
     data type:  String
     default Value:   unspecified



properties    -    A list of arbitrary name-value pairs associated with an object pool
     data type: Property*


Copyright IBM Corp. 1997-2004