See: Description
Interface | Description |
---|---|
ExecutorFactory |
Used to configure and create executors
|
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
|
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.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.