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

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

The Spring Framework

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

Packages that use AbstractJmxAttribute
org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. 
 

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

Subclasses of AbstractJmxAttribute in org.springframework.jmx.export.metadata
 class ManagedAttribute
          Metadata that indicates to expose a given bean property as JMX attribute.
 class ManagedOperation
          Metadata that indicates to expose a given method as JMX operation.
 class ManagedResource
          Metadata indicating that instances of an annotated class are to be registered with a JMX server.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.