类 JmxMetadataUtils
java.lang.Object
cn.taketoday.jmx.export.metadata.JmxMetadataUtils
Utility methods for converting Framework JMX metadata into their plain JMX equivalents.
- 从以下版本开始:
- 4.0
- 作者:
- Rob Harrop, Juergen Hoeller
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static ModelMBeanNotificationInfoconvertToModelMBeanNotificationInfo(ManagedNotification notificationInfo) Convert the suppliedManagedNotificationinto the correspondingModelMBeanNotificationInfo.
-
构造器详细资料
-
JmxMetadataUtils
public JmxMetadataUtils()
-
-
方法详细资料
-
convertToModelMBeanNotificationInfo
public static ModelMBeanNotificationInfo convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo) Convert the suppliedManagedNotificationinto the correspondingModelMBeanNotificationInfo.
-