org.olat.core.commons.persistence.async
Interface BackgroundTask

All Known Implementing Classes:
AbstractBackgroundTask, IncrementDownloadCounterBackgroundTask, IncrementLaunchCounterBackgroundTask, SetAccessBackgroundTask, SetDescriptionNameBackgroundTask, SetLastUsageBackgroundTask, SetPropertiesBackgroundTask

public interface BackgroundTask

Author:
Christian Guretzki

Method Summary
 void execute()
           
 void setMaxRetry(int maxRetry)
           
 

Method Detail

execute

void execute()

setMaxRetry

void setMaxRetry(int maxRetry)