Class DaemonJob

java.lang.Object
com.storedobject.job.Job
com.storedobject.job.DaemonJob
Direct Known Subclasses:
Alert, Controller, DataChangeProcessor, MessageSender, MQTTDataCollector

public abstract class DaemonJob extends Job
Daemon job is a special Job and its Job.execute() method will be invoked only once, and it runs forever in the background. However, the Job.execute() method may be invoked again if an error occurred during the previous run or the isActive() method returns false when it is due again.
Author:
Syam