|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.commons.persistence.async.AbstractBackgroundTask
public abstract class AbstractBackgroundTask
| Constructor Summary | |
|---|---|
AbstractBackgroundTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
abstract void |
executeTask()
|
boolean |
isTaskDone()
|
void |
setMaxRetry(int maxRetry)
|
void |
waitForDone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractBackgroundTask()
| Method Detail |
|---|
public void execute()
execute in interface BackgroundTaskpublic void setMaxRetry(int maxRetry)
setMaxRetry in interface BackgroundTaskpublic abstract void executeTask()
public boolean isTaskDone()
public void waitForDone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||