Class AbstractInterruptableJob

    • Constructor Detail

      • AbstractInterruptableJob

        public AbstractInterruptableJob()
    • Method Detail

      • getDelegate

        public org.apache.syncope.core.provisioning.api.job.JobDelegate getDelegate()
      • interrupt

        public void interrupt()
                       throws org.quartz.UnableToInterruptJobException
        Specified by:
        interrupt in interface org.quartz.InterruptableJob
        Throws:
        org.quartz.UnableToInterruptJobException