Package com.kheops.util
Class KSchedulerJob
java.lang.Object
com.kheops.util.KSchedulerJob
Class representing a job to be executed by the scheduler. It is used by
KScheduler and KScheduler2. Normally not used directly by programers.
-
Constructor Summary
ModifierConstructorDescriptionprotected
KSchedulerJob
(int jobId, KSchedulerClient client, long delay, boolean recurrent) -
Method Summary
-
Constructor Details
-
KSchedulerJob
-