|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.core.task.longrunning.AbstractLongRunningTask com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunningTask
public abstract class ConfluenceAbstractLongRunningTask
Base class for long running tasks in Confluence. Provides correct resource bundle
Field Summary |
---|
Fields inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask |
---|
log, progress |
Constructor Summary | |
---|---|
ConfluenceAbstractLongRunningTask()
|
Method Summary | |
---|---|
protected java.util.ResourceBundle |
getResourceBundle()
|
void |
run()
Starts the thread of the long running task. |
protected abstract void |
runInternal()
Run the long running process. |
Methods inherited from class com.atlassian.core.task.longrunning.AbstractLongRunningTask |
---|
getCurrentStatus, getElapsedTime, getEstimatedTimeRemaining, getNameKey, getPercentageComplete, getPrettyElapsedTime, getPrettyTimeRemaining, isComplete, isSuccessful, stopTimer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.atlassian.core.task.longrunning.LongRunningTask |
---|
getName |
Constructor Detail |
---|
public ConfluenceAbstractLongRunningTask()
Method Detail |
---|
public final void run()
runInternal
instead.
run
in interface java.lang.Runnable
run
in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
protected abstract void runInternal()
protected java.util.ResourceBundle getResourceBundle()
getResourceBundle
in class com.atlassian.core.task.longrunning.AbstractLongRunningTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |