com.ibm.batch.container.jobinstance
Class JobExecutionHelper

java.lang.Object
  extended by com.ibm.batch.container.jobinstance.JobExecutionHelper

public class JobExecutionHelper
extends Object


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

JobExecutionHelper

public JobExecutionHelper()
Method Detail

startJob

public static RuntimeJobExecutionImpl startJob(String jobXML,
                                               Properties jobParameters)

restartJob

public static RuntimeJobExecutionImpl restartJob(long jobInstanceId,
                                                 Properties overrideJobParameters)

startJob

public static RuntimeJobExecutionImpl startJob(JSLJob jobModel,
                                               Properties jobParameters)

persistStepExecution

public static void persistStepExecution(long jobExecutionInstanceID,
                                        StepContext stepContext)

getstepExecutionIDInfo

public static long getstepExecutionIDInfo(String key,
                                          String idtype)

getstepExecutionIDInfoList

public static List<StepExecution> getstepExecutionIDInfoList(long key,
                                                             String idtype)


Copyright © 2013. All Rights Reserved.