Uses of Interface
nablarch.fw.invoker.ExecutorServiceFactory
-
Uses of ExecutorServiceFactory in nablarch.fw.invoker
Modifier and TypeClassDescriptionclass
ExecutorServiceFactory
の実装をサポートする抽象クラス。ExecutorServiceFactory
の実装クラスで共通となる処理を提供する。class
固定数のスレッドプールを使用するExecutorService
を生成するクラス。 デフォルトでは、利用可能なCPU数(Runtime.availableProcessors()
)を2倍した数のスレッドを使用する。Modifier and TypeMethodDescriptionvoid
AsyncHandlerListInvoker.setExecutorServiceFactory
(ExecutorServiceFactory executorServiceFactory) ExecutorServiceFactory
を設定する。 ここで設定されたファクトリから、ExecutorService
を取得して、 ハンドラリストを起動する。