类的使用
cn.taketoday.jmx.support.NotificationListenerHolder
程序包
说明
Provides support for accessing remote MBean resources.
This package provides declarative creation and registration of
Framework-managed beans as JMX MBeans.
-
cn.taketoday.jmx.access中NotificationListenerHolder的使用
修饰符和类型类说明classRegistrar object that associates a specificNotificationListenerwith one or more MBeans in anMBeanServer(typically via aMBeanServerConnection). -
cn.taketoday.jmx.export中NotificationListenerHolder的使用
修饰符和类型类说明classHelper class that aggregates aNotificationListener, aNotificationFilter, and an arbitrary handback object.