ObjectPool


This type is a class for model objects.

An Object Pool manages a pool of arbitrary objects

Package: objectpoolmanager

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Collection attributes having this type:
  ObjectPoolManagerInfo.objectPools



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

poolClassName  -  Fully qualified class name of the objects that will be stored in the custom object pool.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

poolImplClassName  -  Fully qualified class name of the CustomObjectPool implementation class for this custom object pool.
    Data Type: EString
    Default value:  unspecified
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

properties  -  A list of arbitrary name-value pairs associated with an object pool
    Reference Type: Property *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006