Uses of Interface
org.springframework.jmx.export.notification.NotificationPublisher
Packages that use NotificationPublisher Package Description org.springframework.jmx.export.notification 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 NotificationPublisher Modifier and Type Class Description classModelMBeanNotificationPublisherNotificationPublisherimplementation 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 NotificationPublisher Modifier and Type Method Description voidNotificationPublisherAware. setNotificationPublisher(NotificationPublisher notificationPublisher)Set theNotificationPublisherinstance for the current managed resource instance.