Package org.olat.core.commons.persistence.async

Overview description of asynchron background task.

See:
          Description

Interface Summary
BackgroundTask  
 

Class Summary
AbstractBackgroundTask  
BackgroundTaskQueueManager FIFO-queue for background job.
TaskExecutorThread  
 

Package org.olat.core.commons.persistence.async Description

Overview description of asynchron background task. The business-logic can create background-task, which will be executed async by the background-db-updater job (QuarzJob). This job runs with a configurable interval. The task will be added to FIFO queue. The queue will be checked by the background-db-updater job.

Class Diagram