org.pentaho.di.core.database
Interface DataSourceProviderInterface

All Known Implementing Classes:
DatabaseUtil

public interface DataSourceProviderInterface

The purpose of this interface is to provide a way to get data sources from more places than just JNDI.

Author:
mbatchel Jan 8, 2009

Method Summary
 DataSource getNamedDataSource(String datasourceName)
          Returns a named javax.sql.DataSource
 

Method Detail

getNamedDataSource

DataSource getNamedDataSource(String datasourceName)
                              throws DataSourceNamingException
Returns a named javax.sql.DataSource

Parameters:
datasourceName -
Returns:
javax.sql.DataSource
Throws:
DataSourceNamingException