nablarch.fw.invoker
インタフェース ExecutorServiceFactory

既知の実装クラスの一覧:
AbstractExecutorServiceFactory, FixedExecutorServiceFactory

@Published(tag="architect")
public interface ExecutorServiceFactory

ExecutorServiceを生成するためのファクトリインタフェース。


メソッドの概要
 java.util.concurrent.ExecutorService getExecutorService()
          ExecutorServiceを取得する。
 void shutdownService()
          シャットダウンを行う。
 void startShutdownService()
          シャットダウンを開始する。
 

メソッドの詳細

getExecutorService

java.util.concurrent.ExecutorService getExecutorService()
ExecutorServiceを取得する。

戻り値:
ExecutorService

startShutdownService

void startShutdownService()
シャットダウンを開始する。 このメソッド起動後は、以降の要求は受け付けられない。


shutdownService

void shutdownService()
シャットダウンを行う。