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

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

The Spring Framework

Uses of Class
org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler

Packages that use AbstractConfigurableMBeanInfoAssembler
org.springframework.jmx.export.assembler Provides a strategy for MBeanInfo assembly. 
 

Uses of AbstractConfigurableMBeanInfoAssembler in org.springframework.jmx.export.assembler
 

Subclasses of AbstractConfigurableMBeanInfoAssembler in org.springframework.jmx.export.assembler
 class InterfaceBasedMBeanInfoAssembler
          Subclass of AbstractReflectiveMBeanInfoAssembler that allows for the management interface of a bean to be defined using arbitrary interfaces.
 class MethodExclusionMBeanInfoAssembler
          AbstractReflectiveMBeanInfoAssembler subclass that allows method names to be explicitly excluded as MBean operations and attributes.
 class MethodNameBasedMBeanInfoAssembler
          Subclass of AbstractReflectiveMBeanInfoAssembler that allows to specify method names to be exposed as MBean operations and attributes.
 class SimpleReflectiveMBeanInfoAssembler
          Simple subclass of AbstractReflectiveMBeanInfoAssembler that always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.