| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ee |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedExecutorService> |
Ee.EeResources.managedExecutorServices()
Get the list of org.wildfly.swarm.config.ee.ManagedExecutorService resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ee.managedExecutorService(ManagedExecutorService value)
Add the org.wildfly.swarm.config.ee.ManagedExecutorService object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ee.managedExecutorServices(List<ManagedExecutorService> value)
Add all org.wildfly.swarm.config.ee.ManagedExecutorService objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ManagedExecutorService |
ManagedExecutorService.contextService(String value)
The name of the context service to be used by the executor.
|
ManagedExecutorService |
ManagedExecutorService.coreThreads(Integer value)
The minimum number of threads to be used by the executor.
|
ManagedExecutorService |
ManagedExecutorService.hungTaskThreshold(Long value)
The runtime, in milliseconds, for tasks to be considered hung by the managed executor service.
|
ManagedExecutorService |
ManagedExecutorService.jndiName(String value)
The JNDI Name to lookup the managed executor service.
|
ManagedExecutorService |
ManagedExecutorService.keepaliveTime(Long value)
When the number of threads is greater than the core, this is the maximum time, in milliseconds, that excess idle threads will wait for new tasks before terminating.
|
ManagedExecutorService |
ManagedExecutorService.longRunningTasks(Boolean value)
Flag which hints the duration of tasks executed by the executor.
|
ManagedExecutorService |
ManagedExecutorService.maxThreads(Integer value)
The maximum number of threads to be used by the executor.
|
ManagedExecutorService |
ManagedExecutorService.queueLength(Integer value)
The executors task queue capacity.
|
ManagedExecutorService |
ManagedExecutorService.rejectPolicy(String value)
The policy to be applied to aborted tasks.
|
ManagedExecutorService |
ManagedExecutorService.threadFactory(String value)
The name of the thread factory to be used by the executor.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.