|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskDoesNotExistException | |
|---|---|
| com.sap.scheduler.api | |
| Uses of TaskDoesNotExistException in com.sap.scheduler.api |
|---|
| Methods in com.sap.scheduler.api that throw TaskDoesNotExistException | |
|---|---|
void |
Scheduler.addFilters(SchedulerTaskID id,
Filter[] f)
Adds a filter to the list of filters currently associated to the given task. |
void |
Scheduler.cancelTask(SchedulerTaskID taskId)
Cancels a scheduled task with id specified by the taskId parameter. |
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. |
SchedulerTask |
Scheduler.getTask(SchedulerTaskID id)
Obtains the task with id specified by the id parameter. |
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.setFilters(SchedulerTaskID id,
Filter[] f)
Sets filters for the specified task. |
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||