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,
Job job,
Long time)
Helper method for sending the notification events.
|
static void |
sendNotification(org.osgi.service.event.EventAdmin eventAdmin,
String eventTopic,
String jobTopic,
String jobName,
Map<String,Object> jobProperties,
Long time)
Helper method for sending the notification events.
|
public static final String PROPERTY_TIME
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.