| 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 remote  MBeanServers
 and for exposing anMBeanServerto remote clients. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MBeanExporterJMX 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationMBeanExporterConvenient subclass of Spring's standard  MBeanExporter,
 activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConnectorServerFactoryBeanFactoryBeanthat creates a JSR-160JMXConnectorServer,
 optionally registers it with theMBeanServer, and then starts it. |