|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.batch.container.jobinstance.JobExecutionHelper
public class JobExecutionHelper
| Constructor Summary | |
|---|---|
JobExecutionHelper()
|
|
| Method Summary | |
|---|---|
static long |
getstepExecutionIDInfo(String key,
String idtype)
|
static List<StepExecution> |
getstepExecutionIDInfoList(long key,
String idtype)
|
static void |
persistStepExecution(long jobExecutionInstanceID,
StepContext stepContext)
|
static RuntimeJobExecutionImpl |
restartJob(long jobInstanceId,
Properties overrideJobParameters)
|
static RuntimeJobExecutionImpl |
startJob(JSLJob jobModel,
Properties jobParameters)
|
static RuntimeJobExecutionImpl |
startJob(String jobXML,
Properties jobParameters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobExecutionHelper()
| Method Detail |
|---|
public static RuntimeJobExecutionImpl startJob(String jobXML,
Properties jobParameters)
public static RuntimeJobExecutionImpl restartJob(long jobInstanceId,
Properties overrideJobParameters)
public static RuntimeJobExecutionImpl startJob(JSLJob jobModel,
Properties jobParameters)
public static void persistStepExecution(long jobExecutionInstanceID,
StepContext stepContext)
public static long getstepExecutionIDInfo(String key,
String idtype)
public static List<StepExecution> getstepExecutionIDInfoList(long key,
String idtype)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||