de.willuhn.jameica.system.BackgroundTaskprotected 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.BackgroundTaskde.willuhn.util.ApplicationExceptionBackgroundTask.run(de.willuhn.util.ProgressMonitor)public final void interrupt()
interrupt in interface de.willuhn.jameica.system.BackgroundTaskBackgroundTask.interrupt()public final boolean isInterrupted()
isInterrupted in interface de.willuhn.jameica.system.BackgroundTaskBackgroundTask.isInterrupted()