public abstract class ConfigJMXNotification extends Notification
| Modifier and Type | Field and Description |
|---|---|
static ObjectName |
OBJECT_NAME |
static String |
TYPE_NAME |
source| Modifier | Constructor and Description |
|---|---|
protected |
ConfigJMXNotification(org.opendaylight.controller.config.api.jmx.notifications.ConfigJMXNotification.NotificationType type,
NotificationBroadcasterSupport source,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static CommitJMXNotification |
afterCommit(NotificationBroadcasterSupport source,
String messages)
Creates notification about successful commit execution.
|
void |
send()
Sends this notification using source that created it
|
String |
toString() |
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserDatagetSourcepublic static String TYPE_NAME
public static ObjectName OBJECT_NAME
protected ConfigJMXNotification(org.opendaylight.controller.config.api.jmx.notifications.ConfigJMXNotification.NotificationType type,
NotificationBroadcasterSupport source,
String message)
public String toString()
toString in class Notificationpublic void send()
public static CommitJMXNotification afterCommit(NotificationBroadcasterSupport source, String messages)
transactionName - cfgSnapshot - Copyright © 2017 OpenDaylight. All rights reserved.