All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ehoffman.module.PooledModule Maven / Gradle / Ivy

The newest version!
package org.ehoffman.module;

import org.apache.commons.pool.PoolableObjectFactory;

public interface PooledModule extends Module, PoolableObjectFactory {
  public int getMaxPoolElements();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy