インタフェース
jp.terasoluna.fw.batch.standard.WorkerExecutorService の使用

WorkerExecutorService を使用しているパッケージ
jp.terasoluna.fw.batch.springsupport.standard Spring依存クラス群-標準実装クラス群 
jp.terasoluna.fw.batch.standard フレームワーク基底クラスに対する標準実装クラス群 
 

jp.terasoluna.fw.batch.springsupport.standard での WorkerExecutorService の使用
 

WorkerExecutorService を実装している jp.terasoluna.fw.batch.springsupport.standard のクラス
 class FixedThreadPoolWorkerExecutorService
          WorkerExecutorService インタフェースの標準実装クラス。
 

jp.terasoluna.fw.batch.standard での WorkerExecutorService の使用
 

WorkerExecutorService として宣言されている jp.terasoluna.fw.batch.standard のフィールド
private  WorkerExecutorService StandardWorkQueueFactory.workerExecutorService
          ワーカー実行サービス。
 

WorkerExecutorService 型のパラメータを持つ jp.terasoluna.fw.batch.standard のメソッド
 void StandardWorkQueueFactory.setWorkerExecutorService(WorkerExecutorService workerExecutorService)
          ワーカー実行サービスを設定する。