com.ibm.batch.container.services
Interface IBatchKernelService
- All Superinterfaces:
- IBatchServiceBase
- All Known Implementing Classes:
- BatchKernelImpl
public interface IBatchKernelService
- extends IBatchServiceBase
getJobExecution
JobExecution getJobExecution(long executionId)
getStepExecution
StepExecution getStepExecution(long jobExecutionId,
long stepExecutionId)
restartJob
JobExecution restartJob(long jobInstanceId)
startJob
JobExecution startJob(String jobXML)
startJob
JobExecution startJob(String jobXML,
Properties jobParameters)
stopJob
void stopJob(long jobInstanceId)
throws NoSuchJobExecutionException,
JobExecutionNotRunningException
- Throws:
NoSuchJobExecutionException
JobExecutionNotRunningException
restartJob
JobExecution restartJob(long jobInstanceId,
Properties overrideJobParameters)
jobExecutionDone
void jobExecutionDone(RuntimeJobExecutionImpl jobExecution)
getJobSteps
List<StepExecution> getJobSteps(long jobExecutionId)
getExecutionIds
List<Long> getExecutionIds(long jobInstance)
getJobInstanceCount
int getJobInstanceCount(String jobName)
Copyright © 2013. All Rights Reserved.