de.willuhn.jameica.system.BackgroundTask
protected class AbstractSynchronizeBackend.Worker
extends java.lang.Object
implements de.willuhn.jameica.system.BackgroundTask
Modifier and Type | Method | Description |
---|---|---|
AbstractSynchronizeBackend.JobGroup |
getCurrentJobGroup() |
Liefert die gerade in Arbeit befindliche Job-Gruppe.
|
de.willuhn.util.ProgressMonitor |
getMonitor() |
Liefert den ProgressMonitor.
|
AbstractSynchronizeBackend.Synchronization |
getSynchronization() |
Liefert die gesamte Synchronisierung.
|
void |
interrupt() |
|
boolean |
isInterrupted() |
|
void |
run(de.willuhn.util.ProgressMonitor monitor) |
public final de.willuhn.util.ProgressMonitor getMonitor()
public final AbstractSynchronizeBackend.JobGroup getCurrentJobGroup()
public AbstractSynchronizeBackend.Synchronization getSynchronization()
public final void run(de.willuhn.util.ProgressMonitor monitor) throws de.willuhn.util.ApplicationException
run
in interface de.willuhn.jameica.system.BackgroundTask
de.willuhn.util.ApplicationException
BackgroundTask.run(de.willuhn.util.ProgressMonitor)
public final void interrupt()
interrupt
in interface de.willuhn.jameica.system.BackgroundTask
BackgroundTask.interrupt()
public final boolean isInterrupted()
isInterrupted
in interface de.willuhn.jameica.system.BackgroundTask
BackgroundTask.isInterrupted()