package

org.springframework.jmx.export.notification

Provides supporting infrastructure to allow Spring-created MBeans to send JMX notifications.

Interfaces

NotificationPublisher 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. 
NotificationPublisherAware Interface to be implemented by any Spring-managed resource that is to be registered with an javax.management.MBeanServer and wishes to send JMX javax.management.Notification javax.management.Notifications. 

Classes

ModelMBeanNotificationPublisher NotificationPublisher implementation that uses the infrastructure provided by the ModelMBean interface to track javax.management.NotificationListener javax.management.NotificationListeners and send Notification Notifications to those listeners. 

Exceptions

UnableToSendNotificationException Thrown when a JMX javax.management.Notification is unable to be sent.