Interface MBeanAttributeFilter

All Known Implementing Classes:
DefaultMBeanAttributeFilter, NamedFieldsMBeanAttributeFilter, 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
Since:
3.0
Author:
Stuart Williams
  • 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.