The long-running scheduler for
Web services provides the following interfaces for driving a long-running job from
a Web services client program:
- cancelJob(jobid)
- cancelRecurringRequest(request)
- getBatchJobRC(jobid)
- getJobDetails(jobid)
- getJobOutput(jobid)
- getJobStatus(jobid)
- modifyRecurringRequest(request)
- purgeJob(jobid)
- removeJobFromRepository(job)
- restartJob(jobid)
- resumeJob(jobid)
- saveJobToRepositoryAndSubmit(xJCL,job,replace)
- saveJobToRepository(xJCL,job,replace)
- showAllJobs()
- showAllRecurringRequests()
- showJobFromRepository(job)
- showRecurringJobs(request)
- submitJobFromRepository(job)
- submitJob(xJCL)
- submitRecurringRequest(job)
- suspendJob(jobid,seconds)
Refer to the
long-running scheduler Web
services Web Service Description Language (WSDL) file for detailed descriptions
of the Web services interface.