Package wt.servlet
Interface RequestMBeanFilter
public interface RequestMBeanFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(RequestMBean requestMBean) Determines whether to accept or reject theRequestMBeansupplied by the caller.
-
Method Details
-
accept
- Parameters:
requestMBean- RequestMBean instance to accept or reject- Returns:
- true to accept requestMBean; false to reject it
-