com.sun.appserv.management.util.jmx
Class AttributeChangeNotificationBuilder
java.lang.Object
com.sun.appserv.management.util.jmx.NotificationBuilder
com.sun.appserv.management.util.jmx.AttributeChangeNotificationBuilder
public class AttributeChangeNotificationBuilder
- extends NotificationBuilder
Base class for building AMX Notifications.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeChangeNotificationBuilder
public AttributeChangeNotificationBuilder(ObjectName source)
buildNew
public final Notification buildNew()
- Description copied from class:
NotificationBuilder
- Build a new Notification without any values in its Map
and no message.
- Overrides:
buildNew
in class NotificationBuilder
buildNew
public final Notification buildNew(String key,
Object value)
buildAttributeChange
public final AttributeChangeNotification buildAttributeChange(String msg,
String attributeName,
String attributeType,
Object oldValue,
Object newValue)
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.