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