Interface ExecutorServiceFactory

All Known Implementing Classes:
AbstractExecutorServiceFactory, FixedExecutorServiceFactory

@Published(tag="architect") public interface ExecutorServiceFactory
ExecutorServiceを生成するためのファクトリインタフェース。
  • Method Details

    • getExecutorService

      ExecutorService getExecutorService()
      ExecutorServiceを取得する。
      Returns:
      ExecutorService
    • startShutdownService

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

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