public abstract class AbstractTaskMonitor<C extends ApplicationContext> extends AbstractApplicationObject<C> implements TaskMonitor<C>
| Constructor and Description |
|---|
AbstractTaskMonitor(C ctx) |
AbstractTaskMonitor(C ctx,
LogChannel logCh) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(RunState state)
Tells whether the monitor wants to be notified about this
RunState. |
getApplicationContext, getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannelconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittaskCancelled, taskChildFinished, taskChildStarted, taskChildSucceeded, taskFailed, taskFinished, taskProceeded, taskStarted, taskSucceededgetApplicationContextpublic AbstractTaskMonitor(C ctx)
public AbstractTaskMonitor(C ctx, LogChannel logCh)
public boolean accept(RunState state)
TaskMonitorRunState.accept in interface TaskMonitor<C extends ApplicationContext>Copyright © 2014 EsprIT-Systems. All Rights Reserved.