com.servingxml.components.sql
Interface JdbcConnectionPool

All Known Implementing Classes:
DefaultJdbcConnectionPool

public interface JdbcConnectionPool

The JdbcConnectionPool defines an interface for a factory for creating Connection objects.


Method Summary
 java.sql.Connection getConnection()
           
 void releaseConnection(java.sql.Connection connection)
           
 

Method Detail

getConnection

java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Throws:
java.sql.SQLException

releaseConnection

void releaseConnection(java.sql.Connection connection)