com.im.df/1 2.4

com.im.df.util
Class UIBackgroundRunnerRO

java.lang.Object
  extended by com.im.df.api.util.BackgroundRunner
      extended by com.im.df.util.UIBackgroundRunnerRO

public abstract class UIBackgroundRunnerRO
extends BackgroundRunner

UI extension of background runner - this class creates new UI EnvironmentRO using EnvUtils.


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

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

com.im.df/1 2.4