Package wt.servlet

Interface RequestMBeanFilter


public interface RequestMBeanFilter
Interface to filter RequestMBean objects.

Supported API: true

Extendable: true
  • Method Summary

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

    • accept

      boolean accept(RequestMBean requestMBean)
      Determines whether to accept or reject the RequestMBean supplied by the caller.

      Supported API: true
      Parameters:
      requestMBean - RequestMBean instance to accept or reject
      Returns:
      true to accept requestMBean; false to reject it