接口 AutodetectCapableMBeanInfoAssembler
- 所有超级接口:
MBeanInfoAssembler
- 所有已知实现类:
MetadataMBeanInfoAssembler
Extends the
MBeanInfoAssembler to add autodetection logic.
Implementations of this interface are given the opportunity by the
MBeanExporter to include additional beans in the registration process.
The exact mechanism for deciding which beans to include is left to implementing classes.
- 从以下版本开始:
- 4.0
- 作者:
- Rob Harrop
- 另请参阅:
-
方法概要
修饰符和类型方法说明booleanincludeBean(Class<?> beanClass, String beanName) Indicate whether a particular bean should be included in the registration process, if it is not specified in thebeansmap of theMBeanExporter.从接口继承的方法 cn.taketoday.jmx.export.assembler.MBeanInfoAssembler
getMBeanInfo
-
方法详细资料
-
includeBean
Indicate whether a particular bean should be included in the registration process, if it is not specified in thebeansmap of theMBeanExporter.- 参数:
beanClass- the class of the bean (might be a proxy class)beanName- the name of the bean in the bean factory
-