Interface DataSources
-
- All Superinterfaces:
JCAMetadata,Serializable,ValidatableMetadata
public interface DataSources extends JCAMetadata, ValidatableMetadata
A DataSources.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataSources.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DataSource>getDataSource()Get the datasource.DrivergetDriver(String name)Get the driver with given nameList<Driver>getDrivers()Get the list of driversList<XaDataSource>getXaDataSource()Get the xaDataSource.-
Methods inherited from interface org.jboss.jca.common.api.metadata.ValidatableMetadata
validate
-
-
-
-
Method Detail
-
getDataSource
List<DataSource> getDataSource()
Get the datasource.- Returns:
- the datasource.
-
getXaDataSource
List<XaDataSource> getXaDataSource()
Get the xaDataSource.- Returns:
- the xaDataSource.
-
-