public synchronized void setIdleConnectionCleanup(boolean enable) {
   connectionPool.setIdleConnectionCleanup(enable);
 }