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

Packages that use SchedulerTime
com.sap.scheduler.api   
 

Uses of SchedulerTime in com.sap.scheduler.api
 

Fields in com.sap.scheduler.api declared as SchedulerTime
 SchedulerTime Scheduler.FireTimeEvent.time
          Time of the particular expiration represented by this object.
 

Methods in com.sap.scheduler.api that return SchedulerTime
 SchedulerTime RecurringEntry.getEndTime()
          Getter method
 SchedulerTime Filter.getEndTime()
          Obtains the end time of the filter
 SchedulerTime RecurringEntry.getStartTime()
          Getter method
 SchedulerTime Filter.getStartTime()
          Obtains the start time of the filter
 

Methods in com.sap.scheduler.api with parameters of type SchedulerTime
 boolean Filter.filterOut(SchedulerTime time)
          Checks if the given time is to be filtered out
 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.
 

Constructors in com.sap.scheduler.api with parameters of type SchedulerTime
Filter(SchedulerTime startTime, SchedulerTime endTime)
          Creates new instance of Filter for the specified time period
RecurringEntry(SchedulerTime expirationTime)
          Constrcuts a new entry that will cause one expiration at the specified time.
RecurringEntry(SchedulerTime startTime, long period)
          Constructs an entry with a spesified start time, period and no end time.
RecurringEntry(SchedulerTime startTime, long period, int iterations)
          Constructs an entry with specified start time, period and iterations.
RecurringEntry(SchedulerTime startTime, SchedulerTime endTime, int iterations)
          Constructor a entry with specified start time, end time and iterations.
RecurringEntry(SchedulerTime startTime, SchedulerTime endTime, long period)
          Constructs an entry with specified start time, end time and period.
Scheduler.FireTimeEvent(SchedulerTaskID taskId, SchedulerTime time)
          Constructs a new FireTimeEvent instance to represent an expiration of the given scheduler task at the given time.
Scheduler.FireTimeEvent(SchedulerTaskID taskId, SchedulerTime time, boolean filtered)
          Constructs a new FireTimeEvent instance to represent an expiration of the given scheduler task at the given time.
 



Copyright 2010 SAP AG Complete Copyright Notice