public interface DataSources extends JCAMetadata, ValidatableMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
DataSources.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DataSource> |
getDataSource()
Get the datasource.
|
Driver |
getDriver(java.lang.String name)
Get the driver with given name
|
java.util.List<Driver> |
getDrivers()
Get the list of drivers
|
java.util.List<XaDataSource> |
getXaDataSource()
Get the xaDataSource.
|
validate
java.util.List<DataSource> getDataSource()
java.util.List<XaDataSource> getXaDataSource()
java.util.List<Driver> getDrivers()
Driver getDriver(java.lang.String name)
name
- driver's nameCopyright © 2013 IronJacamar (http://www.ironjacamar.org)