类 MetadataMBeanInfoAssembler

所有已实现的接口:
InitializingBean, AutodetectCapableMBeanInfoAssembler, MBeanInfoAssembler

public class MetadataMBeanInfoAssembler extends AbstractReflectiveMBeanInfoAssembler implements AutodetectCapableMBeanInfoAssembler, InitializingBean
Implementation of the MBeanInfoAssembler interface that reads the management interface information from source level metadata.

Uses the JmxAttributeSource strategy interface, so that metadata can be read using any supported implementation. Out of the box, Framework provides an implementation based on annotations: AnnotationJmxAttributeSource.

从以下版本开始:
4.0
作者:
Rob Harrop, Juergen Hoeller, Jennifer Hickey
另请参阅: