Java javax.management AttributeChangeNotification fields, constructors, methods, implement or subclass

Example usage for Java javax.management AttributeChangeNotification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management AttributeChangeNotification.

The text is from its open source code.

Field

StringATTRIBUTE_CHANGE
Notification type which indicates that the observed MBean attribute value has changed.

Constructor

Method

StringgetAttributeName()
Gets the name of the attribute which has changed.
ObjectgetNewValue()
Gets the new value of the attribute which has changed.
ObjectgetOldValue()
Gets the old value of the attribute which has changed.
ObjectgetSource()
The object on which the Event initially occurred.