Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.jca |
Modifier and Type | Method and Description |
---|---|
Workmanager |
JCA.JCAResources.workmanager(String key) |
Modifier and Type | Method and Description |
---|---|
List<Workmanager> |
JCA.JCAResources.workmanagers()
Get the list of Workmanager resources
|
Modifier and Type | Method and Description |
---|---|
T |
JCA.workmanager(Workmanager value)
Add the Workmanager object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
JCA.workmanagers(List<Workmanager> value)
Add all Workmanager objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Workmanager<T extends Workmanager<T>>
WorkManager for resource adapters
|
interface |
WorkmanagerConsumer<T extends Workmanager<T>> |
interface |
WorkmanagerSupplier<T extends Workmanager> |
Modifier and Type | Method and Description |
---|---|
Workmanager |
WorkmanagerSupplier.get()
Constructed instance of Workmanager resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.