Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.ejb3 |
Modifier and Type | Method and Description |
---|---|
ThreadPool |
EJB3.EJB3Resources.threadPool(String key) |
Modifier and Type | Method and Description |
---|---|
List<ThreadPool> |
EJB3.EJB3Resources.threadPools()
Get the list of ThreadPool resources
|
Modifier and Type | Method and Description |
---|---|
T |
EJB3.threadPool(ThreadPool value)
Add the ThreadPool object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
EJB3.threadPools(List<ThreadPool> value)
Add all ThreadPool objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadPool<T extends ThreadPool<T>>
A thread pool executor with an unbounded queue.
|
interface |
ThreadPoolConsumer<T extends ThreadPool<T>> |
interface |
ThreadPoolSupplier<T extends ThreadPool> |
Modifier and Type | Method and Description |
---|---|
ThreadPool |
ThreadPoolSupplier.get()
Constructed instance of ThreadPool resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.