Package org.springframework.jmx.export.notification

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

See:
          Description

Interface Summary
NotificationPublisher Simple interface allowing Spring-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to the MBeanServer.
NotificationPublisherAware 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.
 

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

Exception Summary
UnableToSendNotificationException Thrown when a JMX Notification is unable to be sent.
 

Package org.springframework.jmx.export.notification Description

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



Copyright © 2002-2008 The Spring Framework.