Class KSchedulerJob

java.lang.Object
com.kheops.util.KSchedulerJob

public class KSchedulerJob extends Object
Class representing a job to be executed by the scheduler. It is used by KScheduler and KScheduler2. Normally not used directly by programers.
  • Constructor Details

    • KSchedulerJob

      protected KSchedulerJob(int jobId, KSchedulerClient client, long delay, boolean recurrent)