Interface DataSources
- All Superinterfaces:
JCAMetadata,Serializable,ValidatableMetadata
A DataSources.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the datasource.Get the driver with given nameGet the list of driversGet the xaDataSource.Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
Method Details
-
getDataSource
List<DataSource> getDataSource()Get the datasource.- Returns:
- the datasource.
-
getXaDataSource
List<XaDataSource> getXaDataSource()Get the xaDataSource.- Returns:
- the xaDataSource.
-
getDrivers
Get the list of drivers- Returns:
- the list of drivers.
-
getDriver
Get the driver with given name- Parameters:
name- driver's name- Returns:
- the driver wit given name.
-