The Spring Framework

Uses of Interface
org.springframework.jmx.export.notification.NotificationPublisher

Packages that use NotificationPublisher
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
 class ModelMBeanNotificationPublisher
          NotificationPublisher implementation that uses the infrastructure provided by the ModelMBean interface to track javax.management.NotificationListeners and send Notifications to those listeners.
 

Methods in org.springframework.jmx.export.notification with parameters of type NotificationPublisher
 void NotificationPublisherAware.setNotificationPublisher(NotificationPublisher notificationPublisher)
          Set the NotificationPublisher instance for the current managed resource instance.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.