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

Uses of Package org.springframework.jmx.export.assembler (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Package
org.springframework.jmx.export.assembler

Packages that use org.springframework.jmx.export.assembler
org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans. 
org.springframework.jmx.export.assembler Provides a strategy for MBeanInfo assembly. 
 

Classes in org.springframework.jmx.export.assembler used by org.springframework.jmx.export
MBeanInfoAssembler
          Interface to be implemented by all classes that can create management interface metadata for a managed resource.
 

Classes in org.springframework.jmx.export.assembler used by org.springframework.jmx.export.assembler
AbstractMBeanInfoAssembler
          Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractReflectiveMBeanInfoAssembler
          Extends the AbstractMBeanInfoAssembler to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.
AutodetectCapableMBeanInfoAssembler
          Extends the MBeanInfoAssembler to add autodetection logic.
MBeanInfoAssembler
          Interface to be implemented by all classes that can create management interface metadata for a managed resource.
 



Copyright (c) 2002-2007 The Spring Framework Project.