Interface NotificationPublisherAware
- All Superinterfaces:
 Aware
Interface to be implemented by any Spring-managed resource that is to be
 registered with an 
MBeanServer and wishes to send
 JMX javax.management.Notifications.
 Provides Spring-created managed resources with a NotificationPublisher
 as soon as they are registered with the MBeanServer.
 
NOTE: This interface only applies to simple Spring-managed
 beans which happen to get exported through Spring's
 MBeanExporter.
 It does not apply to any non-exported beans; neither does it apply
 to standard MBeans exported by Spring. For standard JMX MBeans,
 consider implementing the ModelMBeanNotificationBroadcaster
 interface (or implementing a full ModelMBean).
- Since:
 - 2.0
 - Author:
 - Rob Harrop, Chris Beams
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetNotificationPublisher(NotificationPublisher notificationPublisher) Set theNotificationPublisherinstance for the current managed resource instance. 
- 
Method Details
- 
setNotificationPublisher
Set theNotificationPublisherinstance for the current managed resource instance. 
 -