public class JobExecutionHelper extends Object
| Constructor and Description |
|---|
JobExecutionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static JobInstance |
getJobInstance(long executionId) |
static IJobExecution |
getPersistedJobOperatorJobExecution(long jobExecutionId) |
static RuntimeFlowInSplitExecution |
restartFlowInSplit(long execId,
JSLJob gennedJobModel) |
static RuntimeJobExecution |
restartJob(long executionId,
JSLJob gennedJobModel) |
static RuntimeJobExecution |
restartJob(long executionId,
Properties restartJobParameters) |
static RuntimeJobExecution |
restartPartition(long execId,
JSLJob gennedJobModel,
Properties partitionProps) |
static RuntimeFlowInSplitExecution |
startFlowInSplit(JSLJob jobModel) |
static RuntimeJobExecution |
startJob(String jobXML,
Properties jobParameters) |
static RuntimeJobExecution |
startPartition(JSLJob jobModel,
Properties jobParameters) |
public static RuntimeJobExecution startJob(String jobXML, Properties jobParameters) throws JobStartException
JobStartExceptionpublic static RuntimeFlowInSplitExecution startFlowInSplit(JSLJob jobModel) throws JobStartException
JobStartExceptionpublic static RuntimeJobExecution startPartition(JSLJob jobModel, Properties jobParameters) throws JobStartException
JobStartExceptionpublic static RuntimeJobExecution restartJob(long executionId, JSLJob gennedJobModel) throws JobRestartException, JobExecutionAlreadyCompleteException, JobExecutionNotMostRecentException, NoSuchJobExecutionException
public static RuntimeJobExecution restartPartition(long execId, JSLJob gennedJobModel, Properties partitionProps) throws JobRestartException, JobExecutionAlreadyCompleteException, JobExecutionNotMostRecentException, NoSuchJobExecutionException
public static RuntimeFlowInSplitExecution restartFlowInSplit(long execId, JSLJob gennedJobModel) throws JobRestartException, JobExecutionAlreadyCompleteException, JobExecutionNotMostRecentException, NoSuchJobExecutionException
public static RuntimeJobExecution restartJob(long executionId, Properties restartJobParameters) throws JobRestartException, JobExecutionAlreadyCompleteException, JobExecutionNotMostRecentException, NoSuchJobExecutionException
public static IJobExecution getPersistedJobOperatorJobExecution(long jobExecutionId) throws NoSuchJobExecutionException
NoSuchJobExecutionExceptionpublic static JobInstance getJobInstance(long executionId)
© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0