it.eng.spagobi.engines.qbe.datasource
Class QbeDataSourceManager

java.lang.Object
  extended by it.eng.spagobi.engines.qbe.datasource.QbeDataSourceManager
All Implemented Interfaces:
it.eng.qbe.datasource.DataSourceManager

public class QbeDataSourceManager
extends java.lang.Object
implements it.eng.qbe.datasource.DataSourceManager

The Class QbeDataSourceManager.

Author:
Andrea Gioia

Method Summary
 it.eng.qbe.datasource.IDataSource getDataSource(java.util.List dataMartNames, it.eng.qbe.datasource.DBConnection connection)
           
 it.eng.qbe.datasource.IDataSource getDataSource(java.util.List dataMartNames, java.util.Map dblinkMap, it.eng.qbe.datasource.DBConnection connection)
           
static QbeDataSourceManager getInstance()
          Gets the single instance of QbeDataSourceManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static QbeDataSourceManager getInstance()
Gets the single instance of QbeDataSourceManager.

Returns:
single instance of QbeDataSourceManager

getDataSource

public it.eng.qbe.datasource.IDataSource getDataSource(java.util.List dataMartNames,
                                                       it.eng.qbe.datasource.DBConnection connection)
Specified by:
getDataSource in interface it.eng.qbe.datasource.DataSourceManager

getDataSource

public it.eng.qbe.datasource.IDataSource getDataSource(java.util.List dataMartNames,
                                                       java.util.Map dblinkMap,
                                                       it.eng.qbe.datasource.DBConnection connection)
Specified by:
getDataSource in interface it.eng.qbe.datasource.DataSourceManager