com.ibm.batch.container.services
Interface IJobOperatorService

All Superinterfaces:
IBatchServiceBase, JobOperator

public interface IJobOperatorService
extends IBatchServiceBase, JobOperator


Method Summary
 Long start(String jobXML, Properties submittedProps)
           
 
Methods inherited from interface com.ibm.batch.container.services.IBatchServiceBase
init, shutdown
 
Methods inherited from interface javax.batch.operations.JobOperator
abandon, getExecutions, getJobExecution, getJobExecutions, getJobInstance, getJobInstanceCount, getJobInstanceIds, getJobNames, getJobSteps, getParameters, getRunningInstanceIds, getStepExecution, restart, stop
 

Method Detail

start

Long start(String jobXML,
           Properties submittedProps)
           throws JobStartException
Specified by:
start in interface JobOperator
Throws:
JobStartException


Copyright © 2013. All Rights Reserved.