
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.
|
validateList<DataSource> getDataSource()
List<XaDataSource> getXaDataSource()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)