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

prerna.engine.impl.r.IRserveConnectionPool Maven / Gradle / Ivy

The newest version!
package prerna.engine.impl.r;

public interface IRserveConnectionPool {

	RserveConnectionMeta getConnection();
	
	void releaseConnection(RserveConnectionMeta connection);
	
	void recoverConnection(RserveConnectionMeta connection) throws Exception;
	
	void shutdown() throws Exception;
		
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy