Package org.cyclos.impl.utils.tasks
-
Interface Summary Interface Description BackgroundTask A task which is executed on the background.BackgroundTaskHandler Handles the execution ofBackgroundTasksBackgroundTaskHandlerImplementor Contains internal methods forBackgroundTaskHandlerRecurringTask A RecurringTask is a task which keeps looking for available data to be processed.RecurringTaskHandler Handles theRecurringTasks lifecycle, as well as allows some control over themRecurringTaskHandlerImplementor Contains the internal methods forRecurringTaskHandler -
Class Summary Class Description BackgroundTaskExecutionContext Contains context to run a Background taskBackgroundTaskExecutionKey This is used to identify background task executions logically - only by class name and context.BackgroundTaskScheduling Parameters to schedule a background taskBaseBackgroundTaskScheduling<T extends BaseBackgroundTaskScheduling<?>> Common parameters to schedule a background taskCustomBackgroundTaskScheduling Parameters to schedule a background taskRunningTaskDescriptor Serializable class containing information about a running task.