|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FixedRateTaskConfiguration | |
org.sape.carbon.services.scheduler |
Uses of FixedRateTaskConfiguration in org.sape.carbon.services.scheduler |
Methods in org.sape.carbon.services.scheduler that return FixedRateTaskConfiguration | |
FixedRateTaskConfiguration[] |
SchedulerServiceConfiguration.getFixedRateTask()
Gets the FixedRateTasks associated with this scheduler. |
Methods in org.sape.carbon.services.scheduler with parameters of type FixedRateTaskConfiguration | |
void |
SchedulerServiceConfiguration.setFixedRateTask(FixedRateTaskConfiguration[] tasks)
Sets the FixedRateTasks associated with this scheduler. |
void |
SchedulerServiceConfiguration.addFixedRateTask(FixedRateTaskConfiguration task)
Adds a FixedRateTask to this scheduler. |
Constructors in org.sape.carbon.services.scheduler with parameters of type FixedRateTaskConfiguration | |
FixedRateTask(FixedRateTaskConfiguration taskConfiguration,
ThreadPool threadPool)
This constructor determines the starting time and date and the repeat period of the task. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |