com.im.df/1 5.8

com.im.df.util
Class UIBackgroundRunnerRO

java.lang.Object
  extended by com.im.commons.progress.BackgroundRunner
      extended by 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.


Constructor Summary
UIBackgroundRunnerRO(String taskName, boolean cancelable)
           
 
Method Summary
 DFEnvironmentRO getEnvironment()
           
 boolean phase1Cancelled(CancelException exc)
           
 boolean phase1Exception(Exception exc)
           
protected  void phase1FinallyInternal()
           
 RequestProcessor.Task start()
           
 
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
 

Constructor Detail

UIBackgroundRunnerRO

public UIBackgroundRunnerRO(String taskName,
                            boolean cancelable)
Method Detail

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

com.im.df/1 5.8