|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchedulerRuntimeException | |
|---|---|
| com.sap.scheduler.api | |
| com.sap.scheduler.runtime | |
| Uses of SchedulerRuntimeException in com.sap.scheduler.api |
|---|
| Methods in com.sap.scheduler.api that throw SchedulerRuntimeException | |
|---|---|
void |
Scheduler.addFilters(SchedulerTaskID id,
Filter[] f)
Adds a filter to the list of filters currently associated to the given task. |
void |
Scheduler.cancelJob(JobID jobid)
This method cancels a job. |
void |
Scheduler.cancelTask(SchedulerTaskID taskId)
Cancels a scheduled task with id specified by the taskId parameter. |
SchedulerTaskID[] |
Scheduler.getAllSchedulerTaskIDs()
Obtains all currently scheduled scheduler tasks which are in state active or
hold. |
Job[] |
Scheduler.getChildJobs(JobID jobid)
Get all child jobs for a given job id. |
Scheduler.FireTimeEvent[] |
Scheduler.getFireTimes(SchedulerTaskID id,
SchedulerTime startTime,
SchedulerTime endTime)
This method returns the fire times of a SchedulerTask for a
given time interval specified by the startTime, endTime
and the id parameters. |
Job |
Scheduler.getJob(JobID jobid)
This method returns a job for a given job id jobid. |
JobDefinition |
Scheduler.getJobDefinitionById(JobDefinitionID id)
Get job definition by its job definition id. |
JobDefinition |
Scheduler.getJobDefinitionByName(String jobDefinitionName)
Returns the job defintion for a given name. |
JobDefinition[] |
Scheduler.getJobDefinitions()
Returns all job definitions known to the NetWeaver Scheduler. |
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. |
JobIterator |
Scheduler.getJobs(JobFilter filter,
JobIterator iter,
int fetchSize)
This method will return all jobs which match the provided filter criteria. |
Job[] |
Scheduler.getJobs(JobID[] jobid)
This method returns the jobs for given job ids. |
JobStatus |
Scheduler.getJobStatus(JobID jobid)
Returns the status of a job. |
SchedulerTask |
Scheduler.getTask(SchedulerTaskID id)
Obtains the task with id specified by the id parameter. |
boolean |
Scheduler.hasChildJobs(JobID jobid)
Returns true if this job has child jobs. |
void |
Scheduler.holdTask(SchedulerTaskID taskId)
Holds a scheduled task with id specified by the taskId parameter. |
void |
Scheduler.releaseTask(SchedulerTaskID taskId)
Releases a held task with id specified by the taskId parameter and
set it back to state active. |
void |
Scheduler.removeFilters(SchedulerTaskID id,
Filter[] f)
Removes the given filters from the list of filters associated with the given task. |
void |
Scheduler.removeJob(JobID jobid)
This method removes all information about this job instance from the NetWeaver Scheduler (including logs). |
void |
Scheduler.removeJobs(JobID[] jobids)
This method removes all information for the given job instances from the NetWeaver Scheduler (including logs). |
void |
Scheduler.schedule(SchedulerTask task)
This method schedules the supplied task what means that the task will be persisted and performed. |
void |
Scheduler.setFilters(SchedulerTaskID id,
Filter[] f)
Sets filters for the specified task. |
| Uses of SchedulerRuntimeException in com.sap.scheduler.runtime |
|---|
| Methods in com.sap.scheduler.runtime that throw SchedulerRuntimeException | |
|---|---|
JobID |
JobContext.executeJob(JobDefinitionID jobDefId)
Submit a job for immediate execution. |
JobID |
JobContext.executeJob(JobDefinitionID jobDefId,
JobParameter[] parameters)
Submit a job for immediate execution. |
JobID |
JobContext.executeJob(String jobDefinitionName)
Submit a job for immediate execution. |
JobID |
JobContext.executeJob(String jobDefinitionName,
JobParameter[] parameters)
Submit a job for immediate execution. |
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. |
JobDefinition |
JobContext.getJobDefinition(String jobDefinitionName)
Get the JobDefinition object which represents
the job metadata for the given name |
JobParameterDefinition |
JobContext.getJobParameterDefinition(String jobDefinitionName,
String parameterName)
Returns the named job definition parameter for the given job defintion which was provided when the job was deployed. |
JobParameterDefinition[] |
JobContext.getJobParameterDefinitions(String jobDefinitionName)
Returns the job definitions parameters for the given job defintion which were provided when the job was deployed. |
boolean |
JobContext.isCancelled()
Returns true if the job has received a request for cancellation. |
void |
JobContext.setJobParameter(JobParameter param)
Update the runtime with the given JobParameter. |
void |
JobContext.setJobParameterGeneric(String name,
Object value)
Set a job parameter. |
void |
JobContext.setReturnCode(short returnCode)
Set the job return code. |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||