Java org.springframework.jmx.export.assembler MetadataMBeanInfoAssembler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jmx.export.assembler MetadataMBeanInfoAssembler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jmx.export.assembler MetadataMBeanInfoAssembler.

The text is from its open source code.

Constructor

MetadataMBeanInfoAssembler(JmxAttributeSource attributeSource)
Create a new MetadataMBeanInfoAssembler for the given JmxAttributeSource .
MetadataMBeanInfoAssembler()
Create a new MetadataMBeanInfoAssembler which needs to be configured through the #setAttributeSource method.

Method

voidafterPropertiesSet()
voidsetAttributeSource(JmxAttributeSource attributeSource)
Set the JmxAttributeSource implementation to use for reading the metadata from the bean class.