|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchJobException | |
|---|---|
| com.sap.scheduler.api | |
| Uses of NoSuchJobException in com.sap.scheduler.api |
|---|
| Methods in com.sap.scheduler.api that throw NoSuchJobException | |
|---|---|
Job[] |
Scheduler.getChildJobs(JobID jobid)
Get all child jobs for a given job id. |
LogIterator |
Scheduler.getJobLog(JobID jobId,
LogIterator it,
int fetchSize)
This method will return the log for the given job in chunks. |
JobParameter[] |
Scheduler.getJobParameters(JobID jobid)
This method returns all parameters for a given job id jobid. |
JobStatus |
Scheduler.getJobStatus(JobID jobid)
Returns the status of a job. |
boolean |
Scheduler.hasChildJobs(JobID jobid)
Returns true if this job has child jobs. |
void |
Scheduler.removeJob(JobID jobid)
This method removes all information about this job instance from the NetWeaver Scheduler (including logs). |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||