| Package | Description |
|---|---|
| org.wildfly.swarm.config.ejb3 | |
| org.wildfly.swarm.config.ejb3.subsystem.threadPool |
| Modifier and Type | Method and Description |
|---|---|
List<ThreadPool> |
Ejb3.Ejb3Resources.threadPools()
Get the list of ThreadPool resources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.threadPool(ThreadPool value)
Add the ThreadPool object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Ejb3 |
Ejb3.threadPools(List<ThreadPool> value)
Add all ThreadPool objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ThreadPool |
ThreadPool.activeCount(Integer value)
The approximate number of threads that are actively executing tasks.
|
ThreadPool |
ThreadPool.completedTaskCount(Integer value)
The approximate total number of tasks that have completed execution.
|
ThreadPool |
ThreadPool.currentThreadCount(Integer value)
The current number of threads in the pool.
|
ThreadPool |
ThreadPool.keepaliveTime(Map value)
Used to specify the amount of time that pool threads should be kept running when idle; if not specified, threads will run until the executor is shut down.
|
ThreadPool |
ThreadPool.largestThreadCount(Integer value)
The largest number of threads that have ever simultaneously been in the pool.
|
ThreadPool |
ThreadPool.maxThreads(Integer value)
The maximum thread pool size.
|
ThreadPool |
ThreadPool.name(String value)
The name of the thread pool.
|
ThreadPool |
ThreadPool.queueSize(Integer value)
The queue size.
|
ThreadPool |
ThreadPool.rejectedCount(Integer value)
The number of tasks that have been rejected.
|
ThreadPool |
ThreadPool.taskCount(Integer value)
The approximate total number of tasks that have ever been scheduled for execution.
|
ThreadPool |
ThreadPool.threadFactory(String value)
Specifies the name of a specific thread factory to use to create worker threads.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.