类的使用
cn.taketoday.jmx.export.metadata.ManagedNotification
使用ManagedNotification的程序包
程序包
说明
Java 5 annotations for MBean exposure.
Provides a strategy for MBeanInfo assembly.
Provides generic JMX metadata classes and basic support for reading
JMX metadata in a provider-agnostic manner.
-
cn.taketoday.jmx.export.annotation中ManagedNotification的使用
-
cn.taketoday.jmx.export.assembler中ManagedNotification的使用
修饰符和类型方法说明voidAbstractConfigurableMBeanInfoAssembler.setNotificationInfos(ManagedNotification[] notificationInfos) -
cn.taketoday.jmx.export.metadata中ManagedNotification的使用
修饰符和类型方法说明JmxAttributeSource.getManagedNotifications(Class<?> clazz) Implementations should return an array ofManagedNotificationsif the supplied theClasshas the corresponding metadata.修饰符和类型方法说明static ModelMBeanNotificationInfoJmxMetadataUtils.convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo) Convert the suppliedManagedNotificationinto the correspondingModelMBeanNotificationInfo.