Package wt.method

Interface MethodContextMBeanFilter


public interface MethodContextMBeanFilter
Interface to filter MethodContextMBean objects.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(MethodContextMBean methodContextMBean)
    Determines whether to accept or reject the MethodContextMBean supplied by the caller.
  • Method Details

    • accept

      boolean accept(MethodContextMBean methodContextMBean)
      Determines whether to accept or reject the MethodContextMBean supplied by the caller.

      Supported API: true
      Parameters:
      methodContextMBean - MethodContextMBean instance to accept or reject
      Returns:
      true to accept methodContextMBean; false to reject it