Package org.springframework.jmx.export.assembler
Provides a strategy for MBeanInfo assembly. Used by MBeanExporter to determine the attributes and operations to expose for Spring-managed beans.
Interface Summary Interface Description AutodetectCapableMBeanInfoAssembler Extends theMBeanInfoAssemblerto add autodetection logic.MBeanInfoAssembler Interface to be implemented by all classes that can create management interface metadata for a managed resource.Class Summary Class Description AbstractConfigurableMBeanInfoAssembler Base class for MBeanInfoAssemblers that support configurable JMX notification behavior.AbstractMBeanInfoAssembler Abstract implementation of theMBeanInfoAssemblerinterface that encapsulates the creation of aModelMBeanInfoinstance but delegates the creation of metadata to subclasses.AbstractReflectiveMBeanInfoAssembler Builds on theAbstractMBeanInfoAssemblersuperclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.InterfaceBasedMBeanInfoAssembler Subclass ofAbstractReflectiveMBeanInfoAssemblerthat allows for the management interface of a bean to be defined using arbitrary interfaces.MetadataMBeanInfoAssembler Implementation of theMBeanInfoAssemblerinterface that reads the management interface information from source level metadata.MethodExclusionMBeanInfoAssembler AbstractReflectiveMBeanInfoAssemblersubclass that allows method names to be explicitly excluded as MBean operations and attributes.MethodNameBasedMBeanInfoAssembler Subclass ofAbstractReflectiveMBeanInfoAssemblerthat allows to specify method names to be exposed as MBean operations and attributes.SimpleReflectiveMBeanInfoAssembler Simple subclass ofAbstractReflectiveMBeanInfoAssemblerthat always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.