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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ModelMBeanNotificationInfoconvertToModelMBeanNotificationInfo(ManagedNotification notificationInfo) Convert the suppliedManagedNotificationinto the correspondingModelMBeanNotificationInfo. 
- 
Constructor Details
- 
JmxMetadataUtils
public JmxMetadataUtils() 
 - 
 - 
Method Details
- 
convertToModelMBeanNotificationInfo
public static ModelMBeanNotificationInfo convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo) Convert the suppliedManagedNotificationinto the correspondingModelMBeanNotificationInfo. 
 -