Class NotificationUtility
java.lang.Object
org.apache.sling.event.impl.jobs.notifications.NotificationUtility
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Event property containing the time for job start and job finished events. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
sendNotification
(org.osgi.service.event.EventAdmin eventAdmin, String eventTopic, org.apache.sling.event.jobs.Job job, Long time) Helper method for sending the notification events.
-
Field Details
-
PROPERTY_TIME
Event property containing the time for job start and job finished events.- See Also:
-
-
Constructor Details
-
NotificationUtility
public NotificationUtility()
-
-
Method Details