spring-framework / org.springframework.jmx.export.assembler / SimpleReflectiveMBeanInfoAssembler

SimpleReflectiveMBeanInfoAssembler

open class SimpleReflectiveMBeanInfoAssembler : AbstractConfigurableMBeanInfoAssembler

Simple subclass of AbstractReflectiveMBeanInfoAssembler that always votes yes for method and property inclusion, effectively exposing all public methods and properties as operations and attributes.

Author
Rob Harrop

Author
Juergen Hoeller

Since
1.2

Constructors

<init>

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.