i-net Clear Reports

Uses of Interface
com.inet.report.schedule.ExecutionTimeProvider

Packages that use ExecutionTimeProvider
com.inet.report.schedule Provides all classes and interfaces for the i-net Scheduler. 
 

Uses of ExecutionTimeProvider in com.inet.report.schedule
 

Classes in com.inet.report.schedule that implement ExecutionTimeProvider
 class DailyExecution
          An ExecutionTimeProvider which can be described in the form "Run the task every ___ days at ____ o'clock."
 class MonthlyExecution
          An ExecutionTimeProvider which would be described in the form "Run the task in the months ___, ___, and ___ on days _____, ____, and ____ at ____ o'clock."
 class OneDayExecution
          An ExecutionTimeProvider which can be described in the form "Run the task on this date __/__/____, at ____ o'clock."
 class ScheduleExecution
          An abstract implementation of ExecutionTimeProvider, already including time of day information, either of the form "once at __:__" or "every ___ hours starting at __:__ until __ o'clock".
 class WeeklyExecution
          An ExecutionTimeProvider which would be described in the form "Run the task every ___ weeks on _____, ____, and ____ at ____ o'clock."
 

Methods in com.inet.report.schedule that return ExecutionTimeProvider
 ExecutionTimeProvider ScheduleTask.getExecutionTime()
          Returns this task's ScheduleExecution object, which contains start date, interval type, etc. information
 

Methods in com.inet.report.schedule with parameters of type ExecutionTimeProvider
 void ScheduleTask.setExecutionTime(ExecutionTimeProvider executionTime)
          Sets this task's ScheduleExecution object - to create a ScheduleExecution, please use ScheduleExecutionFactory's factory methods.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH