站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

JmxMetadataUtils (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.jmx.export.metadata
Class JmxMetadataUtils

java.lang.Object
  extended by 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

Constructor Summary
JmxMetadataUtils()
           
 
Method Summary
static ModelMBeanNotificationInfo convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo)
          Convert the supplied ManagedNotification into the corresponding ModelMBeanNotificationInfo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxMetadataUtils

public JmxMetadataUtils()
Method Detail

convertToModelMBeanNotificationInfo

public static ModelMBeanNotificationInfo convertToModelMBeanNotificationInfo(ManagedNotification notificationInfo)
Convert the supplied ManagedNotification into the corresponding ModelMBeanNotificationInfo.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.