Class NotNamedFieldsMBeanAttributeFilter

java.lang.Object
org.springframework.integration.jmx.NotNamedFieldsMBeanAttributeFilter
All Implemented Interfaces:
MBeanAttributeFilter

public class NotNamedFieldsMBeanAttributeFilter
extends java.lang.Object
implements MBeanAttributeFilter
Since:
3.0
  • Constructor Summary

    Constructors 
    Constructor Description
    NotNamedFieldsMBeanAttributeFilter​(java.lang.String... namedFields)  
  • Method Summary

    Modifier and Type Method Description
    boolean accept​(javax.management.ObjectName objectName, java.lang.String attributeName)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NotNamedFieldsMBeanAttributeFilter

      public NotNamedFieldsMBeanAttributeFilter​(java.lang.String... namedFields)
      Parameters:
      namedFields - The named fields that should be filtered.
  • Method Details

    • accept

      public boolean accept​(javax.management.ObjectName objectName, java.lang.String attributeName)
      Specified by:
      accept in interface MBeanAttributeFilter
      Parameters:
      objectName - The object name.
      attributeName - The attribute name.
      Returns:
      true if the attribute passes the filter.