Class MonitoredTask
java.lang.Object
org.dlese.dpc.schemedit.threadedservices.MonitoredTask
- Direct Known Subclasses:
SyncService,ThreadedService
Provides a monitoring mechanism for threaded tasks
- Author:
- ostwald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanGets the isProcessing attribute of the MonitoredTask objectvoidsetTaskProgress(TaskProgress progress)
-
Constructor Details
-
MonitoredTask
public MonitoredTask()Constructor for the MonitoredTask object- Parameters:
index- Description of the ParameterdcsDataManager- Description of the ParametervalidatingServiceDataDir- Description of the Parameter
-
-
Method Details
-
getTaskProgress
-
setTaskProgress
-
getIsProcessing
public abstract boolean getIsProcessing()Gets the isProcessing attribute of the MonitoredTask object- Returns:
- The isProcessing value
-