Sets the inital size of the pool.
XML Tag: <init-size></init-size>
Parameters: initSize - inital size of the pool. See Also:PoolConfig.getInitSize since: 1.4.6
Sets the maximum active objects allowed in the pool.
XML Tag: <max-activ></max-activ>
Parameters: maxActive - maximum allowed active objects See Also:PoolConfig.getMaxActive
Sets the maximum Idle objects allowed in the pool.
XML Tag: <max-idle></max-idle>
Parameters: maxIdle - maximum allowed active objects See Also:PoolConfig.getMaxIdle