程序包 org.springframework.jmx.export.notification
Provides supporting infrastructure to allow Spring-created MBeans to send JMX notifications.
接口概要 接口 说明 NotificationPublisher Simple interface allowing Spring-managed MBeans to publish JMX notifications without being aware of how those notifications are being transmitted to theMBeanServer.NotificationPublisherAware Interface to be implemented by any Spring-managed resource that is to be registered with anMBeanServerand wishes to send JMXjavax.management.Notifications.类概要 类 说明 ModelMBeanNotificationPublisher NotificationPublisherimplementation that uses the infrastructure provided by theModelMBeaninterface to trackjavax.management.NotificationListenersand sendNotificationsto those listeners.异常错误概要 异常错误 说明 UnableToSendNotificationException Thrown when a JMXNotificationis unable to be sent.