Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.batch.jberet |
Modifier and Type | Method and Description |
---|---|
ThreadFactory |
BatchJBeret.BatchJBeretResources.threadFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<ThreadFactory> |
BatchJBeret.BatchJBeretResources.threadFactories()
Get the list of ThreadFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
BatchJBeret.threadFactory(ThreadFactory value)
Add the ThreadFactory object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
BatchJBeret.threadFactories(List<ThreadFactory> value)
Add all ThreadFactory objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadFactory<T extends ThreadFactory<T>>
A thread factory (implementing java.util.concurrent.ThreadFactory).
|
interface |
ThreadFactoryConsumer<T extends ThreadFactory<T>> |
interface |
ThreadFactorySupplier<T extends ThreadFactory> |
Modifier and Type | Method and Description |
---|---|
ThreadFactory |
ThreadFactorySupplier.get()
Constructed instance of ThreadFactory resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.