Expresso 5-6

com.jcorporate.expresso.core.db.datasource
Interface DataSourceInterface

All Known Implementing Classes:
JndiDataSource

public interface DataSourceInterface

DataSourceComponent are the pure core of the Expresso framework.

Interface for wrapping J2EE datasource connection retrieve

Author:
Yves Henri AMAIZO
See Also:
DBException, DBConnection, DBConnection

Method Summary
 Connection getConnection()
          Get database connection from datasource defined in JNDI
 

Method Detail

getConnection

public Connection getConnection()
                         throws DBException
Get database connection from datasource defined in JNDI

Throws:
DBException

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.