Class JmxMetadataUtils
java.lang.Object
org.springframework.jmx.export.metadata.JmxMetadataUtils
Utility methods for converting Spring JMX metadata into their plain JMX equivalents.
- Since:
- 2.0
- Author:
- Rob Harrop, Juergen Hoeller
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ModelMBeanNotificationInfoconvertToModelMBeanNotificationInfo(ManagedNotification notificationInfo) Convert the suppliedManagedNotificationinto the correspondingModelMBeanNotificationInfo.
- 
Constructor Details- 
JmxMetadataUtilspublic JmxMetadataUtils()
 
- 
- 
Method Details- 
convertToModelMBeanNotificationInfopublic static ModelMBeanNotificationInfo convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo) Convert the suppliedManagedNotificationinto the correspondingModelMBeanNotificationInfo.
 
-