程序包org.springframework.boot.actuate.endpoint.jmx的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.boot.actuate.endpoint.jmx.AbstractJmxEndpoint (implements org.springframework.context.EnvironmentAware, org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint)
    • org.springframework.boot.actuate.endpoint.jmx.EndpointMBean (implements org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint)
    • org.springframework.jmx.support.MBeanRegistrationSupport
      • org.springframework.jmx.export.MBeanExporter (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.jmx.export.MBeanExportOperations, org.springframework.beans.factory.SmartInitializingSingleton)
        • org.springframework.boot.actuate.endpoint.jmx.EndpointMBeanExporter (implements org.springframework.context.ApplicationContextAware, org.springframework.context.SmartLifecycle)

接口分层结构

  • org.springframework.boot.actuate.endpoint.jmx.JmxEndpoint