Class DataChangeProcessor

java.lang.Object
com.storedobject.job.Job
com.storedobject.job.DaemonJob
com.storedobject.core.DataChangeProcessor

public final class DataChangeProcessor extends DaemonJob
The DataChangeProcessor class extends the DaemonJob class and represents a job that processes data changes. It runs in the background and its execute method is invoked only once. The 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. The DataChangeProcessor class should be instantiated with a schedule defined for this job.
Author:
Syam