Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.datasources |
Modifier and Type | Method and Description |
---|---|
XADataSource |
Datasources.DatasourcesResources.xaDataSource(String key) |
Modifier and Type | Method and Description |
---|---|
List<XADataSource> |
Datasources.DatasourcesResources.xaDataSources()
Get the list of XADataSource resources
|
Modifier and Type | Method and Description |
---|---|
T |
Datasources.xaDataSource(XADataSource value)
Add the XADataSource object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Datasources.xaDataSources(List<XADataSource> value)
Add all XADataSource objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
XADataSource<T extends XADataSource<T>>
A JDBC XA data-source configuration
|
interface |
XADataSourceConsumer<T extends XADataSource<T>> |
interface |
XADataSourceSupplier<T extends XADataSource> |
Modifier and Type | Method and Description |
---|---|
XADataSource |
XADataSourceSupplier.get()
Constructed instance of XADataSource resource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.