类的使用
org.springframework.jmx.export.assembler.AbstractConfigurableMBeanInfoAssembler
使用AbstractConfigurableMBeanInfoAssembler的程序包 程序包 说明 org.springframework.jmx.export.assembler Provides a strategy for MBeanInfo assembly.org.springframework.jmx.export.assembler中AbstractConfigurableMBeanInfoAssembler的使用
org.springframework.jmx.export.assembler中AbstractConfigurableMBeanInfoAssembler的子类 修饰符和类型 类 说明 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.