Package de.uni_trier.wi2.procake.data.objectpool

Description of Data Object Pool.

DataObjects can be collected in pools. These pools exist in two variance, as readable object pools and as writeable object pools.

Pool Identification

Each object pool must have an identifier and this identifier must be unique in the ProCAKE during runtime. If the pool is created with ObjectPoolFactory.newObjectPool(), this is guaranteed. If you create an own object pool, you must take care that the identifier is different to ObjectPoolFactory.POOL_NAME.