public class AttributeChangeNotificationBuilder extends NotificationBuilder
Constructor and Description |
---|
AttributeChangeNotificationBuilder(ObjectName source) |
Modifier and Type | Method and Description |
---|---|
AttributeChangeNotification |
buildAttributeChange(String msg,
String attributeName,
String attributeType,
long when,
Object oldValue,
Object newValue) |
AttributeChangeNotification |
buildAttributeChange(String msg,
String attributeName,
String attributeType,
Object oldValue,
Object newValue) |
Notification |
buildNew()
Build a new Notification without any values in its Map
and no message.
|
Notification |
buildNew(String key,
Object value) |
buildNew, buildNewWithMap, getNotificationType, getSource, nextSequenceNumber, now, putAllMapData, putMapData
public AttributeChangeNotificationBuilder(ObjectName source)
public final Notification buildNew()
NotificationBuilder
buildNew
in class NotificationBuilder
public final Notification buildNew(String key, Object value)
public final AttributeChangeNotification buildAttributeChange(String msg, String attributeName, String attributeType, Object oldValue, Object newValue)
Copyright © 2021. All rights reserved.