Interface DataSourceReader
-
public interface DataSourceReaderThis represents the service provider interface that must be implemented by any of the data source type implementations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectcreateDataSource(String xmlConfiguration, boolean isDataSourceFactoryReference)StringgetType()booleantestDataSourceConnection(String xmlConfiguration)
-
-
-
Method Detail
-
getType
String getType()
-
createDataSource
Object createDataSource(String xmlConfiguration, boolean isDataSourceFactoryReference) throws DataSourceException
- Throws:
DataSourceException
-
testDataSourceConnection
boolean testDataSourceConnection(String xmlConfiguration) throws DataSourceException
- Throws:
DataSourceException
-
-