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.