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 class
ModelMBeanNotificationPublisher
NotificationPublisher
implementation that uses the infrastructure provided by theModelMBean
interface to trackjavax.management.NotificationListeners
and sendNotifications
to those listeners.Methods in org.springframework.jmx.export.notification with parameters of type NotificationPublisher Modifier and Type Method Description void
NotificationPublisherAware. setNotificationPublisher(NotificationPublisher notificationPublisher)
Set theNotificationPublisher
instance for the current managed resource instance.