public interface DataSources extends JCAMetadata, ValidatableMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
DataSources.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
List<DataSource> |
getDataSource()
Get the datasource.
|
Driver |
getDriver(String name)
Get the driver with given name
|
List<Driver> |
getDrivers()
Get the list of drivers
|
List<XaDataSource> |
getXaDataSource()
Get the xaDataSource.
|
validate
List<DataSource> getDataSource()
List<XaDataSource> getXaDataSource()
Copyright © 2021 JBoss by Red Hat. All rights reserved.