public interface InterfaceImplementation
Augmenter.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(ExecuteMethod executeMethod,
java.lang.Object self,
java.lang.reflect.Method method,
java.lang.Object... args)
Called when it has become apparent that this is the right interface to implement a particular
method.
|
java.lang.Object invoke(ExecuteMethod executeMethod, java.lang.Object self, java.lang.reflect.Method method, java.lang.Object... args)
executeMethod - Call this to actually call the remote instanceself - aka thismethod - The method invoked by the userargs - The arguments to the method @return The return value, which will be passed
to the user directly.