@Published(tag="architect") public interface ExecutorServiceFactory
ExecutorService
を生成するためのファクトリインタフェース。修飾子とタイプ | メソッドと説明 |
---|---|
java.util.concurrent.ExecutorService |
getExecutorService()
ExecutorService を取得する。 |
void |
shutdownService()
シャットダウンを行う。
|
void |
startShutdownService()
シャットダウンを開始する。
|