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