Modifier and Type | Field and Description |
---|---|
static String |
NAME |
config, interruptRequested, lastRunError, lockManager, log, sendActivityReport, sender, size, STATUS_IDLE, STATUS_RUNNING, STATUS_STOPPING, systemLoadMonitor, transactionId, userDao
Constructor and Description |
---|
DigestProcessor() |
Modifier and Type | Method and Description |
---|---|
boolean |
isConcurrent()
Concrete implementations must override this method declaring if the task
supports multiple instances running concurrently.
|
boolean |
isIndeterminate()
Concrete implementations must override this method declaring if the task
is indeterminate.
|
protected String |
prepareReport(Locale locale)
Implementations may compose a locale specific report.
|
protected void |
runTask()
Concrete implementations must override this method implementing their own
processing logic.
|
void |
setDocumentDao(DocumentDAO documentDao) |
addTaskListener, getCompletionPercentage, getConfig, getName, getProgress, getReportRecipients, getScheduling, getSize, getStatus, interrupt, isInterrupted, isRunning, isSendActivityReport, next, notifyReport, removeTaskListener, run, save, saveWork, setConfig, setLockManager, setName, setProgress, setReportRecipients, setSendActivityReport, setSender, setSize, setSystemLoadMonitor, setUserDao
public static final String NAME
public void setDocumentDao(DocumentDAO documentDao)
public boolean isIndeterminate()
Task
isIndeterminate
in class Task
public boolean isConcurrent()
Task
isConcurrent
in class Task
protected void runTask() throws Exception
Task
protected String prepareReport(Locale locale)
Task
prepareReport
in class Task
Copyright © 2008-2014 Logical Objects. All Rights Reserved.