接口的使用
org.springframework.context.support.LiveBeansViewMBean
使用LiveBeansViewMBean的程序包 程序包 说明 org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.web.context.support Classes supporting theorg.springframework.web.contextpackage, such as WebApplicationContext implementations and various utility classes.org.springframework.context.support中LiveBeansViewMBean的使用
实现LiveBeansViewMBean的org.springframework.context.support中的类 修饰符和类型 类 说明 classLiveBeansViewAdapter for live beans view exposure, building a snapshot of current beans and their dependencies from either a localApplicationContext(with a localLiveBeansViewbean definition) or all registered ApplicationContexts (driven by the "spring.liveBeansView.mbeanDomain" environment property).org.springframework.web.context.support中LiveBeansViewMBean的使用
实现LiveBeansViewMBean的org.springframework.web.context.support中的类 修饰符和类型 类 说明 classServletContextLiveBeansViewLiveBeansViewsubclass which looks for all ApplicationContexts in the web application, as exposed in ServletContext attributes.