public class DummyMonitor extends Object implements org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor
| Constructor and Description |
|---|
DummyMonitor(String jobId) |
| Modifier and Type | Method and Description |
|---|---|
void |
announceTotal(int totalItems) |
String |
getScheduledJobId() |
boolean |
isAborting() |
void |
log(org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor.Severity severity,
Object message) |
void |
reportProgressAbsolute(int items) |
void |
reportProgressIncrement(int items) |
public DummyMonitor(String jobId)
public void log(org.evolvis.tartools.backgroundjobs.BackgroundJobMonitor.Severity severity,
Object message)
log in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic boolean isAborting()
isAborting in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic String getScheduledJobId()
getScheduledJobId in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic void announceTotal(int totalItems)
announceTotal in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic void reportProgressIncrement(int items)
reportProgressIncrement in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorpublic void reportProgressAbsolute(int items)
reportProgressAbsolute in interface org.evolvis.tartools.backgroundjobs.BackgroundJobMonitorCopyright © 2018. All Rights Reserved.