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

org.nlab.smtp.pool.ObjectPoolAware Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package org.nlab.smtp.pool;

import org.apache.commons.pool2.ObjectPool;
import org.apache.commons.pool2.PooledObject;

/**
 * Created by nlabrot on 30/04/15.
 */
public interface ObjectPoolAware {

    void setObjectPool(ObjectPool objectPool);

    ObjectPool getObjectPool();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy