spring-framework / org.springframework.jmx.export.metadata / JmxMetadataUtils

JmxMetadataUtils

abstract class JmxMetadataUtils

Utility methods for converting Spring JMX metadata into their plain JMX equivalents.

Author
Rob Harrop

Author
Juergen Hoeller

Since
2.0

Constructors

<init>

JmxMetadataUtils()

Utility methods for converting Spring JMX metadata into their plain JMX equivalents.

Functions

convertToModelMBeanNotificationInfo

open static fun convertToModelMBeanNotificationInfo(notificationInfo: ManagedNotification): ModelMBeanNotificationInfo

Convert the supplied ManagedNotification into the corresponding javax.management.modelmbean.ModelMBeanNotificationInfo.