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
AbstractConfigurableMBeanInfoAssembler
          Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
AbstractMBeanInfoAssembler
          Abstract implementation of the MBeanInfoAssembler interface that encapsulates the creation of a ModelMBeanInfo instance but delegates the creation of metadata to subclasses.
AbstractReflectiveMBeanInfoAssembler
          Builds on the AbstractMBeanInfoAssembler superclass 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 © 2002-2008 The Spring Framework.