| Package | Description |
|---|---|
| org.wildfly.swarm.config.datasources |
| Modifier and Type | Method and Description |
|---|---|
Datasources |
Datasources.dataSource(DataSource value)
Add the DataSource object to the list of subresources
|
Datasources |
Datasources.dataSources(List<DataSource> value)
Add all DataSource objects to this subresource
|
Datasources |
Datasources.installedDrivers(List<Map> value)
List of JDBC drivers that have been installed in the runtime
|
Datasources |
Datasources.jdbcDriver(JdbcDriver value)
Add the JdbcDriver object to the list of subresources
|
Datasources |
Datasources.jdbcDrivers(List<JdbcDriver> value)
Add all JdbcDriver objects to this subresource
|
Datasources |
Datasources.xaDataSource(XaDataSource value)
Add the XaDataSource object to the list of subresources
|
Datasources |
Datasources.xaDataSources(List<XaDataSource> value)
Add all XaDataSource objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.