Interface MBeanAttributeFilter

All Known Subinterfaces:
MBeanAttributeFilter
All Known Implementing Classes:
DefaultMBeanAttributeFilter, DefaultMBeanAttributeFilter, NamedFieldsMBeanAttributeFilter, NamedFieldsMBeanAttributeFilter, NotNamedFieldsMBeanAttributeFilter, NotNamedFieldsMBeanAttributeFilter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MBeanAttributeFilter
The strategy to filter out MBean attributes before retrieval of their values.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(ObjectName objectName, String attributeName)
     
  • Method Details

    • accept

      boolean accept(ObjectName objectName, String attributeName)
      Parameters:
      objectName - The object name.
      attributeName - The attribute name.
      Returns:
      true if the attribute passes the filter.