Class MailNotificationJobDelegate
java.lang.Object
org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate
org.apache.syncope.core.provisioning.java.job.notification.MailNotificationJobDelegate
- All Implemented Interfaces:
JobDelegate,NotificationJobDelegate
-
Field Summary
FieldsFields inherited from class org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate
auditManager, LOG, notificationManager, publisher, taskDAO, taskUtilsFactory -
Constructor Summary
ConstructorsConstructorDescriptionMailNotificationJobDelegate(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher, JavaMailSender mailSender) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidnotify(String to, NotificationTask task, TaskExec<NotificationTask> execution) Methods inherited from class org.apache.syncope.core.provisioning.java.job.notification.AbstractNotificationJobDelegate
execute, executeSingle, handleRetries, hasToBeRegistered, setStatus
-
Field Details
-
mailSender
-
-
Constructor Details
-
MailNotificationJobDelegate
public MailNotificationJobDelegate(TaskDAO taskDAO, TaskUtilsFactory taskUtilsFactory, AuditManager auditManager, NotificationManager notificationManager, ApplicationEventPublisher publisher, JavaMailSender mailSender)
-
-
Method Details
-
notify
protected void notify(String to, NotificationTask task, TaskExec<NotificationTask> execution) throws Exception - Specified by:
notifyin classAbstractNotificationJobDelegate- Throws:
Exception
-