public class Datasources<T extends Datasources> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Datasources.DatasourcesResources
Child mutators for Datasources
|
| Constructor and Description |
|---|
Datasources() |
| Modifier and Type | Method and Description |
|---|---|
T |
dataSource(DataSource value)
Add the DataSource object to the list of subresources
|
T |
dataSources(List<DataSource> value)
Add all DataSource objects to this subresource
|
String |
getKey() |
List<Map> |
installedDrivers()
List of JDBC drivers that have been installed in the runtime
|
T |
installedDrivers(List<Map> value)
List of JDBC drivers that have been installed in the runtime
|
T |
jdbcDriver(JdbcDriver value)
Add the JdbcDriver object to the list of subresources
|
T |
jdbcDrivers(List<JdbcDriver> value)
Add all JdbcDriver objects to this subresource
|
Datasources.DatasourcesResources |
subresources() |
T |
xaDataSource(XaDataSource value)
Add the XaDataSource object to the list of subresources
|
T |
xaDataSources(List<XaDataSource> value)
Add all XaDataSource objects to this subresource
|
public String getKey()
public List<Map> installedDrivers()
public T installedDrivers(List<Map> value)
public Datasources.DatasourcesResources subresources()
public T jdbcDrivers(List<JdbcDriver> value)
value - List of JdbcDriver objects.public T jdbcDriver(JdbcDriver value)
value - The JdbcDriver to addpublic T xaDataSources(List<XaDataSource> value)
value - List of XaDataSource objects.public T xaDataSource(XaDataSource value)
value - The XaDataSource to addpublic T dataSources(List<DataSource> value)
value - List of DataSource objects.public T dataSource(DataSource value)
value - The DataSource to addCopyright © 2015 JBoss by Red Hat. All rights reserved.