|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ExecutorFactory | Used to configure and create executors |
ScheduledExecutorFactory | Used to configure and create scheduled executors |
Class Summary | |
---|---|
AbstractSharedExecutorFactory<E extends ExecutorService> | An abstract class that encapsulates the logic of sharing an ExecutorService or a ScheduledExecutorService . |
DefaultExecutorFactory | Default executor factory that creates executors using the JDK Executors service. |
DefaultScheduledExecutorFactory | Creates scheduled executors using the JDK Executors service |
DefaultSharedExecutorFactory | Default executor factory that creates a single executor and reuses it for subsequent calls to DefaultSharedExecutorFactory.getExecutor(java.util.Properties) . |
DefaultSharedScheduledExecutorFactory | Default executor factory that creates a single scheduled executor and reuses it for subsequent calls to DefaultSharedScheduledExecutorFactory.getScheduledExecutor(java.util.Properties) . |
Implementations of different executors used for asynchronous operation.
|
Google Analytics | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |