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, setLogChannel
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
taskCancelled, taskChildFinished, taskChildStarted, taskChildSucceeded, taskFailed, taskFinished, taskProceeded, taskStarted, taskSucceeded
getApplicationContext
public AbstractTaskMonitor(C ctx)
public AbstractTaskMonitor(C ctx, LogChannel logCh)
public boolean accept(RunState state)
TaskMonitor
RunState
.accept
in interface TaskMonitor<C extends ApplicationContext>
Copyright © 2014 EsprIT-Systems. All Rights Reserved.