Package | Description |
---|---|
org.wildfly.swarm.config.transactions | |
org.wildfly.swarm.config.transactions.log_store |
Modifier and Type | Method and Description |
---|---|
Transactions |
LogStore.LogStoreResources.transactions(String key) |
Modifier and Type | Method and Description |
---|---|
List<Transactions> |
LogStore.LogStoreResources.transactions()
Get the list of Transactions resources
|
Modifier and Type | Method and Description |
---|---|
T |
LogStore.transactions(Transactions value)
Add the Transactions object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
LogStore.transactions(List<Transactions> value)
Add all Transactions objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Transactions<T extends Transactions<T>>
The persistent information that the transaction manager stores for the
purpose of recovering a transaction in the event of failure.
|
interface |
TransactionsConsumer<T extends Transactions<T>> |
interface |
TransactionsSupplier<T extends Transactions> |
Modifier and Type | Method and Description |
---|---|
Transactions |
TransactionsSupplier.get()
Constructed instance of Transactions resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.