psdi.common.asyncjob

Class AsyncJobImmediateCron

  • All Implemented Interfaces:
    CronTask


    public class AsyncJobImmediateCron
    extends AsyncJobCron
    Crontask to handle foreground asynchronous jobs.
    • Constructor Detail

      • AsyncJobImmediateCron

        public AsyncJobImmediateCron()
    • 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.