Package wt.method
Interface MethodContextMBeanFilter
public interface MethodContextMBeanFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(MethodContextMBean methodContextMBean) Determines whether to accept or reject theMethodContextMBeansupplied by the caller.
-
Method Details
-
accept
Determines whether to accept or reject theMethodContextMBeansupplied by the caller.
Supported API: true- Parameters:
methodContextMBean- MethodContextMBean instance to accept or reject- Returns:
- true to accept methodContextMBean; false to reject it
-