Example usage for org.springframework.integration.jmx DefaultMBeanAttributeFilter DefaultMBeanAttributeFilter

List of usage examples for org.springframework.integration.jmx DefaultMBeanAttributeFilter DefaultMBeanAttributeFilter

Introduction

In this page you can find the example usage for org.springframework.integration.jmx DefaultMBeanAttributeFilter DefaultMBeanAttributeFilter.

Prototype

DefaultMBeanAttributeFilter

Source Link

Usage

From source file:org.springframework.integration.jmx.DefaultMBeanObjectConverter.java

public DefaultMBeanObjectConverter() {
    this(new DefaultMBeanAttributeFilter());
}