| Package | Description |
|---|---|
| org.wildfly.swarm.config.jca |
| Modifier and Type | Class and Description |
|---|---|
class |
LongRunningThreads<T extends LongRunningThreads>
A thread pool executor with a bounded queue where threads submittings tasks will not block.
|
interface |
LongRunningThreadsConfigurator<T extends LongRunningThreads> |
| Modifier and Type | Method and Description |
|---|---|
List<LongRunningThreads> |
Workmanager.WorkmanagerResources.longRunningThreads()
Get the list of org.wildfly.swarm.config.jca.LongRunningThreads resources
|
List<LongRunningThreads> |
DistributedWorkmanager.DistributedWorkmanagerResources.longRunningThreads()
Get the list of org.wildfly.swarm.config.jca.LongRunningThreads resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Workmanager.longRunningThreads(LongRunningThreads value)
Add the org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
T |
DistributedWorkmanager.longRunningThreads(LongRunningThreads value)
Add the org.wildfly.swarm.config.jca.LongRunningThreads object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Workmanager.longRunningThreads(List<LongRunningThreads> value)
Add all org.wildfly.swarm.config.jca.LongRunningThreads objects to this subresource
|
T |
DistributedWorkmanager.longRunningThreads(List<LongRunningThreads> value)
Add all org.wildfly.swarm.config.jca.LongRunningThreads objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.