de.intarsys.tools.reflect
Interface IInvocationSupportAccessibility
public interface IInvocationSupportAccessibility
An object supporting reflective access to its methods.
isInvokeEnabled
boolean isInvokeEnabled(String name,
IArgs args)
throws MethodException
true if calling the method name within this is
currently enabled.
- Parameters:
name - The name of the method.args - The arguments for the invocation.
- Returns:
true if calling the implementation is currently
enabled.
- Throws:
MethodException
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.