インタフェース
jp.terasoluna.fw.batch.openapi.SupportLogic の使用

SupportLogic を使用しているパッケージ
jp.terasoluna.fw.batch.restart リスタート機能関連 
jp.terasoluna.fw.batch.springsupport.init Spring依存クラス群-ジョブ起動クラス関連 
jp.terasoluna.fw.batch.standard フレームワーク基底クラスに対する標準実装クラス群 
 

jp.terasoluna.fw.batch.restart での SupportLogic の使用
 

SupportLogic 型の型パラメータを持つ jp.terasoluna.fw.batch.restart のフィールド
private  java.util.List<SupportLogic<JobContext>> RestartPostProcessor.supportLogicList
          サポートロジックのリスト。
private  java.util.List<SupportLogic<JobContext>> RestartPointCloser.supportLogicList
          サポートロジックのリスト。
 

Method parameters in jp.terasoluna.fw.batch.restart with type arguments of type SupportLogic
 void RestartPostProcessor.setSupportLogicList(java.util.List<SupportLogic<JobContext>> supportLogicList)
          サポートロジックのリストを設定する。
 void RestartPointCloser.setSupportLogicList(java.util.List<SupportLogic<JobContext>> supportLogicList)
          サポートロジックのリストを設定する。
 

jp.terasoluna.fw.batch.springsupport.init での SupportLogic の使用
 

SupportLogic を実装している jp.terasoluna.fw.batch.springsupport.init のクラス
 class AsyncJobPostLogic
          非同期型ジョブ起動において、ジョブを実行した後に実行するサポート処理。
 class AsyncJobPreLogic
          非同期型ジョブ起動において、ジョブを実行前に実行するサポート処理。
 

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

SupportLogic 型の型パラメータを持つ jp.terasoluna.fw.batch.standard のフィールド
private  java.util.List<SupportLogic<JobContext>> StandardSupportProcessor.supportLogicList
          サポートロジックのリスト。
 

Method parameters in jp.terasoluna.fw.batch.standard with type arguments of type SupportLogic
 void StandardSupportProcessor.setSupportLogicList(java.util.List<SupportLogic<JobContext>> supportLogicList)
          サポートロジックのリストを設定する。