Uses of Class
org.springframework.jmx.support.MBeanRegistrationSupport
Packages that use MBeanRegistrationSupport Package Description 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.Uses of MBeanRegistrationSupport in org.springframework.jmx.export
Subclasses of MBeanRegistrationSupport in org.springframework.jmx.export Modifier and Type Class Description 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.Uses of MBeanRegistrationSupport in org.springframework.jmx.export.annotation
Subclasses of MBeanRegistrationSupport in org.springframework.jmx.export.annotation Modifier and Type Class Description classAnnotationMBeanExporterConvenient subclass of Spring's standardMBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc.Uses of MBeanRegistrationSupport in org.springframework.jmx.support
Subclasses of MBeanRegistrationSupport in org.springframework.jmx.support Modifier and Type Class Description classConnectorServerFactoryBeanFactoryBeanthat creates a JSR-160JMXConnectorServer, optionally registers it with theMBeanServer, and then starts it.