public interface IInvocationHandlerAccessibility
Modifier and Type | Method and Description |
---|---|
boolean |
isInvokeEnabled(java.lang.Object receiver,
java.lang.String name,
IArgs args)
true if calling the method name in
receiver is currently enabled. |
boolean isInvokeEnabled(java.lang.Object receiver, java.lang.String name, IArgs args) throws MethodException
true
if calling the method name
in
receiver
is currently enabled.receiver
- The object hosting the method.name
- The name of the method.args
- The arguments for the invocation.true
if calling the implementation is currently
enabled.MethodException