org.olat.repository.async
Class IncrementLaunchCounterBackgroundTask

java.lang.Object
  extended by org.olat.core.commons.persistence.async.AbstractBackgroundTask
      extended by org.olat.repository.async.IncrementLaunchCounterBackgroundTask
All Implemented Interfaces:
BackgroundTask

public class IncrementLaunchCounterBackgroundTask
extends AbstractBackgroundTask

Author:
Christian Guretzki

Constructor Summary
IncrementLaunchCounterBackgroundTask(RepositoryEntry repositoryEntry)
           
 
Method Summary
 void executeTask()
           
 
Methods inherited from class org.olat.core.commons.persistence.async.AbstractBackgroundTask
execute, isTaskDone, setMaxRetry, waitForDone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementLaunchCounterBackgroundTask

public IncrementLaunchCounterBackgroundTask(RepositoryEntry repositoryEntry)
Method Detail

executeTask

public void executeTask()
Specified by:
executeTask in class AbstractBackgroundTask