PoolBehavior

Overview

This enum is used to specify the PooledClassFactory behaviour in case there is no more service instances available in the pool.

Location


Value Description
CreateAdditional Create an additional instance disregarding the pool size
Fail NoFreeObjectsInPoolException is thrown
Wait The thread is blocked until a free object available. Warning: there is no timeouts implemented so the it will wait infinitely.

 

Class Factories PooledClassFactory class PoolBehavior enum