Class NotificationJob
java.lang.Object
org.apache.syncope.core.provisioning.java.job.Job
org.apache.syncope.core.provisioning.java.job.notification.NotificationJob
- All Implemented Interfaces:
Runnable
Periodically checks for notification to send.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected final NotificationJobDelegateprotected final DomainHolder<?> protected static final Loggerprotected final SecurityPropertiesFields inherited from class org.apache.syncope.core.provisioning.java.job.Job
OPERATION_ID -
Constructor Summary
ConstructorsConstructorDescriptionNotificationJob(SecurityProperties securityProperties, DomainHolder<?> domainHolder, NotificationJobDelegate delegate) -
Method Summary
Methods inherited from class org.apache.syncope.core.provisioning.java.job.Job
getContext, run, setContext
-
Field Details
-
LOG
-
DEFAULT_CRON_EXP
- See Also:
-
securityProperties
-
domainHolder
-
delegate
-
-
Constructor Details
-
NotificationJob
public NotificationJob(SecurityProperties securityProperties, DomainHolder<?> domainHolder, NotificationJobDelegate delegate)
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein classJob
-
execute
- Specified by:
executein classJob- Throws:
JobExecutionException
-