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

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

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

Subclasses of AbstractMBeanInfoAssembler in org.springframework.jmx.export.assembler
 class AbstractConfigurableMBeanInfoAssembler
          Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.
 class AbstractReflectiveMBeanInfoAssembler
          Builds on the AbstractMBeanInfoAssembler superclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.
 class InterfaceBasedMBeanInfoAssembler
          Subclass of AbstractReflectiveMBeanInfoAssembler that allows for the management interface of a bean to be defined using arbitrary interfaces.
 class MetadataMBeanInfoAssembler
          Implementation of the MBeanInfoAssembler interface that reads the management interface information from source level metadata.
 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.
 



Copyright © 2002-2008 The Spring Framework.