| 程序包 | 说明 |
|---|---|
| org.springframework.jmx.export.notification |
Provides supporting infrastructure to allow Spring-created MBeans
to send JMX notifications.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ModelMBeanNotificationPublisher
NotificationPublisher implementation that uses the infrastructure
provided by the ModelMBean interface to track
javax.management.NotificationListeners
and send Notifications to those listeners. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NotificationPublisherAware.setNotificationPublisher(NotificationPublisher notificationPublisher)
Set the
NotificationPublisher instance for the current managed resource instance. |