Package wt.servlet

Interface SessionMBeanFilter


public interface SessionMBeanFilter
Interface to filter SessionMBean objects.

Supported API: true

Extendable: true
  • Method Summary

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

    • accept

      boolean accept(SessionMBean sessionMBean)
      Determines whether to accept or reject the SessionMBean supplied by the caller.

      Supported API: true
      Parameters:
      sessionMBean - SessionMBean instance to accept or reject
      Returns:
      true to accept sessionMBean; false to reject it