public class Datasources.DatasourcesResources extends Object
| Constructor and Description |
|---|
DatasourcesResources() |
| Modifier and Type | Method and Description |
|---|---|
List<DataSource> |
dataSources()
Get the list of org.wildfly.swarm.config.datasources.DataSource resources
|
List<JdbcDriver> |
jdbcDrivers()
Get the list of org.wildfly.swarm.config.datasources.JdbcDriver resources
|
List<XaDataSource> |
xaDataSources()
Get the list of org.wildfly.swarm.config.datasources.XaDataSource resources
|
public List<JdbcDriver> jdbcDrivers()
public List<XaDataSource> xaDataSources()
public List<DataSource> dataSources()
Copyright © 2015 JBoss by Red Hat. All rights reserved.