org.ofbiz.entity.connection
Interface ConnectionFactoryInterface

All Known Implementing Classes:
DBCPConnectionFactory, MinervaConnectionFactory

public interface ConnectionFactoryInterface

ConnectionFactoryInterface


Method Summary
 void closeAll()
           
 java.sql.Connection getConnection(java.lang.String helperName, org.w3c.dom.Element configElement)
           
 

Method Detail

getConnection

java.sql.Connection getConnection(java.lang.String helperName,
                                  org.w3c.dom.Element configElement)
                                  throws java.sql.SQLException,
                                         GenericEntityException
Throws:
java.sql.SQLException
GenericEntityException

closeAll

void closeAll()