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