@Published(tag="architect") public interface ExecutorServiceFactory
ExecutorServiceを生成するためのファクトリインタフェース。| Modifier and Type | Method and Description | 
|---|---|
java.util.concurrent.ExecutorService | 
getExecutorService()
ExecutorServiceを取得する。 | 
void | 
shutdownService()
シャットダウンを行う。 
 | 
void | 
startShutdownService()
シャットダウンを開始する。
 このメソッド起動後は、以降の要求は受け付けられない。 
 |