Interface DataSourceFactory
- All Known Implementing Classes:
DelegatingDataSourceFactory
,JNDIDataSourceFactory
,PropertyDataSourceFactory
,XMLPoolingDataSourceFactory
public interface DataSourceFactory
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiongetDataSource
(DataNodeDescriptor nodeDescriptor) Returns DataSource object based on the configuration provided in the "nodeDescriptor".
-
Method Details
-
getDataSource
Returns DataSource object based on the configuration provided in the "nodeDescriptor".- Throws:
Exception
-