88899091929394
* * @param size the number of pool instances to maintain */ protected Pool createPool(int size) { return new Pool(new RDBMSDelegate.DFactory(this), size); }