See: Description
Interface | Description |
---|---|
ScheduledExecutorFactory |
Used to configure and create scheduled executors
|
Class | Description |
---|---|
DefaultExecutorFactory |
Default executor factory that creates executors using the JDK Executors service.
|
DefaultScheduledExecutorFactory |
Creates scheduled executors using the JDK Executors service
|
ExecutorAllCompletionService |
Exectues given tasks in provided executor.
|
LazyInitializingBlockingTaskAwareExecutorService |
A delegating executor that lazily constructs and initializes the underlying executor.
|
LazyInitializingExecutorService |
A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors
are expensive.
|
LazyInitializingScheduledExecutorService |
A delegating scheduled executor that lazily constructs and initalizes the underlying scheduled executor, since
unused JDK executors are expensive.
|
WithinThreadExecutorFactory |
Executor factory that creates WithinThreadExecutor.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.