站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Interface org.springframework.jmx.export.notification.NotificationPublisher (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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-2007 The Spring Framework.