Class ModelMBeanNotificationPublisher

java.lang.Object
org.springframework.jmx.export.notification.ModelMBeanNotificationPublisher
All Implemented Interfaces:
NotificationPublisher

public class ModelMBeanNotificationPublisher extends Object implements NotificationPublisher
NotificationPublisher implementation that uses the infrastructure provided by the ModelMBean interface to track javax.management.NotificationListeners and send Notifications to those listeners.
Since:
2.0
Author:
Rob Harrop, Juergen Hoeller, Rick Evans
See Also: