public class ProgressWindowExecutorTask<C extends ApplicationContext> extends ExecutorTask<C>
childTaskRef, isTestMode, monitorController, resultRef, stateFlag| Constructor and Description |
|---|
ProgressWindowExecutorTask(C ctx,
AsyncExecutable subTask) |
ProgressWindowExecutorTask(C ctx,
LogChannel logCh,
AsyncExecutable subTask) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doOnFinish()
Is called in ANY CASE when the task has finished.
|
protected void |
doOnStart()
Is called when the task actually has started.
|
void |
setProgressMessage(java.lang.String text) |
void |
setTitleIcon(IconKey titleIcon) |
void |
setTitleText(NlsKey titleText) |
executeAsync, getExecutable, setExecutableawaitFinished, awaitFinished, awaitStarted, cancel, createTaskId, deregisterTask, doOnSuccess, executeChildTask, executeChildTask, getCurrentFuture, getMaxChildTasks, getPriority, getProcessingDuration, getStartTime, getStopWatch, handleFinish, handleStart, handleSuccess, isRegisterForCancel, isRunning, notifyProceeded, registerTask, releaseStart, run, setCurrentFuture, setMaxChildTasks, setPriority, setRegisterForCancel, setReleaseTimeout, submit, submit, submitInternal, toString, wasSucceededaddMonitor, checkCancelled, checkForErrorAndRethrow, clearMonitors, createRunStateFlag, doOnCancel, doOnFailure, execute, executeSubTask, getError, getMaxProgressSteps, getMonitorCount, getMonitors, getName, getProgressStepCount, getResult, getRunStateFlag, getTaskId, getType, handleCancellation, handleFailure, hasError, hasMonitor, isCancellable, registerTaskStateChange, removeMonitor, resetProgress, setCancellable, setLogLevel, setMaxProgressSteps, setMonitor, setName, setName, setResult, setRunStateFlag, setTaskId, setType, shouldFireMonitor, sleepChecked, wasCancelledgetApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannelconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckCancelled, checkForErrorAndRethrow, executeSubTask, getName, getResult, getRunStateFlag, getTaskId, getType, handleCancellation, handleFailure, isCancellable, setCancellable, setName, setResult, setRunStateFlag, sleepCheckedgetApplicationContextexecuteaddMonitor, clearMonitors, getMonitorCount, getMonitors, hasMonitor, removeMonitorgetLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannelwasCancelledgetTaskIdtoDumpString, toDumpString, toStringpublic ProgressWindowExecutorTask(C ctx, AsyncExecutable subTask)
public ProgressWindowExecutorTask(C ctx, LogChannel logCh, AsyncExecutable subTask)
public void setTitleIcon(IconKey titleIcon)
public void setTitleText(NlsKey titleText)
public void setProgressMessage(java.lang.String text)
protected void doOnStart()
throws java.lang.Exception
AbstractAsyncTaskdoOnStart in class AbstractAsyncTask<C extends ApplicationContext>java.lang.Exceptionprotected void doOnFinish()
AbstractAsyncTaskdoOnFinish in class AbstractAsyncTask<C extends ApplicationContext>Copyright © 2014 EsprIT-Systems. All Rights Reserved.