当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
JmxMetadataUtils (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx.export.metadata
Class JmxMetadataUtils
java.lang.Object
org.springframework.jmx.export.metadata.JmxMetadataUtils
public abstract class JmxMetadataUtils
- extends Object
Utility methods for converting Spring JMX metadata into their plain JMX equivalents.
- Since:
- 2.0
- Author:
- Rob Harrop, Juergen Hoeller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxMetadataUtils
public JmxMetadataUtils()
convertToModelMBeanNotificationInfo
public static ModelMBeanNotificationInfo convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo)
- Convert the supplied
ManagedNotification
into the corresponding
ModelMBeanNotificationInfo
.
Copyright © 2002-2007 The Spring Framework.