类 AnnotationMBeanExporter

所有已实现的接口:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, InitializingBean, SmartInitializingSingleton, MBeanExportOperations

public class AnnotationMBeanExporter extends MBeanExporter
Convenient subclass of Framework's standard MBeanExporter, activating Java 5 annotation usage for JMX exposure of Framework beans: ManagedResource, ManagedAttribute, ManagedOperation, etc.

Sets a MetadataNamingStrategy and a MetadataMBeanInfoAssembler with an AnnotationJmxAttributeSource, and activates the MBeanExporter.AUTODETECT_ALL mode by default.

从以下版本开始:
4.0
作者:
Juergen Hoeller