The Spring Framework

Uses of Class
org.springframework.jmx.support.MBeanRegistrationSupport

Packages that use MBeanRegistrationSupport
org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans. 
org.springframework.jmx.export.annotation JDK 1.5+ annotations for MBean exposure. 
org.springframework.jmx.support Contains support classes for connecting to local and remote MBeanServers and for exposing an MBeanServer to remote clients. 
 

Uses of MBeanRegistrationSupport in org.springframework.jmx.export
 

Subclasses of MBeanRegistrationSupport in org.springframework.jmx.export
 class MBeanExporter
          JMX exporter that allows for exposing any Spring-managed bean to a JMX MBeanServer, 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
 class AnnotationMBeanExporter
          Convenient subclass of Spring's standard MBeanExporter, 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
 class ConnectorServerFactoryBean
          FactoryBean that creates a JSR-160 JMXConnectorServer, optionally registers it with the MBeanServer and then starts it.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.