Uses of Interface
org.springframework.jmx.export.assembler.MBeanInfoAssembler
Packages that use MBeanInfoAssembler
Package
Description
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
Provides a strategy for MBeanInfo assembly.
-
Uses of MBeanInfoAssembler in org.springframework.jmx.export
Methods in org.springframework.jmx.export with parameters of type MBeanInfoAssemblerModifier and TypeMethodDescriptionvoidMBeanExporter.setAssembler(MBeanInfoAssembler assembler) Set the implementation of theMBeanInfoAssemblerinterface to use for this exporter. -
Uses of MBeanInfoAssembler in org.springframework.jmx.export.assembler
Subinterfaces of MBeanInfoAssembler in org.springframework.jmx.export.assemblerModifier and TypeInterfaceDescriptioninterfaceExtends theMBeanInfoAssemblerto add autodetection logic.Classes in org.springframework.jmx.export.assembler that implement MBeanInfoAssemblerModifier and TypeClassDescriptionclassBase class for MBeanInfoAssemblers that support configurable JMX notification behavior.classAbstract implementation of theMBeanInfoAssemblerinterface that encapsulates the creation of aModelMBeanInfoinstance but delegates the creation of metadata to subclasses.classBuilds on theAbstractMBeanInfoAssemblersuperclass to add a basic algorithm for building metadata based on the reflective metadata of the MBean class.classSubclass ofAbstractReflectiveMBeanInfoAssemblerthat allows for the management interface of a bean to be defined using arbitrary interfaces.classImplementation of theMBeanInfoAssemblerinterface that reads the management interface information from source level metadata.classAbstractReflectiveMBeanInfoAssemblersubclass that allows method names to be explicitly excluded as MBean operations and attributes.classSubclass ofAbstractReflectiveMBeanInfoAssemblerthat allows to specify method names to be exposed as MBean operations and attributes.classSimple subclass ofAbstractReflectiveMBeanInfoAssemblerthat always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.