org.nlab.smtp.pool.ObjectPoolAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smtp-connection-pool Show documentation
Show all versions of smtp-connection-pool Show documentation
SMTP Connection Pool which uses JavaMail and Apache Common Pool
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