Java org.springframework.jmx.export.naming MetadataNamingStrategy fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

org.springframework.jmx.export.naming.MetadataNamingStrategy has subclasses.
Click this link to see all its subclasses.

Constructor

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

Method

voidsetAttributeSource(JmxAttributeSource attributeSource)
Set the implementation of the JmxAttributeSource interface to use when reading the source-level metadata.