Пример #1
0
 protected SessionPool createSessionPool(SessionKey key) {
   return new SessionPool(this, key, poolFactory.createPool());
 }