| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ejb3 |
| 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> |
interface |
ThreadPoolSupplier<T extends ThreadPool> |
| Modifier and Type | Method and Description |
|---|---|
ThreadPool |
ThreadPoolSupplier.get()
Constructed instance of ThreadPool resource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.