|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.terasoluna.fw.batch.core.JobStatus
jp.terasoluna.fw.batch.restart.RestartJobStatus
public class RestartJobStatus
リスタート用ジョブの処理状況を保持するクラス。
JobStatusのラップクラス。
入れ子のクラスの概要 |
---|
クラス jp.terasoluna.fw.batch.core.JobStatus から継承された入れ子のクラス/インタフェース |
---|
JobStatus.STATE |
フィールドの概要 | |
---|---|
private JobStatus |
jobStatus
処理状況。 |
コンストラクタの概要 | |
---|---|
protected |
RestartJobStatus(JobStatus jobStatus)
コンストラクタ。 |
メソッドの概要 | |
---|---|
JobStatus |
getChild(JobContext jobContext)
子ジョブ処理状況を取得する。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
private JobStatus jobStatus
コンストラクタの詳細 |
---|
protected RestartJobStatus(JobStatus jobStatus)
jobStatus
- 処理状況メソッドの詳細 |
---|
public JobStatus getChild(JobContext jobContext)
JobStatus
内の getChild
jobContext
- ジョブコンテキスト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |