クラス
jp.terasoluna.fw.batch.init.JobRequestInfo の使用

JobRequestInfo を使用しているパッケージ
jp.terasoluna.fw.batch.commonj.init   
jp.terasoluna.fw.batch.springsupport.init   
 

jp.terasoluna.fw.batch.commonj.init での JobRequestInfo の使用
 

JobRequestInfo として宣言されている jp.terasoluna.fw.batch.commonj.init のフィールド
private  JobRequestInfo JobExecutor.jobInfo
          ジョブ依頼情報。
 

JobRequestInfo を返す jp.terasoluna.fw.batch.commonj.init のメソッド
 JobRequestInfo JobExecutor.getJobInfo()
          ジョブ依頼情報の取得。
 

JobRequestInfo 型のパラメータを持つ jp.terasoluna.fw.batch.commonj.init のメソッド
 void JobExecutor.setJobInfo(JobRequestInfo jobInfo)
          ジョブ依頼情報の設定。
 

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

JobRequestInfo 型のパラメータを持つ jp.terasoluna.fw.batch.springsupport.init のメソッド
protected  void JobStarter.printChangeExitCodeLog(JobRequestInfo jobInfo, int replaceExitCode)
          終了コード置換処理のログを出力する。
protected  void JobStarter.printIlligalChangeExitCodeLog(JobRequestInfo jobInfo, java.lang.String propExitCode, java.lang.NumberFormatException e)
          終了コード置換処理時のエラーログを出力する。