com.im.df.util
Class UIBackgroundRunnerRO
java.lang.Object
com.im.df.api.util.BackgroundRunner
com.im.df.util.UIBackgroundRunnerRO
public abstract class UIBackgroundRunnerRO
- extends BackgroundRunner
UI extension of background runner - this class creates new UI EnvironmentRO
using EnvUtils.
| Methods inherited from class com.im.df.api.util.BackgroundRunner |
createTask, failTask, getCreateLock, getDelay, getRequestProcessor, getTask, interrupt, isAwtPhase, phase1Exception, phase1Finally, phase1InRequestProcessor, phase2InAWT, processTheTask, restart, setAwtPhase |
| 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