Uses of Class
com.sap.scheduler.api.SchedulerTask

Packages that use SchedulerTask
com.sap.scheduler.api   
 

Uses of SchedulerTask in com.sap.scheduler.api
 

Methods in com.sap.scheduler.api that return SchedulerTask
static SchedulerTask SchedulerTask.createSchedulerTask(JobDefinitionID jobDefinitionId, JobParameter[] jobParameters, RecurringEntry[] recs, CronEntry[] crons, Filter[] filters, int retentionPeriod, String name, String description, String customData)
          Creates a new SchedulerTask instance with the specified parameters.
 SchedulerTask Scheduler.getTask(SchedulerTaskID id)
          Obtains the task with id specified by the id parameter.
 

Methods in com.sap.scheduler.api with parameters of type SchedulerTask
 boolean SchedulerTask.compareSchedulerTask(SchedulerTask task)
          Compares a SchedulerTask with this.
 void Scheduler.schedule(SchedulerTask task)
          This method schedules the supplied task what means that the task will be persisted and performed.
 



Copyright 2010 SAP AG Complete Copyright Notice