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

Uses of Class org.springframework.jmx.export.metadata.ManagedResource (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.jmx.export.metadata.ManagedResource

Packages that use ManagedResource
org.springframework.jmx.export.annotation JDK 1.5+ annotations for MBean exposure. 
org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. 
 

Uses of ManagedResource in org.springframework.jmx.export.annotation
 

Methods in org.springframework.jmx.export.annotation that return ManagedResource
 ManagedResource AnnotationJmxAttributeSource.getManagedResource(Class beanClass)
           
 

Uses of ManagedResource in org.springframework.jmx.export.metadata
 

Methods in org.springframework.jmx.export.metadata that return ManagedResource
 ManagedResource JmxAttributeSource.getManagedResource(Class clazz)
          Implementations should return an instance of ManagedResource if the supplied Class has the appropriate metadata.
 ManagedResource AttributesJmxAttributeSource.getManagedResource(Class clazz)
          If the specified class has a ManagedResource attribute, then it is returned.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.