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

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

The Spring Framework

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

Packages that use ManagedAttribute
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 ManagedAttribute in org.springframework.jmx.export.annotation
 

Methods in org.springframework.jmx.export.annotation that return ManagedAttribute
 ManagedAttribute AnnotationJmxAttributeSource.getManagedAttribute(Method method)
           
 

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

Fields in org.springframework.jmx.export.metadata declared as ManagedAttribute
static ManagedAttribute ManagedAttribute.EMPTY
           
 

Methods in org.springframework.jmx.export.metadata that return ManagedAttribute
 ManagedAttribute JmxAttributeSource.getManagedAttribute(Method method)
          Implementations should return an instance of ManagedAttribute if the supplied Method has the corresponding metadata.
 ManagedAttribute AttributesJmxAttributeSource.getManagedAttribute(Method method)
          If the specified method has a ManagedAttribute attribute, then it is returned.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.