Eclipse-jmx:NewAndNoteworthy 0 2 1
From Wiki
What's New & Noteworthy in eclipse-jmx 0.2.1
eclipse-jmx 0.2.1 new feature is a Notifications page in the MBean Editor.
See release notes for a list of the issues fixed in this release.
Notifications Page
A Notifications Page has been added to the MBean Editor pages.
It is now possible to subscribe (resp. unsubscribe) to a MBean to receive its notifications by checking (resp. unchecking) the Subscribe checkbox.
The list of notifications is refreshed every time a new notification is received:
Note that it is only possible to subscribe to MBean which emits notifications (they must be NotificationBroadcaster).
Attribute Display Extension Points
The value of the MBean attributes which is displayed in the MBean Editor are now contributed through 2 extension points:
*net.jmesnil.jmx.ui.attribute.controls*net.jmesnil.jmx.ui.attribute.bindings
This means that anybody can now contribute new display for MBean attributes (see some use cases and a simple example in net.jmesnil.jmx.ui.test.interactive plugin.xml)
