Simple interface allowing Spring-managed MBeans to publish JMX notifications
without being aware of how those notifications are being transmitted to the
javax.management.MBeanServer .
Managed resources can access a NotificationPublisher by
implementing the
NotificationPublisherAware interface.
NOTE: This interface only applies to simple Spring-managed
beans which happen to get exported through Spring's
org.springframework.jmx.export.MBeanExporter .
It does not apply to any non-exported beans; neither does it apply
to standard MBeans exported by Spring.