psdi.common.asyncjob

Class AsyncJobScheduledCron

  • All Implemented Interfaces:
    CronTask


    public class AsyncJobScheduledCron
    extends AsyncJobCron
    Crontask to handle background asynchronous jobs.
    • Constructor Detail

      • AsyncJobScheduledCron

        public AsyncJobScheduledCron()
    • Method Detail

      • isImmediate

        public boolean isImmediate()
        Description copied from class: AsyncJobCron
        The actual foreground or background crontask definitation class needs to implement this method to return true or false.
        Specified by:
        isImmediate in class AsyncJobCron
        Returns:
        true if this crontask handles foreground jobs, false if it handles background jobs.