Package de.intarsys.tools.reflect
Interface IInvocationSupportAccessibility
-
public interface IInvocationSupportAccessibilityAn object supporting reflective access to its methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisInvokeEnabled(java.lang.String name, IArgs args)trueif calling the methodnamewithin this is currently enabled.
-
-
-
Method Detail
-
isInvokeEnabled
boolean isInvokeEnabled(java.lang.String name, IArgs args) throws MethodExceptiontrueif calling the methodnamewithin this is currently enabled.- Parameters:
name- The name of the method.args- The arguments for the invocation.- Returns:
trueif calling the implementation is currently enabled.- Throws:
MethodException
-
-