Class NotificationJob

  • All Implemented Interfaces:
    org.quartz.InterruptableJob, org.quartz.Job

    public class NotificationJob
    extends AbstractInterruptableJob
    Periodically checks for notification to send.
    See Also:
    NotificationTask
    • Field Detail

      • LOG

        protected static final org.slf4j.Logger LOG
      • domainHolder

        protected final org.apache.syncope.core.persistence.api.DomainHolder domainHolder
      • delegate

        protected final org.apache.syncope.core.provisioning.api.notification.NotificationJobDelegate delegate
    • Constructor Detail

      • NotificationJob

        public NotificationJob​(SecurityProperties securityProperties,
                               org.apache.syncope.core.persistence.api.DomainHolder domainHolder,
                               org.apache.syncope.core.provisioning.api.notification.NotificationJobDelegate delegate)
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Throws:
        org.quartz.JobExecutionException