Uses of Class
org.springframework.jmx.export.MBeanExporter
Packages that use MBeanExporter Package Description org.springframework.jmx.export.annotation Java 5 annotations for MBean exposure.Uses of MBeanExporter in org.springframework.jmx.export.annotation
Subclasses of MBeanExporter in org.springframework.jmx.export.annotation Modifier and Type Class Description class
AnnotationMBeanExporter
Convenient subclass of Spring's standardMBeanExporter
, activating Java 5 annotation usage for JMX exposure of Spring beans:ManagedResource
,ManagedAttribute
,ManagedOperation
, etc.