Uses of Interface
org.springframework.jmx.export.notification.NotificationPublisher
Packages that use NotificationPublisher
Package
Description
Provides supporting infrastructure to allow Spring-created MBeans
to send JMX notifications.
-
Uses of NotificationPublisher in org.springframework.jmx.export.notification
Classes in org.springframework.jmx.export.notification that implement NotificationPublisherModifier and TypeClassDescriptionclassNotificationPublisherimplementation that uses the infrastructure provided by theModelMBeaninterface to trackjavax.management.NotificationListenersand sendNotificationsto those listeners.Methods in org.springframework.jmx.export.notification with parameters of type NotificationPublisherModifier and TypeMethodDescriptionvoidNotificationPublisherAware.setNotificationPublisher(NotificationPublisher notificationPublisher) Set theNotificationPublisherinstance for the current managed resource instance.