Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.transactions |
Modifier and Type | Method and Description |
---|---|
CommitMarkableResource |
Transactions.TransactionsResources.commitMarkableResource(String key) |
Modifier and Type | Method and Description |
---|---|
List<CommitMarkableResource> |
Transactions.TransactionsResources.commitMarkableResources()
Get the list of CommitMarkableResource resources
|
Modifier and Type | Method and Description |
---|---|
T |
Transactions.commitMarkableResource(CommitMarkableResource value)
Add the CommitMarkableResource object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Transactions.commitMarkableResources(List<CommitMarkableResource> value)
Add all CommitMarkableResource objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
CommitMarkableResource<T extends CommitMarkableResource<T>>
a CMR resource (i.e.
|
interface |
CommitMarkableResourceConsumer<T extends CommitMarkableResource<T>> |
interface |
CommitMarkableResourceSupplier<T extends CommitMarkableResource> |
Modifier and Type | Method and Description |
---|---|
CommitMarkableResource |
CommitMarkableResourceSupplier.get()
Constructed instance of CommitMarkableResource resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.