Uses of Interface
org.springframework.jmx.export.MBeanExportOperations
Packages that use MBeanExportOperations
Package
Description
This package provides declarative creation and registration of
 Spring-managed beans as JMX MBeans.
Annotations for MBean exposure.
- 
Uses of MBeanExportOperations in org.springframework.jmx.exportClasses in org.springframework.jmx.export that implement MBeanExportOperationsModifier and TypeClassDescriptionclassJMX 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 MBeanExportOperations in org.springframework.jmx.export.annotationClasses in org.springframework.jmx.export.annotation that implement MBeanExportOperationsModifier and TypeClassDescriptionclassConvenient subclass of Spring's standardMBeanExporter, activating annotation usage for JMX exposure of Spring beans:ManagedResource,ManagedAttribute,ManagedOperation, etc.