Uses of Class
org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
Packages that use AbstractConfigurableMBeanInfoAssembler Package Description org.springframework.jmx.export.assembler Provides a strategy for MBeanInfo assembly.Uses of AbstractConfigurableMBeanInfoAssembler in org.springframework.jmx.export.assembler
Subclasses of AbstractConfigurableMBeanInfoAssembler in org.springframework.jmx.export.assembler Modifier and Type Class Description classInterfaceBasedMBeanInfoAssemblerSubclass ofAbstractReflectiveMBeanInfoAssemblerthat allows for the management interface of a bean to be defined using arbitrary interfaces.classMethodExclusionMBeanInfoAssemblerAbstractReflectiveMBeanInfoAssemblersubclass that allows method names to be explicitly excluded as MBean operations and attributes.classMethodNameBasedMBeanInfoAssemblerSubclass ofAbstractReflectiveMBeanInfoAssemblerthat allows to specify method names to be exposed as MBean operations and attributes.classSimpleReflectiveMBeanInfoAssemblerSimple subclass ofAbstractReflectiveMBeanInfoAssemblerthat always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.