138139140141142143144145
return pool.getConnection(); } protected void assertNotClosed() throws AlreadyClosedException { if (stopped || pool == null) { throw new AlreadyClosedException(); } }