com.im.df.util
Class UIBackgroundRunnerRO
java.lang.Object
com.im.commons.progress.BackgroundRunner
com.im.df.util.UIBackgroundRunnerRO
public abstract class UIBackgroundRunnerRO
- extends BackgroundRunner
Important: The link to BackgroundRunner generated by javadoc tool is broken.
Please click here to see the correct javadoc:
BackgroundRunner
UI extension of background runner - this class creates new UIEnvironmentRO
using EnvUtils.
| Methods inherited from class com.im.commons.progress.BackgroundRunner |
createTask, failTask, getCreateLock, getDelay, getRequestProcessor, getTask, interrupt, phase1Finally, phase1InRequestProcessor, phase2InAWT, processTheTask, restart |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UIBackgroundRunnerRO
public UIBackgroundRunnerRO(String taskName,
boolean cancelable)
start
public RequestProcessor.Task start()
- Overrides:
start in class BackgroundRunner
getEnvironment
public DFEnvironmentRO getEnvironment()
phase1Cancelled
public boolean phase1Cancelled(CancelException exc)
- Overrides:
phase1Cancelled in class BackgroundRunner
phase1FinallyInternal
protected final void phase1FinallyInternal()
- Overrides:
phase1FinallyInternal in class BackgroundRunner
phase1Exception
public boolean phase1Exception(Exception exc)
- Overrides:
phase1Exception in class BackgroundRunner