abstract class JmxMetadataUtils
Utility methods for converting Spring JMX metadata into their plain JMX equivalents.
Author
Rob Harrop
Author
Juergen Hoeller
Since
2.0
JmxMetadataUtils()
Utility methods for converting Spring JMX metadata into their plain JMX equivalents. |
open static fun convertToModelMBeanNotificationInfo(notificationInfo: ManagedNotification): ModelMBeanNotificationInfo
Convert the supplied ManagedNotification into the corresponding javax.management.modelmbean.ModelMBeanNotificationInfo. |