| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.ee |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedScheduledExecutorService> |
Ee.EeResources.managedScheduledExecutorServices()
Get the list of org.wildfly.swarm.config.ee.ManagedScheduledExecutorService resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ee.managedScheduledExecutorService(ManagedScheduledExecutorService value)
Add the org.wildfly.swarm.config.ee.ManagedScheduledExecutorService object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Ee.managedScheduledExecutorServices(List<ManagedScheduledExecutorService> value)
Add all org.wildfly.swarm.config.ee.ManagedScheduledExecutorService objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ManagedScheduledExecutorService |
ManagedScheduledExecutorService.contextService(String value)
The name of the context service to be used by the scheduled executor.
|
ManagedScheduledExecutorService |
ManagedScheduledExecutorService.coreThreads(Integer value)
The minimum number of threads to be used by the scheduled executor.
|
ManagedScheduledExecutorService |
ManagedScheduledExecutorService.hungTaskThreshold(Long value)
The runtime, in milliseconds, for tasks to be considered hung by the scheduled executor.
|
ManagedScheduledExecutorService |
ManagedScheduledExecutorService.jndiName(String value)
The JNDI Name to lookup the managed scheduled executor service.
|
ManagedScheduledExecutorService |
ManagedScheduledExecutorService.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.
|
ManagedScheduledExecutorService |
ManagedScheduledExecutorService.longRunningTasks(Boolean value)
Flag which hints the duration of tasks executed by the scheduled executor.
|
ManagedScheduledExecutorService |
ManagedScheduledExecutorService.rejectPolicy(String value)
The policy to be applied to aborted tasks.
|
ManagedScheduledExecutorService |
ManagedScheduledExecutorService.threadFactory(String value)
The name of the thread factory to be used by the scheduled executor.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.