| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.jca |
| Modifier and Type | Method and Description |
|---|---|
List<Workmanager> |
JCA.JCAResources.workmanagers()
Get the list of org.wildfly.swarm.config.jca.Workmanager resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
JCA.workmanager(Workmanager value)
Add the org.wildfly.swarm.config.jca.Workmanager object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
JCA.workmanagers(List<Workmanager> value)
Add all org.wildfly.swarm.config.jca.Workmanager objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
Workmanager<T extends Workmanager>
WorkManager for resource adapters
|
interface |
WorkmanagerConfigurator<T extends Workmanager> |
| Modifier and Type | Method and Description |
|---|---|
Workmanager |
Workmanager.longRunningThreads(List<LongRunningThreads> value)
Add all org.wildfly.swarm.config.jca.LongRunningThreads objects to this subresource
|
Workmanager |
Workmanager.longRunningThreads(LongRunningThreads value)
Add the org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
Workmanager |
Workmanager.longRunningThreads(String childKey)
Create and configure a org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
Workmanager |
Workmanager.longRunningThreads(String childKey,
LongRunningThreadsConfigurator config)
Create and configure a org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
Workmanager |
Workmanager.name(String value)
The name of the WorkManager
|
Workmanager |
Workmanager.shortRunningThreads(List<ShortRunningThreads> value)
Add all org.wildfly.swarm.config.jca.ShortRunningThreads objects to this subresource
|
Workmanager |
Workmanager.shortRunningThreads(ShortRunningThreads value)
Add the org.wildfly.swarm.config.jca.ShortRunningThreads object to the list of subresources
|
Workmanager |
Workmanager.shortRunningThreads(String childKey)
Create and configure a org.wildfly.swarm.config.jca.ShortRunningThreads object to the list of subresources
|
Workmanager |
Workmanager.shortRunningThreads(String childKey,
ShortRunningThreadsConfigurator config)
Create and configure a org.wildfly.swarm.config.jca.ShortRunningThreads object to the list of subresources
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.