void | JobOperator.abandon(long executionId) | バッチステータスを ABANDONED に設定します。 |
---|
JobExecution | JobOperator.getJobExecution(long executionId) | 指定された実行 ID のジョブ実行を返します。 |
---|
ListSE<JobExecution> | JobOperator.getJobExecutions(JobInstance instance) | 指定されたジョブインスタンスに属するすべてのジョブ実行を返します。 |
---|
JobInstance | JobOperator.getJobInstance(long executionId) | 指定された実行 ID のジョブインスタンスを返します。 |
---|
int | JobOperator.getJobInstanceCount(StringSE jobName) | 特定の名前を持つジョブのインスタンスの数を返します。 |
---|
ListSE<JobInstance> | JobOperator.getJobInstances(StringSE jobName, int start, int count) | 特定の名前を持つジョブに属するすべての JobInstances を新しい順に返します。 |
---|
SetSE<StringSE> | JobOperator.getJobNames() | バッチランタイムに認識されているすべてのジョブ名のセットを返します。 |
---|
PropertiesSE | JobOperator.getParameters(long executionId) | 指定されたジョブインスタンスのジョブパラメーターを返します。 |
---|
ListSE<LongSE> | JobOperator.getRunningExecutions(StringSE jobName) | 実行を実行している指定された名前のジョブインスタンスの実行 ID を返します。 |
---|
ListSE<StepExecution> | JobOperator.getStepExecutions(long jobExecutionId) | 指定された実行 ID の StepExecutions を返します。 |
---|
long | JobOperator.restart(long executionId, PropertiesSE restartParameters) | 非同期に実行される、失敗または停止したジョブインスタンスを再起動します。 |
---|
long | JobOperator.start(StringSE jobXMLName, PropertiesSE jobParameters) | 新しいジョブインスタンスを作成し、非同期で実行されるそのインスタンスの最初の実行を開始します。 |
---|
void | JobOperator.stop(long executionId) | 実行中のジョブの実行停止リクエスト。 |
---|