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