インタフェース
jp.terasoluna.fw.batch.core.BLogicExecutor の使用

BLogicExecutor を使用しているパッケージ
jp.terasoluna.fw.batch.controlbreak   
jp.terasoluna.fw.batch.core   
 

jp.terasoluna.fw.batch.controlbreak での BLogicExecutor の使用
 

BLogicExecutor を実装している jp.terasoluna.fw.batch.controlbreak のクラス
 class ControlBreakBLogicExecutor
          ビジネスロジック実行クラスが実装するインタフェースの実装クラス。
 

BLogicExecutor として宣言されている jp.terasoluna.fw.batch.controlbreak のフィールド
private  BLogicExecutor ControlBreakBLogicExecutor.blogicExecutor
          ビジネスロジック実行クラスのインスタンス。
 

BLogicExecutor 型のパラメータを持つ jp.terasoluna.fw.batch.controlbreak のメソッド
 void ControlBreakBLogicExecutor.setBlogicExecutor(BLogicExecutor blogicExecutor)
          ビジネスロジック実行クラスのインスタンスを設定する。
 

jp.terasoluna.fw.batch.core での BLogicExecutor の使用
 

BLogicExecutor を実装している jp.terasoluna.fw.batch.core のクラス
 class StandardBLogicExecutor
          ビジネスロジック実行クラスの標準実装。
 

BLogicExecutor として宣言されている jp.terasoluna.fw.batch.core のフィールド
private  BLogicExecutor JobWorker.blogicExecutor
          ビジネスロジック実行クラスのインスタンス。
 

BLogicExecutor 型のパラメータを持つ jp.terasoluna.fw.batch.core のメソッド
 void JobWorker.setBlogicExecutor(BLogicExecutor blogicExecutor)
          ビジネスロジック実行用クラスのインスタンスを設定する。