org.apache.avalon.excalibur.datasource
Interface DataSourceComponent

All Superinterfaces:
Component, Configurable, ThreadSafe
All Known Implementing Classes:
JdbcDataSource, J2eeDataSource

public interface DataSourceComponent
extends Component, Configurable, ThreadSafe

The standard interface for DataSources in Avalon.

Version:
CVS $Revision: 1.1 $ $Date: 2001/04/26 14:16:07 $
Author:
Berin Loritsch

Method Summary
 java.sql.Connection getConnection()
          Gets the Connection to the database
 
Methods inherited from interface org.apache.avalon.framework.configuration.Configurable
configure
 

Method Detail

getConnection

public java.sql.Connection getConnection()
                                  throws java.sql.SQLException
Gets the Connection to the database


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.