This type is a class for model objects.
An Object Pool manages a pool of arbitrary objects
Package: objectpoolmanager| Attributes Summary | |
| poolClassName : EString | Fully qualified class name of the objects that will be stored in the custom object pool. |
| poolImplClassName : EString | Fully 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 |