Uses of Class
org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
Packages that use AbstractConfigurableMBeanInfoAssembler
Package
Description
Provides a strategy for MBeanInfo assembly.
-
Uses of AbstractConfigurableMBeanInfoAssembler in org.springframework.jmx.export.assembler
Modifier and TypeClassDescriptionclassSubclass ofAbstractReflectiveMBeanInfoAssemblerthat allows for the management interface of a bean to be defined using arbitrary interfaces.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.