public abstract class NotificationUtility extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_TIME
Event property containing the time for job start and job finished events.
|
| Constructor and Description |
|---|
NotificationUtility() |
| Modifier and Type | Method and 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.
|
public static final String PROPERTY_TIME
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.