Class NotificationUtility
- java.lang.Object
-
- org.apache.sling.event.impl.jobs.notifications.NotificationUtility
-
public abstract class NotificationUtility extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_TIME
Event property containing the time for job start and job finished events.
-
Constructor Summary
Constructors Constructor Description NotificationUtility()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 Detail
-
PROPERTY_TIME
public static final String PROPERTY_TIME
Event property containing the time for job start and job finished events.- See Also:
- Constant Field Values
-
-