|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Job | |
|---|---|
| com.sap.scheduler.api | |
| com.sap.scheduler.runtime | |
| Uses of Job in com.sap.scheduler.api |
|---|
| Methods in com.sap.scheduler.api that return Job | |
|---|---|
Job[] |
Scheduler.getChildJobs(JobID jobid)
Get all child jobs for a given job id. |
Job |
Scheduler.getJob(JobID jobid)
This method returns a job for a given job id jobid. |
Job[] |
Scheduler.getJobs(JobID[] jobid)
This method returns the jobs for given job ids. |
| Uses of Job in com.sap.scheduler.runtime |
|---|
| Methods in com.sap.scheduler.runtime that return Job | |
|---|---|
Job |
JobContext.getChildJobById(JobID jobId)
Get an existing job instance by its job id. |
Job |
JobContext.getJob()
Get the Job object associated with this job. |
Job[] |
JobIterator.getJobs()
Method to be used by the scheduler runtime only! |
Job[] |
JobIterator.nextChunk()
This method returns the next chunk of job objects. |
| Methods in com.sap.scheduler.runtime with parameters of type Job | |
|---|---|
void |
JobIterator.setJobs(Job[] jobs)
Method to be used by the scheduler runtime only! |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||