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.