org.sape.carbon.services.scheduler |
The Scheduler service allows components to be called at
scheduled times and intervals.
|
Java Source File Name | Type | Comment |
AbstractTask.java | Class | Base class for tasks run by the SchedulerService. |
BaseTaskConfiguration.java | Interface | |
DefaultSchedulerServiceImpl.java | Class | Default implementation for the SchedulerService. |
FixedDelayTask.java | Class | Utility class used to interperet FixedDelayTaskConfiguration and
schedule fixed delay tasks. |
FixedDelayTaskConfiguration.java | Interface | This is the configuration interface used to create fixed delay tasks within
the Scheduler Service. |
FixedRateTask.java | Class | Utility class used to interperet FixedRateTaskConfiguration and
schedule fixed rate tasks. |
FixedRateTaskConfiguration.java | Interface |
This is the configuration interface used to create fixed rate tasks within
the Scheduler Service. |
Schedulable.java | Interface | All FunctionalInterfaces of components called by the
SchedulerService must impelment this interface. |
SchedulerService.java | Interface | FunctionalInterface for the Scheduler Service. |
SchedulerServiceConfiguration.java | Interface | Configuration interface for the SchedulerService. |
UnrecoverableTaskException.java | Class | This exception should be thrown by the runScheduledTask method of a
Schedulable component if the task is in an irretrievable state and should
be canceled. |