类的使用
org.springframework.jmx.support.MBeanRegistrationSupport
使用MBeanRegistrationSupport的程序包 程序包 说明 org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.org.springframework.jmx.export.annotation Java 5 annotations for MBean exposure.org.springframework.jmx.support Contains support classes for connecting to local and remoteMBeanServers and for exposing anMBeanServerto remote clients.org.springframework.jmx.export中MBeanRegistrationSupport的使用
org.springframework.jmx.export中MBeanRegistrationSupport的子类 修饰符和类型 类 说明 classMBeanExporterJMX exporter that allows for exposing any Spring-managed bean to a JMXMBeanServer, without the need to define any JMX-specific information in the bean classes.org.springframework.jmx.export.annotation中MBeanRegistrationSupport的使用
org.springframework.jmx.export.annotation中MBeanRegistrationSupport的子类 修饰符和类型 类 说明 classAnnotationMBeanExporterConvenient subclass of Spring's standardMBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc.org.springframework.jmx.support中MBeanRegistrationSupport的使用
org.springframework.jmx.support中MBeanRegistrationSupport的子类 修饰符和类型 类 说明 classConnectorServerFactoryBeanFactoryBeanthat creates a JSR-160JMXConnectorServer, optionally registers it with theMBeanServer, and then starts it.